/*--------------------------------------------------------*/
/* TABLE OF TOP CONTENTS: */
/*--------------------------------------------------------*/
/*01 - RESET*/
/*02 - GLOBAL SETTINGS*/
/*03 - TYPOGRAPHY*/
/*04 - BUTTONS*/
/*05 - HEADER*/
/*06 - BANNER*/
/**--------------------------*/
/**   00  FONTS              */
/**--------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/**--------------------------*/
/**   00  PRELOADER          */
/**--------------------------*/
#loader-wrapper { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; -webkit-animation: loader 1.3s linear; animation: loader 1.3s linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

@-webkit-keyframes loader { 0% { opacity: 1; }
  70% { opacity: 1; }
  99% { opacity: 0; }
  100% { display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0; } }

@keyframes loader { 0% { opacity: 1; }
  70% { opacity: 1; }
  99% { opacity: 0; }
  100% { display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0; } }

/**--------------------------*/
/**   01  RESET              */
/**--------------------------*/
html { overflow-y: scroll; }

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

* { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust: none; }

.clear { clear: both; overflow: hidden; height: 0; font-size: 0; display: block; }

html:not(.touch-screen)::-webkit-scrollbar, html:not(.touch-screen) *::-webkit-scrollbar { width: 6px; height: 6px; }

html:not(.touch-screen)::-webkit-scrollbar-track, html:not(.touch-screen) *::-webkit-scrollbar-track { background: var(--clr-grey); }

html:not(.touch-screen)::-webkit-scrollbar-thumb, html:not(.touch-screen) *::-webkit-scrollbar-thumb { background: var(--clr-primary); border-radius: 10px; }

:focus, :hover, :active, :visited { outline: none; }

button { background: none; }

body ::-moz-selection { color: var(--clr-white); background: var(--clr-primary); }

body ::selection { color: var(--clr-white); background: var(--clr-primary); }

a { display: inline-block; text-decoration: none; cursor: pointer; outline: none; color: inherit; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

a:hover { text-decoration: none; }

@media (max-width: 767px) { html::-webkit-scrollbar, html *::-webkit-scrollbar { width: 3px; height: 3px; }
  html::-webkit-scrollbar-track, html *::-webkit-scrollbar-track { background: var(--clr-white); }
  html::-webkit-scrollbar-thumb, html *::-webkit-scrollbar-thumb { background: var(--clr-primary); } }

/**--------------------------*/
/**   02  GLOBAL SETTINGS    */
/**--------------------------*/
:root { --clr-primary: #319A97; --clr-secondary:#E78A3C; --clr-thirdy: #C1E9E7; --clr-black:#32353F; --clr-grey-500:#5A5C64; --clr-grey-700:#7C7C7C; --clr-error: #EC6767; --clr-white:#FFFFFF; --clr-bg: #FFFDF9; --ff: 'Inter', sans-serif; --transition: all 0.3s linear; --transition-2: all 0.4s ease-in; --header-h: 136px; }

@media (max-width: 1199px) { :root { --header-h: 80px; } }

html { height: auto; -webkit-font-smoothing: antialiased; }

body { height: auto; overflow: hidden; background-color: var(--clr-bg); }

#content-block { overflow: hidden; position: relative; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

footer { margin-top: auto; }

.overflow-hidden { overflow: hidden; }

html.overflow-hidden body { overflow: hidden; }

html.keyboard-focus:focus { outline: auto; }

.overflow-hidden, .overflow-sidebar { overflow: hidden; }

html.overflow-menu, html.overflow-menu body { overflow: hidden; }

.section, .container { position: relative; }

.container { padding-left: 16px; padding-right: 16px; }

.row { --bs-gutter-x: 32px; }

@media (min-width: 576px) { .container-fluid { max-width: 95%; } }

@media (min-width: 1200px) and (max-width: 1440px) { .container { max-width: 1344px; } }

[class*='spacer'] { clear: both; width: 100% !important; }

.spacer-xxl { height: 140px; }

.spacer-xl { height: 100px; }

.spacer-lg { height: 80px; }

.spacer-md { height: 60px; }

.spacer-sm { height: 40px; }

@media (max-width: 1199px) { .spacer-xxl { height: 100px; }
  .spacer-xl { height: 80px; } }

@media (max-width: 991px) { .spacer-xxl { height: 60px; }
  .spacer-xl { height: 60px; }
  .spacer-lg { height: 60px; }
  .spacer-md { height: 40px; } }

@media (max-width: 767px) { .spacer-xl { height: 40px; }
  .spacer-lg { height: 40px; }
  .spacer-mb-none { display: none; } }

/**--------------------------*/
/**   03  TYPOGRAPHY         */
/**--------------------------*/
body { font-family: var(--ff); font-size: 16px; line-height: 1.5em; font-weight: 400; color: var(--clr-grey-500); }

strong, b { font-weight: 700; }

ul, ol { list-style: none; }

img { max-width: 100%; width: 100%; height: auto; }

picture { font-size: 0; }

/**     TITLE STYLES     **/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { letter-spacing: -0.02em; color: var(--clr-black); }

h1, .h1 { font-size: clamp(32px, 3.9vw, 50px); line-height: 1.11em; }

h2, .h2 { font-size: clamp(26px, 3.3vw, 44px); line-height: 1.2em; }

h3, .h3 { font-size: clamp(24px, 2.2vw, 36px); line-height: 1.22em; }

h4, .h4 { font-size: clamp(20px, 2.1vw, 28px); line-height: 1.2em; }

h5, .h5 { font-size: clamp(18px, 2vw, 21px); line-height: 1.43em; }

h6, .h6 { font-size: 15px; line-height: 1.2em; letter-spacing: 0.04em; }

.title { -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.title.fw-400 { font-weight: 400; }

.title.fw-500 { font-weight: 500; }

.title.fw-600 { font-weight: 600; }

.title.fw-700 { font-weight: 700; }

.caption { font-size: 13px; line-height: 1.23em; font-weight: 500; }

.text-upper { text-transform: uppercase; }

.text-cap { text-transform: capitalize; }

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

/**     TEXT STYLES     **/
.text { font-size: 16px; line-height: 1.5em; font-weight: 400; color: var(--clr-grey-500); }

.text > * + * { margin-top: 10px; }

.text > p + p { margin-top: 20px; }

.text > p + h1, .text > p + h2, .text > p + h3, .text > p + h4, .text > p + h5, .text > p + h6 { margin-top: 30px; }

.text > ul + h4 { margin-top: 30px; }

.text > *:first-child { margin-top: 0; }

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { font-weight: 700; }

.text ul li { position: relative; padding-left: 15px; }

.text ul li + li { margin-top: 10px; }

.text ul li:last-child { bottom: 0; }

.text ul li::before { content: ""; position: absolute; top: 8px; left: 0; width: 5px; height: 5px; border-radius: 100%; background-color: var(--clr-primary); }

.text ol { counter-reset: number; }

.text ol li { position: relative; padding-left: 25px; }

.text ol li + li { margin-top: 10px; }

.text ol li:last-child { bottom: 0; }

.text ol li::before { counter-increment: number; content: counter(number) "."; position: absolute; left: 0; top: 0; font-size: inherit; line-height: inherit; }

.text a { position: relative; display: inline; cursor: pointer; font-size: inherit; line-height: inherit; font-weight: 400; color: inherit; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.text a::before { content: ""; position: absolute; bottom: 0; left: auto; right: 0; width: 0; height: 2px; background-color: var(--clr-primary); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.text b { font-weight: 700; }

.text blockquote { position: relative; max-width: 80%; font-size: clamp(16px, 2vw, 20px); line-height: 1.3em; font-weight: 700; color: var(--clr-title); text-align: center; margin: 0 auto; }

.text blockquote span { color: var(--clr-primary); }

.text > iframe { position: relative; width: 100%; height: 615px; max-width: 100%; max-height: calc(56.3vw - 30px); border: 0; border-radius: 10px; }

.text img { max-width: 100%; width: 100%; height: auto; }

.text img + span { font-size: 13px; line-height: 1.23em; font-weight: 500; color: var(--clr-grey-500); }

.text img + span + p { margin-top: 40px; }

.text img, .text iframe, .text blockquote { margin-top: 30px; }

.text > table { border-collapse: collapse; width: 100%; }

.text > table thead tr { background-color: #f3f3f3; }

.text > table thead td { height: 50px; line-height: 1.2em; font-weight: 500; color: var(--clr-title); padding: 20px 15px; }

.text > table thead td:first-child { padding: 20px; }

.text > table tbody { min-width: 690px; }

.text > table tbody tr { height: 70px; }

.text > table tbody tr:nth-child(even) { background-color: #f3f3f3; }

.text > table td { vertical-align: middle; height: 64px; font-size: inherit; line-height: 1.8em; font-weight: 400; color: var(--clr-text); text-align: center; padding: 0 10px; }

.text > table td:first-child { font-weight: 500; color: var(--clr-title); }

.text > table td > ul { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -5px; }

.text > table td > ul li { padding-left: 0; width: 20px; height: 20px; border-radius: 100%; border: 0.2px solid transparent; margin: 5px; }

.text > table td > ul li::before { content: none; }

.title.light, .text.light, .caption.light { color: var(--clr-white); }

.title.black, .text.black, .caption.black { color: var(--clr-black); }

.title.grey-500, .text.grey-500, .caption.grey-500 { color: var(--clr-grey-500); }

.title.grey-700, .text.grey-700, .caption.grey-700 { color: var(--clr-grey-700); }

.title.clr-primary, .text.clr-primary, .caption.clr-primary { color: var(--clr-primary); }

.title.clr-secondary, .text.clr-secondary, .caption.clr-secondary { color: var(--clr-secondary); }

.title.clr-thirdy, .text.clr-thirdy, .caption.clr-thirdy { color: var(--clr-secondary); }

.title b { font-weight: inherit; color: var(--clr-secondary); }

.text-truncate { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.text-cut-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-cut-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-cut-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-cut-5 { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.separator { width: 100%; height: 2px; background-color: rgba(188, 181, 170, 0.5); margin-top: 75px; }

@media (hover: hover) and (min-width: 1200px), (-ms-high-contrast: none) { .text a:hover:before { width: 100%; right: auto; left: 0; } }

@media (max-width: 1199px) { .text > p + h1, .text > p + h2, .text > p + h3, .text > p + h4, .text > p + h5, .text > p + h6 { margin-top: 30px; }
  .text > iframe { max-height: calc(56.3vw - 20px); }
  .text img, .text iframe, .text blockquote { margin-top: 20px; } }

@media (max-width: 991px) { .text blockquote { max-width: 90%; }
  .text > table { display: block; overflow-x: scroll; }
  .text > table thead td { padding: 15px; }
  .text > table thead td:first-child { padding: 15px; }
  .text > table td > ul li { width: 16px; height: 16px; }
  .separator { margin-top: 40px; } }

@media (max-width: 767px) { .text blockquote { max-width: 100%; }
  .text > iframe { max-height: calc(56.3vw - 15px); }
  .text img, .text iframe, .text blockquote { margin-top: 15px; }
  .text img + span + p { margin-top: 30px; } }

/**--------------------------*/
/**   04  BUTTONS            */
/**--------------------------*/
.btn { position: relative; z-index: 1; cursor: pointer; display: inline-block; vertical-align: bottom; -ms-flex-negative: 0; flex-shrink: 0; background: none; border-radius: 4px; border: 2px solid transparent; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); font-size: 16px; line-height: 1em; font-weight: 700; letter-spacing: 0.01em; text-align: center; text-decoration: none; text-transform: capitalize; padding: 22px 30px; }

.btn-primary { background: transparent; border-color: var(--clr-black); color: var(--clr-black); }

.btn-secondary { background: var(--clr-black); color: var(--clr-white); }

.btn-thirdy { background: var(--clr-thirdy); color: var(--clr-black); }

.btn-fourth { background: var(--clr-secondary); color: var(--clr-white); }

.btn-2 { padding: 18px 30px; }

.btn-arrow { border: none; border-radius: initial; padding: 4px 0; }

.btn-arrow-primary { border-bottom: 2px solid var(--clr-primary); color: var(--clr-primary); }

.btn-arrow-primary i::before { border-right: 2px solid var(--clr-primary); border-bottom: 2px solid var(--clr-primary); }

.btn-arrow-primary i::after { background-color: var(--clr-primary); }

.btn-arrow-secondary { border-bottom: 2px solid var(--clr-black); color: var(--clr-black); }

.btn-arrow-secondary i::before { border-right: 2px solid var(--clr-black); border-bottom: 2px solid var(--clr-black); }

.btn-arrow-secondary i::after { background-color: var(--clr-black); }

.btn-arrow i { position: relative; z-index: 1; display: inline-block; vertical-align: middle; width: 16px; height: 16px; margin-left: 5px; }

.btn-arrow i::before { content: ""; position: absolute; z-index: 1; top: 50%; right: 2px; -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 10px; height: 10px; }

.btn-arrow i::after { content: ""; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 14px; height: 2px; }

.btn-close { position: absolute; top: 40px; right: 40px; width: 25px; height: 25px; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); cursor: pointer; }

.btn-close::before, .btn-close::after { content: ""; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 2px; height: 100%; background: var(--clr-black); }

.btn-close::after { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.btn-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.btn-wrapper > *:not(:last-child) { margin-right: 25px; }

.go-back { position: absolute; z-index: 10; cursor: pointer; top: 0; left: 0; width: 48px; height: 48px; border: 1px solid transparent; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.go-back i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: inline-block; vertical-align: middle; width: 28px; height: 28px; }

.go-back i::before { content: ""; position: absolute; top: 50%; left: 3px; -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 16px; height: 16px; border-right: 3px solid var(--clr-black); border-bottom: 3px solid var(--clr-black); }

.go-back i::after { content: ""; position: absolute; top: 50%; left: 1px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 26px; height: 3px; background-color: var(--clr-black); }

@media (hover: hover) and (min-width: 1200px), (-ms-high-contrast: none) { .btn-primary:hover { background: var(--clr-black); color: var(--clr-white); }
  .btn-secondary:hover { background: var(--clr-thirdy); color: var(--clr-black); }
  .btn-thirdy:hover { background: var(--clr-black); color: var(--clr-white); }
  .btn-fourth:hover { background: var(--clr-black); }
  .btn-arrow-primary:hover { border-bottom: 2px solid var(--clr-black); color: var(--clr-black); }
  .btn-arrow-primary:hover i::before { border-right: 2px solid var(--clr-black); border-bottom: 2px solid var(--clr-black); }
  .btn-arrow-primary:hover i::after { background-color: var(--clr-black); }
  .btn-arrow-secondary:hover { border-bottom: 2px solid var(--clr-primary); color: var(--clr-primary); }
  .btn-arrow-secondary:hover i::before { border-right: 2px solid var(--clr-primary); border-bottom: 2px solid var(--clr-primary); }
  .btn-arrow-secondary:hover i::after { background-color: var(--clr-primary); }
  .btn-close:hover::before, .btn-close:hover::after { background: var(--clr-secondary); }
  .go-back:hover i::before { border-right: 3px solid var(--clr-primary); border-bottom: 3px solid var(--clr-primary); }
  .go-back:hover i::after { background-color: var(--clr-primary); } }

@media (max-width: 767px) { .btn:not(.btn-arrow) { width: 100%; }
  .btn-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .btn-wrapper > *:not(:last-child) { margin-right: 0; margin-bottom: 25px; } }

/**--------------------------*/
/**   05  HEADER             */
/**--------------------------*/
header + * { padding-top: var(--header-h); }

header.scrolled .header-inner { height: 85px; background: var(--clr-white); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); }

.header-inner { position: fixed; z-index: 100; top: 0; left: 0; right: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--header-h); background: transparent; }

.header-inner .logo { position: relative; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); display: inline-block; vertical-align: middle; max-width: 180px; margin-right: 40px; }

.header-inner .logo img { display: block; width: 100%; max-width: 100%; }

.header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: inherit; }

/*header menu nav*/
header .menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; font-size: 0; }

header .navigation { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 0; }

header .navigation ul li { position: relative; display: inline-block; font-family: var(--ff); font-size: 16px; line-height: 1.5em; font-weight: 500; color: var(--clr-black); }

header .navigation ul li.active { font-weight: 700; }

header .navigation ul li a.active::before { width: 100%; }

header .navigation > ul > li + li { margin-left: 45px; }

header .navigation ul > li > a { position: relative; z-index: 2; display: block; }

header .navigation ul > li > a::before { content: ""; position: absolute; z-index: 1; top: auto; bottom: -1px; left: 0; width: 0; height: 2px; background-color: var(--clr-black); -webkit-transition: var(--transition); transition: var(--transition); -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

/*mobile-button*/
.mobile-button-wrapper { position: relative; z-index: 101; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 52px; height: 52px; background-color: transparent; border: 2px solid var(--clr-black); border-radius: 4px; }

.mobile-button { position: relative; z-index: 101; cursor: pointer; width: 28px; height: 22px; will-change: transform; }

.mobile-button span { display: block; position: absolute; top: 50%; left: 0; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 100%; height: 2px; background: var(--clr-black); border-radius: 4px; margin-top: -1px; }

.mobile-button::before, .mobile-button::after { content: ""; position: absolute; top: 50%; left: 0; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); display: block; width: 100%; height: 2px; background: var(--clr-black); border-radius: 4px; margin-top: 8px; }

.mobile-button::before { margin-top: -10px; }

.mobile-button.active:before, .mobile-button.active:after { -webkit-transform: translateY(9px) rotate(45deg); -ms-transform: translateY(9px) rotate(45deg); transform: translateY(9px) rotate(45deg); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }

.mobile-button.active:after { -webkit-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); transform: translateY(-9px) rotate(-45deg); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }

.mobile-button.active span { -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); opacity: 0; }

@media (min-width: 1200px) { header .btn { padding: 14px 20px; }
  header .text { display: none; }
  header .social-list-wrapper { display: none; } }

@media (hover: hover) and (min-width: 1200px), (-ms-high-contrast: none) { .header-inner .logo:hover { opacity: 0.7; }
  header .navigation > ul > li:hover > a::before { width: 100%; } }

@media (max-width: 1199px) { header .container { max-width: 100%; }
  header .btn { width: 100%; }
  header .btn-header { color: var(--clr-black); background: var(--clr-thirdy); border-color: var(--clr-thirdy); margin-bottom: 30px; }
  header .text { margin-bottom: 25px; }
  header .social-list-wrapper { display: block; margin-top: auto; }
  header.scrolled .header-inner { height: var(--header-h); }
  header.open-menu .header-inner { background: var(--clr-white); }
  .header-wrapper { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  header .menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 50%; right: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); position: fixed; top: var(--header-h); height: calc(100vh - var(--header-h)); max-height: 100%; background: var(--clr-white); text-align: left; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; z-index: 101; overflow: auto; padding: 30px 35px 60px 30px; }
  header.open-menu .menu-toggle { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  header .navigation { display: block; width: 100%; margin-bottom: 50px; }
  header .navigation ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; font-size: 26px; line-height: 1.2em; font-weight: 700; letter-spacing: -0.02em; }
  header .navigation > ul > li + li { margin-left: 0; margin-top: 45px; }
  .mobile-button-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media (max-width: 767px) { header .menu-toggle { width: 100%; padding: 30px 35px 100px 30px; }
  .header-inner .logo { max-width: 115px; margin-right: 30px; } }

/**--------------------------*/
/**   06  BANNER             */
/**--------------------------*/
.bg { background-position: 50% 50%; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.bg.mobile { display: none; }

.bg.desktop { display: block; }

.bg.video { background-position: center; bottom: 0; right: 0; clip: rect(auto, auto, auto, auto); }

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

.bg-wrap { position: relative; margin-left: 50%; }

.banner { position: relative; overflow: hidden; }

.banner .bg { position: relative; background-size: contain; width: 585px; height: 500px; margin-left: auto; }

.banner-align { position: relative; overflow: hidden; z-index: 10; display: table-cell; vertical-align: middle; width: 10000px; padding: 10px 0 50px 0; }

.banner-content { position: relative; max-width: 100%; }

.banner-content .title b { display: block; font-weight: inherit; color: var(--clr-secondary); }

.banner-content .btn { min-width: 180px; }

.banner-content .btn-wrapper { margin-top: 40px; }

@media (min-width: 768px) { .banner-align { height: 500px; } }

@media (max-width: 1440px) { .bg-wrap { margin-left: 70px; } }

@media (max-width: 1199px) { .bg-wrap { margin-left: 110px; }
  .banner .bg { width: 435px; height: 350px; } }

  @media (max-width: 991px) { .bg-wrap { margin-left: 0; }
  .banner .container > .row { --bs-gutter-y: 50px; }
  .banner-align { padding: 50px 0; } }

@media (max-width: 767px) { .bg-wrap { position: absolute; bottom: 10px; }
  .banner .bg { width: 225px; height: 195px; margin-left: 95%; }
  .banner .bg.mobile { display: block; }
  .banner .bg.desktop { display: none; }
  .banner-content .btn { width: auto; padding: 18px 20px; } }

@media (max-width: 375px) { .banner-align { padding: 30px 0; }
  .banner-content .title { font-size: 28px; } }

