/*

    1. BASE
    reset
    base

    2. Element
    Header
    Footer
    Button
    Forms
    Text Size
    Text Color
    Module
    CardItem
    Carousel
    Contact
    Central Banner

    3. Layout
    Home
    TheBand
    Builder
    Error


    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
@font-face {
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold";
  src: url("../fonts/Kostic_Roc_Grotesk_Wide_ExtraBold.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Kostic_Roc_Grotesk_Wide";
  src: url("../fonts/Kostic_Roc_Grotesk_Wide.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "NT_Dapper_Light";
  src: url("../fonts/NT_Dapper_Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "NT_Dapper_Regular";
  src: url("../fonts/NT_Dapper_Regular.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "NT_Dapper_Bold";
  src: url("../fonts/NT_Dapper_Bold.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "NT_Dapper_Black";
  src: url("../fonts/NT_Dapper_Black.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-size: 16px;
  color: #573C3A;
  font-family: "NT_Dapper_Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 25px;
  height: 100%;
}

body.active {
  overflow: hidden;
}
body.active .btn--color {
  border-color: #fff;
  color: #fff;
}

.img,
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
blockquote,
h5,
.h5,
h6,
.h6 {
  letter-spacing: -0.5px;
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #573C3A;
}

body h1,
body h1 *,
body .h1,
body .h1 *,
body h2,
body h2 *,
body .h2,
body .h2 * {
  font-size: 42px;
  line-height: 55px;
}
body h3,
body h3 *,
body .h3,
body .h3 * {
  font-size: 32px;
  line-height: 40px;
}
body h4,
body h4 *,
body .h4,
body .h4 * {
  font-size: 28px;
  line-height: 35px;
}
body h5,
body h5 *,
body .h5,
body .h5 * {
  font-size: 18px;
  line-height: 25px;
}
body h6,
body h6 *,
body .h6,
body .h6 * {
  font-size: 16px;
  line-height: 25px;
}

/* outline */
* {
  -ms-touch-action: manipulation;
  -webkit-touch-action: manipulation;
  touch-action: manipulation;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #9E9E9E !important;
}

::-moz-placeholder {
  color: #9E9E9E !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #9E9E9E !important;
} /* ie */
:-moz-placeholder {
  color: #9E9E9E !important;
}

/* Selection */
::-moz-selection {
  color: #fff;
  background: #A18D58;
  opacity: 1 !important;
}
::selection {
  color: #fff;
  background: #A18D58;
  opacity: 1 !important;
}

::-moz-selection {
  color: #fff;
  background: #A18D58;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* strong */
strong {
  font-family: "NT_Dapper_Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Margin */
.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

/* dflex */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* text title */
.text-title,
.text-title * {
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-title strong,
.text-title * strong {
  color: #F0AF7A;
}

.text-regular,
.text-regular * {
  font-family: "NT_Dapper_Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-light,
.text-light * {
  font-family: "Kostic_Roc_Grotesk_Wide", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-light strong,
.text-light * strong {
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* image */
.border-image .et_pb_image_wrap img {
  border-radius: 30px;
  overflow: hidden;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
/* row */
.row-center.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-center-horizontal.et_pb_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.et_pb_row {
  width: 93%;
  max-width: 1260px;
}

/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header.active {
  pointer-events: none;
}
header.active .btn {
  pointer-events: initial;
}
header .header {
  background-color: transparent;
  padding: 25px 0;
}
header .header .header__inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9999;
}
header .header .header__inner .et_pb_column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header .header__inner .et_pb_column:last-child .et_pb_button_module_wrapper {
  margin-bottom: 0 !important;
}
header .header .header__inner .et_pb_column:last-child .btn {
  margin-bottom: 0;
  margin-left: 16px;
}

/* main nav */
.main-nav.et_pb_row {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #A18D58;
  max-width: 100%;
  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-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.main-nav.et_pb_row.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: initial;
}
.main-nav.et_pb_row .et_mobile_nav_menu {
  display: none;
}
.main-nav.et_pb_row .et_pb_menu {
  background: transparent !important;
}
.main-nav.et_pb_row .et_pb_menu__menu .et-menu-nav .et-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-nav.et_pb_row .et_pb_menu__menu .et-menu-nav .et-menu li {
  width: 100%;
}
.main-nav.et_pb_row .et_pb_menu__menu .et-menu-nav .et-menu li a {
  color: #fff;
  font-size: 100px;
  line-height: 90px;
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -3.6px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

/* second nav */
.second-nav .et_pb_text_inner 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;
  padding: 0;
  margin: 0;
  list-style: none;
}
.second-nav .et_pb_text_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.second-nav .et_pb_text_inner ul li:after {
  content: "";
  height: 70px;
  width: 1px;
  background: #fff;
  display: inline-block;
  margin: 0 26px;
}
.second-nav .et_pb_text_inner ul li:last-child::after {
  display: none;
}
.second-nav .et_pb_text_inner ul li a {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.second-nav .et_pb_text_inner ul li a:hover {
  opacity: 0.8;
}

/* lang */
.lang-swith {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
}
.lang-swith:before {
  content: "";
  background: url(/wp-content/uploads/2024/04/world.png) center center no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  margin-right: 16px;
}
.lang-swith.lang--color:before {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.lang-swith.lang--color li:first-child:after {
  color: #573C3A;
}
.lang-swith.lang--color li a {
  color: #573C3A;
}
.lang-swith li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-swith li:first-child:after {
  content: "/";
  display: block;
  color: #fff;
}
.lang-swith li.current-lang a {
  opacity: 1;
}
.lang-swith li a {
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-family: "NT_Dapper_Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  opacity: 0.6;
}
.lang-swith li a:hover {
  opacity: 0.8;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  .main-nav.et_pb_row .et_pb_menu__menu .et-menu-nav .et-menu li a {
    font-size: 80px;
    line-height: 70px;
  }
  .second-nav .et_pb_text_inner ul li a {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 980px) {
  .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  .main-nav.et_pb_row .et_pb_menu__menu .et-menu-nav .et-menu li a {
    font-size: 60px;
    line-height: 50px;
  }
  .second-nav .et_pb_text_inner ul li:after {
    height: 30px;
  }
  .second-nav .et_pb_text_inner ul li a {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  header .header .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .main-nav.et_pb_row .et_pb_menu__menu .et-menu-nav .et-menu li a {
    font-size: 33px;
    line-height: 27px;
    letter-spacing: -1.6px;
  }
  .second-nav:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0 auto 24px auto;
  }
  .second-nav .et_pb_text_inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .second-nav .et_pb_text_inner ul li {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second-nav .et_pb_text_inner ul li::after {
    display: none;
  }
}
/* ------------------------------------------------------------
     FOOTER
------------------------------------------------------------ */
.footer-logo-row.et_pb_row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-logo-row.et_pb_row .et_pb_column .et_pb_image {
  margin: 0;
}

.footer-options.et_pb_row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-options.et_pb_row .et_pb_column .et_pb_module {
  margin: 0;
}

.footer-nav .et_pb_text_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-nav .et_pb_text_inner ul li {
  margin-right: 24px;
}
.footer-nav .et_pb_text_inner ul li a {
  color: #F9F5E4;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.footer-nav .et_pb_text_inner ul li a:hover {
  opacity: 0.6;
}

.footer-social li.et_pb_social_network_link {
  margin: 0;
}
.footer-social li.et_pb_social_network_link.et-social-linkedin a.icon:before {
  content: "\f08c";
  font-family: "Font Awesome 6 Brands";
  font-size: 23px;
}
.footer-social li.et_pb_social_network_link a.icon {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.footer-social li.et_pb_social_network_link a.icon:hover {
  opacity: 0.6;
}
.footer-social li.et_pb_social_network_link a.icon:before {
  font-size: 20px;
  color: #F9F5E4;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .footer-logo-row.et_pb_row .et_pb_column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-logo-row.et_pb_row .et_pb_column .et_pb_image {
    margin-bottom: 36px;
  }
  .footer-logo-row.et_pb_row .et_pb_column .et_pb_image:last-child {
    margin-bottom: 0;
  }
  .footer-nav {
    padding-bottom: 32px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #page-container .btn,
body #page-container .et_pb_button,
body #page-container .et_pb_section .btn,
body #page-container .et_pb_section .et_pb_button {
  cursor: pointer;
  font-family: "NT_Dapper_Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body #page-container .btn.btn--small,
body #page-container .et_pb_button.btn--small,
body #page-container .et_pb_section .btn.btn--small,
body #page-container .et_pb_section .et_pb_button.btn--small {
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.375px;
}
body #page-container .btn.btn--small.btn--color,
body #page-container .et_pb_button.btn--small.btn--color,
body #page-container .et_pb_section .btn.btn--small.btn--color,
body #page-container .et_pb_section .et_pb_button.btn--small.btn--color {
  border-color: #573C3A;
  color: #573C3A;
}
body #page-container .btn.btn--type1,
body #page-container .et_pb_button.btn--type1,
body #page-container .et_pb_section .btn.btn--type1,
body #page-container .et_pb_section .et_pb_button.btn--type1 {
  border: 1px solid #A18D58;
  color: #A18D58;
  font-size: 20px;
  border-radius: 40px;
  min-width: 290px;
  height: 60px;
  line-height: 60px !important;
  padding: 0 24px !important;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}
body #page-container .btn.btn--type1:hover,
body #page-container .et_pb_button.btn--type1:hover,
body #page-container .et_pb_section .btn.btn--type1:hover,
body #page-container .et_pb_section .et_pb_button.btn--type1:hover {
  background: #ddcfa8;
  padding: 0 24px !important;
}
body #page-container .btn.btn--type2,
body #page-container .et_pb_button.btn--type2,
body #page-container .et_pb_section .btn.btn--type2,
body #page-container .et_pb_section .et_pb_button.btn--type2 {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  min-width: 290px;
  height: 60px;
  line-height: 60px !important;
  padding: 0 24px !important;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
body #page-container .btn.btn--type2:hover,
body #page-container .et_pb_button.btn--type2:hover,
body #page-container .et_pb_section .btn.btn--type2:hover,
body #page-container .et_pb_section .et_pb_button.btn--type2:hover {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 24px !important;
}
body #page-container .btn.btn--icon,
body #page-container .et_pb_button.btn--icon,
body #page-container .et_pb_section .btn.btn--icon,
body #page-container .et_pb_section .et_pb_button.btn--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #page-container .btn.btn--icon i,
body #page-container .et_pb_button.btn--icon i,
body #page-container .et_pb_section .btn.btn--icon i,
body #page-container .et_pb_section .et_pb_button.btn--icon i {
  font-size: 24px;
  margin-right: 8px;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 768px) {
  body #page-container .btn.btn--small,
  body #page-container .et_pb_button.btn--small,
  body #page-container .et_pb_section .btn.btn--small,
  body #page-container .et_pb_section .et_pb_button.btn--small {
    font-size: 13px;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.super-title,
.super-title * {
  font-size: 100px;
  line-height: 86px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 29px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 30px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-32,
.text-32 * {
  font-size: 32px;
  line-height: 36px;
}

.text-60,
.text-60 * {
  font-size: 60px;
  line-height: 56px;
}

.text-69,
.text-69 * {
  font-size: 69px;
  line-height: 59px;
}

.text-99,
.text-99 * {
  font-size: 99px;
  line-height: 79px;
}

.text-uppercase,
.text-uppercase * {
  text-transform: uppercase;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 980px) {
  .super-title,
  .super-title *,
  .text-99,
  .text-99 * {
    font-size: 80px;
    line-height: 76px;
  }
}
@media (max-width: 768px) {
  .super-title,
  .super-title *,
  .text-99,
  .text-99 * {
    font-size: 32px;
    line-height: 36px;
  }
  .text-60,
  .text-60 *,
  .text-69,
  .text-69 * {
    font-size: 32px;
    line-height: 34px;
  }
  .text-32,
  .text-32 * {
    font-size: 24px;
    line-height: 35px;
  }
  .text-24,
  .text-24 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-20,
  .text-20 *,
  .text-18,
  .text-18 * {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.orange-text,
.orange-text * {
  color: #F0AF7A;
}

.green-text,
.green-text * {
  color: #EAD570;
}

.neutral-text,
.neutral-text * {
  color: #F7F5EE;
}

.neutral-text-multi,
.neutral-text-multi * {
  color: #F7F5EE;
}
.neutral-text-multi strong,
.neutral-text-multi * strong {
  color: #F0AF7A;
}

.pink-text,
.pink-text * {
  color: #CDACA6;
}

/*

:::::: RESPONSIVE ::::::

*/
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding: 180px 0;
}

.module100.et_pb_section {
  padding: 100px 0;
}

.module100-top.et_pb_section {
  padding-top: 100px;
}

.module100-bottom.et_pb_section {
  padding-bottom: 100px;
}

.module-top.et_pb_section {
  padding-top: 180px;
  padding-bottom: 0;
}

.module-bottom.et_pb_section {
  padding-bottom: 180px;
  padding-top: 0;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 980px) {
  .module100.et_pb_section {
    padding: 60px 0;
  }
  .module100-top.et_pb_section {
    padding-top: 60px;
  }
  .module100-bottom.et_pb_section {
    padding-bottom: 60px;
  }
  .module.et_pb_section {
    padding: 80px 0;
  }
  .module-top.et_pb_section {
    padding-top: 80px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .module100.et_pb_section {
    padding: 30px 0;
  }
  .module100-top.et_pb_section {
    padding-top: 30px;
  }
  .module100-bottom.et_pb_section {
    padding-bottom: 30px;
  }
  .module.et_pb_section {
    padding: 40px 0;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
}
/* ------------------------------------------------------------
     CARD ITEM
------------------------------------------------------------ */
.card-item.et_pb_row {
  height: 600px;
  padding: 40px;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  max-width: initial;
  margin: 0 30px 0 0;
}
.card-item.et_pb_row.card--color1::after {
  background: #CDACA6;
}
.card-item.et_pb_row.card--color2::after {
  background: #F0AF7A;
}
.card-item.et_pb_row.card--color3::after {
  background: #EAD570;
}
.card-item.et_pb_row.card--color4::after {
  background: #573C3A;
}
.card-item.et_pb_row.card--color4 p {
  color: #F7F5EE;
}
.card-item.et_pb_row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: visible;
  border-radius: 40px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.card-item.et_pb_row .et_pb_column {
  height: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 3;
}
.card-item.et_pb_row .et_pb_column .super-title {
  margin-bottom: 0 !important;
}

.card-item__text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 500px;
  z-index: 3;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

/* js card s*/
.js-cards.et_pb_section {
  padding-bottom: 100px !important;
}
.js-cards .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.js-cards .slick-dots li {
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-cards .slick-dots li.slick-active button {
  background: #EAD570;
  width: 90px;
  border-radius: 10px;
}
.js-cards .slick-dots li.slick-dots--last {
  padding-left: 40px;
}
.js-cards .slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  border-radius: 50%;
  background: #573C3A;
  cursor: pointer;
  padding: 0;
  border: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.js-cards .slick-dots li button:hover {
  background: #EAD570;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (min-width: 769px) {
  .card-item.et_pb_row:hover::after {
    opacity: 1;
  }
  .card-item.et_pb_row:hover .card-item__text {
    opacity: 1;
  }
  .card-item.et_pb_row:after {
    opacity: 0;
  }
  .card-item__text {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .card-item.et_pb_row:after {
    opacity: 1;
  }
  .card-item__text {
    opacity: 1;
  }
  .card-item.et_pb_row {
    padding: 20px;
    height: 450px;
    margin: 0 20px 0 0;
  }
  .card-item.et_pb_row .super-title h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .card-item.et_pb_row .et_pb_text_inner p {
    font-size: 14px;
  }
  .js-cards.et_pb_section {
    padding-bottom: 60px !important;
  }
  .js-cards .slick-dots li.slick-dots--last {
    display: none;
  }
}
/* ------------------------------------------------------------
     CAROUSEL
------------------------------------------------------------ */
.carousel-wrapp.et_pb_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.carousel-item.et_pb_row {
  max-width: 400px;
  padding: 0 8px;
  height: 480px;
  padding: 0 8px;
}
.carousel-item.et_pb_row .et_pb_column {
  background: #F9F5E4;
  border-radius: 25px;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.carousel-item.et_pb_row .et_pb_column .et_pb_image {
  margin-bottom: 16px;
}
.carousel-item.et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.carousel-item.et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  height: 300px;
}
.carousel-item.et_pb_row .et_pb_text_inner ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carousel-item.et_pb_row .et_pb_text_inner ul li {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  margin-right: 16px;
}
.carousel-item.et_pb_row .et_pb_text_inner p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}

/* js carousel */
.js-carousel.et_pb_section {
  padding-top: 40px;
  padding-bottom: 100px;
}
.js-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.js-carousel .slick-dots li {
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-carousel .slick-dots li.slick-active button {
  background: #F9F5E4;
  width: 90px;
  border-radius: 10px;
}
.js-carousel .slick-dots li.slick-dots--last {
  padding-left: 40px;
}
.js-carousel .slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  border-radius: 50%;
  background: #573C3A;
  cursor: pointer;
  padding: 0;
  border: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.js-carousel .slick-dots li button:hover {
  background: #A18D58;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 768px) {
  .carousel-item.et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
    height: 250px;
  }
  .js-carousel.et_pb_section {
    padding-bottom: 60px;
  }
  .js-carousel .slick-dots li.slick-dots--last {
    display: none;
  }
}
/* ------------------------------------------------------------
  CONTACT
------------------------------------------------------------ */
.js-modal-element-contact.et_pb_section {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.js-modal-element-contact.et_pb_section.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: initial;
}

.js-modal-element-cv.et_pb_section {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.js-modal-element-cv.et_pb_section.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: initial;
}

.modal-contact.et_pb_section {
  background: rgba(161, 141, 88, 0.93);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  overflow-y: auto;
}

.modal-contact__inner.et_pb_row {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}

body.et-db .forminator-select-dropdown-container--open {
  margin-top: 43px;
}
body.et-db .forminator-select-dropdown-container--open .forminator-custom-form-163.forminator-dropdown--flat,
body.et-db .forminator-select-dropdown-container--open .forminator-custom-form-459.forminator-dropdown--flat {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #BDBDBD;
}
body.et-db .forminator-select-dropdown-container--open .forminator-custom-form-163.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted,
body.et-db .forminator-select-dropdown-container--open .forminator-custom-form-459.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
  background-color: #EAD570;
}
body.et-db .forminator-select-dropdown-container--open .forminator-custom-form-163.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option.select2-results__option--selected,
body.et-db .forminator-select-dropdown-container--open .forminator-custom-form-459.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: #ddcfa8;
}
body.et-db #et-boc .modal-contact__code .close-modal {
  position: absolute;
  top: -18px;
  right: -10px;
  background: transparent;
  border: 0;
  color: #A18D58;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}
body.et-db #et-boc .modal-contact__code .close-modal:hover {
  opacity: 0.5;
}
body.et-db #et-boc .modal-contact__code .close-modal span {
  font-size: 40px;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] {
  background: #F7F5EE;
  border-radius: 30px;
  height: 40px;
  padding: 0 20px;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row {
  margin-bottom: 18px;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row.forminator-row-last {
  padding-top: 16px;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row.forminator-row-last .forminator-col .forminator-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row.forminator-row-last .forminator-col .forminator-field .forminator-button.forminator-button-submit {
  border: 1px solid #573C3A;
  background: transparent;
  color: #573C3A;
  font-size: 16px;
  border-radius: 40px;
  min-width: 290px;
  height: 50px;
  line-height: 50px !important;
  padding: 0 24px !important;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-family: "NT_Dapper_Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row.forminator-row-last .forminator-col .forminator-field .forminator-button.forminator-button-submit:hover {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: initial;
          box-shadow: initial;
  padding: 0 24px !important;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row .forminator-col .forminator-field .forminator-label {
  color: #573C3A;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 300;
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row .forminator-col .forminator-field .forminator-label .forminator-required {
  color: #573C3A;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row .forminator-col .forminator-field .forminator-error-message {
  border-radius: 15px;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row .forminator-col .forminator-field .forminator-input {
  background: #F7F5EE;
  border-radius: 30px;
  height: 40px;
  padding: 0 20px;
}
body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat .forminator-row .forminator-col .forminator-field .forminator-textarea {
  background: #F7F5EE;
  border-radius: 30px;
  padding: 20px;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 768px) {
  .modal-contact.et_pb_section.active {
    padding: 0;
  }
  .modal-contact__inner.et_pb_row {
    padding: 10px;
  }
  body.et-db #et-boc .modal-contact__code .js-close-modal-contact {
    right: 0;
  }
  body.et-db #et-boc .modal-contact__code .et_pb_code_inner .forminator-ui.forminator-custom-form.forminator-design--flat {
    padding: 20px;
  }
}
/* ------------------------------------------------------------
     CENTRAL BANNER
------------------------------------------------------------ */
.central-banner.et_pb_row .et_pb_column {
  position: relative;
}
.central-banner.et_pb_row .et_pb_column .et_pb_image {
  margin: 0;
}
.central-banner.et_pb_row .et_pb_column .et_pb_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 40px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: #F0AF7A;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.central-banner.et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.central-banner.et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}

.central-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 40px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.central-banner__title .et_pb_text_inner p {
  color: #fff;
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.central-banner__title .et_pb_text_inner p strong {
  color: #EAD570;
  font-family: "Kostic_Roc_Grotesk_Wide_ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.central-banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  z-index: 1;
  width: 100%;
  padding: 40px;
  opacity: 0;
  z-index: 2;
  max-width: 700px;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (min-width: 769px) {
  .central-banner.et_pb_row:hover .central-banner__title {
    opacity: 0;
  }
  .central-banner.et_pb_row:hover .central-banner__text {
    opacity: 1;
  }
  .central-banner.et_pb_row:hover .et_pb_column .et_pb_image:before {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .central-banner__title {
    padding: 20px;
    top: 25%;
  }
  .central-banner__text {
    opacity: 1;
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    top: 0;
    left: 0;
    padding: 32px 0;
  }
  .central-banner__text .et_pb_text_inner * {
    color: #573C3A;
  }
}
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.hero-image.et_pb_section {
  height: 100vh;
  min-height: 700px;
  padding: 0;
}

.hero-image__inner.et_pb_row {
  height: 100%;
  padding: 0;
}

.grid-logos.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.grid-logos.et_pb_row .et_pb_column {
  margin: 8px 0;
}
.grid-logos.et_pb_row .et_pb_column.et_pb_column_empty {
  display: none;
}
.grid-logos.et_pb_row .et_pb_image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.grid-logos.et_pb_row .et_pb_image_wrap img {
  width: 225px;
}

/* logo awards */
.awards-logo-grid.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.awards-logo-grid.et_pb_row .et_pb_column {
  border-radius: 25px;
  height: 100%;
  height: 100%;
  margin: 0 15px;
}
.awards-logo-grid.et_pb_row .et_pb_image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.awards-logo-grid.et_pb_row .et_pb_image_wrap img {
  height: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* contact block */
.contact-block.et_pb_row {
  height: 600px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-section {
  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;
}
.button-section .btn {
  margin: 0 8px;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 1100px) {
  .map-row.et_pb_row .et_pb_column {
    width: 100%;
    padding-bottom: 24px;
  }
  .map-row.et_pb_row .et_pb_column:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .awards-logo-grid.et_pb_row .et_pb_column {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 768px) {
  .hero-image.et_pb_section {
    height: 300px;
    min-height: initial;
  }
  .grid-logos.et_pb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-logos.et_pb_row .et_pb_column {
    width: 50% !important;
  }
  .awards-logo-grid.et_pb_row .et_pb_image_wrap img {
    height: 120px;
  }
  .button-section .btn {
    margin: 0 0 16px 0;
  }
  .button-section .btn:last-child {
    margin-bottom: 0;
  }
  .contact-block.et_pb_row {
    height: 450px;
  }
}
/* ------------------------------------------------------------
     THE BAND
------------------------------------------------------------ */
.user-grid.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-grid.et_pb_row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-grid.et_pb_row .et_pb_column.col-user--last .et_pb_text_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.user-grid.et_pb_row .et_pb_column.col-user--last .et_pb_text_inner h3 {
  color: #F0AF7A;
}
.user-grid.et_pb_row .et_pb_column.col-user--last .et_pb_text_inner p {
  font-size: 20px;
  line-height: 35px;
}
.user-grid.et_pb_row .et_pb_column.col-user--last .et_pb_text_inner p a {
  color: #573C3A !important;
}
.user-grid.et_pb_row .et_pb_column .et_pb_image {
  width: 180px;
  margin: 0;
}
.user-grid.et_pb_row .et_pb_column .et_pb_image img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  overflow: hidden;
}
.user-grid.et_pb_row .et_pb_column .et_pb_text {
  width: 64%;
  padding-left: 30px;
}
.user-grid.et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h3 {
  font-family: "NT_Dapper_Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-bottom: 0;
}
.user-grid.et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h3 + p strong {
  text-transform: uppercase;
}
.user-grid.et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner p a {
  color: #A18D58;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  text-decoration: underline;
}
.user-grid.et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner p a:hover {
  text-decoration: none;
}

/* value */
.value-row.et_pb_row {
  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;
  max-width: 1130px;
  width: 100%;
}
.value-row.et_pb_row h3 {
  font-family: "NT_Dapper_Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.value-row.et_pb_row .et_pb_column {
  margin: 0 23px !important;
  padding: 0 27px;
}
.value-row.et_pb_row .et_pb_column.et_pb_column_empty {
  display: none;
}

.value-section.et_pb_section:before {
  content: "";
  display: block;
  width: 1210px;
  height: 910px;
  background: url(/wp-content/uploads/2024/03/value-circle-1.png) top no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 1200px) {
  .value-section.et_pb_section {
    overflow: hidden;
  }
  .value-section.et_pb_section:before {
    top: 20px;
  }
  .value-row.et_pb_row:first-child {
    padding-top: 100px;
  }
}
@media (max-width: 1100px) {
  .user-grid.et_pb_row {
    display: block;
  }
  .user-grid.et_pb_row .et_pb_column .et_pb_image {
    margin-bottom: 24px;
  }
  .user-grid.et_pb_row .et_pb_column .et_pb_text {
    width: 100%;
    padding-left: 0;
  }
  .value-section.et_pb_section:before {
    display: none;
  }
  .value-section.et_pb_section .value-row.et_pb_row {
    padding: 0;
  }
  .value-section.et_pb_section .value-row.et_pb_row .et_pb_column {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #573C3A;
  }
  .value-section.et_pb_section .value-row.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 100px 0 60px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #573C3A;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
  color: #F0AF7A;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     BUILDER
------------------------------------------------------------ */
html.et-fb-preview--desktop .main-nav.et_pb_row, html.et-fb-preview--tablet .main-nav.et_pb_row, html.et-fb-preview--phone .main-nav.et_pb_row, html.et-fb-preview--wireframe .main-nav.et_pb_row {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: initial;
}
html.et-fb-preview--desktop header, html.et-fb-preview--tablet header, html.et-fb-preview--phone header, html.et-fb-preview--wireframe header {
  position: relative;
}
html.et-fb-preview--desktop .modal-contact.et_pb_section, html.et-fb-preview--tablet .modal-contact.et_pb_section, html.et-fb-preview--phone .modal-contact.et_pb_section, html.et-fb-preview--wireframe .modal-contact.et_pb_section {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: initial;
}
html.et-fb-preview--desktop .modal-contact.et_pb_section .modal-contact__inner.et_pb_row, html.et-fb-preview--tablet .modal-contact.et_pb_section .modal-contact__inner.et_pb_row, html.et-fb-preview--phone .modal-contact.et_pb_section .modal-contact__inner.et_pb_row, html.et-fb-preview--wireframe .modal-contact.et_pb_section .modal-contact__inner.et_pb_row {
  position: relative;
  -webkit-transform: initial;
          transform: initial;
}
html.et-fb-preview--wireframe:not(.et_bfb_module_drag):not(.et_bfb_module_drop) .et-fb-root-ancestor {
  overflow: scroll !important;
}

html:not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe) .eng-element {
  display: none !important;
}
html:not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe)[lang=en-US] .eng-element {
  display: block !important;
}
html:not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe)[lang=en-US] .esp-element {
  display: none !important;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 768px) {
  body h1,
  body h1 *,
  body .h1,
  body .h1 *,
  body h2,
  body h2 *,
  body .h2,
  body .h2 * {
    font-size: 34px;
    line-height: 45px;
  }
  body h3,
  body h3 *,
  body .h3,
  body .h3 * {
    font-size: 28px;
    line-height: 35px;
  }
  body h4,
  body h4 *,
  body .h4,
  body .h4 * {
    font-size: 24px;
    line-height: 35px;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */
@media (max-width: 680px) {
  body h1,
  body h1 *,
  body .h1,
  body .h1 *,
  body h2,
  body h2 *,
  body .h2,
  body .h2 * {
    font-size: 28px;
    line-height: 35px;
  }
  body h3,
  body h3 *,
  body .h3,
  body .h3 * {
    font-size: 24px;
    line-height: 35px;
  }
  body h4,
  body h4 *,
  body .h4,
  body .h4 * {
    font-size: 21px;
  }
  .et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 93%;
  }
}