@import "https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap";
@import "https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear::before,
.clear::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clear::after {
    clear: both;
}

.clear {
    zoom: 1;
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    outline: 0;
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.error404 {
    background-color: #fff;
}

.b-404 {
    color: #000;
    font-family: "Arial";
    height: calc(100vh - 141px);
}

.b-404-main {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    text-align: center;
}

.b-404-main h1 {
    font-size: 24px;
}

.b-404-main a {
    color: #000;
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-top: 15px;
    text-transform: uppercase;
}

.b-404-main a:hover {
    text-decoration: none;
}

body {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    min-height: 100vh;
    position: relative;
}

body.m-fixed {
    overflow: hidden;
}

img {
    line-height: 0;
}

.l-bb {
    background-color: #fff;
    position: fixed;
    z-index: 200;
}

@media (max-width: 700px) {
    .l-bb {
        display: none;
    }
}

.l-bb.m-h {
    height: 30px;
    width: 100%;
}

.l-bb.m-v {
    height: 100%;
    width: 30px;
}

.l-bb.m-t {
    left: 0;
    top: 0;
}

.l-bb.m-r {
    right: 0;
    top: 0;
}

.l-bb.m-b {
    bottom: 0;
    left: 0;
}

.l-bb.m-l {
    left: 0;
    top: 0;
}

a {
    text-decoration: none;
}

.l-master {
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.l-master.m-fixed {
    position: fixed;
}

@media (max-width: 700px) {
    .l-master {
        padding-bottom: 0;
    }
}

.l-wrapper {
    background-color: #fff;
    position: relative;
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 3;
}

.l-wrapper.m-bg {
    padding-top: 175px;
    min-height: calc(100vh - 175px);
}

@media (max-width: 700px) {
    .l-wrapper.m-bg {
        padding-top: 90px;
    }
}

.l-wrapper.m-bg.m-pattern {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.l-wrapper.m-bg.m-pattern.m-light {
    background-image: url("../images/bg-pattern-light.jpg");
}

.l-wrapper.m-bg.m-pattern.m-medium {
    background-image: url("../images/bg-pattern-medium.jpg");
}

.l-wrapper.m-bg.m-ct {
    padding-top: 60px;
}

@media (max-width: 700px) {
    .l-wrapper.m-bg.m-ct {
        padding-top: 30px;
    }
}

.l-wrapper.m-bg.m-contact {
    padding-top: 280px;
}

.l-wrapper.m-bg.m-pb {
    padding-bottom: 60px;
}

.l-wrapper.m-hero {
    margin-top: calc(100vh - 130px);
}

.l-main {
    margin: 0 auto;
    width: 1418px;
}

@media (max-width: 1538px) {
    .l-main {
        padding: 0 60px;
        width: auto;
    }
}

@media (max-width: 700px) {
    .l-main {
        padding: 0 20px;
    }
}

.l-bg {
    position: relative;
    width: 100%;
    z-index: 10;
    padding-top: 175px;
    min-height: 100vh;
    background-attachment: fixed;
}

.b-heading {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #606060;
}

@media (max-width: 900px) {
    .b-heading {
        font-size: 42px;
        margin-bottom: 36px;
    }
}

@media (max-width: 700px) {
    .b-heading {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

.b-heading.m-white {
    color: #fff;
}

.b-heading.m-type-1 {
    color: #293575;
}

.b-heading.m-type-2 {
    color: #ad5b2f;
}

.b-heading.m-type-3 {
    color: #375726;
}

.b-heading.m-color-blue {
    color: #293575;
}

.b-heading.m-color-yellow {
    color: #ad5b2f;
}

.b-heading.m-color-green {
    color: #375726;
}

.b-heading.m-2 {
    font-size: 36px;
}

@media (max-width: 900px) {
    .b-heading.m-2 {
        font-size: 42px;
    }
}

@media (max-width: 700px) {
    .b-heading.m-2 {
        font-size: 24px;
    }
}

.b-title-hidden {
    position: absolute;
    text-indent: -3000em;
    overflow: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    width: 100%;
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
    display: none;
}

.b-main-copy {
    color: #606060;
}

.b-main-copy.m-white {
    color: #fff;
}

.b-main-copy h1 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 54px;
}

@media (max-width: 900px) {
    .b-main-copy h1 {
        font-size: 42px;
        margin-bottom: 36px;
    }
}

@media (max-width: 700px) {
    .b-main-copy h1 {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

.b-main-copy h2 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 36px;
}

@media (max-width: 900px) {
    .b-main-copy h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

@media (max-width: 700px) {
    .b-main-copy h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
}

.b-main-copy p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
}

@media (max-width: 1000px) {
    .b-main-copy p {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .b-main-copy p {
        font-size: 18px;
        margin-bottom: 18px;
    }
}

@media (max-width: 700px) {
    .b-main-copy p {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.b-main-copy p:last-child {
    margin-bottom: 0;
}

.b-main-copy strong,
.b-main-copy b {
    font-weight: 700;
}

.b-main-copy em,
.b-main-copy i {
    font-style: italic;
}

.b-main-copy a {
    color: #293575;
}

.b-main-copy a:hover {
    color: #000;
}

.b-age-verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.b-age-verification.m-show {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1;
}

.b-age-verification-main {
    text-align: center;
}

.b-age-verification-main-copy {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    text-transform: none;
    display: inline-block;
    margin-bottom: 54px;
}

@media (max-width: 700px) {
    .b-age-verification-main-copy {
        font-size: 18px;
    }
}

.b-age-verification-main-enter {
    margin-bottom: 48px;
}

.b-age-verification-main-enter button {
    color: #fff;
    width: 260px;
    height: 72px;
    border: 1px solid #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
}

@media (max-width: 700px) {
    .b-age-verification-main-enter button {
        height: 60px;
        width: 200px;
        font-size: 18px;
    }
}

.b-age-verification-main-leave a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    text-transform: none;
    display: inline-block;
    text-decoration: underline;
}

@media (max-width: 700px) {
    .b-age-verification-main-leave a {
        font-size: 18px;
    }
}

.b-age-verification-main-leave a:hover {
    text-decoration: none;
}

.b-header {
    height: 85px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 30px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

@media (max-width: 700px) {
    .b-header {
        top: 0;
        height: 60px;
    }
}

.b-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 60px;
}

@media (max-width: 700px) {
    .b-header-main {
        padding: 0 25px 0 15px;
    }
}

.b-header-main-logo {
    position: relative;
    z-index: 2;
}

.b-header-main-logo svg {
    height: 55px;
    width: 162px;
}

@media (max-width: 700px) {
    .b-header-main-logo svg {
        height: 40px;
        width: 118px;
    }
}

@media (max-width: 1000px) {
    .b-header-main-nav {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        top: 0;
        right: -100vw;
        z-index: 1;
    }

    .b-header-main-nav.m-open {
        right: 0;
    }
}

@media (max-width: 1000px) {
    .b-main-nav {
        padding: 175px 0 60px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .b-main-nav {
        padding: 100px 0 48px;
    }
}

.b-main-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1000px) {
    .b-main-nav .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-main-nav .menu .menu-item {
    margin-left: 40px;
}

@media (max-width: 1200px) {
    .b-main-nav .menu .menu-item {
        margin-left: 20px;
    }
}

@media (max-width: 1000px) {
    .b-main-nav .menu .menu-item {
        margin-left: 0;
        margin-bottom: 24px;
        text-align: center;
    }
}

.b-main-nav .menu .menu-item:first-child {
    margin-left: 0;
}

.b-main-nav .menu .menu-item a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff;
    padding: 0 5px;
    position: relative;
}

.b-main-nav .menu .menu-item a::before,
.b-main-nav .menu .menu-item a::after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    bottom: -4px;
}

.b-main-nav .menu .menu-item a::before {
    right: 50%;
}

.b-main-nav .menu .menu-item a::after {
    left: 50%;
}

.b-main-nav .menu .menu-item a:hover::before,
.b-main-nav .menu .menu-item a:hover::after {
    width: 50%;
}

.b-main-nav .menu .menu-item.current-menu-item a::before,
.b-main-nav .menu .menu-item.current-menu-item a::after,
.b-main-nav .menu .menu-item.current-page-ancestor a::before,
.b-main-nav .menu .menu-item.current-page-ancestor a::after {
    width: 50%;
}

.b-header-burger {
    display: none;
    height: 100%;
    position: relative;
    width: 36px;
    z-index: 2;
}

.b-header-burger::before {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-color: #fff;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -18px;
    margin-top: -2px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 36px;
}

@media (max-width: 1000px) {
    .b-header-burger {
        display: block;
    }
}

.b-header-burger.m-active::before {
    opacity: 0;
}

.b-header-burger.m-active .b-header-burger-main::before {
    -webkit-transform: rotate(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
}

.b-header-burger.m-active .b-header-burger-main::after {
    -webkit-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
}

.b-header-burger-main {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 20px;
    position: absolute;
    width: 36px;
}

.b-header-burger-main::before,
.b-header-burger-main::after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.b-header-burger-main::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.b-header-burger-main::after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.b-hero {
    background-color: #606060;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.b-hero-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.b-hero-image img {
    display: none;
    position: absolute;
}

.b-hero-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.b-hero-video video {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    width: auto;
}

.b-hero-video-mute {
    position: absolute;
    left: 50px;
    bottom: 60px;
    z-index: 200;
}

@media (max-width: 700px) {
    .b-hero-video-mute {
        left: 20px;
        bottom: 100px;
    }
}

.b-hero-video-mute button {
    display: inline-block;
    width: 40px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.b-hero-video-mute button.m-sound-off {
    background-image: url("../images/sound_off.svg");
}

.b-hero-video-mute button.m-sound-on {
    background-image: url("../images/sound_on.svg");
}

.b-hero-logo {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 4;
    max-width: 300px;
}

.b-hero-logo img {
    height: auto;
    width: 100%;
}

.b-read-more {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.5;
    position: absolute;
    width: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 72px;
    z-index: 5;
    text-align: center;
}

@media (max-width: 700px) {
    .b-read-more {
        bottom: 100px;
    }
}

.b-read-more::after {
    width: 20px;
    height: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.b-read-more.m-light {
    color: #fff;
}

.b-read-more.m-light::after {
    background-image: url("../images/icon-down-light.svg");
}

.b-read-more.m-dark {
    color: #606060;
}

.b-read-more.m-dark::after {
    background-image: url("../images/icon-down-dark.svg");
}

.b-read-more:hover::after {
    bottom: -20px;
}

.b-home-intro {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-light.jpg");
    padding: 108px 0;
    width: 100%;
}

@media (max-width: 900px) {
    .b-home-intro {
        padding: 60px 0;
    }
}

.b-home-intro-main {
    margin: 0 auto 60px;
    max-width: 1000px;
    padding: 0 60px;
    text-align: center;
}

@media (max-width: 700px) {
    .b-home-intro-main {
        padding: 0 30px;
    }
}

.b-home-intro-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-home-intro-item {
    margin-bottom: 40px;
    padding: 0 20px;
    width: 50%;
}

@media (max-width: 900px) {
    .b-home-intro-item {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 700px) {
    .b-home-intro-item {
        padding: 0;
        width: 100%;
    }

    .b-home-intro-item:last-child {
        margin-bottom: 0;
    }
}

.b-home-intro-item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0f0;
    padding-bottom: 64.9350649351%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 700px) {
    .b-home-intro-item-main {
        padding-bottom: 50%;
    }
}

.b-home-intro-item-main:hover .b-home-intro-item-main-image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.b-home-intro-item-main-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.b-home-intro-item-main-title {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 72px;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.44);
}

@media (max-width: 900px) {
    .b-home-intro-item-main-title {
        font-size: 48px;
    }
}

.b-home-about {
    padding: 96px 0 120px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 700px) {
    .b-home-about {
        padding: 60px 0;
    }
}

.b-home-about::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    background: rgba(0, 0, 0, 0.51);
}

.b-home-about-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.b-home-about-main {
    margin: auto;
    max-width: 1000px;
    padding: 0 60px;
    position: relative;
    text-align: center;
    z-index: 3;
}

@media (max-width: 700px) {
    .b-home-about-main {
        padding: 0 30px;
    }
}

.b-home-gallery {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-light.jpg");
    padding: 108px 0 216px;
    width: 100%;
}

@media (max-width: 700px) {
    .b-home-gallery {
        padding: 180px 0;
    }
}

.b-home-gallery-hgroup {
    text-align: center;
    position: relative;
    padding-top: 66px;
    margin-bottom: 54px;
}

@media (max-width: 700px) {
    .b-home-gallery-hgroup {
        padding-top: 48px;
    }
}

.b-home-gallery-hgroup::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icon-instagram-dark.svg");
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 48px;
    height: 48px;
}

@media (max-width: 700px) {
    .b-home-gallery-hgroup::before {
        width: 30px;
        height: 30px;
    }
}

.b-home-gallery-hgroup a {
    display: inline-block;
}

.b-home-gallery-hgroup a span {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.b-home-gallery-hgroup a:hover span {
    color: #000;
}

.b-home-gallery-more {
    text-align: center;
    margin-top: 12px;
}

.b-home-gallery-more a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-weight: normal;
    line-height: 1.2;
    color: #8a8d8f;
}

.b-home-gallery-more a:hover {
    color: #606060;
}

.b-pr-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.b-pr-main-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.b-pr-main-item a {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-pr-main-item a h2 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 0 45px;
    opacity: 0;
}

@media (max-width: 900px) {
    .b-pr-main-item a h2 {
        font-size: 42px;
    }
}

@media (max-width: 700px) {
    .b-pr-main-item a h2 {
        font-size: 30px;
    }
}

.b-pr-main-item a:hover {
    background: rgba(0, 0, 0, 0.4);
}

.b-pr-main-item a:hover h2 {
    opacity: 1;
}

@media (max-width: 900px) {
    .b-pr-main.m-items-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-pr-main.m-items-2 .b-pr-main-item {
    width: 50%;
}

@media (max-width: 900px) {
    .b-pr-main.m-items-2 .b-pr-main-item {
        height: 50vh;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .b-pr-main.m-items-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-pr-main.m-items-3 .b-pr-main-item {
    width: 33.3333333333%;
}

@media (max-width: 1024px) {
    .b-pr-main.m-items-3 .b-pr-main-item {
        height: 50vh;
        width: 100%;
    }
}

.m-touch .b-pr-main-item a {
    background: rgba(0, 0, 0, 0.4);
}

.m-touch .b-pr-main-item a h2 {
    opacity: 1;
}

.b-pr-intro {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-light.jpg");
    padding: 190px 0;
    margin-top: 30px;
}

@media (max-width: 700px) {
    .b-pr-intro {
        padding: 60px 0;
        margin-top: 0;
    }
}

.b-story {
    padding: 180px 0;
    width: 100%;
}

@media (max-width: 900px) {
    .b-story {
        padding: 60px 0;
    }
}

.b-story.m-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-light.jpg");
}

.b-story-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 1540px) {
    .b-story-main {
        padding: 0 30px;
    }
}

@media (max-width: 1100px) {
    .b-story-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .b-story-main {
        padding: 0;
    }
}

.b-story-main.m-l1 .b-story-main-image {
    padding-right: 60px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 1100px) {
    .b-story-main.m-l1 .b-story-main-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
        margin-top: 36px;
    }
}

.b-story-main.m-l1 .b-story-main-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 1100px) {
    .b-story-main.m-l1 .b-story-main-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.b-story-main.m-l2 .b-story-main-image {
    padding-left: 60px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 1100px) {
    .b-story-main.m-l2 .b-story-main-image {
        padding-left: 0;
        margin-top: 36px;
    }
}

.b-story-main.m-l2 .b-story-main-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.b-story-main-image {
    width: 50%;
}

@media (max-width: 1100px) {
    .b-story-main-image {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: auto;
        width: 540px;
    }
}

@media (max-width: 640px) {
    .b-story-main-image {
        width: 100%;
    }
}

.b-story-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1100px) {
    .b-story-main-content {
        text-align: center;
        max-width: 800px;
        margin: auto;
    }
}

.b-story-img-bg {
    padding: 120px 0 240px;
    position: relative;
    width: 100%;
}

@media (max-width: 700px) {
    .b-story-img-bg {
        padding: 60px 0 120px;
    }
}

.b-story-img-bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.b-story-img-bg-copy {
    margin: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1280px;
    padding: 0 60px;
}

@media (max-width: 700px) {
    .b-story-img-bg-copy {
        padding: 0 20px;
    }
}

.m-story-animate .m-story-animated {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    top: 100px;
    position: relative;
}

.m-story-animate.m-ready .m-story-animated {
    opacity: 1;
    top: 0;
}

.b-page-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 900px) {
    .b-page-nav ul {
        display: block;
    }
}

.b-page-nav ul li {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: normal;
    color: #8a8d8f;
    padding-right: 10px;
}

@media (max-width: 900px) {
    .b-page-nav ul li {
        padding-right: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 700px) {
    .b-page-nav ul li {
        font-size: 14px;
    }
}

.b-page-nav ul li::after {
    content: "/";
    padding-left: 6px;
}

@media (max-width: 900px) {
    .b-page-nav ul li::after {
        display: none;
    }
}

.b-page-nav ul li:last-child {
    padding-right: 0;
}

.b-page-nav ul li:last-child::after {
    content: "";
    padding-left: 0;
}

.b-page-nav ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #8a8d8f;
}

.b-page-nav ul li a:hover,
.b-page-nav ul li a.m-current {
    color: #000;
}

.b-main-slider {
    position: relative;
}

.b-main-slider-item {
    padding: 0 10px;
}

.b-main-slider .slick-prev,
.b-main-slider .slick-next {
    border: 0;
    background: none;
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    text-indent: -100em;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
}

.b-main-slider .slick-prev::before,
.b-main-slider .slick-next::before {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 26px;
    background-repeat: no-repeat;
}

.b-main-slider .slick-prev.slick-disabled,
.b-main-slider .slick-next.slick-disabled {
    cursor: default;
    opacity: 0.2;
}

.b-main-slider .slick-prev {
    left: -30px;
}

.b-main-slider .slick-prev::before {
    left: 5px;
    background-image: url("../images/icon-prev.svg");
}

.b-main-slider .slick-prev:hover::before {
    left: 0;
}

.b-main-slider .slick-prev.slick-disabled:hover::before {
    left: 5px;
}

.b-main-slider .slick-next {
    right: -30px;
}

.b-main-slider .slick-next::before {
    right: 5px;
    background-image: url("../images/icon-next.svg");
}

.b-main-slider .slick-next:hover::before {
    right: 0;
}

.b-main-slider .slick-next.slick-disabled:hover::before {
    right: 5px;
}

.b-ct-slider-item {
    padding: 0 10px;
}

.b-ct-nav {
    margin-bottom: 60px;
}

@media (max-width: 700px) {
    .b-ct-nav {
        margin-bottom: 48px;
    }
}

.b-ct-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.b-ct-list-item {
    margin-bottom: 72px;
    padding: 0 15px;
    width: 25%;
}

@media (max-width: 900px) {
    .b-ct-list-item {
        margin-bottom: 48px;
        width: 33.3333333333%;
    }
}

@media (max-width: 700px) {
    .b-ct-list-item {
        margin-bottom: 30px;
        width: 50%;
    }
}

@media (max-width: 500px) {
    .b-ct-list-item {
        margin-bottom: 30px;
        width: 100%;
    }
}

.b-ct-item {
    display: block;
    width: 100%;
}

.b-ct-item-title {
    color: #606060;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 12px;
    padding: 0 10%;
}

@media (max-width: 1100px) {
    .b-ct-item-title {
        font-size: 18px;
    }
}

.b-ct-item-image {
    padding-bottom: 125.3012048193%;
    position: relative;
    overflow: hidden;
}

.b-ct-item-image::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    content: "";
}

.b-ct-item-image figure {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
}

.b-ct-item-image figure img {
    line-height: 0;
    height: auto;
    width: 100%;
}

.b-ct-item.m-type-1 .b-ct-item-title {
    color: #293575;
}

.b-ct-item.m-type-2 .b-ct-item-title {
    color: #ad5b2f;
}

.b-ct-item.m-type-3 .b-ct-item-title {
    color: #375726;
}

.b-ct-item:hover figure {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.b-ct-item-sm {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    outline: 0;
}

@media (max-width: 900px) {
    .b-ct-item-sm {
        padding: 5px;
    }
}

.b-ct-item-sm-title {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 10px solid #fff;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10%;
}

@media (max-width: 900px) {
    .b-ct-item-sm-title {
        border-width: 5px;
    }
}

.b-ct-item-sm-title p {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
}

@media (max-width: 900px) {
    .b-ct-item-sm-title p {
        font-size: 18px;
    }
}

.b-ct-item-sm:hover .b-ct-item-sm-title {
    background: rgba(0, 0, 0, 0.35);
}

.b-ct-item-sm:hover .b-ct-item-sm-title p {
    opacity: 1;
}

.b-ct-item-sm-image img {
    line-height: 0;
    height: auto;
    width: 100%;
}

.b-ct-item-sm.m-type-1 .b-ct-item-title {
    color: #293575;
}

.b-ct-item-sm.m-type-2 .b-ct-item-title {
    color: #ad5b2f;
}

.m-touch .b-ct-item-sm-title {
    background: rgba(0, 0, 0, 0.35);
}

.m-touch .b-ct-item-sm-title p {
    opacity: 1;
}

.b-ct-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
}

@media (max-width: 900px) {
    .b-ct-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-ct-detail-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media (max-width: 900px) {
    .b-ct-detail-main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.b-ct-detail-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 8.5%;
}

@media (max-width: 900px) {
    .b-ct-detail-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        margin-bottom: 36px;
        padding: 0;
    }
}

.b-ct-detail-image figure {
    display: block;
    line-height: 0;
}

@media (max-width: 900px) {
    .b-ct-detail-image figure {
        max-width: 500px;
    }
}

.b-ct-detail-image figure img {
    border: 10px solid #fff;
    max-height: 100%;
    max-width: 100%;
}

.b-ct-detail-main-title {
    margin-bottom: 36px;
}

@media (max-width: 900px) {
    .b-ct-detail-main-title {
        margin-bottom: 48px;
    }
}

.b-ct-detail-main-content-title {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000;
    margin-bottom: 6px;
}

@media (max-width: 900px) {
    .b-ct-detail-main-content-title {
        font-size: 30px;
    }
}

@media (max-width: 700px) {
    .b-ct-detail-main-content-title {
        font-size: 24px;
        margin-bottom: 18px;
    }
}

.b-ct-detail-main-content-title.m-mt {
    margin-top: 24px;
}

@media (max-width: 700px) {
    .b-ct-detail-main-content-title.m-mt {
        margin-top: 24px;
    }
}

.b-ct-detail-main-content-copy {
    padding-left: 30px;
}

@media (max-width: 700px) {
    .b-ct-detail-main-content-copy {
        padding-left: 15px;
    }
}

.b-ct-detail-main-nav {
    margin-top: 60px;
}

@media (max-width: 700px) {
    .b-ct-detail-main-nav {
        margin-top: 36px;
    }
}

.b-ct-detail-main-nav a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    color: #8a8d8f;
    margin-right: 60px;
}

@media (max-width: 700px) {
    .b-ct-detail-main-nav a {
        font-size: 14px;
        margin-right: 30px;
    }
}

.b-ct-detail-main-nav a:hover {
    color: #000;
}

.b-ct-detail-all {
    background-color: #f0f0f0;
    padding: 108px 0;
    width: 100%;
}

@media (max-width: 700px) {
    .b-ct-detail-all {
        padding: 60px 0;
    }
}

.b-ct-detail-all-wrap {
    margin: auto;
    width: 1432px;
}

@media (max-width: 1570px) {
    .b-ct-detail-all-wrap {
        padding: 0 90px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .b-ct-detail-all-wrap {
        padding: 0 70px;
    }
}

@media (max-width: 700px) {
    .b-ct-detail-all-wrap {
        padding: 0 50px;
    }
}

.b-pr-copy-c {
    margin: auto;
    text-align: center;
    width: 800px;
}

@media (max-width: 860px) {
    .b-pr-copy-c {
        padding: 0 30px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .b-pr-copy-c {
        padding: 0 15px;
    }
}

.b-pr-copy-c.m-mb {
    margin-bottom: 36px;
}

.b-pr-section {
    padding: 108px 0;
}
.b-pr-section.ourgins-padding {
    padding-bottom: 160px;
}
.b-pr-section.sustainability-padding {
    padding-bottom: 200px;
}
.b-pr-section.m-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-light.jpg");
}

.b-pr-image-full img {
    height: auto;
    width: 100%;
}

.b-pr-ti {
    padding: 180px 0;
    width: 100%;
}

@media (max-width: 700px) {
    .b-pr-ti {
        padding: 60px 0;
    }
}

.b-pr-ti.m-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-light.jpg");
}

.b-pr-ti-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 700px) {
    .b-pr-ti-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-pr-ti-main.m-l1 .b-pr-ti-main-image {
    padding-right: 60px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.b-pr-ti-main.m-l1 .b-pr-ti-main-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 900px) and (min-width: 700px) {
    .b-pr-ti-main.m-l1 .b-pr-ti-main-content {
        padding-left: 45px;
    }
}

.b-pr-ti-main.m-l2 .b-pr-ti-main-image {
    padding-left: 60px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 700px) {
    .b-pr-ti-main.m-l2 .b-pr-ti-main-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.b-pr-ti-main.m-l2 .b-pr-ti-main-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 900px) and (min-width: 700px) {
    .b-pr-ti-main.m-l2 .b-pr-ti-main-content {
        padding-right: 45px;
    }
}

@media (max-width: 700px) {
    .b-pr-ti-main.m-l2 .b-pr-ti-main-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.b-pr-ti-main-image {
    line-height: 0;
    width: 50%;
    outline: 0;
}

@media (max-width: 900px) {
    .b-pr-ti-main-image {
        padding: 0 !important;
    }
}

@media (max-width: 700px) {
    .b-pr-ti-main-image {
        width: 100%;
        margin-bottom: 24px;
    }
}

.b-pr-ti-main-image img {
    line-height: 0;
    outline: 0;
    width: 100%;
    height: auto;
}

.b-pr-ti-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 700px) {
    .b-pr-ti-main-content {
        text-align: center;
    }
}

@media (max-width: 900px) and (min-width: 700px) {
    .b-pr-ti-main-content .b-main-copy h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 900px) and (min-width: 700px) {
    .b-pr-ti-main-content-copy {
        display: none;
    }
}

.b-pr-ti-copy-helper {
    display: none;
}

@media (max-width: 900px) {
    .b-pr-ti-copy-helper {
        display: block;
        margin-top: 36px;
    }
}

@media (max-width: 700px) {
    .b-pr-ti-copy-helper {
        display: none;
    }
}

.b-pr-about {
    padding: 150px 0;
}

@media (max-width: 700px) {
    .b-pr-about {
        padding: 60px 0;
    }
}

.b-pr-about-nav {
    margin-bottom: 30px;
}

.b-pr-about-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 900px) {
    .b-pr-about-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-pr-about-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 90px;
}

@media (max-width: 900px) {
    .b-pr-about-main-content {
        padding-right: 0;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 700px) {
    .b-pr-about-main-content {
        padding: 0 5%;
    }
}

.b-pr-about-main-image {
    text-align: center;
    line-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    outline: 0;
}

@media (max-width: 900px) {
    .b-pr-about-main-image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15%;
        margin-bottom: 36px;
    }
}

.b-pr-about-main-image img {
    line-height: 0;
    outline: 0;
    height: auto;
    max-height: 600px;
    max-width: 100%;
}

.b-pr-about-main-content-title {
    margin-bottom: 42px;
}

.b-pr-botanicals {
    padding: 108px 0;
    width: 100%;
}

@media (max-width: 900px) {
    .b-pr-botanicals {
        padding: 108px 0;
    }
}

@media (max-width: 700px) {
    .b-pr-botanicals {
        padding: 60px 0;
    }
}

.b-pr-botanicals-title {
    text-align: center;
    margin-bottom: 54px;
}

@media (max-width: 700px) {
    .b-pr-botanicals-title {
        margin-bottom: 24px;
    }
}

.b-pr-botanicals-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    padding-top: 90px;
}

@media (max-width: 700px) {
    .b-pr-botanicals-gallery {
        padding-top: 36px;
    }
}

.b-pr-botanicals-gallery-item {
    width: 16.6666666667%;
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .b-pr-botanicals-gallery-item {
        width: 20%;
    }
}

@media (max-width: 700px) {
    .b-pr-botanicals-gallery-item {
        width: 25%;
    }
}

@media (max-width: 500px) {
    .b-pr-botanicals-gallery-item {
        width: 33.3333333333%;
    }
}

.b-pr-botanicals-gallery-item figure {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.b-pr-botanicals-gallery-item figure img {
    display: none;
}

.b-pr-botanicals-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 900px) {
    .b-pr-botanicals-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-pr-botanicals-main-image {
    line-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    outline: 0;
}

@media (max-width: 900px) {
    .b-pr-botanicals-main-image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 36px;
        max-width: 320px;
    }
}

.b-pr-botanicals-main-image img {
    line-height: 0;
    outline: 0;
    width: 100%;
    height: auto;
}

.b-pr-botanicals-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 900px) {
    .b-pr-botanicals-main-content {
        text-align: center;
    }
}

.b-pr-botanicals-main-content-title {
    color: #606060;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

@media (max-width: 700px) {
    .b-pr-botanicals-main-content-title {
        font-size: 18px;
    }
}

.b-pr-botanicals-main-content-subtitle {
    color: #606060;
    font-size: 24px;
    line-height: 1.5;
}

@media (max-width: 700px) {
    .b-pr-botanicals-main-content-subtitle {
        font-size: 16px;
    }
}

.b-pr-botanicals-main-content-copy {
    margin-top: 30px;
}

@media (max-width: 700px) {
    .b-pr-botanicals-main-content-copy {
        margin-top: 18px;
    }
}

.b-pr-awards {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-light.jpg");
    padding: 96px 0 126px;
}

@media (max-width: 700px) {
    .b-pr-awards {
        padding: 60px 0;
    }
}

.b-pr-awards-wrap {
    margin: auto;
    width: 1432px;
}

@media (max-width: 1570px) {
    .b-pr-awards-wrap {
        padding: 0 40px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .b-pr-awards-wrap {
        padding: 0 70px;
    }
}

@media (max-width: 700px) {
    .b-pr-awards-wrap {
        padding: 0 20px;
    }
}

.b-pr-awards-title {
    margin: auto;
    text-align: center;
    padding-bottom: 24px;
}

@media (max-width: 900px) {
    .b-pr-awards-title {
        padding-bottom: 0;
    }
}

.b-pr-awards-description {
    margin: auto;
    text-align: center;
    max-width: 800px;
}

.b-pr-awards-items {
    margin-top: 90px;
}

.b-pr-awards-slider-item {
    padding: 0 15px;
    text-align: center;
}

.b-pr-awards-slider-item-image {
    margin: auto;
    max-width: 204px;
}

.b-pr-awards-slider-item-image img {
    height: auto;
    width: 100%;
}

.b-pr-awards-slider-item-title {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
    text-transform: none;
    color: #606060;
    min-height: 66px;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .b-pr-awards-slider-item-title {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .b-pr-awards-slider-item-title {
        font-size: 18px;
        min-height: auto;
        margin-bottom: 12px;
    }
}

.b-pr-awards-slider-item-copy p {
    color: #606060;
    font-size: 16px;
    line-height: 1.5;
}

.b-pr-family {
    background-color: #fff;
    padding: 108px 0;
    width: 100%;
}

@media (max-width: 700px) {
    .b-pr-family {
        padding: 60px 0;
    }
}

.b-pr-family-title {
    text-align: center;
    margin-bottom: 42px;
}

@media (max-width: 700px) {
    .b-pr-family-title {
        margin-bottom: 24px;
    }
}

.b-pr-family-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 900px) {
    .b-pr-family-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-pr-family-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 90px;
}

@media (max-width: 900px) {
    .b-pr-family-main-content {
        padding-right: 0;
        text-align: center;
    }
}

.b-pr-family-main-image {
    line-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    outline: 0;
}

@media (max-width: 900px) {
    .b-pr-family-main-image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 400px;
    }
}

.b-pr-family-main-image img {
    line-height: 0;
    outline: 0;
    width: 100%;
    height: auto;
}

.b-pr-ct-all {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-pattern-medium.jpg");
    padding: 108px 0 20px;
    width: 100%;
}

@media (max-width: 700px) {
    .b-pr-ct-all {
        padding: 60px 0px 20px;
    }
}

.b-pr-ct-all-wrap {
    margin: auto;
    width: 1432px;
}

@media (max-width: 1570px) {
    .b-pr-ct-all-wrap {
        padding: 0 40px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .b-pr-ct-all-wrap {
        padding: 0 70px;
    }
}

@media (max-width: 700px) {
    .b-pr-ct-all-wrap {
        padding: 0 20px;
    }
}

.b-pr-ct-all-wrap-title {
    margin: auto;
    text-align: center;
    padding-bottom: 90px;
}

@media (max-width: 700px) {
    .b-pr-ct-all-wrap-title {
        padding-bottom: 30px;
    }
}

.b-pr-image {
    line-height: 0;
    width: 100%;
}

.b-pr-image img {
    height: auto;
    width: 100%;
}

.b-pr-text-img-bg {
    padding: 120px 0 240px;
    position: relative;
    width: 100%;
}

@media (max-width: 700px) {
    .b-pr-text-img-bg {
        padding: 60px 0 120px;
    }
}

.b-pr-text-img-bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.b-pr-text-img-bg-copy {
    margin: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1280px;
    padding: 0 60px;
}

@media (max-width: 700px) {
    .b-pr-text-img-bg-copy {
        padding: 0 20px;
    }
}

.b-main-gallery-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.b-main-gallery-items-item {
    padding: 0 15px;
    width: 33.3333333333%;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .b-main-gallery-items-item {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

.b-main-gallery-items-item-main {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.b-main-gallery-items-item-main figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
}

.b-main-gallery-items-item-main figure img {
    display: none;
    height: auto;
    width: 100%;
}

.b-main-gallery-items-item-main:hover figure {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.b-main-gallery-items.m-home .b-main-gallery-items-item {
    display: none;
}

.b-main-gallery-items.m-home .b-main-gallery-items-item:nth-child(-n + 3) {
    display: block;
}

@media (max-width: 500px) {
    .b-main-gallery-items.m-home .b-main-gallery-items-item {
        margin-bottom: 20px;
        width: 100%;
    }
}

.b-gallery {
    padding: 60px 0;
}

@media (max-width: 700px) {
    .b-gallery {
        padding: 30px 0 60px;
    }
}

.b-gallery-more {
    display: block;
    text-align: center;
    margin-top: 24px;
}

.b-gallery-more a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1.2;
    color: #8a8d8f;
    position: relative;
    padding-right: 66px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 700px) {
    .b-gallery-more a {
        padding-right: 48px;
    }
}

.b-gallery-more a:hover {
    color: #606060;
}

.b-gallery-more a::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icon-instagram-dark.svg");
    position: absolute;
    content: "";
    right: 0;
    width: 48px;
    height: 48px;
}

@media (max-width: 700px) {
    .b-gallery-more a::after {
        width: 30px;
        height: 30px;
    }
}

#sb_instagram {
    padding-bottom: 0 !important;
}

.b-content-slider {
    width: 100%;
}

.b-content-slider-item {
    display: block;
    padding-bottom: 66.5%;
    position: relative;
}

.b-content-slider-item figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

.b-content-slider .slick-prev,
.b-content-slider .slick-next {
    display: none !important;
}

.b-content-slider .slick-dots {
    position: absolute;
    width: 100%;
    z-index: 3;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    bottom: 5px;
}

.b-content-slider .slick-dots li {
    cursor: pointer;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-indent: -100px;
    overflow: hidden;
    margin: 0 4px;
}

.b-content-slider .slick-dots li.slick-active {
    background-color: #fff;
}

.b-booking {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 414px;
    position: relative;
    z-index: 3;
    margin-bottom: 180px;
}

@media (max-width: 900px) {
    .b-booking {
        height: 300px;
    }
}

@media (max-width: 700px) {
    .b-booking {
        height: 180px;
    }
}

.b-booking-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b-booking-image::after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.51);
}

.b-booking-main {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    z-index: 3;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0 5%;
}

@media (max-width: 900px) {
    .b-booking-main {
        font-size: 42px;
    }
}

@media (max-width: 700px) {
    .b-booking-main {
        font-size: 30px;
    }
}

.b-contact {
    padding-top: 60px;
}

@media (max-width: 900px) {
    .b-contact {
        padding-top: 30px;
    }
}

.b-contact-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 120px;
}

@media (max-width: 900px) {
    .b-contact-main {
        display: block;
    }
}

.b-contact-main-copy {
    width: 50%;
    padding-right: 60px;
}

@media (max-width: 900px) {
    .b-contact-main-copy {
        width: 100%;
        padding-right: 0;
        margin-bottom: 36px;
    }
}

@media (max-width: 700px) {
    .b-contact-main-copy {
        text-align: center;
    }
}

.b-contact-main-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.b-contact-main-image figure {
    line-height: 0;
}

.b-contact-main-image figure img {
    height: auto;
    width: 100%;
}

.b-contact-map {
    line-height: 0;
    padding: 0 30px;
    width: 100%;
}

@media (max-width: 700px) {
    .b-contact-map {
        padding: 0;
    }
}

.b-contact-map img {
    height: auto;
    width: 100%;
}

.b-footer {
    width: 100%;
    padding: 20px 120px 20px 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-footer.jpg");
    position: relative;
    z-index: 3;
}

@media (max-width: 1160px) {
    .b-footer {
        padding: 30px 30px 48px;
    }
}

@media (max-width: 1160px) {
    .b-footer-logo svg {
        height: 40px;
        width: 118px;
    }
}

.b-footer-sections {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1160px) {
    .b-footer-sections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-footer-section.m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
}

@media (max-width: 1160px) {
    .b-footer-section.m-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 24px;
    }
}

.b-footer-section.m-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1500px) {
    .b-footer-section.m-2 {
    }
}

.b-footer-section.m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1160px) {
    .b-footer-section.m-3 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.b-footer-copyright {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-left: 10%;
}

@media (max-width: 1160px) {
    .b-footer-copyright {
        display: none;
    }
}

.b-footer-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1160px) {
    .b-footer-company {
        display: block;
        text-align: center;
    }
}

.b-footer-company-item {
    margin-right: 7px;
}

@media (max-width: 1160px) {
    .b-footer-company-item {
        margin-right: 0;
        margin-bottom: 6px;
    }
}

.b-footer-company-item::after {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
    content: "/";
    padding-left: 5px;
}

@media (max-width: 1160px) {
    .b-footer-company-item::after {
        display: none;
    }
}

.b-footer-company-item:last-child {
    margin-right: 0;
}

.b-footer-company-item:last-child::after {
    display: none;
}

.b-footer-company-item span {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 16px;
    font-weight: 700;
}

.b-footer-company-item a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 16px;
    font-weight: 700;
}

.b-footer-company-item a:hover {
    text-decoration: underline;
}

.b-footer-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-footer-social-item {
    margin-left: 30px;
}

@media (max-width: 1160px) {
    .b-footer-social-item {
        margin: 0 10px;
    }
}

.b-footer-social-item span {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1160px) {
    .b-footer-social-item span {
        font-size: 18px;
    }
}

.b-footer-social-item a {
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-indent: -3000em;
}

@media (max-width: 1160px) {
    .b-footer-social-item a {
        width: 30px;
        height: 30px;
    }
}

.b-footer-social-item a.m-facebook {
    background-image: url("../images/icon-facebook-light.svg");
}

.b-footer-social-item a.m-instagram {
    background-image: url("../images/icon-instagram-light.svg");
}

.b-footer-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-top: 24px;
}

@media (max-width: 1500px) {
    .b-footer-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.b-terms {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    z-index: 1000;
}

.b-terms-close {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #606060;
}

.b-terms-close:hover {
    color: #000;
}

.b-terms-main {
    margin: auto;
    padding: 90px 60px;
    max-width: 1200px;
}

@media (max-width: 700px) {
    .b-terms-main {
        padding: 60px 20px;
    }
}

.b-sitemap ul li {
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .b-sitemap ul li {
        margin-bottom: 18px;
    }
}

.b-sitemap ul li a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    display: inline-block;
}

@media (max-width: 700px) {
    .b-sitemap ul li a {
        font-size: 16px;
    }
}

.b-sitemap ul li a.m-sub {
    color: #8a8d8f;
    padding-left: 20px;
}

@media (max-width: 700px) {
    .b-sitemap ul li a.m-sub {
        padding-left: 15px;
    }
}

#card-container {
    /* background-color: black; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    font-family: "PT Sans Narrow", sans-serif;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: 3px 3px 0px black;
    text-align: center;
}

#card-container .card-item {
    width: 18vw;
    height: 18vw;
    /* border: 1px solid black; */
    /* background-color: gray; */
    margin: 15px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1539px) {
    #card-container .card-item {
        width: 25vw;
        height: 25vw;
    }
}

@media screen and (max-width: 1030px) {
    #card-container .card-item {
        width: 22vw;
        height: 22vw;
    }
}

@media screen and (max-width: 800px) {
    #card-container .card-item {
        width: 33vw;
        height: 33vw;
    }
}

@media screen and (max-width: 480px) {
    #card-container .card-item {
        width: 70vw;
        height: 70vw;
    }
}

#card-container .card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#card-container .card-item h4 {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

#card-container .card-item .card-item-icons {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear 0.1s;
    z-index: 2;
    transform: translateY(100%);
}

#card-container .card-item .card-item-icons .card-item-icon {
    flex: 0 0 50%;
    height: 100%;
    padding: 8px;
}

#card-container .card-item .card-item-icons .card-item-icon img {
    width: 100%;
    object-fit: contain;
}

#card-container .card-item .card-item-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
    z-index: 1;
    padding: 0.5rem;
    font-size: 1.5rem;
    transform: translateY(100%);
}

#card-container .card-item .card-item-cover a {
    color: white;
}

#card-container .card-item:hover .card-item-cover {
    transform: translateY(0%);
}

#card-container .card-item:hover .card-item-icons {
    transform: translateY(0%);
}

.fixed-container {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.fixed-content {
    position: fixed;
    bottom: 22px;
    right: 16px;
    z-index: 999;
    /* display: flex; */
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    z-index: 299;
    width: 80px;
    display: none;
}

@media screen and (max-width: 700px) {
    .fixed-content {
        bottom: 80px;
        right: 0px;
    }

    .fixed-container {
        padding-right: 0px;
    }
}

@media screen and (max-width: 533px) {
    .fixed-content {
        bottom: 65px;
    }
}

@media screen and (max-width: 400px) {
    .fixed-content {
        bottom: 55px;
    }
}

.fixed-content input[type="checkbox"] {
    display: none;
}

.fixed-content label {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0089f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    filter: drop-shadow(0px 0px 3px #000);
    margin-top: 12px;
}

.fixed-content label i {
    color: white;
}

.fixed-content label i.fa-xmark {
    display: none;
}

.fiexd-content-icons {
    /* visibility: hidden; */
    display: none;
    flex-direction: column;
    align-items: center;
}

.fixed-content input[type="checkbox"]:checked ~ label i.fa-xmark {
    display: block;
}

.fixed-content input[type="checkbox"]:checked ~ label i.fa-ellipsis {
    display: none;
}

.fixed-content input[type="checkbox"]:checked ~ .fiexd-content-icons {
    /* visibility: visible; */
    display: flex;
}

.fiexd-content-icons .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem;
    filter: drop-shadow(2px 2px 3px #444);
}

.fiexd-content-icons .icon.icon0 {
    width: 50px;
    height: 50px;
    background-color: #0089f5;
    cursor: pointer;
}

.fiexd-content-icons .icon.icon1 {
    background-color: #33c966;
}

.fiexd-content-icons .icon.icon2 {
    background-color: #cd1d64;
}

.fiexd-content-icons .icon.icon3 {
    background-color: #385a95;
}

.fiexd-content-icons .icon i {
    font-size: 2rem;
    color: white;
}

.fiexd-content-icons .icon.icon0 i {
    font-size: 1rem;
}

.adult-box {
    background-color: #e0e0d6;
    justify-content: center;
    display: flex;
    position: sticky;
    bottom: 29px;
    z-index: 98;
    padding: 0px 3rem;
}

.adult-box img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 700px) {
    .adult-box {
        bottom: 0px;
        padding: 0px 0px;
    }
}

@media (max-width: 800px) {
    .mobile-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .pad-control {
        display: none;
    }
}

.ig-title {
    /* text-align: center;
    text-shadow: 3px 3px 0px black;
    font-size: 4em;

    color: white; */

    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #606060;
}

a.go-index {
    font-family: "PT Sans Narrow", sans-serif;
    /* position: absolute; */
    /* bottom: 7rem;
    left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 10;
    color: #22227c;
    font-size: 1.2rem;
    font-weight: bold;
    /* padding: 1rem 1rem 0.3rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.go-index img {
    display: block;
    width: 200px;
    height: auto;
    margin-bottom: 6px;
}
a.go-index span {
    position: relative;
    left: 3px;
}
a.go-index span::after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #22227c;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all linear;
}

a.go-index:hover span::after {
    width: 100%;
}

@media screen and (max-width: 800px) {
    a.go-index {
        bottom: 5.5rem;
    }
}
@media screen and (max-width: 580px) {
    a.go-index {
        bottom: 4.5rem;
    }
}
@media screen and (max-width: 480px) {
    a.go-index {
        bottom: 3.5rem;
    }
}
@media screen and (max-width: 400px) {
    a.go-index {
        bottom: 3rem;
    }
}
a.go-index.go-product {
    font-size: 36px;
    bottom: 0px;
    margin-bottom: 1rem;
    margin-top: 50px;
}

.footmobile-2 {
    position: absolute;
    left: calc(50% - 100px);
}

@media screen and (max-width: 1160px) {
    .footmobile-1 {
        padding-left: 0px !important;
    }
    .footmobile-2 {
        position: static;
        padding-left: 0px !important;
    }
    .footmobile-3 {
        padding-right: 0px !important;
        margin-top: 20px;
    }
}
