@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype"), url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype"), url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gugi;
  src: url('../fonts/Gugi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-3: #111;
  --white: white;
  --light-grey-2: #cfcfcf40;
  --blue: #398ac8;
  --pink: #fd6dab;
  --purple: #7267ff;
  --black: black;
  --grey: #8f8f8f;
  --gold: #b89046;
  --black-2: #0c0c0c;
  --dark-khaki: #bda972;
  --light-grey: #cfcfcf;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

p {
  margin-bottom: 10px;
}

.body {
  background-color: var(--black-3);
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.body-section {
  padding-top: 60px;
  padding-bottom: 20px;
}

.body-section.p-top-220 {
  padding-top: 220px;
  padding-bottom: 140px;
}

.body-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-div.left {
  align-items: flex-start;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gugi, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
}

.h1.h1-margin-30 {
  text-transform: uppercase;
  max-width: 920px;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
}

.h1.h1-margin-30._w-60 {
  max-width: 1100%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Gugi, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.h1.h1-margin-30._w-60.center {
  margin-left: auto;
  margin-right: auto;
  font-family: Gugi, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.h1.h1-margin-30._w-60._0 {
  padding-left: 0;
}

.h1.h1-margin-30._w-60.left {
  text-align: left;
}

.p {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.p.left {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
}

.p.p-50 {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.grid-div {
  background-color: var(--light-grey-2);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-col-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

._2-col-section.flex-item.flex-reverse._100 {
  display: block;
}

._2-col-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 60px 60px 60px 140px;
  display: flex;
}

._2-col-right {
  background-image: url('../images/home10_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

._2-col-right.image {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

._2-col-right.image.h-2 {
  background-image: url('../images/Home6_2.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.h-2.mh {
  background-image: url('../images/home6_1.webp');
  background-position: 100%;
}

._2-col-right.image.nat-x {
  background-image: url('../images/home7_1.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.s1 {
  background-image: url('../images/Game-Room-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-col-right.image.s2 {
  background-image: url('../images/Visual-3.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-col-right.image.s3 {
  background-image: url('../images/Media-3.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.s4-1 {
  background-image: url('../images/Smart-Home-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-col-right.image.s4-2 {
  background-image: url('../images/Visual-4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-col-right.contact-info-sec {
  background-image: none;
  padding: 60px 100px 60px 60px;
}

._2-col-right.contact-info-sec.center-all {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-section {
  border-top: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 100px;
}

.footer-links {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
}

._3-col-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3-col-container {
  flex-direction: column;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.bottom-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff38;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-weight: 400;
}

.bottom-link {
  color: var(--white);
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.bottom-link:hover {
  color: var(--blue);
}

.bottom-link.w--current {
  transition: color .3s;
}

.header {
  z-index: 98;
  border-bottom: 1px solid var(--light-grey-2);
  background-color: var(--black-3);
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 1;
  background-color: #0000;
  margin-left: 20px;
  left: 0;
}

.logo-img.banner-0logo {
  margin-left: auto;
  margin-right: auto;
}

.page-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.page-section.none-grid {
  display: block;
}

.heading-3-top-title-2 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.heading-3-text-2 {
  color: #c0c1af;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-text-2.sm-h3 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text-2.sm-h3.white-h3 {
  color: var(--white);
  margin-top: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.primary-btn {
  z-index: 1;
  border: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn._2 {
  color: var(--blue);
  border-style: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  transition: all .2s;
  box-shadow: inset 0 -3px #fff;
}

.primary-btn._2:hover {
  color: var(--white);
  box-shadow: inset 0 -30px #398ac7;
}

.btn-text {
  z-index: 1;
  font-weight: 500;
  position: relative;
}

.ripple {
  z-index: 0;
  background-color: var(--white);
  background-image: radial-gradient(circle, #dc6299, #7567fe);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -200% -27% auto auto;
}

.header-social-media {
  z-index: 10;
  margin-left: auto;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.fa-brand {
  background-color: var(--light-grey-2);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.fa-brand:hover {
  background-color: #3b5998;
}

.fa-brand.fa-con {
  background-image: linear-gradient(90deg, var(--pink), var(--purple));
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.fa-brand.fa-con:hover {
  background-color: var(--light-grey-2);
}

.fa-brand.google {
  background-image: linear-gradient(90deg, var(--pink), var(--purple));
  margin-right: 5px;
  font-family: "Fa Brands 400", sans-serif;
}

.fa-brand.google:hover {
  background-color: var(--light-grey-2);
}

.fa-icon {
  color: var(--blue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fd6cac, #7267ff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.fa-icon.sticky {
  color: #fff;
}

.fa-icon.google {
  font-family: "Fa Brands 400", sans-serif;
  font-weight: 400;
}

.accent {
  color: var(--blue);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fd6cad, #7366ff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 5px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.accent.thick {
  font-weight: 600;
}

.slider-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.slider-container.grid-layout {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 500px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.slider-grid-img {
  background-image: radial-gradient(circle, #0000, #0000004d), none;
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.slider-grid-img.grid-img-2 {
  background-image: radial-gradient(circle, #0000, #0000004d), none;
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-grid-img.grid-img-2.gray {
  background-image: url('../images/home4_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-grid-img.grayscale {
  background-image: url('../images/home2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-btn {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #fd6cab, #7366fd);
  border-radius: 100px;
  margin-top: 40px;
  padding: 8px 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.slider-btn:hover {
  background-color: var(--white);
  text-shadow: 1px 1px 6px #0003;
  transform: scale(1.1);
}

.press-gallery {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-nav {
  display: none;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.inner-wrapper-content {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 97%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.press-arrow {
  background-color: var(--white);
  color: var(--black-3);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 20px;
  transition: all .3s, opacity .3s ease-in-out;
  display: flex;
}

.press-arrow:hover {
  background-color: var(--blue);
  opacity: 1;
  color: #fff;
}

.press-arrow.arrow-right {
  background-color: var(--white);
  color: var(--black-3);
  margin-left: 0;
  margin-right: 20px;
}

.press-arrow.arrow-right:hover {
  background-color: var(--blue);
  color: #fff;
}

.press-arrow.display-none {
  display: none;
}

.press-slider {
  background-color: #0000;
  min-height: 85vh;
}

.gallery-slider-1 {
  background-image: url('../images/Media-3.webp');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-slider-1.overlay {
  background-image: url('../images/home9_1.webp');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-text-2 {
  color: #313131;
  border-bottom: 1px solid #bda972;
  padding-top: 10px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.btn-text-2:hover {
  color: #bda972;
}

.btn-text-2.btn-style {
  margin: 40px auto 60px;
  padding-top: 0;
  transition-property: none;
}

.btn-text-2.btn-style:hover {
  color: #bda972;
}

.btn-text-2.btn-style.light-bnt {
  box-shadow: inset 0 -1px 0 0 var(--blue);
  color: var(--blue);
  border-bottom-style: none;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 2;
  transition: color .3s, box-shadow .3s;
}

.btn-text-2.btn-style.light-bnt:hover {
  box-shadow: inset 0 -100px 0 0 var(--blue);
  color: #fff;
}

.btn-text-2.btn-style.light-bnt.m-bottom {
  border: 2px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.btn-text-2.btn-style.light-bnt.m-bottom.other {
  border-style: solid;
  border-color: var(--blue);
  margin-top: 0;
  margin-bottom: 40px;
  transition: all .3s ease-in-out;
}

.btn-text-2.btn-style.light-bnt.m-bottom.other:hover {
  transform: scale(1.1);
}

._2-col-left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 500px;
  padding: 60px;
  display: flex;
}

._2-col-left-2.cener {
  justify-content: flex-start;
  align-items: stretch;
  min-height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

._2-col-left-2.cener._100 {
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.acc-img {
  width: 100%;
  max-width: 150px;
  height: 80px;
}

.acc-img.vog {
  background-image: url('../images/cedia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.accreditation-bar {
  border-top: 1px solid #bda97259;
  border-bottom: 1px solid #bda97259;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accreditation-bar.bg-black {
  background-color: #f6f4ec;
  border-top-color: #bda97233;
  border-bottom-color: #bda97233;
  margin-top: 60px;
  margin-bottom: 0;
}

.accreditation-bar.bg-black.dark-bg {
  border-top-color: var(--light-grey-2);
  border-bottom-color: var(--light-grey-2);
  background-color: #202020;
  margin-top: 0;
  margin-bottom: 20px;
}

.acc-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.landing-page.p-top-30 {
  padding-top: 140px;
}

.slider-1.slider-img-2 {
  background-image: none;
}

.bottom-section-slider.display-grid-img {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.hero-text {
  text-align: center;
  letter-spacing: 5px;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.hero-text.light-text {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-family: Gugi, sans-serif;
  font-size: 65px;
  line-height: 1;
}

.slider {
  background-color: var(--black-3);
  min-height: 500px;
}

.slide-nav-2 {
  display: none;
}

.top-section-content-2 {
  padding: 0 90px;
}

.top-section-content-2.cetner {
  text-align: center;
}

.menu-toggle {
  background-color: #0000;
  margin-right: 40px;
}

.menu-toggle.w--open {
  z-index: 10;
  background-color: #0000;
  border-radius: 0;
}

.img-grid-1 {
  min-height: 400px;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.top-section-content-3 {
  padding: 100px 60px;
}

.nav-menu {
  z-index: 100;
  background-color: var(--black-3);
  min-width: 500px;
  height: 100vh;
  margin-top: 50px;
  margin-right: -20px;
}

.nav-link {
  border-bottom: 1px solid var(--light-grey-2);
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: padding .3s, background-color .3s;
}

.nav-link:hover {
  background-color: var(--light-grey-2);
  background-image: linear-gradient(270deg, var(--purple), var(--pink));
  padding-left: 30px;
}

.nav-link.w--current {
  background-color: var(--light-grey-2);
  color: var(--white);
}

.menu-wrapper-btn {
  border-top: 1px none var(--light-grey-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footerlinks {
  color: var(--white);
  text-decoration: none;
  transition: color .3s;
}

.footerlinks:hover {
  color: var(--pink);
}

.contact-content {
  text-align: left;
  background-color: #1f1f1f;
  border-radius: 0;
  width: 100%;
  padding: 30px;
  transition: background-color .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000012;
}

.contact-content:hover {
  background-color: #434343;
}

.contact-type-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-page-link {
  color: var(--white);
  text-decoration: none;
}

.contact-icon {
  color: var(--blue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f76cb1, #7766fd);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-icon.b {
  font-family: "Fa brands 400", sans-serif;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.sticky-btn {
  z-index: 1000;
  background-color: var(--blue);
  color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 8px 20px 8px 12px;
  font-weight: 500;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
}

.lottie-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: -30% auto 0 0%;
}

.span-sm {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  line-height: 0;
}

.span-sm.accent {
  color: var(--blue);
  line-height: 1;
}

.default-list {
  padding-left: 0;
  list-style-type: none;
}

.default-list.list-grid {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 25px;
  margin-bottom: 20px;
  display: grid;
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.header-contact-info {
  padding-left: 40px;
  display: flex;
}

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

.phone.m-right-20 {
  margin-right: 20px;
}

.header-contact-info-link {
  color: var(--white);
  padding-left: 5px;
  text-decoration: none;
}

.header-contact-info-link:hover {
  color: var(--pink);
}

.areas-containter {
  width: 100%;
}

.areas-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.areas-list-item {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.lottie-animation {
  height: 100px;
  margin-top: -20px;
  margin-bottom: 40px;
}

.call-to-action-lottie {
  z-index: 2;
  width: 100px;
  height: 100px;
  padding-left: 0;
  position: fixed;
  inset: auto auto 0% 1%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  background-image: linear-gradient(90deg, var(--pink), var(--purple));
  border: 2px #000;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--white);
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  background-color: #fff;
  background-image: linear-gradient(90deg, var(--pink), var(--purple));
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--purple);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--purple);
  color: var(--purple);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  color: var(--black);
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  background-color: #4353ff;
  background-image: linear-gradient(90deg, var(--pink), var(--purple));
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_close {
  opacity: 1;
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.logo-link {
  margin-bottom: 20px;
}

.hyperlink {
  background-image: linear-gradient(90deg, var(--pink), var(--purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
}

.div-block-2 {
  justify-content: space-around;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.text-block {
  text-transform: uppercase;
  text-shadow: 2px -4px #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #0f2942, #3989c5 50%, #103155);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gugi, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.onload {
  z-index: 99;
  background-color: var(--black-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-3 {
  width: 400px;
  margin-bottom: 20px;
}

.loadbar {
  border-radius: 20px;
  width: 250px;
  height: 20px;
  overflow: hidden;
}

.loadbarinner {
  background-color: var(--blue);
  width: 0;
  height: 20px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: #353535;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  background-color: var(--black-3);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #494949;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: #000;
  background-image: linear-gradient(90deg, var(--pink), var(--purple));
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: #326db1;
}

.top-section-2 {
  background-color: var(--black-3);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

.image-3 {
  width: 150px;
}

.area-map {
  filter: grayscale(65%);
  margin-top: 25px;
}

.h3-small {
  text-align: center;
  text-transform: uppercase;
  font-family: Gugi, sans-serif;
}

.h3-logo-link.w--current {
  margin-bottom: 20px;
}

.solid {
  background-image: linear-gradient(180deg, var(--pink), var(--purple));
  color: var(--light-grey-2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 7px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.site-map-link {
  background-image: linear-gradient(65deg, var(--white), var(--pink));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.site-map-link:hover {
  background-image: linear-gradient(65deg, var(--white), var(--white));
  color: var(--white);
}

.site-map-link.w--current {
  font-size: 17px;
  font-weight: 500;
  transition: color .3s;
}

.insta-feed {
  width: 100%;
}

.top-icon-link {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .h1.h1-margin-30._w-60 {
    max-width: none;
  }

  .p.p-50 {
    width: 100%;
    max-width: none;
  }

  ._2-col-section.contact-section, ._2-col-section.flex-item {
    flex-direction: column;
  }

  ._2-col-section.flex-item.flex-reverse {
    flex-direction: column-reverse;
  }

  ._2-col-section.flex-item.flex-reverse.reverse {
    flex-direction: column;
  }

  ._2-col-left {
    width: 100%;
    padding-left: 60px;
  }

  ._2-col-right {
    width: 100%;
    min-height: 300px;
  }

  ._2-col-right.image {
    width: 100%;
  }

  ._2-col-right.contact-info-sec {
    padding-right: 60px;
  }

  ._2-col-right.contact-info-sec.center-all {
    width: 100%;
    padding-right: 60px;
  }

  .slider-btn {
    margin-top: 10px;
  }

  .press-slider {
    min-height: 50vh;
  }

  ._2-col-left-2, ._2-col-left-2.cener {
    width: 100%;
    padding: 40px 20px;
  }

  .accreditation-bar.bg-black.dark-bg {
    margin-bottom: 0;
  }

  .acc-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bottom-section-slider.display-grid-img {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-text {
    padding-bottom: 40px;
    font-size: 60px;
    line-height: 70px;
  }

  .slider {
    min-height: 55vh;
  }

  .top-section-content-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-section-content-3 {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .contact-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sticky-btn {
    display: flex;
  }

  .default-list.list-grid {
    grid-template-columns: 1fr 1fr;
    place-items: stretch start;
  }

  .areas-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .call-to-action-lottie {
    display: none;
  }

  .fs-cc-manager_component {
    bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .h1.h1-margin-30._w-60 {
    font-size: 32px;
    line-height: 34px;
  }

  ._2-col-right.image {
    min-height: 350px;
  }

  ._3-col-div {
    flex-direction: column;
  }

  ._3-col-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-3-top-title-2 {
    flex-wrap: wrap;
  }

  .slider-container.grid-layout {
    grid-template-columns: 1fr;
  }

  .slider-grid-img.grid-img-2 {
    display: none;
  }

  .press-slider {
    min-height: 40vh;
  }

  .btn-text-2.btn-style.light-bnt {
    margin-bottom: 40px;
  }

  .landing-page.p-top-30 {
    padding-top: 100px;
  }

  .bottom-section-slider.display-grid-img {
    grid-template-columns: 1fr;
  }

  .hero-text {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 58px;
    line-height: 58px;
  }

  .hero-text.light-text {
    font-size: 48px;
    line-height: 52px;
  }

  .slider {
    background-color: #0000;
    min-height: 60vh;
  }

  .slide-nav-2 {
    display: none;
  }

  .top-section-content-2 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-section-content-2.cetner {
    padding-top: 0;
  }

  .top-section-content-3 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .booking-form {
    width: 100%;
  }

  .contact-block {
    grid-template-columns: 1fr;
  }

  .sticky-btn {
    z-index: 10;
  }

  .header-contact-info {
    padding-left: 10px;
  }

  .phone.google {
    display: none;
  }

  .areas-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-manager_component {
    bottom: 60px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .body-section.p-top-220 {
    padding-top: 140px;
  }

  .h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .h1.h1-margin-30, .h1.h1-margin-30._w-60, .h1.h1-margin-30._w-60.center {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-col-section.contact-section {
    min-height: auto;
  }

  ._2-col-left {
    padding: 40px 20px;
  }

  ._2-col-right.contact-info-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-col-right.contact-info-sec.center-all {
    padding: 40px 20px;
  }

  .navbar {
    width: 100%;
  }

  .heading-3-text-2.sm-h3.white-h3 {
    margin-top: 10px;
  }

  .header-social-media {
    padding-left: 10px;
  }

  .accent {
    font-size: 20px;
  }

  .slider-container {
    padding-left: 20px;
  }

  .slider-container.grid-layout {
    grid-template-columns: 1fr;
    min-height: 300px;
  }

  .press-arrow {
    display: none;
  }

  ._2-col-left-2.cener {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .acc-img {
    width: 100%;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .acc-img.vog {
    max-width: 100%;
  }

  .acc-wrapper {
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .bottom-section-slider.display-grid-img {
    grid-template-columns: 1fr;
  }

  .hero-text {
    font-size: 32px;
    line-height: 50px;
  }

  .hero-text.light-text {
    padding-top: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .slider {
    min-height: 300px;
  }

  .top-section-content-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-toggle {
    margin-right: 10px;
  }

  .img-grid-1 {
    min-height: 250px;
  }

  .img {
    max-height: 250px;
  }

  .top-section-content-3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .nav-menu {
    min-width: auto;
    margin-right: -10px;
  }

  .sticky-btn {
    z-index: 10;
  }

  .lottie-menu {
    margin-right: 0;
    left: -10px;
  }

  .span-sm.accent {
    font-size: 26px;
  }

  .default-list.list-grid {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .phone.m-right-20 {
    display: none;
  }

  .areas-list {
    grid-template-columns: 1fr 1fr;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-manager_component {
    bottom: 60px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .bold-text {
    font-size: 20px;
  }

  .lottie-animation-3 {
    width: 300px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }
}

#w-node-_92e64051-6a1d-72c3-3da2-054123b08007-197504b9, #w-node-_92e64051-6a1d-72c3-3da2-054123b08008-197504b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf3d0f4-2e2d-db2e-dcb4-0ae87287b1d1-7287b1c8, #w-node-_2cf3d0f4-2e2d-db2e-dcb4-0ae87287b1db-7287b1c8, #w-node-_2cf3d0f4-2e2d-db2e-dcb4-0ae87287b1e5-7287b1c8, #w-node-eaf33ad4-77f8-2b9e-b537-d87f8bef1122-7287b1c8, #w-node-_33fa93ba-f069-19ff-e246-f1975e482c04-7287b1c8, #w-node-_08756afe-c706-a7cf-e793-57acd99273db-197504ec, #w-node-_08756afe-c706-a7cf-e793-57acd99273e5-197504ec, #w-node-_08756afe-c706-a7cf-e793-57acd99273ef-197504ec, #w-node-_08756afe-c706-a7cf-e793-57acd99273f7-197504ec {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_2cf3d0f4-2e2d-db2e-dcb4-0ae87287b1d1-7287b1c8, #w-node-_2cf3d0f4-2e2d-db2e-dcb4-0ae87287b1db-7287b1c8, #w-node-_08756afe-c706-a7cf-e793-57acd99273db-197504ec, #w-node-_08756afe-c706-a7cf-e793-57acd99273e5-197504ec {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype'), url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gugi';
  src: url('../fonts/Gugi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}