/* CSS Document */

/*-----------------------------------------------------------------*/
/*--- Font Face Including ---*/
/*-----------------------------------------------------------------*/
/*------------------------------------------------------*/
/*--- Font Family :: [Helvetica] :: Regular ---*/
/*------------------------------------------------------*/
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot');
  src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Helvetica.woff2') format('woff2'),
       url('../fonts/Helvetica.woff') format('woff'),
       url('../fonts/Helvetica.ttf') format('truetype'),
       url('../fonts/Helvetica.svg#Helvetica-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------*/
/*--- Font Family :: [Helvetica] :: Bold ---*/
/*------------------------------------------------------*/
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Helvetica-Bold.woff2') format('woff2'),
       url('../fonts/Helvetica-Bold.woff') format('woff'),
       url('../fonts/Helvetica-Bold.ttf') format('truetype'),
       url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------*/
/*--- Font Family :: [Fabriga] :: Regular ---*/
/*------------------------------------------------------*/
@font-face {
  font-family: 'Fabriga';
  src: url('../fonts/Fabriga-Regular.eot');
  src: url('../fonts/Fabriga-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Fabriga-Regular.woff2') format('woff2'),
       url('../fonts/Fabriga-Regular.woff') format('woff'),
       url('../fonts/Fabriga-Regular.ttf') format('truetype'),
       url('../fonts/Fabriga-Regular.svg#Fabriga-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------*/
/*--- Font Family :: [Fabriga] :: Italic ---*/
/*------------------------------------------------------*/
@font-face {
  font-family: 'Fabriga';
  src: url('../fonts/Fabriga-Italic.eot');
  src: url('../fonts/Fabriga-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Fabriga-Italic.woff2') format('woff2'),
       url('../fonts/Fabriga-Italic.woff') format('woff'),
       url('../fonts/Fabriga-Italic.ttf') format('truetype'),
       url('../fonts/Fabriga-Italic.svg#Fabriga-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*------------------------------------------------------*/
/*--- Font Family :: [Fabriga] :: Medium ---*/
/*------------------------------------------------------*/
@font-face {
  font-family: 'Fabriga';
  src: url('../fonts/FabrigaMedium.eot');
  src: url('../fonts/FabrigaMedium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/FabrigaMedium.woff2') format('woff2'),
       url('../fonts/FabrigaMedium.woff') format('woff'),
       url('../fonts/FabrigaMedium.ttf') format('truetype'),
       url('../fonts/FabrigaMedium.svg#FabrigaMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------*/
/*--- Font Family :: [Gazpacho] :: Regular ---*/
/*------------------------------------------------------*/
@font-face {
  font-family: 'Gazpacho';
  src: url('../fonts/GazpachoRegular.eot');
  src: url('../fonts/GazpachoRegular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GazpachoRegular.woff2') format('woff2'),
       url('../fonts/GazpachoRegular.woff') format('woff'),
       url('../fonts/GazpachoRegular.ttf') format('truetype'),
       url('../fonts/GazpachoRegular.svg#GazpachoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Gazpacho-Light';
    src: url('../fonts/Gazpacho-Light.eot');
    src: url('../fonts/Gazpacho-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gazpacho-Light.woff2') format('woff2'),
        url('../fonts/Gazpacho-Light.woff') format('woff'),
        url('../fonts/Gazpacho-Light.ttf') format('truetype'),
        url('../fonts/Gazpacho-Light.svg#Gazpacho-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*------------------------------------------------------*/
/*--- Font Family :: [Nurhalifa Script] :: Regular ---*/
/*------------------------------------------------------*/
@font-face {
  font-family: 'Nurhalifa Script';
  src: url('../fonts/NurhalifaScriptRegular.eot');
  src: url('../fonts/NurhalifaScriptRegular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NurhalifaScriptRegular.woff2') format('woff2'),
       url('../fonts/NurhalifaScriptRegular.woff') format('woff'),
       url('../fonts/NurhalifaScriptRegular.ttf') format('truetype'),
       url('../fonts/NurhalifaScriptRegular.svg#NurhalifaScriptRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*-----------------------------------------------------------------*/
/*--- Custom Reset Styles ---*/
/*-----------------------------------------------------------------*/
body, html { margin: 0; padding: 0; outline: none; min-width: 320px; }
p, img { margin: 0; padding: 0; }
h1, h2, h3, h4 ,h5, h6 { font-weight: normal; padding: 0; margin: 0; }
button, a { outline: none; -webkit-outline: none; -moz-outline: none; }
a img { border: 0; display: block; outline: none; -webkit-outline: none; -moz-outline: none; }
a, button { transition: all 0.3s ease; }
a { color: #000; text-decoration: none; }
a:hover, a:focus { outline: none; }
button { border: 0; box-shadow: none; line-height: normal; outline: none; text-shadow: none; }
/*-----------------------------------------------------------------*/
/*--- Canvas Styles ---*/
/*-----------------------------------------------------------------*/
html { font-size: 10px; }
body { font: 1.4rem / 1.4286 'Fabriga', Helvetica, Arial, sans-serif; color: #000; background: #fff9f3; }

.lazy { opacity: 0; }
.lazy.loaded { opacity: 1; }

.main { position: relative; z-index: 1; }

.main-content { padding: 0 0 80px; }

@media screen and (min-width: 992px) {
  .tablet, .mobile { display: none !important; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .desktop, .mobile { display: none !important; }
}

@media screen and (max-width: 767px) {
  .desktop, .tablet { display: none !important; }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,
  .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
  .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1,
  .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
  .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
  .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl,
  .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
  .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-left: 24px; padding-right: 24px; }
  .row { margin-left: -24px; margin-right: -24px; }
}
/*-----------------------------------------------------------------*/
/*--- Wysiwyg Styles ---*/
/*-----------------------------------------------------------------*/
.wysiwyg strong { font-weight: 700; }
.wysiwyg em { font-style: italic; }

.wysiwyg p { padding: 10px 0; }

.wysiwyg p:first-child { padding-top: 0; }
.wysiwyg p:last-child { padding-bottom: 0; }

.wysiwyg a { color: currentColor; text-decoration: underline; }
.wysiwyg a:hover { text-decoration: none; }
/*-----------------------------------------------------------------*/
/*--- Header Styles ---*/
/*-----------------------------------------------------------------*/
.header { color: #000; background-color: transparent; position: fixed; left: 0; top: 0; width: 100%; transition: all 0.2s linear; z-index: 10001; }
.header::before { content: ''; background: url(../images/backgrounds/header-texture.png) repeat top left / auto; box-shadow: 0px 2px 5px rgba(0,0,0,0.1); opacity: 0; transition: all 0.2s; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; mix-blend-mode: multiply; }
.header.scrolled::before { opacity: 1; }

.header.scrolled {background-color: #FFF9F3; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);}

.header__container { display: flex; justify-content: space-between; align-items: center; height: 55px; padding: 0 16px; }

.header__logo { padding: 0 10px 0 0; }
.header__logo__img { display: block; height: auto; width: 100%; max-width: 188px; }

.header__menu__list { display: flex; padding: 0; margin: 0; list-style: none; }
.header__menu__item { padding: 0 10px; }
.header__menu__link { display: block; padding: 0 10px; }

.header__right { display: flex; align-items: center; }

.header__client-logo { display: flex; align-items: center; }
.header__client-logo__link { color: inherit; display: block; padding: 0 0 0 16px; }
.header__client-logo__text { font-family: Helvetica; font-size: 1rem; line-height: 1.2; font-weight: 700; text-align: right; }
.header__client-logo__image { display: block; height: auto; width: 100%; max-width: 40px; }

.header__about { position: relative; margin: 0 0 0 34px; min-width: 20px; }
.header__about__text { font-family: Helvetica; font-size: 1rem; line-height: 1.2; display: block; padding: 0 0 0 28px; }
.header__about__icon { position: absolute; top: 50%; height: 20px; width: 20px; transform: translateY(-50%); left: 0; background: no-repeat url(../images/icons/questionmark.svg) center / contain; }

.header__menu__btn { display: none; }

@media screen and (max-width: 991px) {
  .header__about { margin-left: 16px; }
  .header__about__text { font-size: 1.2rem; }
}

@media screen and (max-width: 767px) {
  .header__logo__img { max-width: 118px; }

  .header__client-logo__image { max-width: 32px; }
  .header__client-logo__text { font-size: 0.8rem; max-width: 100px; }

  .header__about { position: absolute; top: calc(100% + 15px); right: 2px; margin: 0; }
  .header__about__text { font-size: 0; }

}
/*-----------------------------------------------------------------*/
/*--- Hero Section Styles ---*/
/*-----------------------------------------------------------------*/
.hero-section { min-height: 100vh; padding: 80px 0 40px; text-align: center; display: flex; align-items: center; justify-content: center; background: url(../images/backgrounds/hero-d.jpg) no-repeat center / cover; }
.hero-section__container { width: 100%; }
.hero-section__title { font-family: 'Gazpacho-Light'; font-size: 8.011rem; line-height: 1.0207; padding: 0 0 26px; }
.hero-section__title span { font-family: 'Nurhalifa Script'; font-size: 20.6651rem; line-height: 0.8; display: block; margin: -54px 0 0; }
.hero-section__title span em { margin: 0 -24px; }
.hero-section__text { font-size: 1.6rem; line-height: 1.75; margin: 0 auto; max-width: 460px; }
.hero-section__text::after { content: ''; display: block; height: 73px; width: 1px; background: #000; margin: 18px auto 0; }

@media screen and (max-width: 991px) {
  .hero-section { background-image: url(../images/backgrounds/hero-t.jpg); }
  .hero-section__title { font-size: 6.4088rem; }
  .hero-section__title span { font-size: 16.5321rem; margin-top: -44px; }
  .hero-section__title span em { margin: 0 -16px; }
  .hero-section__text::after { margin-top: 32px; }
}

@media screen and (max-width: 767px) {
  .hero-section { background-image: url(../images/backgrounds/hero-m.jpg); }
  .hero-section__title { font-size: 4.2438rem; margin-left: -24px; margin-right: -24px; }
  .hero-section__title span { font-size: 10rem; margin-top: -20px; }
  .hero-section__text { font-size: 1.4rem; line-height: 1.8571; max-width: 320px; }
  .hero-section__text::after { margin-top: 26px; }
  .hero-section__container {margin-top: -120px;}
  h2.section__title.section__title--sm.section__title--noquote {font-family: 'Gazpacho-Light';}
}

@media screen and (max-width: 430px) {
  .hero-section__title { font-size: 10vw; }
  .hero-section__title span { font-size: 26vw; margin-top: -5vw; }
}
/*-----------------------------------------------------------------*/
/*--- Section Heading Styles ---*/
/*-----------------------------------------------------------------*/
.section-heading { background: repeat top left / 30px; text-align: center; display: flex; align-items: center; justify-content: center; min-height: 780px; margin: 100px 0; overflow: hidden; position: relative; z-index: 1; }
.section-heading:first-child { margin-top: 0; }
.section-heading::before { content: ''; position: absolute; z-index: -1; }
.section-heading__title { font-family: 'Nurhalifa Script'; font-size: 11.2rem; line-height: 1.2; font-style: italic; }
.section-heading__text { font-family: 'Gazpacho'; font-size: 4rem; line-height: 1.3; max-width: 722px; margin: 0 auto 20px; }
.section-heading__text::after { content: ''; display: block; height: 73px; width: 1px; background: currentColor; margin: 38px auto 0; }

.section-heading--1 { background-image: url(../images/backgrounds/gray-texture.jpg); }
.section-heading--1::before { bottom: -58px; left: 46%; transform: translateX(-50%) rotate(-1deg); height: 485px; width: 805px; background: url(../images/backgrounds/discover.png) no-repeat center bottom / contain; }

.section-heading--2 { color: #fff; background-image: url(../images/backgrounds/blue-texture.jpg); }
.section-heading--2::before { top: 65px; left: 65px; right: 65px; bottom: 65px; background: url(../images/backgrounds/tiles-d.png) no-repeat center / contain; }

.section-heading--3 { background-image: url(../images/backgrounds/yellow-texture.jpg); }
.section-heading--3::before { top: 0; left: 0; right: 0; bottom: 0; background: url(../images/backgrounds/flowers-left-d.png) no-repeat left bottom / auto 100%, url(../images/backgrounds/flowers-right-d.png) no-repeat right bottom / auto 100%; }

.section-heading--4 { color: #fff; background-image: url(../images/backgrounds/purple-texture.jpg); background-size: auto; }
.section-heading--4::before { top: 110px; right: 0; bottom: 0; width: 446px; background: url(../images/backgrounds/plates-d.png) no-repeat center / contain; }

@media screen and (max-width: 991px) {
  .section-heading { min-height: 1024px; margin: 77px 0; }
  .section-heading__title { font-size: 10rem; }
  .section-heading__text { font-size: 3.6rem; line-height: 1.3333; max-width: 560px; }
  .section-heading__text::after { height: 87px; margin-top: 48px; }

  .section-heading--1::before { bottom: -40px; }
  .section-heading--2::before { top: 40px; left: 40px; right: 40px; bottom: 40px; background-image: url(../images/backgrounds/tiles-t.png); }
  .section-heading--3::before { background-image: url(../images/backgrounds/flowers-t.png); background-position: bottom center; background-size: 100% auto; }
  .section-heading--4::before { top: auto; left: 20px; right: 20px; bottom: 0; width: auto; height: 400px; background-image: url(../images/backgrounds/plates-t.png); }
}

@media screen and (max-width: 767px) {
  .section-heading { min-height: 986px; margin: 60px 0; }
  .section-heading__title { font-size: 9rem; }
  .section-heading__text { font-size: 2.8rem; line-height: 1.42; max-width: 344px; }
  .section-heading__text::after { height: 90px; margin-top: 36px; }

  .section-heading--1::before { height: 447px; width: 742px; }
  .section-heading--1 .section-heading__text  { margin-bottom: 120px; }
  .section-heading--2::before { top: 20px; left: 20px; right: 20px; bottom: 20px; background-image: url(../images/backgrounds/tiles-m.png); }
  .section-heading--3::before { background-image: url(../images/backgrounds/flowers-m.png); }
  .section-heading--4::before { height: 414px; width: 520px; left: auto; right: -18px; bottom: 27px; background-image: url(../images/backgrounds/plates-m.png); }
}
/*-----------------------------------------------------------------*/
/*--- Section Columns Styles ---*/
/*-----------------------------------------------------------------*/
.row-reverse-mobile {
  display: flex;
  flex-direction: row; /* Default direction: side by side */
}

.section-full .container-xl, .section-columns .container-xl { border-top: 2px solid #000; }

.section__title { font-family: 'Gazpacho'; position: relative; padding-bottom: 6px; }
.section__title--lg { font-size: 4.1rem; line-height: 1.3171; }
.section__title--md { font-size: 3.7rem; line-height: 1.2973; }
.section__title--sm { font-size: 3.4rem; line-height: 1.4706; }

.section__author { font-family: 'Gazpacho'; font-size: 2rem; line-height: 1.55; margin: 0; }

.columns-border-right { position: relative; }
.columns-border-right::after { content: ""; position: absolute; top: 0; right: 0; bottom: 30px; width: 1px; background: #dcdcdc; }
.columns-border-top { border-top: #dcdcdc 1px solid; }
.columns-border-bottom { border-bottom: #000 2px solid; }
.section-columns__divider { display: block; width: 100%; border-bottom: #000 2px solid; margin: 64px 0; }

.big-quote { display: flex; align-items: center; text-align: center; }

.columns-quote { display: flex; align-items: center; text-align: left; }

.section-columns .container-xl { padding-top: 64px; padding-bottom: 64px; }
.section-columns:last-child .container-xl { padding-bottom: 84px; }
.section-columns .col-md { padding-left: 18px; padding-right: 18px; }
.section-columns__media { display: block; margin: 0 0 23px; position: relative; }
.section-columns__media--video::before { content: ''; position: absolute; left: 0; bottom: 0; height: 48px; width: 48px; background: url(../images/icons/icon-play.svg) no-repeat center / contain; }
.section-columns__media__img { display: block; width: 100%; height: auto; }
.section-columns__content { text-align: center; max-width: 378px; margin: 0 auto; }
.section-columns__top-line { font-size: 1.7rem; line-height: 1.4706; font-weight: 500; color: #266ab1; margin: 0 0 12px; display: block; }
.section-columns__top-line:hover { text-decoration: underline; }
.section-columns__title, .section-columns__title * { display: block; font-family: 'Gazpacho'; font-size: 1.9rem; line-height: 1.2273; }
.section-columns__title:hover { text-decoration: underline; }
.section-columns__title--lg, .section-columns__title--lg * { font-size: 2.2rem; }
.section-columns__description { padding: 12px 0 15px; opacity: 0.7; }
.section-columns__btn { font-family: 'Gazpacho'; font-size: 1.7rem; text-decoration: underline; }

@media screen and (min-width: 992px) {
  .section-columns .col-lg:first-child { flex: 0 0 39%; }

  .section--6 .row > div:not(:nth-of-type(3n + 3))::after { content: ""; position: absolute; top: 0; right: 0; bottom: 30px; width: 1px; background: #dcdcdc; }
}

@media screen and (max-width: 1200px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { max-width: 952px; }
}

@media screen and (max-width: 991px) {
  .section .container-xl { max-width: 692px; }

  .section__title { font-size: 2.8rem; }

  .section-columns .container-xl { padding-top: 50px; padding-bottom: 50px; }
  .section-columns__title--lg, .section-columns__title--lg *, .section-columns__title, .section-columns__title * { font-size: 2rem; }
  .section-columns__divider { border-bottom: #dcdcdc 1px solid; margin: 38px 0 50px; }

  .section--3 .columns-quote { padding-bottom: 42px; margin-bottom: 60px; border-bottom: 1px solid #dcdcdc; }
  .section--3 .columns-quote .section__title { text-align: center; max-width: 514px; margin: 0 auto; }
  .section--3 .columns-quote::after { display: none; }

  .section--4 .container-xl { border-top: 1px solid #dcdcdc; }
  .section--4 .row > div:first-child { padding-bottom: 42px; margin-bottom: 60px; border-bottom: 2px solid #000; }
  .section--4 .row > div:first-child::after { display: none; }

  .section--6 .row > div:nth-of-type(2n + 1)::after { content: ""; position: absolute; top: 0; right: 0; bottom: 30px; width: 1px; background: #dcdcdc; }

  .section--15 .container-xl  { border-top: 1px solid #dcdcdc; }
}

@media screen and (max-width: 767px) {
  .section { padding-left: 24px; padding-right: 24px; }
  .section .container-xl { padding-left: 23px; padding-right: 23px; }
  .section__title { font-family: 'Gazpacho-Light'; font-size: 3.4rem; }
  .section__author {font-family: 'Gazpacho-Light'; padding-top: 20px;}
  .columns-quote { text-align: center !important; }
  .section-columns__description:last-child { padding-bottom: 0; }

  .section--3 .columns-quote { border-bottom: none; margin-bottom: 42px; }
  .section--3 .columns-quote .section__title { max-width: 280px; padding-bottom: 0; position: relative; }

  .section .row > div:not(:first-child) { padding-top: 40px; }
  .section .row > div:not(:last-child) { padding-bottom: 34px; }
  .section .row > div:not(:last-child)::after { content: ""; display: block; position: absolute; top: auto; right: 0; left: 0; bottom: 0; height: 1px; width: auto; background: #dcdcdc; }
  .section .row-reverse-mobile > div:not(:first-child) { padding-bottom: 40px; }
  .section .row-reverse-mobile > div:not(:last-child) { padding-top: 34px; }
  .section .row-reverse-mobile > div:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0; /* Move the divider to the top */
    right: 0;
    left: 0;
    bottom: auto; /* Remove bottom positioning */
    height: 1px;
    width: auto;
    background: #dcdcdc;
  }
  .section--4 .container-xl, .section--15 .container-xl { border-top: 2px solid #000; }
  .section--4 .row > div:first-child { border-bottom: none; margin-bottom: 0; }
  .row-reverse-mobile {
    flex-direction: column-reverse; /* Stack in the opposite order on mobile */
  }
}
/*-----------------------------------------------------------------*/
/*--- Full Section Styles ---*/
/*-----------------------------------------------------------------*/
.section-full .container-xl { padding-top: 64px; padding-bottom: 64px; }
.section-full__media { position: relative; }
.section-full__media--video { display: block; max-width: 896px; margin: 0 auto; position: relative; }
.section-full__media__img { display: block; width: 100%; height: auto; }
.section-full__media__icon { font-size: 0; position: absolute; left: 0; bottom: 0; height: 74px; width: 74px; background: url(../images/icons/icon-play.svg) no-repeat center / contain; }
.section-full__content { text-align: center; max-width: 420px; margin: 0 auto; padding: 28px 0 0; }
.section-full__description { padding: 6px 0 15px; }
.section-full__btn { font-size: 1.7rem; text-decoration: underline; }

.popup { display: none; padding: 20px 0; justify-content: center; position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.4); z-index: 10100; }
.popup__inner { display: flex; align-items: center; height: 100%; }
.popup__container { position: relative; }
.popup__container video { display: block; width: 100%; max-width: 100%; max-height: calc(100vh - 40px); }
.popup__close { transform: translateY(-100%); position: absolute; top: 0; right: 20px; height: 56px; width: 56px; background: none; padding: 0; cursor: pointer; background: url(../images/icons/icon-button-x.svg) no-repeat center / auto; }

@media screen and (max-width: 991px) {
  .section-full .container-xl { padding-top: 58px; padding-bottom: 58px; }
  .section-full__content { padding-top: 36px; }
  .section-full__media__icon { height: 50px; width: 50px; }
  .section-full .container-xl, .popup__container { max-width: 662px; }

  .section-full .section-columns__title, .section-full .section-columns__title * { font-size: 2rem; }
  .section-full .section-columns__title--lg, .section-full .section-columns__title--lg * { font-size: 2.2rem; }
}

@media screen and (max-width: 767px) {
  .section-full__content { padding-top: 20px; }
  .section-full__media__icon { height: 40px; width: 40px; }

  .section-full .container-xl { padding-left: 5px; padding-right: 5px; }
}
/*-----------------------------------------------------------------*/
/*--- CTA Section Styles ---*/
/*-----------------------------------------------------------------*/
.section-cta { min-height: 846px; color: #fff; text-align: center; padding: 177px 0 110px; background: url(../images/backgrounds/cta-d.png) no-repeat top center / cover; }
.section-cta__client-logo { padding: 0 0 20px; }
.section-cta__client-logo::after { content: ''; display: block; height: 48px; width: 1px; background: currentColor; margin: 12px auto 0; }
.section-cta__client-logo__link { color: inherit; display: block; }
.section-cta__client-logo__text { font-family: Helvetica; font-size: 1.5rem; line-height: 1.2; padding: 0 0 15px; }
.section-cta__client-logo__image { display: block; height: auto; width: 100%; max-width: 51px; margin: 0 auto; }
.section-cta__title { font-family: 'Gazpacho'; font-size: 6rem; line-height: 1.2; padding: 0 0 24px; }
.section-cta__text { font-size: 2rem; line-height: 1.5; margin: 0 auto 50px; max-width: 500px; }
.section-cta__btn { font-family: 'Gazpacho'; font-size: 2.2rem; line-height: 1.2364; color: #fff; border-radius: 30px; background: #85322c; margin: 0 auto 60px; display: flex; align-items: center; justify-content: center; text-align: center; height: 57px; width: 229px; }
.section-cta__btn:hover { background-color: #5b100a; }

.social-list { display: flex; justify-content: center; list-style: none; padding: 0; margin: 0; }
.social-list__item { padding: 10px; }
.social-list__link { font-size: 0; display: block; height: 42px; width: 42px; background: no-repeat center / auto; }

.social-list__link--facebook { background-image: url(../images/icons/icon-facebook-hover.svg); background-image: url(../images/icons/icon-facebook.svg); }
.social-list__link--twitter { background-image: url(../images/icons/icon-twitter-hover.svg); background-image: url(../images/icons/icon-twitter.svg); }
.social-list__link--instagram { background-image: url(../images/icons/icon-instagram-hover.svg); background-image: url(../images/icons/icon-instagram.svg); }
.social-list__link--whatsapp { background-image: url(../images/icons/icon-whatsapp-hover.svg); background-image: url(../images/icons/icon-whatsapp.svg); }

.social-list__link--facebook:hover { background-image: url(../images/icons/icon-facebook-hover.svg); }
.social-list__link--twitter:hover { background-image: url(../images/icons/icon-twitter-hover.svg); }
.social-list__link--instagram:hover { background-image: url(../images/icons/icon-instagram-hover.svg); }
.social-list__link--whatsapp:hover { background-image: url(../images/icons/icon-whatsapp-hover.svg); }

@media screen and (max-width: 991px) {
  .section-cta { padding-top: 130px; background-image: url(../images/backgrounds/cta-t.png); }
  .section-cta__title { font-size: 4.4rem; padding-bottom: 18px; }
  .section-cta__text { font-size: 1.6rem; line-height: 1.75; max-width: 374px; }
  .section-cta__btn { font-size: 1.98rem; height: 51px; width: 206px; margin-bottom: 52px; }
  .social-list__link { height: 38px; width: 38px; background-size: 64px; }
}

@media screen and (max-width: 767px) {
  .section-cta { padding-top: 88px; padding-bottom: 170px; background-image: url(../images/backgrounds/cta-m.png); }
  .section-cta__text { font-size: 1.8rem; line-height: 1.5333; max-width: 280px; }
  .section-cta__btn { height: 54px; width: 218px; }
  .social-list__link { height: 42px; width: 42px; background-size: 72px; }
  .social-list__link--instagram, .social-list__link--whatsapp { background-size: contain; }
}
/*-----------------------------------------------------------------*/
/*--- Footer Styles ---*/
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*--- Footer Copyright Styles ---*/
/*-----------------------------------------------------------------*/
.footer { position: absolute; left: 0; right: 0; bottom: 0; font-family: Helvetica; font-size: 1rem; line-height: 1.2; padding: 10px 0; }
.footer__container { color: #85322c; display: flex; justify-content: space-between; flex-wrap: wrap; }
.footer a { color: inherit; }
.footer a:hover { text-decoration: underline; }
.footer__copyright, .footer__menu { padding: 5px 0; }
.footer__copyright { padding-right: 10px; }
.footer__menu { color: #fff; display: flex; justify-content: flex-end; align-items: center; padding: 0; margin: 0; list-style: none; }
.footer__menu__item { cursor: default; }
.footer__menu__item:not(:last-child)::after { content: '|'; margin: 0 6px; }

@media screen and (max-width: 767px) {
  .footer__container { color: #fff; display: block; }
  .footer__copyright, .footer__menu, .footer__menu__item { display: inline; }
}

/*Vertically align read more buttons*/
.columns-align-bottom-buttons {
  display: flex;
  flex-direction: column;
}

.columns-align-bottom-buttons > .section-columns__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.columns-align-bottom-buttons .section-columns__btn {
  margin-top: auto;
}
