@charset "UTF-8";
@import url(https://db.onlinewebfonts.com/c/2c92bbf252044dd4594cb48e25430c22?family=Object+Sans+Bold);
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Hurricane&display=swap");
html {
  scroll-behavior: smooth;
}

a:visited {
  color: unset;
}

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

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

strong {
  font-family: "Object Sans Bold";
}

.container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #E0B42D;
}

body input:not([type=submit]),
body select {
  height: 48px !important;
}

body textarea {
  height: 150px !important;
  min-height: unset !important;
}

body input:not([type=submit]),
body select,
body textarea {
  outline: none !important;
  box-shadow: none !important;
  font-family: "Big Shoulders", sans-serif !important;
  font-size: 28px !important;
  line-height: 100% !important;
  color: #222222 !important;
  font-weight: 700 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px dashed #9E9E9E !important;
  padding: 0 0 20px !important;
}
@media (max-width: 1439px) {
  body input:not([type=submit]),
  body select,
  body textarea {
    font-size: 24px !important;
  }
}
@media (max-width: 1199px) {
  body input:not([type=submit]),
  body select,
  body textarea {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  body input:not([type=submit]),
  body select,
  body textarea {
    font-size: 18px !important;
  }
}
body input:not([type=submit])::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222222;
  opacity: 0.6;
}
body input:not([type=submit])::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222;
  opacity: 0.6;
}
body input:not([type=submit]):-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #222222;
  opacity: 0.6;
}
body input:not([type=submit]):-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #222222;
  opacity: 0.6;
}

input[type=text] {
  width: 100% !important;
}

body .text-white input:not([type=submit]),
body .text-white select,
body .text-white textarea {
  color: #ffffff !important;
}
body .text-white input:not([type=submit])::-webkit-input-placeholder,
body .text-white select::-webkit-input-placeholder,
body .text-white textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
body .text-white input:not([type=submit])::-moz-placeholder,
body .text-white select::-moz-placeholder,
body .text-white textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
body .text-white input:not([type=submit]):-ms-input-placeholder,
body .text-white select:-ms-input-placeholder,
body .text-white textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
body .text-white input:not([type=submit]):-moz-placeholder,
body .text-white select:-moz-placeholder,
body .text-white textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

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

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

.secondary-bg {
  background-color: #E0B42D;
}

.primary-bg {
  background-color: #DE6A2F;
}

.pink-bg {
  background-color: #C81B9B;
}

.light-grey-bg {
  background-color: #EDE8DE;
}

.section-margin-lg {
  margin: 160px 0;
}
@media (max-width: 1199px) {
  .section-margin-lg {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-margin-lg {
    margin: 40px 0;
  }
}

.section-margin {
  margin: 120px 0;
}
@media (max-width: 1199px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-margin {
    margin: 40px 0;
  }
}

.section-margin-sm {
  margin: 100px 0;
}
@media (max-width: 1199px) {
  .section-margin-sm {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-margin-sm {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-margin-sm {
    margin: 40px 0;
  }
}

.section-specing {
  padding: 160px 0;
}
@media (max-width: 991px) {
  .section-specing {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-specing {
    padding: 40px 0;
  }
}

.section-specing-sm {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section-specing-sm {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-specing-sm {
    padding: 40px 0;
  }
}

.margin-top50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .margin-top50 {
    margin-top: 30px;
  }
}

.title {
  display: flex;
  justify-content: center;
}
.title h2 {
  color: #DE6A2F;
  position: relative;
  padding: 0 84px;
  font-size: 80px;
}
@media (max-width: 1279px) {
  .title h2 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .title h2 {
    font-size: 42px;
    padding: 0 64px;
  }
}
@media (max-width: 991px) {
  .title h2 {
    padding: 0px 60px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    padding: 0px 30px;
    font-size: 28px;
  }
}
.title h2:before, .title h2:after {
  background-size: contain;
  position: absolute;
  content: "";
  background-image: url("../images/title-icon.svg");
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 54px;
  height: 16px;
  background-repeat: no-repeat;
  filter: invert(52%) sepia(99%) saturate(1399%) hue-rotate(338deg) brightness(88%);
}
@media (max-width: 991px) {
  .title h2:before, .title h2:after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .title h2:before, .title h2:after {
    width: 25px;
  }
}
.title h2:after {
  left: auto;
  right: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #E0B42D;
}

.page {
  margin-bottom: 0;
}

.gform_submission_error {
  font-size: 18px !important;
  color: red !important;
}

.gfield_validation_message {
  font-size: 18px !important;
  color: red !important;
  opacity: 1 !important;
}

.gform-loader {
  position: absolute !important;
}

.gform-theme--framework .gform_validation_errors {
  display: none !important;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Object Sans";
  src: url("../fonts/ObjectSans-Heavy.eot");
  src: url("../fonts/ObjectSans-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjectSans-Heavy.woff2") format("woff2"), url("../fonts/ObjectSans-Heavy.woff") format("woff"), url("../fonts/ObjectSans-Heavy.svg#ObjectSans-Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans";
  src: url("../fonts/ObjectSans-Regular.eot");
  src: url("../fonts/ObjectSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjectSans-Regular.woff2") format("woff2"), url("../fonts/ObjectSans-Regular.woff") format("woff"), url("../fonts/ObjectSans-Regular.svg#ObjectSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans";
  src: url("../../assets/fonts/ObjectSans-HeavySlanted.eot");
  src: url("../../assets/fonts/ObjectSans-HeavySlanted.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/ObjectSans-HeavySlanted.woff2") format("woff2"), url("../../assets/fonts/ObjectSans-HeavySlanted.woff") format("woff"), url("../../assets/fonts/ObjectSans-HeavySlanted.svg#ObjectSans-HeavySlanted") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans Slanted";
  src: url("../../assets/fonts/ObjectSans-Slanted.eot");
  src: url("../../assets/fonts/ObjectSans-Slanted.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/ObjectSans-Slanted.woff2") format("woff2"), url("../../assets/fonts/ObjectSans-Slanted.woff") format("woff"), url("../../assets/fonts/ObjectSans-Slanted.svg#ObjectSans-Slanted") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans Bold";
  src: url("../fonts/ObjectSansBold.eot");
  src: url("../fonts/ObjectSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjectSansBold.woff2") format("woff2"), url("../fonts/ObjectSansBold.woff") format("woff"), url("../fonts/ObjectSansBold.svg#ObjectSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 900.0;
  *
  * available axes:

  * 'wght' (range from 300.0 to 900.0)

  */
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Object Sans" !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  background-color: #F9F1E8;
  color: #222222;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  font-family: "Object Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 15px;
}
@media (max-width: 1439px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  font-family: "Big Shoulders", sans-serif;
  text-transform: uppercase;
}

h1, .h1 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 220px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 1800px) {
  h1, .h1 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 62px;
  }
}

h2, .h2 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 26px;
}
@media (max-width: 1800px) {
  h2, .h2 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1800px) {
  h3, .h3 {
    font-size: 62px;
  }
}
@media (max-width: 1439px) {
  h3, .h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1800px) {
  h4, .h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1800px) {
  h5, .h5 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 991px) {
  h6, .h6 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  h6, .h6 {
    font-size: 20px;
  }
}

header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  background-color: rgba(222, 106, 47, 0.7);
  padding: 16px 0;
}
header .language-switcher .wpml-language-codes {
  display: flex;
  gap: 16px;
}
@media (max-width: 1439px) {
  header .language-switcher .wpml-language-codes {
    gap: 5px;
  }
}
header .language-switcher .wpml-language-codes .wpml-code {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Big Shoulders", sans-serif;
}
@media (max-width: 1800px) {
  header .language-switcher .wpml-language-codes .wpml-code {
    font-size: 20px;
  }
}
@media (max-width: 1439px) {
  header .language-switcher .wpml-language-codes .wpml-code {
    font-size: 16px;
  }
}
header .language-switcher .wpml-language-codes .wpml-code.wpml-active {
  text-decoration: underline;
}
@media (min-width: 991px) {
  header.sticky-top {
    top: 0;
    animation: smoothScroll 1s forwards;
    -webkit-animation: smoothScroll 1s forwards;
    -moz-animation: smoothScroll 1s forwards;
    -o-animation: smoothScroll 1s forwards;
    -ms-animation: smoothScroll 1s forwards;
    background-color: #DE6A2F;
  }
}
header .wrapper-menu {
  display: grid;
  width: 100%;
  align-items: center;
  gap: 60px;
  grid-template-columns: auto 1fr auto 1fr auto;
}
@media (max-width: 1199px) {
  header .wrapper-menu .header-button .btn {
    padding: 14px 15px;
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  header .wrapper-menu {
    gap: 30px;
  }
}
header .wrapper-menu .menu-bar-center {
  width: 52px;
  display: flex;
}
header .wrapper-menu.mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  header .wrapper-menu.mobile-menu {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
}
@media (max-width: 991px) {
  header .wrapper-menu.dekstop-menu {
    display: none;
  }
}
header .wrapper-menu ul#menu-main-left-menu, header .wrapper-menu ul.main-left-menu {
  justify-content: flex-end;
}
header .wrapper-menu ul#menu-main-left-menu,
header .wrapper-menu ul#menu-main-right-menu,
header .wrapper-menu ul.main-left-menu,
header .wrapper-menu ul.main-right-menu {
  display: flex;
  gap: 60px;
}
@media (max-width: 1800px) {
  header .wrapper-menu ul#menu-main-left-menu,
  header .wrapper-menu ul#menu-main-right-menu,
  header .wrapper-menu ul.main-left-menu,
  header .wrapper-menu ul.main-right-menu {
    gap: 30px;
  }
}
@media (max-width: 1439px) {
  header .wrapper-menu ul#menu-main-left-menu,
  header .wrapper-menu ul#menu-main-right-menu,
  header .wrapper-menu ul.main-left-menu,
  header .wrapper-menu ul.main-right-menu {
    gap: 15px;
  }
}
header .wrapper-menu ul#menu-main-left-menu li a,
header .wrapper-menu ul#menu-main-right-menu li a,
header .wrapper-menu ul.main-left-menu li a,
header .wrapper-menu ul.main-right-menu li a {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Big Shoulders", sans-serif;
  font-weight: 700;
  transition: all 0.3s;
}
header .wrapper-menu ul#menu-main-left-menu li a:hover,
header .wrapper-menu ul#menu-main-right-menu li a:hover,
header .wrapper-menu ul.main-left-menu li a:hover,
header .wrapper-menu ul.main-right-menu li a:hover {
  color: #E0B42D;
}
@media (max-width: 1800px) {
  header .wrapper-menu ul#menu-main-left-menu li a,
  header .wrapper-menu ul#menu-main-right-menu li a,
  header .wrapper-menu ul.main-left-menu li a,
  header .wrapper-menu ul.main-right-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 1439px) {
  header .wrapper-menu ul#menu-main-left-menu li a,
  header .wrapper-menu ul#menu-main-right-menu li a,
  header .wrapper-menu ul.main-left-menu li a,
  header .wrapper-menu ul.main-right-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .menu-bar-center {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    transform: translate(-50%, -50%);
  }
  header .menu-bar-center img.custom-logo {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  header .menu-mobile-menu-container, header .menu-mobile-menu-engels-container {
    position: fixed;
    top: 78px;
    left: -250px;
    width: 250px;
    height: calc(100% - 78px);
    background-color: rgba(222, 106, 47, 0.7);
    padding: 16px;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
  }
  header .menu-mobile-menu-container.open, header .menu-mobile-menu-engels-container.open {
    left: 0;
    /* slide in */
  }
  header .menu-mobile-menu-container ul, header .menu-mobile-menu-engels-container ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  header .menu-mobile-menu-container ul li a, header .menu-mobile-menu-engels-container ul li a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    transition: all 0.3s;
  }
  header #toggle, header .menu-toggle {
    width: 28px;
    height: 30px;
    /* margin: 10px auto; */
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
  }
  header #toggle div, header .menu-toggle div {
    width: 100%;
    height: 3px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  header #toggle.on .one, header .menu-toggle.on .one {
    transform: rotate(45deg) translate(2px, 3px);
  }
  header #toggle.on .two, header .menu-toggle.on .two {
    opacity: 0;
  }
  header #toggle.on .three, header .menu-toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  header nav#site-navigation, header nav.main-navigation {
    order: -1;
    width: auto;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes smoothScroll {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes smoothScroll {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0px);
  }
}
.site-footer .footer-logowrapper {
  padding: 60px 0;
}
.site-footer .footer-logowrapper .partner-logo {
  display: flex;
  justify-content: center;
  max-height: 80px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .footer-logowrapper .partner-logo img {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.site-footer .footer-logowrapper .swiper-wrapper {
  justify-content: center;
}
.site-footer .footer-top {
  padding: 40px 40px 40px 80px;
  position: relative;
}
@media (max-width: 991px) {
  .site-footer .footer-top {
    padding: 40px 20px 0 20px;
  }
}
.site-footer .footer-top .footer-info {
  padding: 0px;
  display: flex;
  gap: 0px;
  background-repeat: no-repeat;
  border: 40px solid #c81b9b;
  border-image: url("../images/pink-bg.svg") 100/2;
  z-index: 1;
  position: relative;
  max-width: 726px;
}
@media (max-width: 991px) {
  .site-footer .footer-top .footer-info {
    margin-bottom: 40px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top .footer-info {
    background-size: cover;
    flex-direction: column;
    background-position: center;
  }
}
.site-footer .footer-top .footer-info .footer-logo {
  background-color: #c81b9b;
  max-width: 187px;
}
@media (max-width: 767px) {
  .site-footer .footer-top .footer-info .footer-logo {
    max-width: 100%;
  }
  .site-footer .footer-top .footer-info .footer-logo img {
    max-width: 187px;
    object-fit: contain;
    object-position: center;
  }
}
.site-footer .footer-top .footer-info .footer-info-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #c81b9b;
  padding-left: 90px;
}
@media (max-width: 991px) {
  .site-footer .footer-top .footer-info .footer-info-right {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top .footer-info .footer-info-right {
    padding-left: 0px;
    padding-top: 20px;
  }
}
.site-footer .footer-top .footer-info .footer-info-right h5 {
  color: #ffffff;
  margin-bottom: 10px;
}
.site-footer .footer-top .footer-info .footer-info-right p {
  margin-bottom: 0;
  color: #ffffff;
}
.site-footer .footer-top .footer-info .footer-info-right a {
  color: #ffffff;
}
.site-footer .footer-top .footer-info .footer-info-right a:hover {
  text-decoration: underline;
}
.site-footer .footer-top .footer-info .footer-info-right .footer-contact p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.site-footer .footer-top .footer-info .footer-info-right .footer-contact p a {
  color: #ffffff;
}
.site-footer .footer-top .footer-info .footer-info-right .footer-contact p a:hover {
  text-decoration: underline;
}
.site-footer .footer-top .footer-map {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  right: 0;
}
.site-footer .footer-top .footer-map img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
@media (max-width: 991px) {
  .site-footer .footer-top .footer-map {
    position: relative;
    height: 380px;
    bottom: 0;
    right: 0;
  }
}
.site-footer .footer-top .footer-map iframe {
  height: 100%;
}
.site-footer .footer-bottom {
  padding: 12px 0;
  background-color: #C81B9B;
  text-align: center;
}
.site-footer .footer-bottom p {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}
.site-footer .footer-bottom .footer-menu-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Big Shoulders", sans-serif;
  margin-bottom: 10px;
  flex-flow: wrap;
  justify-content: center;
}
.site-footer .footer-bottom .footer-menu-wrap ul li {
  margin-right: 10px;
}
.site-footer .footer-bottom .footer-menu-wrap ul li a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.site-footer .footer-bottom .footer-menu-wrap ul li a:hover {
  color: #E0B42D;
}
.site-footer .footer-bottom .footer-menu-wrap ul li a.current-menu-item {
  color: #E0B42D;
}
.site-footer .footer-bottom .footer-menu-wrap ul li::after {
  content: "|";
  color: #ffffff;
  margin-left: 10px;
}
.site-footer .footer-bottom .footer-menu-wrap ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-bottom .footer-menu-wrap ul li:last-child::after {
  display: none;
}

.btn {
  padding: 14px 32px;
  background: #E0B42D;
  box-shadow: none;
  border: none;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 700;
  line-height: 118%;
  transition: all 0.3s;
  display: inline-flex;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Big Shoulders", sans-serif;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  /* Orange wipe on hover in */
  /* Pink wipe on hover out */
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #DE6A2F; /* will be animated */
  z-index: -1;
}
.btn.animate-in::before {
  animation: wipeOrange 0.6s forwards;
}
.btn.animate-out::before {
  animation: wipeOrangeOUT 0.4s forwards;
}
.btn.btn-secondary {
  background: #ffffff;
  color: #DE6A2F;
}
.btn.btn-secondary:hover {
  color: #ffffff;
}
.btn.btn-secondary.animate-in::before {
  animation: wipeWhite 0.6s forwards;
}
.btn.btn-secondary.animate-out::before {
  animation: wipePink 0.4s forwards;
}

/* Keyframes */
@keyframes wipeOrange {
  from {
    left: -100%;
    background: #DE6A2F;
  }
  to {
    left: 0;
    background: #DE6A2F;
  }
}
@keyframes wipeOrangeOUT {
  from {
    left: 30%;
    background: #DE6A2F;
  }
  to {
    left: 100%;
    background: #DE6A2F;
  } /* end back to yellow */
}
@keyframes wipePink {
  from {
    left: 30%;
    background: #C81B9B;
  }
  to {
    left: 100%;
    background: #C81B9B;
  } /* end back to yellow */
}
@keyframes wipeWhite {
  from {
    left: -100%;
    background: #C81B9B;
  }
  to {
    left: 0;
    background: #C81B9B;
  }
}
@keyframes bghoveranimation {
  from {
    background-position: -100% 66.667%, 0% !important;
  }
  to {
    background-position: 0% 66.667%, 0% !important;
  }
}
@keyframes bganimation {
  from {
    background: linear-gradient(90deg, rgb(224, 180, 45) 0%, rgb(222, 106, 47) 100%) !important;
  }
  to {
    background: linear-gradient(90deg, rgb(224, 180, 45) 100%, rgb(222, 106, 47) 100%) !important;
  }
}
body .gform_wrapper input[type=submit] {
  padding: 14px 32px !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 100px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 118% !important;
  transition: all 0.3s !important;
  display: inline-flex !important;
  color: #ffffff !important;
  letter-spacing: 2px !important;
  font-family: "Big Shoulders", sans-serif !important;
  text-transform: uppercase !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background-repeat: no-repeat !important;
  outline: none !important;
  margin-top: 25px !important;
}
@media (max-width: 767px) {
  body .gform_wrapper input[type=submit] {
    font-size: 18px !important;
  }
}
body .gform_wrapper input[type=submit]:hover {
  color: #E0B42D !important;
}

.gform-footer.gform_footer.top_label {
  justify-content: center;
  position: relative;
}

body .gform_wrapper input[type=submit] {
  background-color: #e0b42d !important;
  background: linear-gradient(90deg, #de6a2f 100%, rgba(224, 180, 45, 0) 50%);
  transition: background-size 1s, color 0.5s !important;
  background-position: right, center !important;
  background-size: 0px !important;
}

body .gform_wrapper input[type=submit]:hover {
  background-position: left, center !important;
  background-size: 500px !important;
  transition: background-size 1.5s, color 0.5s !important;
}

.home-hero-wrapper {
  height: 100vh;
  position: relative;
  z-index: 0;
  min-height: 660px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .home-hero-wrapper {
    padding-top: 79px;
    min-height: 390px;
  }
}
.home-hero-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 0.1px;
}
.home-hero-wrapper img.hero-logo {
  display: block;
  width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  max-width: 600px;
}
.home-hero-wrapper h1 {
  padding: 122px 50px 50px 50px;
  opacity: 0.5;
  z-index: 2;
}
@media (max-width: 991px) {
  .home-hero-wrapper h1 {
    padding: 20px;
  }
}
.home-hero-wrapper .hero-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-hero-wrapper .hero-slider .swiper-slide .slide-item {
  height: 100%;
  position: relative;
  z-index: -1;
  width: 100%;
}
.home-hero-wrapper .hero-slider .swiper-slide .slide-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.news-wrapper {
  background-image: url("../images/newsbg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.news-wrapper .title h2 {
  text-align: center;
}
.news-wrapper .new-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 991px) {
  .news-wrapper .new-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.news-wrapper .new-row .news-col {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: 1px solid #ffffff;
}
.news-wrapper .new-row .news-col:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.45%, #000000 93.25%);
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.news-wrapper .new-row .news-col .news-content {
  padding: 384px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.news-wrapper .new-row .news-col .news-content h3,
.news-wrapper .new-row .news-col .news-content p {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.news-wrapper .new-row .news-col .news-content a:hover, .news-wrapper .new-row .news-col .news-content .btn:hover {
  color: #ffffff;
}

.two-column-wrapper .container {
  padding-left: 0;
}
.two-column-wrapper .two-col-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
}
@media (max-width: 991px) {
  .two-column-wrapper .two-col-row {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0px;
  }
}
.two-column-wrapper .two-col-row .two-col h3 {
  color: #C81B9B;
}
.two-column-wrapper .two-col-row .two-col.left-col {
  max-width: 997px;
  padding: 80px;
  background-color: rgba(249, 241, 232, 0.8);
  margin-right: -24%;
  z-index: 1;
  margin-right: -18.924%;
  width: 100%;
  max-width: 58%;
  flex: 0 0 54.1%;
}
@media (max-width: 991px) {
  .two-column-wrapper .two-col-row .two-col.left-col {
    max-width: 100%;
    flex: unset;
    padding: 0px;
    margin-right: 0;
  }
}
.two-column-wrapper .two-col-row .two-col.right-col .right-img-wrapper {
  max-height: 810px;
}
.two-column-wrapper .two-col-row .two-col.right-col .right-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 810px;
}
@media (max-width: 991px) {
  .two-column-wrapper .two-col-row .two-col.right-col .right-img-wrapper img {
    min-height: auto;
  }
}

.menu-sec-wrapper .container .title {
  justify-content: center;
}
.menu-sec-wrapper .container .menu-slider .swiper-slide {
  padding: 243px 0;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-sec-wrapper .container .menu-slider .swiper-slide:before {
  position: absolute;
  content: "";
  background: #000000;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  border: 1px solid #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.menu-sec-wrapper .container .menu-slider .swiper-slide:hover::before {
  transform: scale(0.9);
}
.menu-sec-wrapper .container .menu-slider .swiper-slide .menu-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.menu-sec-wrapper .container .menu-slider .swiper-slide .slide-item {
  position: relative;
  z-index: 0;
}
.menu-sec-wrapper .container .menu-slider .swiper-slide .slide-item h4 {
  margin-bottom: 0;
}

.team-wrapper {
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -100px;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .team-wrapper {
    padding-bottom: 60px;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .team-wrapper {
    padding-bottom: 40px;
  }
}
.team-wrapper .team-col-row {
  display: flex;
  align-items: center;
  padding-right: calc((100% - 1920px + 120px) / 2);
}
@media (max-width: 1800px) {
  .team-wrapper .team-col-row {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .team-wrapper .team-col-row {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .team-wrapper .team-col-row {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    gap: 40px;
  }
}
.team-wrapper .team-col-row .title {
  display: flex;
  justify-content: left;
}
.team-wrapper .team-col-row .title h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.team-wrapper .team-col-row .title h2::before, .team-wrapper .team-col-row .title h2::after {
  filter: none;
}
.team-wrapper .team-col-row .team-col {
  flex: 1;
}
.team-wrapper .team-col-row .team-col.left-col {
  flex-basis: 8%;
}
@media (max-width: 991px) {
  .team-wrapper .team-col-row .team-col.left-col {
    order: 1;
  }
}
.team-wrapper .team-col-row .team-col.left-col .right-img-wrapper img {
  object-fit: cover;
}
.team-wrapper .team-col-row .team-col.right-col {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .team-wrapper .team-col-row .team-col.right-col {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .team-wrapper .team-col-row .team-col.right-col {
    padding-left: 0px;
  }
}
.team-wrapper .team-col-row .team-col.right-col h3 {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .team-wrapper .team-col-row .team-col.right-col h3 {
    margin-bottom: 20px;
  }
}
.team-wrapper .team-col-row .team-col.right-col p {
  color: #ffffff;
}

div#lg-components-1 {
  display: none;
}

.galllery-sec-wrapper .title h2 {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .galllery-sec-wrapper .title h2 {
    padding: 0 63px;
  }
}
.galllery-sec-wrapper .title h2::before, .galllery-sec-wrapper .title h2::after {
  filter: none;
}
.galllery-sec-wrapper .gallery-row {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .galllery-sec-wrapper .gallery-row {
    flex-direction: column;
    gap: 40px;
  }
}
.galllery-sec-wrapper .gallery-row .gallery-col.sliderleft {
  max-width: calc(100% - 570px - 60px);
}
@media (max-width: 1439px) {
  .galllery-sec-wrapper .gallery-row .gallery-col.sliderleft {
    max-width: calc(100% - 360px - 60px);
  }
}
@media (max-width: 767px) {
  .galllery-sec-wrapper .gallery-row .gallery-col.sliderleft {
    max-width: 100%;
    padding: 0 20px;
  }
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right {
  background: #004AAD;
  height: 400px;
  padding: 40px;
  position: relative;
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1800px) {
  .galllery-sec-wrapper .gallery-row .gallery-col.nav-right {
    height: 300px;
  }
}
@media (max-width: 1439px) {
  .galllery-sec-wrapper .gallery-row .gallery-col.nav-right {
    max-width: 360px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .galllery-sec-wrapper .gallery-row .gallery-col.nav-right {
    max-width: 80%;
    margin: 0 auto;
    padding: 25px;
  }
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right:before {
  content: "";
  position: absolute;
  border: 3px solid #ffffff;
  width: 95%;
  height: 92%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav {
    max-width: 100%;
  }
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-button-next {
  transform: rotate(180deg);
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-button-next,
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-button-prev {
  color: #ffffff;
  position: relative;
  left: auto;
  right: auto;
  /* transform: none; */
  top: auto;
  height: 16px;
  width: 30px;
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-button-next::after,
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-button-prev::after {
  background-image: url("../images/gallery-icon.svg");
  content: "";
  font-size: 0;
  height: 16px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-pagination {
  position: relative;
  top: -13px;
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 100px;
}
.galllery-sec-wrapper .gallery-row .gallery-col.nav-right .gallery-nav .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  transition: all 0.3s;
}
.galllery-sec-wrapper .gallery-row .gallery-col .gallery-slider .swiper-slide {
  height: 580px;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
@media (max-width: 1800px) {
  .galllery-sec-wrapper .gallery-row .gallery-col .gallery-slider .swiper-slide {
    height: 430px;
  }
}
@media (max-width: 1439px) {
  .galllery-sec-wrapper .gallery-row .gallery-col .gallery-slider .swiper-slide {
    height: 390px;
  }
}
.galllery-sec-wrapper .gallery-row .gallery-col .gallery-slider .swiper-slide::before {
  position: absolute;
  content: "";
  background: url("../images/zoom.svg") rgba(0, 0, 0, 0.5019607843) no-repeat;
  opacity: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  background-position: center;
}
.galllery-sec-wrapper .gallery-row .gallery-col .gallery-slider .swiper-slide:hover::before {
  opacity: 1;
}
.galllery-sec-wrapper .gallery-row .gallery-col .gallery-slider .swiper-slide > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Fix image stretch bug in LightGallery */
.lg-outer.lg-grab img.lg-object {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  margin: auto !important;
}

.inner-page-banner-section {
  position: relative;
  min-height: 560px;
}
@media (max-width: 991px) {
  .inner-page-banner-section {
    min-height: 350px;
  }
}
.inner-page-banner-section:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000000;
  z-index: 1;
}
.inner-page-banner-section .container {
  position: relative;
  z-index: 2;
}
.inner-page-banner-section .title {
  text-align: center;
  justify-content: center;
  padding-top: 248px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .inner-page-banner-section .title {
    padding-top: 148px;
  }
}
.inner-page-banner-section .title .h2 {
  color: white;
  backdrop-filter: blur(5px);
}
@media (max-width: 1800px) {
  .inner-page-banner-section .title .h2 {
    font-size: 120px;
  }
}
@media (max-width: 1439px) {
  .inner-page-banner-section .title .h2 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .inner-page-banner-section .title .h2 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .inner-page-banner-section .title .h2 {
    font-size: 32px;
  }
}
.inner-page-banner-section .banner-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.menu__section {
  position: relative;
}
.menu__section .menu_wrapper {
  display: flex;
  margin-left: -60px;
}
@media (max-width: 1199px) {
  .menu__section .menu_wrapper {
    margin-left: -40px;
  }
}
@media (max-width: 991px) {
  .menu__section .menu_wrapper {
    display: grid;
    margin: 0;
  }
}
.menu__section .menu_wrapper .menu-col.left-col {
  width: 100%;
  max-width: 54%;
  flex: 0 0 54%;
  margin-right: -16%;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 239px 0;
}
@media (max-width: 1439px) {
  .menu__section .menu_wrapper .menu-col.left-col {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .menu__section .menu_wrapper .menu-col.left-col {
    max-width: 62%;
    flex: 0 0 62%;
  }
}
@media (max-width: 991px) {
  .menu__section .menu_wrapper .menu-col.left-col {
    max-width: 100%;
    flex: unset;
    grid-row: 1;
    grid-column: 1/span 2;
    padding: 30px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .menu__section .menu_wrapper .menu-col.left-col {
    padding: 20px;
  }
}
.menu__section .menu_wrapper .menu-col.left-col .content__wraper {
  background: rgba(249, 241, 232, 0.8);
  position: relative;
  padding: 40px 80px;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .menu__section .menu_wrapper .menu-col.left-col .content__wraper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .menu__section .menu_wrapper .menu-col.left-col .content__wraper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .menu__section .menu_wrapper .menu-col.left-col .content__wraper {
    padding: 20px;
  }
}
.menu__section .menu_wrapper .menu-col.right-col {
  flex: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .menu__section .menu_wrapper .menu-col.right-col {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}
.menu__section .menu_wrapper .menu-col.right-col .img-wrap {
  height: 100%;
  position: relative;
}
.menu__section .menu_wrapper .menu-col.right-col .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}
@media (max-width: 991px) {
  .menu__section .menu_wrapper .menu-col.right-col .img-wrap img {
    min-height: auto;
  }
}
.menu__section .menu_wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .menu__section .menu_wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.menu__section .menu_wrapper .title-wrap .title {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .menu__section .menu_wrapper .title-wrap .title {
    justify-content: center;
    text-align: center;
  }
}
.menu__section .menu_wrapper .title-wrap .title h2 {
  margin-bottom: 10px;
}
.menu__section .menu_wrapper p, .menu__section .menu_wrapper ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222222;
}
.menu__section .menu_wrapper p strong, .menu__section .menu_wrapper p b, .menu__section .menu_wrapper ul strong, .menu__section .menu_wrapper ul b {
  color: #C81B9B;
}
.menu__section .menu_wrapper ul {
  list-style: disc;
  padding-left: 20px;
}
.menu__section .img-left-col {
  margin-left: 0;
  margin-right: -60px;
}
@media (max-width: 1199px) {
  .menu__section .img-left-col {
    margin-right: -40px;
  }
}
@media (max-width: 991px) {
  .menu__section .img-left-col {
    margin: 0;
  }
}
.menu__section .img-left-col .menu-col.left-col {
  margin-right: 0;
  margin-left: -25%;
  max-width: 65%;
  flex: 0 0 65%;
}
@media (max-width: 1279px) {
  .menu__section .img-left-col .menu-col.left-col {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (max-width: 991px) {
  .menu__section .img-left-col .menu-col.left-col {
    max-width: 100%;
    flex: unset;
    margin: 0;
  }
}
.menu__section .img-left-col .menu-col.right-col {
  order: -1;
}
.menu__section .menu-item-wrap {
  margin-bottom: 26px;
}
.menu__section .menu-item-wrap p:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .menu__section .menu-item-wrap p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.menu__section .item-col {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .menu__section .item-col {
    margin-bottom: 20px;
    flex-flow: column;
    gap: 10px;
  }
}
.menu__section .item-col .menu-name {
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  width: fit-content;
}
.menu__section .item-col .price-col {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 1;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Big Shoulders", sans-serif;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .menu__section .item-col .price-col {
    font-size: 16px;
    align-items: flex-start;
    flex-flow: column-reverse;
  }
}
.menu__section .item-col .price-col::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #9E9E9E;
  flex: 1;
  min-width: 20px;
}

.menu_card_section {
  position: relative;
}
.menu_card_section .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .menu_card_section .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.menu_card_section .menu-img-col {
  position: relative;
  z-index: 0;
}
.menu_card_section .menu-img-col .img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.menu_card_section .menu_wrapper .menu-col .content__wraper {
  position: relative;
  display: flex;
  border: 6px solid #DE6A2F;
  flex-flow: column;
  padding: 0px 105px 67px;
  margin-bottom: -40px;
  background: #F9F1E8;
}
@media (max-width: 1279px) {
  .menu_card_section .menu_wrapper .menu-col .content__wraper {
    padding: 0px 45px 50px;
  }
}
@media (max-width: 991px) {
  .menu_card_section .menu_wrapper .menu-col .content__wraper {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .menu_card_section .menu_wrapper .menu-col .content__wraper {
    margin-bottom: -30px;
    border: 3px solid #DE6A2F;
    padding: 0 20px 20px;
  }
}
.menu_card_section .menu_wrapper .title-group {
  margin-left: -105px;
  width: calc(100% + 210px);
  padding: 0 15px;
}
@media (max-width: 1279px) {
  .menu_card_section .menu_wrapper .title-group {
    margin-left: -45px;
    width: calc(100% + 90px);
  }
}
@media (max-width: 767px) {
  .menu_card_section .menu_wrapper .title-group {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 0 5px;
  }
}
.menu_card_section .menu_wrapper .menu-intro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.menu_card_section .menu_wrapper .title-wrap {
  background: #F9F1E8;
  margin-top: -60px;
  width: fit-content;
  padding: 0 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1439px) {
  .menu_card_section .menu_wrapper .title-wrap {
    padding: 0 70px;
  }
}
@media (max-width: 1279px) {
  .menu_card_section .menu_wrapper .title-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .menu_card_section .menu_wrapper .title-wrap {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .menu_card_section .menu_wrapper .title-wrap {
    margin-top: -15px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.menu_card_section .menu_wrapper .title-wrap .title {
  justify-content: center;
  text-align: center;
}
.menu_card_section .menu_wrapper .title-wrap .title h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .menu_card_section .menu_wrapper .title-wrap .title h2 {
    hyphens: auto;
    word-break: break-word;
  }
}
.menu_card_section .menu_wrapper .title-wrap p {
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .menu_card_section .menu_wrapper .title-wrap p {
    font-size: 18px;
  }
}
.menu_card_section .menu_wrapper p, .menu_card_section .menu_wrapper ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222222;
}
.menu_card_section .menu_wrapper p strong, .menu_card_section .menu_wrapper p b, .menu_card_section .menu_wrapper ul strong, .menu_card_section .menu_wrapper ul b {
  color: #C81B9B;
}
.menu_card_section .menu_wrapper ul {
  list-style: disc;
  padding-left: 20px;
}
.menu_card_section .menu-item-list-wrap {
  display: block;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .menu_card_section .menu-item-list-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.menu_card_section .menu-item-wrap {
  display: inline-block;
  width: 100%;
  max-width: 50%;
  padding: 13px 15px;
  height: 100%;
}
@media (max-width: 991px) {
  .menu_card_section .menu-item-wrap {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .menu_card_section .menu-item-wrap:nth-child(2n+1) {
    float: left;
    clear: left;
  }
}
@media (min-width: 992px) {
  .menu_card_section .menu-item-wrap:nth-child(2n+2) {
    float: right;
    clear: right;
  }
}
.menu_card_section .menu-item-wrap p {
  margin-bottom: 10px;
}
.menu_card_section .menu-item-wrap p:last-child {
  margin-bottom: 0;
}
.menu_card_section .item-col {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .menu_card_section .item-col {
    margin-bottom: 20px;
    flex-flow: column;
    gap: 10px;
  }
}
.menu_card_section .item-col .menu-name {
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  width: fit-content;
}
.menu_card_section .item-col .price-col {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 1;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Big Shoulders", sans-serif;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .menu_card_section .item-col .price-col {
    font-size: 16px;
    align-items: flex-start;
    flex-flow: column-reverse;
  }
}
.menu_card_section .item-col .price-col::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #9E9E9E;
  flex: 1;
  min-width: 20px;
}

.content_card_section {
  position: relative;
}
.content_card_section .container {
  max-width: 1800px;
}
@media (max-width: 767px) {
  .content_card_section br {
    display: none;
  }
}
.content_card_section .content_wrapper {
  position: relative;
  border: 30px solid #0047ab;
  border-image: url(https://sabor.youvia.previewnow.site/wp-content/uploads/2025/09/b.svg) 100/2;
}
.content_card_section .content_wrapper .title-wrap {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 0;
  background-color: #0047ab;
}
@media (max-width: 767px) {
  .content_card_section .content_wrapper .title-wrap {
    padding: 10px 0;
  }
}
.content_card_section .content_wrapper .title-wrap .title {
  justify-content: center;
  margin-bottom: 10px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.content_card_section .content_wrapper .title-wrap .section-description {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.content_card_section .content_wrapper .title-wrap h3 {
  margin-bottom: 0;
}
.content_card_section .content_wrapper a {
  margin-top: 40px;
}
.content_card_section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0;
}

.book_event_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.book_event_section .title-wrap {
  margin-bottom: 40px;
}
.book_event_section .title-wrap .title {
  justify-content: center;
  margin-bottom: 10px;
}
.book_event_section .title-wrap .title h2 {
  margin-bottom: 0 !important;
  text-align: center;
}
.book_event_section .form-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.book_event_section .form-wrap .gform_confirmation_message {
  text-align: center;
}

.accordion_card_section .container {
  max-width: 1280px;
}
.accordion_card_section .title-wrap {
  margin-bottom: 40px;
}
.accordion_card_section .title-wrap .title {
  justify-content: center;
  margin-bottom: 10px;
}
.accordion_card_section .title-wrap .title h2 {
  color: #004AAD;
  margin-bottom: 0;
  text-align: center;
}
.accordion_card_section .title-wrap .title h2::before, .accordion_card_section .title-wrap .title h2::after {
  filter: brightness(0) saturate(100%) invert(15%) sepia(39%) saturate(7458%) hue-rotate(209deg) brightness(99%) contrast(101%);
}
.accordion_card_section .accordion_title h3 {
  margin-bottom: 10px;
}
.accordion_card_section .accordion_wrap {
  margin-top: 40px;
}
.accordion_card_section .accordion_wrap .at-item {
  border-bottom: 1px solid #9E9E9E;
  margin-bottom: 30px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-item {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
.accordion_card_section .accordion_wrap .at-item .at-title {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.accordion_card_section .accordion_wrap .at-item .at-title::after {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-image: url(/wp-content/uploads/2025/09/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: center;
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-item .at-title::after {
    background-size: 22px;
  }
}
.accordion_card_section .accordion_wrap .at-item .at-title.active::after {
  background-image: url(/wp-content/uploads/2025/09/dash-icon.svg);
  background-size: 32px;
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-item .at-title.active::after {
    background-size: 21px;
  }
}
.accordion_card_section .accordion_wrap .at-item .at-title .h6 {
  margin-bottom: 0;
  flex: 1;
}
.accordion_card_section .accordion_wrap .at-tab {
  display: none;
  margin-top: 26px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-tab {
    margin-top: 16px;
  }
}
.accordion_card_section .accordion_wrap .at-tab p {
  font-size: 16px;
}

.upcoming_event_section {
  position: relative;
}
.upcoming_event_section .container {
  max-width: 1800px;
}
.upcoming_event_section .content_wrapper .title-wrap {
  margin-bottom: 40px;
}
.upcoming_event_section .content_wrapper .title-wrap .title {
  justify-content: center;
  margin-bottom: 10px;
}
.upcoming_event_section .content_wrapper .title-wrap .title h2 {
  text-align: center;
  margin-bottom: 0 !important;
}
.upcoming_event_section .grid-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}
@media (max-width: 1439px) {
  .upcoming_event_section .grid-wrap {
    gap: 20px;
  }
}

.event_card {
  width: 100%;
  max-width: calc((100% - 80px) / 3);
  display: grid;
}
@media (max-width: 1439px) {
  .event_card {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 1199px) {
  .event_card {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .event_card {
    max-width: 100%;
  }
}
.event_card .event_info_col {
  grid-row: 1;
  grid-column: 1/span 2;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px 32px;
}
@media (max-width: 1439px) {
  .event_card .event_info_col {
    padding: 30px 15px;
  }
}
.event_card .event_info_col h4 {
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .event_card .event_info_col h4 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .event_card .event_info_col h4 {
    font-size: 28px;
  }
}
.event_card .event_info_col a {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .event_card .event_info_col a {
    margin-top: 20px;
  }
}
.event_card .img-box {
  grid-row: 1;
  grid-column: 1/span 2;
  position: relative;
  z-index: 0;
}
.event_card .img-box::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.17%, #000000 91.84%);
  border: 1px solid #ffffff;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event_card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact_form_section .title-wrap {
  margin-bottom: 40px;
}
.contact_form_section .title-wrap .title {
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contact_form_section .title-wrap .title {
    justify-content: center;
  }
}
.contact_form_section .title-wrap .title h2 {
  margin-bottom: 0 !important;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .contact_form_section .title-wrap .title h2 {
    text-align: center;
  }
}
.contact_form_section .title-wrap .title h2::before, .contact_form_section .title-wrap .title h2::after {
  filter: unset;
  -webkit-filter: unset;
}
.contact_form_section .form-wrap .gform_confirmation_message {
  text-align: center;
}
.contact_form_section .content_wrapper {
  display: flex;
}
@media (max-width: 1199px) {
  .contact_form_section .content_wrapper {
    flex-flow: column-reverse;
  }
}
.contact_form_section .content_wrapper .grid-col.left-col {
  width: 100%;
  max-width: 62%;
  background: #004AAD;
  padding: 60px;
}
@media (max-width: 1439px) {
  .contact_form_section .content_wrapper .grid-col.left-col {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .contact_form_section .content_wrapper .grid-col.left-col {
    max-width: 100%;
    padding: 60px 30px 30px;
  }
}
.contact_form_section .content_wrapper .grid-col.right-col {
  width: 100%;
  max-width: calc(38% + 60px);
  margin-left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .contact_form_section .content_wrapper .grid-col.right-col {
    max-width: calc(38% + 30px);
    margin-left: -30px;
  }
}
@media (max-width: 1199px) {
  .contact_form_section .content_wrapper .grid-col.right-col {
    max-width: calc(100% - 30px);
    margin: 0 auto -30px;
    position: relative;
    z-index: 2;
  }
}
.contact_form_section .content_wrapper .grid-col.right-col .contact_info_wrap {
  background: #F9F1E8;
  border: 7px solid #004AAD;
  padding: 60px;
  height: fit-content;
  margin: auto 0;
}
@media (max-width: 1439px) {
  .contact_form_section .content_wrapper .grid-col.right-col .contact_info_wrap {
    border: 3px solid #004AAD;
    padding: 30px;
  }
}

.site-content {
  margin: 240px 0 100px;
}
@media (max-width: 1199px) {
  .site-content {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .site-content {
    margin: 140px 0 60px;
  }
}
@media (max-width: 767px) {
  .site-content {
    margin: 120px 0 40px;
  }
}
.site-content .contet_editor_wraper {
  padding-top: 0;
}
.site-content .container {
  max-width: 1180px;
}
.site-content h1, .site-content .h1 {
  font-size: 90px;
}
@media (max-width: 1800px) {
  .site-content h1, .site-content .h1 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .site-content h1, .site-content .h1 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .site-content h1, .site-content .h1 {
    font-size: 62px;
  }
}
.site-content h2, .site-content .h2 {
  font-size: 80px;
}
@media (max-width: 1800px) {
  .site-content h2, .site-content .h2 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .site-content h2, .site-content .h2 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .site-content h2, .site-content .h2 {
    font-size: 32px;
  }
}
.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6,
.site-content .h1, .site-content .h2, .site-content .h3, .site-content .h4, .site-content .h5, .site-content .h6, .site-content .h7, .site-content .h8 {
  margin-bottom: 1.6rem;
  margin-top: 2.4rem;
  color: #DE6A2F;
}
.site-content p {
  margin-bottom: 1.6rem;
}
.site-content ol {
  padding-left: 22px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  list-style: decimal;
}
.site-content ul {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 22px;
  list-style: disc;
}
.site-content img {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  max-width: 100%;
  object-fit: contain;
  height: auto;
  width: 100%;
}
.site-content blockquote {
  width: 100%;
  margin: 50px auto;
  color: #222222;
  font-style: italic;
  padding: 1.2rem 30px 1.2rem 40px;
  border-left: 3px solid #DE6A2F;
  line-height: 1.6;
  position: relative;
  background: #ffffff;
}
.site-content blockquote::before {
  content: "“" !important;
  color: #A6CEE8;
  font-size: 3rem;
  position: absolute;
  left: 10px;
  top: -2px;
}
.site-content blockquote::after {
  content: "" !important;
}
.site-content blockquote span {
  display: block;
  color: #DE6A2F;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.site-content a {
  color: #DE6A2F;
}
.site-content a:hover {
  color: #222222;
}
.site-content video, .site-content iframe {
  width: 100%;
  height: 100%;
}
.site-content figure {
  background-color: #ffffff;
  margin-bottom: 1.6rem;
}
.site-content figure img {
  margin: 0;
}
.site-content figure figcaption {
  padding: 15px;
}