@charset "UTF-8";
@font-face {
  font-family: Dubai;
  src: url(../fonts/Dubai-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Dubai;
  src: url(../fonts/Dubai-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Dubai;
  src: url(../fonts/Dubai-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Dubai;
  src: url(../fonts/Dubai-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Dubai;
  src: url(../fonts/Dubai-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
::after:focus,
::before:focus,
:focus {
  outline: 0;
}
body {
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  body {
    font-size: 11.485px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 14px !important;
  }
}
img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
iframe {
  border: 0;
}
button {
  -webkit-appearance: button;
  appearance: button;
}
button:focus {
  outline: 0;
}
textarea {
  resize: none;
}
picture {
  display: block;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  font-family: Dubai, sans-serif;
  font-weight: 400;
  color: #000;
}
.loadjs {
  overflow: hidden;
}
.img-wrapper {
  position: relative;
}
.container-fluid {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 5em;
  }
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding: 0 2em;
  }
}
.container-s {
  max-width: 100%;
  padding: 0 3.68%;
}
@media (max-width: 991.98px) {
  .container-s {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .container-s {
    padding: 0 2em;
  }
}
.container {
  max-width: 100%;
  padding: 0 11.25%;
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 5em;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 2em;
  }
}
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section {
  position: relative;
  padding: 2em 0;
}
@media (min-width: 576px) {
  .section {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 5em 0;
  }
}
.section-s {
  position: relative;
  padding: 2em 0;
}
@media (min-width: 1200px) {
  .section-s {
    padding: 2.5em 0;
  }
}
.genericImg {
  position: relative;
  width: 100%;
}
.genericImg.genericHeight {
  padding-top: 51%;
}
.genericImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: ellipse(50% 100% at 50% 0);
}
.genericImg::before {
  content: "";
  position: absolute;
  width: 107%;
  height: 104%;
  background-image: url(../svg/genericImgArc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  top: 0;
  left: -5%;
  z-index: 1;
}
.subTitle {
  position: relative;
  padding-left: 0.2em;
  isolation: isolate;
}
.subTitle::before {
  content: "";
  position: absolute;
  width: 1.83em;
  height: 0.916em;
  top: 0;
  left: 0;
  background: #efae00;
  clip-path: ellipse(50% 100% at 50% 0);
  transform: rotate(-90deg) translateY(-0.4416em);
  z-index: -1;
}
.subTitle.primary-bg::before {
  background: #00aaa3;
}
.error:not(.input) {
  display: inline-flex;
  background: #f83232;
  color: #fff;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  border-radius: 4px;
  text-transform: capitalize;
}
.up-award-info {
  margin-top: 2em;
}
.grecaptcha-badge {
  z-index: 1;
}
.readMoreBtn {
  cursor: pointer;
}
.whatappIconWrapper {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .whatappIconWrapper {
    bottom: 7em;
  }
}
.whatappIconWrapper a {
  width: 3.3em;
  height: 3.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #25d366;
  transition: 0.25s;
}
.whatappIconWrapper a img {
  width: 50%;
}
.whatappIconWrapper a:hover {
  background: #efae00;
  transition: 0.25s;
}
.mobAnchor {
  display: none;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin-bottom: 2em;
}
@media (max-width: 991.98px) {
  .mobAnchor {
    display: flex;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.h1,
h1 {
  font-size: 8.125em;
  font-weight: 400;
  line-height: 1.125;
  margin: 0 0 0.5em 0;
  color: #000;
  letter-spacing: -3.9px;
}
@media (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 3.5em;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) {
  .h1,
  h1 {
    font-size: 3em;
  }
}
.h2,
h2 {
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.16;
  margin: 0 0 0.5em 0;
  color: #000;
  letter-spacing: -1.8px;
}
@media (max-width: 1199.98px) {
  .h2,
  h2 {
    font-size: 2.5em;
    letter-spacing: -1px;
  }
}
@media (max-width: 575.98px) {
  .h2,
  h2 {
    font-size: 2.25em;
  }
}
.h3,
h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h3,
  h3 {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .h3,
  h3 {
    font-size: 1.75em;
  }
}
.h4,
h4 {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.21;
  margin: 0 0 1em 0;
  color: #000;
  letter-spacing: -0.84px;
}
@media (max-width: 1199.98px) {
  .h4,
  h4 {
    font-size: 1.5em;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 991.98px) {
  .h4,
  h4 {
    font-size: 1.25em;
  }
}
.h5,
h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h5,
  h5 {
    font-size: 1.2em;
  }
}
.h6,
h6 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.125;
  margin: 0 0 0.5em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h6,
  h6 {
    font-size: 1em;
  }
}
.p,
p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 1.5em 0;
  color: #555;
}
@media (max-width: 1199.98px) {
  .p,
  p {
    font-size: 1em;
  }
}
.sitemap {
  position: relative;
}
.sitemap ul {
  list-style: none;
}
.sitemap ul li:not(:last-child) {
  padding-bottom: 1.5em;
}
.sitemap ul li a {
  font-size: 1.5em;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .sitemap ul li a {
    font-size: 1.25em;
  }
}
.sitemap ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.19em;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transition: all 0.25s ease;
}
.sitemap ul li a.active::after,
.sitemap ul li a:hover::after {
  transition: all 0.25s ease;
  transform: scaleX(1);
}
.sitemap ul li::before {
  content: "•";
  color: #00aaa3;
  font-weight: 700;
  display: inline-block;
  width: 1em;
}
.sitemap ul li ul {
  padding: 1.5em 0 0 1.5em;
}
.sitemap ul li ul li a {
  font-size: 1.25em;
}
@media (max-width: 575.98px) {
  .sitemap ul li ul li a {
    font-size: 1em;
  }
}
.text-center {
  text-align: center !important;
}
.m-auto {
  margin: 0 auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.5em !important;
}
.p-2 {
  padding: 1em !important;
}
.p-3 {
  padding: 1.5em !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
.px-2 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.px-3 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.py-2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.py-3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.5em !important;
}
.pt-2 {
  padding-top: 1em !important;
}
.pt-3 {
  padding-top: 1.5em !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.5em !important;
}
.pb-2 {
  padding-bottom: 1em !important;
}
.pb-3 {
  padding-bottom: 1.5em !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.5em !important;
}
.pl-2 {
  padding-left: 1em !important;
}
.pl-3 {
  padding-left: 1.5em !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.5em !important;
}
.pr-2 {
  padding-right: 1em !important;
}
.pr-3 {
  padding-right: 1.5em !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.5em !important;
}
.m-2 {
  margin: 1em !important;
}
.m-3 {
  margin: 1.5em !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}
.mx-2 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.mx-3 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.5em !important;
}
.mt-2 {
  margin-top: 1em !important;
}
.mt-3 {
  margin-top: 1.5em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.5em !important;
}
.mb-2 {
  margin-bottom: 1em !important;
}
.mb-3 {
  margin-bottom: 1.5em !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.5em !important;
}
.ml-2 {
  margin-left: 1em !important;
}
.ml-3 {
  margin-left: 1.5em !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.5em !important;
}
.mr-2 {
  margin-right: 1em !important;
}
.mr-3 {
  margin-right: 1.5em !important;
}
.gap-1 {
  gap: 1em;
}
.black-col {
  color: #000;
}
.white-col {
  color: #fff;
}
.gray-col {
  color: #555;
}
.primary-col {
  color: #00aaa3;
}
.danger-col {
  color: #f83232;
}
.section-bg {
  background: #fffcf3;
}
.animate {
  opacity: 0;
}
.animate.fadein-Left {
  transform: translate(100px, 0);
}
.animate.fadein-Right {
  transform: translate(-100px, 0);
}
.animate.fadein-Up {
  transform: translate(0, 100px);
}
.animate.fadein-Down {
  transform: translate(0, -100px);
}
.animate.zoom-In {
  transform: translate(0, 0) scale(0);
}
@media (max-width: 767px) {
  .animate {
    opacity: 1;
  }
  .animate.fadein-Left {
    transform: translate(0, 0);
  }
  .animate.fadein-Right {
    transform: translate(0, 0);
  }
  .animate.fadein-Up {
    transform: translate(0, 0);
  }
  .animate.fadein-Down {
    transform: translate(0, 0);
  }
  .animate.zoom-In {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes anim {
  to {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
.lazy-img {
  opacity: 0;
}
@media (min-width: 768px) {
  .img__observer {
    position: relative;
  }
  .img__observer img {
    overflow: hidden;
    border-radius: inherit;
    clip-path: inset(0 100% 0 0);
  }
  .img__observer::before {
    content: "";
    position: absolute;
    width: 0;
    height: 99.5%;
    background: #00aaa3;
    bottom: 1px;
    left: 1px;
    z-index: 0;
    border-radius: inherit;
  }
  .img__observer.active img {
    transition: all 0.5s;
    clip-path: inset(0 0 0 0);
  }
  .img__observer.active::before {
    width: 99.5%;
    transition: 0.5s;
  }
  .img__observer.white-bg::before {
    background: #fff;
  }
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375em;
}
@media (min-width: 992px) {
  .col-one-padding {
    padding-left: 3.9375em;
  }
}
@media (min-width: 1200px) {
  .col-one-padding {
    padding-left: 7.9375em;
  }
}
.no-gutters {
  margin: 0;
  width: 100%;
}
.no-gutters > [class*="col_"] {
  padding: 0;
}
.col_offset_0 {
  margin-left: 0;
}
.col_1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_1 {
  margin-left: 8.3333333333%;
}
.col_2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_2 {
  margin-left: 16.6666666667%;
}
.col_3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.9375em;
}
.col_offset_3 {
  margin-left: 25%;
}
.col_4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_4 {
  margin-left: 33.3333333333%;
}
.col_5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_5 {
  margin-left: 41.6666666667%;
}
.col_6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.9375em;
}
.col_offset_6 {
  margin-left: 50%;
}
.col_7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_7 {
  margin-left: 58.3333333333%;
}
.col_8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_8 {
  margin-left: 66.6666666667%;
}
.col_9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.9375em;
}
.col_offset_9 {
  margin-left: 75%;
}
.col_10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_10 {
  margin-left: 83.3333333333%;
}
.col_11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_11 {
  margin-left: 91.6666666667%;
}
.col_12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.9375em;
}
.col_offset_12 {
  margin-left: 100%;
}
@media (min-width: 576px) {
  .col_sm_offset_0 {
    margin-left: 0;
  }
  .col_sm_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_sm_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_sm_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_3 {
    margin-left: 25%;
  }
  .col_sm_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_sm_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_sm_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_6 {
    margin-left: 50%;
  }
  .col_sm_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_sm_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_sm_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_9 {
    margin-left: 75%;
  }
  .col_sm_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_sm_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_sm_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col_md_offset_0 {
    margin-left: 0;
  }
  .col_md_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_md_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_md_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_md_offset_3 {
    margin-left: 25%;
  }
  .col_md_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_md_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_md_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_md_offset_6 {
    margin-left: 50%;
  }
  .col_md_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_md_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_md_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_md_offset_9 {
    margin-left: 75%;
  }
  .col_md_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_md_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_md_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_md_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col_lg_offset_0 {
    margin-left: 0;
  }
  .col_lg_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_lg_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_lg_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_3 {
    margin-left: 25%;
  }
  .col_lg_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_lg_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_lg_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_6 {
    margin-left: 50%;
  }
  .col_lg_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_lg_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_lg_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_9 {
    margin-left: 75%;
  }
  .col_lg_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_lg_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_lg_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col_xl_offset_0 {
    margin-left: 0;
  }
  .col_xl_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_xl_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_xl_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_3 {
    margin-left: 25%;
  }
  .col_xl_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_xl_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_xl_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_6 {
    margin-left: 50%;
  }
  .col_xl_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_xl_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_xl_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_9 {
    margin-left: 75%;
  }
  .col_xl_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_xl_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_xl_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_12 {
    margin-left: 100%;
  }
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.m-auto {
  margin: 0 auto;
}
.m-0 {
  margin: 0;
}
.text-lower {
  text-transform: lowercase !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.generic--radius {
  border-radius: 10px;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-item-center {
  align-items: center;
}
.align-item-end {
  align-items: flex-end;
}
.align-item-start {
  align-items: flex-start;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
@media (min-width: 576px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .desktop-only {
    display: none;
  }
}
.img-hack,
.img-hack-contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-hack-contain {
  object-fit: contain;
}
.border-radius-10 {
  border-radius: 0.625em;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container-left-zero-desktop {
    padding-left: 0;
  }
}
.container-left-zero-always {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .container-right-zero-desktop {
    padding-right: 0;
  }
}
.container-right-zero-always {
  padding-right: 0;
}
@media (min-width: 576px) {
  .container-right-zero-sm {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container-right-zero-md {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container-left-zero-md {
    padding-left: 0;
  }
}
.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 768px) {
  .right-column6-md-zero {
    margin-right: -12.1875em;
    flex-basis: calc(50% + 12.1875em);
    width: calc(50% + 12.18575em);
  }
}
.line-clamp-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.line-height-1 {
  line-height: 1;
}
.anchor-wrapper {
  display: flex;
  flex-wrap: wrap;
}
a {
  font-size: 1.25em;
  text-decoration: none;
  color: #000;
  transition: 0.25s;
}
a:hover {
  color: #00aaa3;
  transition: 0.25s;
}
@media (max-width: 1199.98px) {
  a {
    font-size: 1em;
  }
}
button {
  -webkit-appearance: button;
  width: auto;
  border: 0;
  box-shadow: none;
  background: 0 0;
  outline: 0;
  background: 0 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Dubai, sans-serif;
  font-size: 1.25em;
  padding: 0;
}
@media (max-width: 1199.98px) {
  button {
    font-size: 1em;
  }
}
.uline {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.uline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(1);
  transition: transform 0.5s ease;
}
.uline.active::after,
.uline:hover::after {
  transition: transform 0.5s ease;
  transform: scaleX(0);
}
.uline.gray-col::after {
  background: #555;
}
.uline.primary-col::after {
  background: #00aaa3;
}
.w-uline {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.w-uline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00aaa3;
  transform: scaleX(0);
  transition: all 0.25s ease;
}
.w-uline.active::after,
.w-uline:hover::after {
  transition: all 0.25s ease;
  transform: scaleX(1);
}
.primary-anchor {
  width: 8.9em;
  height: 4.55em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #00aaa3;
  clip-path: ellipse(50% 100% at 50% 0);
  padding: 0 1.125em;
  transition: all 0.25s ease;
}
.primary-anchor div,
.primary-anchor span {
  font-size: 0.9em;
  color: #fff;
  font-family: Dubai, sans-serif;
  font-weight: 500;
  line-height: 1.11;
}
.primary-anchor:hover {
  background-color: #efae00;
  transition: all 0.25s ease;
}
.primary-anchor.smallBtn {
  width: 6.55em;
  height: 3.35em;
}
.primary-anchor.white-bg {
  border-color: #000;
  background: #fff;
}
.primary-anchor.white-bg span {
  color: #000;
}
.primary-anchor.white-bg:hover {
  background-color: #efae00;
  transition: all 0.25s ease;
}
.primary-anchor.white-bg:hover span {
  color: #fff;
  transition: all 0.25s ease;
}
.primary-anchor.secondary-bg {
  border-color: #efae00;
  background: #efae00;
}
.primary-anchor.secondary-bg span {
  color: #fff;
}
.primary-anchor.secondary-bg:hover {
  background-color: #00aaa3;
  transition: all 0.25s ease;
}
.primary-anchor.secondary-bg:hover span {
  color: #fff;
  transition: all 0.25s ease;
}
.primary-anchor.transparent-bg {
  border: 1px solid #fff;
  background: 0 0;
}
.primary-anchor.transparent-bg span {
  color: #fff;
}
.primary-anchor.transparent-bg:hover {
  background-color: #efae00;
  transition: all 0.25s ease;
}
.primary-anchor.transparent-bg:hover span {
  color: #fff;
  transition: all 0.25s ease;
}
.secondary-anchor {
  display: inline-flex;
  align-items: center;
  gap: 0.625em;
  padding: 0.5em 0.66em;
  border-radius: 0.375em;
  color: #fff;
  background: #00aaa3;
  border: 1px solid #00aaa3;
  transition: all 0.25s ease;
}
.secondary-anchor .icon {
  width: 1.25em;
}
.secondary-anchor .icon svg {
  width: 100%;
}
.secondary-anchor .icon svg path {
  transition: all 0.25s ease;
}
.secondary-anchor:hover {
  color: #fff;
  transform: scale(1.05);
  transition: all 0.25s ease;
}
.secondary-anchor.largeBtn {
  padding: 0.72em 1.66em;
}
.secondary-anchor.white-bg {
  color: #000;
  border-color: #000;
  background: #fff;
}
.secondary-anchor.white-bg span {
  color: #000;
}
.secondary-anchor.white-bg:hover {
  color: #000;
  transform: scale(1.05);
  transition: all 0.25s ease;
}
.secondary-anchor.no-border {
  border-color: transparent;
}
.secondary-anchor.no-border:hover {
  border-color: transparent;
}
.secondary-anchor.secondary-bg {
  border-color: #efae00;
  background: #efae00;
}
.secondary-anchor.secondary-bg span {
  color: #fff;
}
.secondary-anchor.secondary-bg:hover {
  transform: scale(1.05);
  transition: all 0.25s ease;
}
.tertiary-anchor {
  display: inline-flex;
  font-size: 1.125em;
  padding: 0.88em 1.66em;
  border-radius: 5.25em;
  color: #fff;
  background: #00aaa3;
  border: 1px solid #00aaa3;
  transition: all 0.25s ease;
  line-height: 1;
}
.tertiary-anchor:hover {
  background: #fff;
  color: #00aaa3;
  transition: all 0.25s ease;
}
.tertiary-anchor.secondary-bg {
  background: rgba(239, 174, 0, 0.5);
  color: #000;
  border-color: rgba(239, 174, 0, 0.5);
}
.tertiary-anchor.secondary-bg:hover {
  background: rgba(239, 174, 0, 0.5);
  color: #000;
  transition: all 0.25s ease;
}
.navigationWrapper {
  width: 6.5em;
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.navigationWrapper .swiper-button-next,
.navigationWrapper .swiper-button-prev {
  width: 2.9375em;
  height: 2.9375em;
  background: rgba(239, 174, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  bottom: 0;
}
.navigationWrapper .swiper-button-next::after,
.navigationWrapper .swiper-button-prev::after {
  content: "";
}
.navigationWrapper .swiper-button-next img,
.navigationWrapper .swiper-button-prev img {
  width: 35%;
}
.navigationWrapper .swiper-button-prev {
  left: 0;
  right: auto;
  transform: rotate(0);
}
.navigationWrapper .swiper-button-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.fullCoverAnchor::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.homeBanner {
  position: relative;
}
.homeBanner::after {
  content: "";
  position: absolute;
  width: 316.6875em;
  height: 316.6875em;
  background-image: url(../svg/homeBannerArc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  bottom: -2em;
  left: 50%;
  z-index: 1;
  transform: translate(-49%, 0) rotateY(0);
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .homeBanner::after {
    display: none;
  }
}
.homeBanner__figure {
  position: relative;
  width: 100%;
  clip-path: ellipse(100% 100% at 50% 0);
}
@media (max-width: 575.98px) {
  .homeBanner__figure {
    clip-path: ellipse(125% 100% at 50% 0);
  }
}
.homeBanner__figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.3) 66%
  );
  z-index: 2;
}
.homeBanner__figure .img,
.homeBanner__figure .swiper-slide,
.homeBanner__figure img {
  width: 100%;
  height: 100%;
}
.homeBanner__figure .img {
  height: 75.5em;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .homeBanner__figure .img {
    height: 60em;
  }
}
@media (max-width: 1199.98px) {
  .homeBanner__figure .img {
    height: 50em;
  }
}
@media (max-width: 575.98px) {
  .homeBanner__figure .img {
    height: 100vh;
  }
}
.homeBanner__figure .swiper-slide img {
  object-fit: cover;
}
.homeBanner__descrip {
  position: absolute;
  width: 100%;
  top: 90vh;
  transform: translateY(-100%);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .homeBanner__descrip {
    top: 40em;
  }
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .homeBanner__descrip {
    top: 50em;
  }
}
.homeBanner__descrip .title1,
.homeBanner__descrip .title2 {
  color: #fff;
  line-height: 1;
}
.homeBanner__descrip .title2 {
  padding-left: 0.615em;
}
@media (max-width: 767.98px) {
  .homeBanner__descrip .title2 {
    padding-left: 0;
  }
}
.homeBanner__descrip .descrip {
  color: #fff;
  padding-top: 1em;
}
.homeBanner__descrip .topTitleWrapper {
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .homeBanner__descrip .topTitleWrapper {
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .homeBanner__descrip .topTitleWrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .homeBanner__descrip .bottomTitleWrapper {
    flex-direction: column-reverse;
  }
}
.homeBanner .scroll {
  position: absolute;
  top: 90vh;
  transform: translateY(-100%);
  width: 5.625em;
  height: 5.625em;
  font-size: 1em;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 3.68%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .homeBanner .scroll {
    display: none;
  }
}
.homeBanner .scroll img {
  width: 1.4375em;
}
.homeBanner .socialLinks {
  position: absolute;
  top: 50vh;
  right: 3.68%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8125em;
  z-index: 1;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .homeBanner .socialLinks {
    top: 30em;
  }
}
@media (max-width: 1199.98px) {
  .homeBanner .socialLinks {
    top: 20em;
  }
}
@media (max-width: 991.98px) {
  .homeBanner .socialLinks {
    right: 3em;
  }
}
@media (max-width: 575.98px) {
  .homeBanner .socialLinks {
    display: none;
  }
}
.homeBanner .socialLinks .socialLink {
  position: relative;
  font-size: 1em;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
.homeBanner .socialLinks .socialLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #efae00;
  transition: 0.25s;
  pointer-events: none;
  z-index: -1;
}
.homeBanner .socialLinks .socialLink:hover {
  background: 0 0;
  transform: 0.25s;
}
.homeBanner .socialLinks .socialLink:hover::before {
  transform: translate(-50%, -50%) scale(1);
  transform: 0.25s;
}
.homeBanner .socialLinks .socialLink img {
  width: auto;
  height: 45%;
}
.homeBanner .videoWrapper {
  display: flex;
  align-items: center;
  gap: 1.25em;
}
@media (max-width: 991.98px) {
  .homeBanner .videoWrapper {
    display: none;
  }
}
.homeBanner .videoWrapper .imgWrapper {
  width: 11.25em;
  height: 7.1875em;
  border-radius: 1em;
  overflow: hidden;
  flex-shrink: 0;
}
.homeBanner .videoWrapper .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBanner .videoWrapper .title {
  font-size: 1.125em;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .homeBanner .videoWrapper .title {
    max-width: 45%;
  }
}
.loadmore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.loadmore img {
  margin-bottom: 1em;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.genericFormSection {
  position: relative;
  min-height: calc(100vh - 5em);
}
@media (max-width: 991.98px) {
  .genericFormSection {
    min-height: calc(100vh - 5em);
  }
}
.genericFormSection .genericForm {
  position: relative;
  width: 100%;
  max-width: 73.75em;
  margin: 0 auto;
  border-radius: 2.125em;
  border: 1px solid #eff0f6;
  background: #fff;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
  padding: 5.8125em 12em;
}
@media (max-width: 991.98px) {
  .genericFormSection .genericForm {
    padding: 3em 5em;
  }
}
@media (max-width: 575.98px) {
  .genericFormSection .genericForm {
    padding: 2em;
  }
}
.genericFormSection .genericForm.fullColForm {
  padding: 5.8125em 3.75em;
}
@media (max-width: 991.98px) {
  .genericFormSection .genericForm.fullColForm {
    padding: 3em 5em;
  }
}
@media (max-width: 575.98px) {
  .genericFormSection .genericForm.fullColForm {
    padding: 2em;
  }
}
.genericFormSection .genericForm .authorRemove,
.genericFormSection .genericForm .remove {
  color: #c70606;
  display: flex;
}
@media (min-width: 768px) {
  .genericFormSection .genericForm .authorRemove,
  .genericFormSection .genericForm .remove {
    margin-top: 0.8em;
  }
}
.genericFormSection .bgElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.8125em;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .genericFormSection .bgElement {
    height: 20em;
  }
}
.genericFormSection .bgElement img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.genericFormSection .bgRightElement {
  position: absolute;
  top: 32.1875em;
  right: 4.58%;
  width: 20.875em;
  height: 22.3125em;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .genericFormSection .bgRightElement {
    display: none;
  }
}
.genericFormSection .bgRightElement img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.genericFormSection.shortColForm .genericForm {
  width: 100%;
  max-width: 41.375em;
  padding: 5.25em 7.5em;
}
@media (max-width: 991.98px) {
  .genericFormSection.shortColForm .genericForm {
    padding: 3em 5em;
  }
}
@media (max-width: 575.98px) {
  .genericFormSection.shortColForm .genericForm {
    padding: 2em;
  }
}
.genericFormSection.shortColForm .bgRightElement {
  right: 11.71%;
}
.genericFormSection.longColForm .genericForm {
  width: 100%;
  max-width: 91.875em;
  padding: 5.25em 7.5em;
}
@media (max-width: 991.98px) {
  .genericFormSection.longColForm .genericForm {
    padding: 3em 5em;
  }
}
@media (max-width: 575.98px) {
  .genericFormSection.longColForm .genericForm {
    padding: 2em;
  }
}
.genericFormSection.longColForm .bgRightElement {
  right: 11.71%;
}
.genericFormWrapper {
  width: 100%;
  position: relative;
  padding: 10.625em 0 3.375em 0;
}
@media (max-width: 575.98px) {
  .genericFormWrapper {
    padding: 8.625em 0 3.375em 0;
  }
}
.formGroup {
  position: relative;
  margin-top: 5.125em;
}
@media (max-width: 991.98px) {
  .formGroup {
    margin-top: 3em;
  }
}
.date-container,
.input-container,
.select-container {
  margin-bottom: 1.875em;
}
.date-container,
.select-container {
  position: relative;
}
.date-container select,
.select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.date-container::after,
.select-container::after {
  content: "";
  position: absolute;
  top: 2em;
  right: 0.875em;
  width: 0.875em;
  height: 0.5625em;
  background: url(../svg/dropdown-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-25%);
}
@media (max-width: 575.98px) {
  .date-container::after,
  .select-container::after {
    top: 1.5em;
  }
}
.input,
.iti {
  width: 100%;
  border-radius: 0.9375em;
  border: 1px solid rgba(85, 85, 85, 0.5);
  padding: 0.7em 0.7em;
  color: #555;
  font-family: inherit;
  font-size: 1.25em;
}
@media (max-width: 1199.98px) {
  .input,
  .iti {
    font-size: 1em;
  }
}
.input[disabled],
.input[readonly] {
  background-color: #d9d9d9 !important;
  pointer-events: none;
}
.checkboxWrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.checkboxWrapper label:not(.error) {
  position: relative;
  cursor: pointer;
  font-size: 1.25em;
  color: #555;
}
@media (max-width: 1199.98px) {
  .checkboxWrapper label:not(.error) {
    font-size: 1em;
  }
}
.checkboxWrapper label:not(.error)::before {
  content: "";
  border: 1px solid rgba(85, 85, 85, 0.5);
  border-radius: 0.25em;
  padding: 0.5em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.625em;
}
.checkboxWrapper input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}
.checkboxWrapper input:checked ~ label:not(.error)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.35em;
  transform: translateY(-50%);
  width: 0.25em;
  height: 0.5em;
  border: solid #00aaa3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.checkboxWrapper input[type="checkbox"][readonly] + label {
  pointer-events: none;
}
.checkboxWrapper input[type="checkbox"][readonly] + label::before {
  background-color: #d9d9d9;
}
.inputFileWrapper {
  position: relative;
}
.inputFileWrapper label:not(.error) {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  width: 100%;
  height: 3.2em;
  border-radius: 0.9375em;
  border: 1px solid rgba(85, 85, 85, 0.5);
  padding: 0.7em 0.7em;
  font-family: inherit;
  font-size: 1.25em;
  color: #555;
}
@media (max-width: 1199.98px) {
  .inputFileWrapper label:not(.error) {
    font-size: 1em;
  }
}
.inputFileWrapper label:not(.error) .labelBtn {
  position: absolute;
  right: 0.375em;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  height: calc(100% - 0.75em);
  padding: 0 1.25em;
  border-radius: 0.625em;
  background: #00aaa3;
  color: #fff;
  display: flex;
  align-items: center;
}
.inputFileWrapper label:not(.error) .placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.inputFileWrapper input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
  height: 0;
  width: 0;
  pointer-events: none;
}
.input-container .previewImg {
  width: 100%;
  height: 12.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-container .previewImg img {
  width: 100%;
}
.input-container #countryCode {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}
@media (min-width: 768px) {
  .editBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.publishedImg {
  width: 100%;
  padding-top: 100%;
  border-radius: 0.75em;
  border: 1px dashed rgba(85, 85, 85, 0.5);
  background: #f9f7f7;
  overflow: hidden;
  margin-bottom: 2em;
}
.publishedImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iti {
  padding: 0;
}
.iti .iti__flag-container {
  position: relative;
  padding: 0.7em 0.7em;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
.search-input-container {
  position: relative;
}
.search-input-container .searchInput {
  padding-left: 3em;
  padding-right: 7.5em;
}
.search-input-container .icon {
  position: absolute;
  top: 50%;
  left: 1.25em;
  transform: translateY(-50%);
  width: 1.125em;
  pointer-events: none;
}
.search-input-container .icon img {
  width: 100%;
}
.search-input-container .searchSubmit {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: max-content;
  height: calc(100% - 1em);
  padding: 0 1.375em;
  border-radius: 0.625em;
  background: #00aaa3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.25s ease;
}
.search-input-container .searchSubmit:hover {
  background: #efae00;
  transition: all 0.25s ease;
}
.select-container__wrapper {
  margin-bottom: 1.875em;
}
.select-container__wrapper .select-container {
  margin-bottom: 0;
}
#registrationForm #addMultiple,
#registrationForm #addMultipleAuthor {
  padding: 0 0.9375em 1em;
}
.ui-datepicker {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(85, 85, 85, 0.5);
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #00aaa3;
  margin-bottom: 10px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0 0 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0 0 6px;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ui-datepicker-next:hover,
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:after {
  border-color: #333;
}
.ui-datepicker-title {
  text-align: center;
  font-size: 25px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #00aaa3;
  margin-bottom: 5px;
  font-size: 18px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
  color: #fff;
  background: #00aaa3;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #fff;
  background-color: #00aaa3;
  border-radius: 50px;
}
.ui-state-active {
  color: #fff;
  background-color: #00aaa3;
  border-radius: 50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.tabHidden {
  display: none;
}
.awardTabs .genericTabsUp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.awardTabs .genericTabsUp li {
  width: calc(50% - 0.65em);
  border-radius: 0.9375em;
  border: 1px solid #ececec;
  background: #ececec;
  padding: 0.85em 0;
  color: #555;
  text-align: center;
  font-size: 1.6875em;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .awardTabs .genericTabsUp li {
    font-size: 1.125em;
  }
}
@media (max-width: 575.98px) {
  .awardTabs .genericTabsUp li {
    font-size: 1em;
    width: 100%;
    margin-bottom: 1em;
  }
}
.awardTabs .genericTabsUp li.tabActive {
  color: #fff;
  background: #00aaa3;
  border-color: #00aaa3;
  transition: all 0.25s ease;
}
.booktabsSec .genericTabsUp {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  list-style-type: none;
}
@media (max-width: 575.98px) {
  .booktabsSec .genericTabsUp {
    align-items: center;
  }
}
.booktabsSec .genericTabsUp li {
  position: relative;
  width: calc(50% - 0.65em);
  color: #000;
  text-align: center;
  font-size: 1.6875em;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .booktabsSec .genericTabsUp li {
    font-size: 1.125em;
  }
}
@media (max-width: 575.98px) {
  .booktabsSec .genericTabsUp li {
    font-size: 1em;
  }
}
.booktabsSec .genericTabsUp li::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 2px;
  background: #00aaa3;
  bottom: -0.59em;
  left: 50%;
  transform: translate(-50%, 0) scale(0);
  transition: all 0.25s ease;
}
.booktabsSec .genericTabsUp li.tabActive {
  color: #00aaa3;
  transition: all 0.25s ease;
}
.booktabsSec .genericTabsUp li.tabActive::before {
  transform: translate(-50%, 0) scale(1);
  transition: all 0.25s ease;
}
.booktabsSec .genericTabsContentWrapper {
  margin-top: 3.75em;
}
.genericCardsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6.8125em;
  padding-top: 4.375em;
}
.genericCardsWrapper > [class*="col_"] {
  padding: 0 6.8125em;
}
@media (max-width: 1199.98px) {
  .genericCardsWrapper {
    margin: 0 -1.5em;
  }
  .genericCardsWrapper > [class*="col_"] {
    padding: 0 1.5em;
  }
}
@media (max-width: 991.98px) {
  .genericCardsWrapper {
    padding-top: 3em;
    margin: 0 -1em;
  }
  .genericCardsWrapper > [class*="col_"] {
    padding: 0 1em;
  }
}
@media (max-width: 575.98px) {
  .genericCardsWrapper {
    padding-top: 2em;
  }
}
.genericCardsWrapper .genericCard .title {
  margin-bottom: 0.25em;
}
.genericCardsWrapper .articleCard {
  margin-bottom: 5em;
}
.publicationsCardsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.8125em;
  padding-top: 2.5em;
}
.publicationsCardsWrapper > [class*="col_"] {
  padding: 0 2.8125em;
}
@media (max-width: 1199.98px) {
  .publicationsCardsWrapper {
    padding-top: 2em;
    margin: 0 -1em;
  }
  .publicationsCardsWrapper > [class*="col_"] {
    padding: 0 1em;
  }
}
.publicationsCardsWrapper .no-such-found {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 3em;
}
.bookCard {
  width: 100%;
}
.bookCard .cardImg {
  position: relative;
  width: 100%;
  height: 27.5em;
  margin-bottom: 2.6875em;
  border-radius: 0.625em;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .bookCard .cardImg {
    height: 20em;
  }
}
.bookCard .cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bookCard .cardImg .cardDescrip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.5em;
}
.bookCard .cardImg .cardDescrip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 170, 163, 0) 56.49%,
    #015955 100%
  );
  opacity: 0;
  transition: all 0.25s ease;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .bookCard .cardImg .cardDescrip::before {
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  .bookCard .cardImg .cardDescrip::before {
    opacity: 1;
  }
}
.bookCard .cardImg .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625em;
  z-index: 1;
  transform: translateY(200%);
  transition: all 0.25s ease;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .bookCard .cardImg .btnWrapper {
    transform: translateY(0);
  }
}
@media (max-width: 1199.98px) {
  .bookCard .cardImg .btnWrapper {
    transform: translateY(0);
  }
}
.bookCard .cardTitle {
  padding: 0 1em;
  text-align: center;
}
.bookCard:hover .cardImg .cardDescrip::before {
  opacity: 1;
  transition: all 0.25s ease;
}
.bookCard:hover .cardImg .btnWrapper {
  transform: translateY(0);
  transition: all 0.25s ease;
}
.genericCard {
  position: relative;
  width: 100%;
  margin-bottom: 5em;
}
.genericCard .cardAnchor {
  font-size: 1.25em;
}
@media (max-width: 1199.98px) {
  .genericCard .cardAnchor {
    font-size: 1em;
  }
}
.genericCard .date {
  margin-top: 1em;
  text-align: right;
}
@media (min-width: 992px) {
  .genericCard .date {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    margin-right: 0;
  }
}
.genericCard .listWrapper {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1em;
}
.genericCard .listWrapper .listItem {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .genericCard .listWrapper .listItem {
    gap: 0.5em;
  }
}
.genericCard .listWrapper .title {
  color: #000;
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .genericCard .listWrapper .title {
    width: max-content;
  }
}
.genericCard .listWrapper .descrip {
  color: #555;
}
.genericImg {
  padding-top: 51%;
}
.magazineCard {
  width: 100%;
  margin-bottom: 3em;
}
.magazineCard .cardImage {
  position: relative;
  width: 100%;
  height: 31.0625em;
  margin-bottom: 2.9375em;
}
@media (max-width: 1199.98px) {
  .magazineCard .cardImage {
    height: 25em;
  }
}
@media (max-width: 991.98px) {
  .magazineCard .cardImage {
    height: 20em;
  }
}
@media (max-width: 575.98px) {
  .magazineCard .cardImage {
    height: 25em;
  }
}
.magazineCard .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}
.magazineCard .date {
  position: absolute;
  bottom: -1.46875em;
  left: 50%;
  transform: translate(-50%, 75%);
  line-height: 1;
  color: #555;
  font-size: 1em;
}
.magazineCard .title {
  padding: 0 1.14em;
  text-align: center;
  color: #000;
  transition: 0.25s;
}
.magazineCard .linkWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.magazineCard .linkWrapper .linkItem {
  font-size: 1em;
  padding: 0 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #00aaa3;
  transition: 0.25s;
}
.magazineCard .linkWrapper .linkItem:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.magazineCard .linkWrapper .linkItem .icon {
  width: 0.8125em;
}
.magazineCard .linkWrapper .linkItem .icon img {
  width: 100%;
}
.magazineCard .cardDescrip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.5em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.magazineCard .cardDescrip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 170, 163, 0) 56.49%,
    #015955 100%
  );
  opacity: 0;
  transition: all 0.25s ease;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .magazineCard .cardDescrip::before {
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  .magazineCard .cardDescrip::before {
    opacity: 1;
  }
}
.magazineCard .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625em;
  z-index: 1;
  transform: translateY(200%);
  transition: all 0.25s ease;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .magazineCard .btnWrapper {
    transform: translateY(0);
  }
}
@media (max-width: 1199.98px) {
  .magazineCard .btnWrapper {
    transform: translateY(0);
  }
}
.magazineCard .btnWrapper .icon img {
  object-fit: contain;
  border-radius: 0 !important;
}
.magazineCard:hover .cardImage .cardDescrip {
  pointer-events: all;
  opacity: 1;
  transition: all 0.25s ease;
}
.magazineCard:hover .cardImage .cardDescrip::before {
  opacity: 1;
  transition: all 0.25s ease;
}
.magazineCard:hover .cardImage .btnWrapper {
  transform: translateY(0);
  transition: all 0.25s ease;
}
.articleCard {
  position: relative;
  width: 100%;
}
.articleCard .genericImg {
  padding-top: 51%;
  margin-bottom: 2.5em;
}
.articleCard .descripWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.articleCard .descripWrapper .cardAnchor {
  font-size: 1.25em;
}
@media (max-width: 1199.98px) {
  .articleCard .descripWrapper .cardAnchor {
    font-size: 1em;
  }
}
.articleCard .author {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.articleCard .author .img {
  width: 3.4375em;
  height: 3.4375em;
  border-radius: 50%;
  overflow: hidden;
}
.articleCard .author .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .articleCard .author .name {
    font-size: 0.95em;
  }
}
.loadMore {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75em;
}
.loadMore .spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadMore .spinner::after,
.loadMore .spinner::before {
  border: 0.125em solid #00aaa3;
  border-radius: 50%;
  position: absolute;
  content: "";
  display: block;
}
.loadMore .spinner::before {
  width: 1.25em;
  height: 1.25em;
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: spinner-1o3y8q 0.75s infinite linear reverse;
}
.loadMore .spinner::after {
  animation: spinner-1o3y8q 0.5s infinite linear;
  height: 2em;
  width: 2em;
  border-right-color: transparent;
  border-top-color: transparent;
}
@keyframes spinner-1o3y8q {
  to {
    transform: rotate(360deg);
  }
}
.loadMore.primary-anchor {
  cursor: pointer;
}
.loadMore.primary-anchor .p {
  pointer-events: none;
  font-size: 1.25em;
  margin: 0;
}
.newsCardsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5em;
  padding-top: 2.5em;
}
.newsCardsWrapper > [class*="col_"] {
  padding: 3.5em 2.5em;
}
@media (min-width: 992px) {
  .newsCardsWrapper > [class*="col_"]:nth-child(3n + 1),
  .newsCardsWrapper > [class*="col_"]:nth-child(3n + 2) {
    border-right: 1px solid rgba(85, 85, 85, 0.2);
  }
  .newsCardsWrapper > [class*="col_"]:not(:nth-child(n + 4)) {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .newsCardsWrapper > [class*="col_"]:nth-child(odd) {
    border-right: 1px solid rgba(85, 85, 85, 0.2);
  }
  .newsCardsWrapper > [class*="col_"]:not(:last-child, :nth-last-child(2)) {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  }
}
@media (max-width: 575.98px) {
  .newsCardsWrapper > [class*="col_"]:not(:last-child) {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  }
}
@media (max-width: 1199.98px) {
  .newsCardsWrapper {
    padding-top: 2em;
    margin: 0 -1em;
  }
  .newsCardsWrapper > [class*="col_"] {
    padding: 2em 1em;
  }
}
.newsCardsWrapper .genericCard {
  margin-bottom: 0;
  padding-right: 5em;
}
@media (max-width: 1199.98px) {
  .newsCardsWrapper .genericCard {
    padding-right: 2em;
  }
}
@media (max-width: 575.98px) {
  .newsCardsWrapper .genericCard {
    padding-right: 0;
  }
}
.genericCard .bodPopupBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.notFound {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.notFound h1 {
  font-size: 2em;
  text-align: center;
}
@media (max-width: 1199px) {
  .notFound h1 {
    font-size: 1.75em;
  }
}
@media (max-width: 991px) {
  .notFound h1 {
    font-size: 1.5em;
  }
}
.notFound h1 span {
  display: block;
  font-size: 5em;
}
.accordianContent {
  display: none;
}
.magazinePopupBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.magazinePopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5em;
  height: auto;
  min-height: 50vh;
  background: #fff;
  border-radius: 5em;
  padding: 2.5em;
  z-index: 99999;
}
@media (max-width: 1199.98px) {
  .magazinePopup {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .magazinePopup {
    border-radius: 1.25em;
    padding: 3.25em 1.25em 1.25em 1.25em;
  }
}
.magazinePopup .closeBtn {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  background: #00aaa3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
}
@media (max-width: 575.98px) {
  .magazinePopup .closeBtn {
    top: 1.25em;
    right: 1.25em;
  }
}
.magazinePopup .closeBtn img {
  width: 35%;
}
.magazinePopup .closeBtn:hover {
  background: #efae00;
  transition: 0.25s;
}
.magazinePopup .popupTitle {
  font-size: 2.5em;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .magazinePopup .popupTitle {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .magazinePopup .popupTitle {
    font-size: 1.75em;
  }
}
.magazinePopup .popupWrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.125em;
  margin-top: 3.125em;
}
@media (max-width: 991.98px) {
  .magazinePopup .popupWrapper {
    flex-direction: column;
    margin-top: 2em;
  }
}
@media (max-width: 575.98px) {
  .magazinePopup .popupWrapper {
    margin-top: 4em;
  }
}
.magazinePopup .popupImg {
  width: 18.75em;
  height: 25em;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .magazinePopup .popupImg {
    height: 20em;
  }
}
@media (max-width: 575.98px) {
  .magazinePopup .popupImg {
    display: none;
  }
}
.magazinePopup .popupImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}
.magazinePopup .descripWrapper {
  padding-right: 2em;
  margin-bottom: 2em;
}
@media (max-width: 1199.98px) {
  .magazinePopup .descripWrapper {
    max-height: 17.5em;
    overflow-y: scroll;
  }
}
.magazinePopup .descripWrapper .descripItem {
  width: 100%;
  display: flex;
  gap: 1.25em;
  margin-bottom: 1.25em;
}
.magazinePopup .descripWrapper .descripItem .title {
  width: 25%;
  flex-shrink: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
@media (max-width: 1199.98px) {
  .magazinePopup .descripWrapper .descripItem .title {
    font-size: 1em;
  }
}
.magazinePopup .descripWrapper .descripItem .descrip {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 1199.98px) {
  .magazinePopup .descripWrapper .descripItem .descrip {
    font-size: 1em;
  }
}
.magazinePopup .price {
  position: absolute;
  top: 0;
  right: 0;
  color: #00aaa3;
}
@media (max-width: 575.98px) {
  .magazinePopup .price {
    top: -2em;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bodPopupBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.bodPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5em;
  height: auto;
  min-height: 50vh;
  background: #fff;
  border-radius: 5em;
  padding: 5em 2.5em 2.5em 2.5em;
  z-index: 99999;
}
@media (max-width: 1199.98px) {
  .bodPopup {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .bodPopup {
    border-radius: 1.25em;
    padding: 3.25em 1.25em 1.25em 1.25em;
  }
}
.bodPopup .closeBtn {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  background: #00aaa3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
}
@media (max-width: 575.98px) {
  .bodPopup .closeBtn {
    top: 1.25em;
    right: 1.25em;
  }
}
.bodPopup .closeBtn img {
  width: 35%;
}
.bodPopup .closeBtn:hover {
  background: #efae00;
  transition: 0.25s;
}
.bodPopup .popupTitle {
  font-size: 2.5em;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .bodPopup .popupTitle {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .bodPopup .popupTitle {
    font-size: 1.75em;
  }
}
.bodPopup .popupWrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.125em;
  margin-top: 3.125em;
}
@media (max-width: 991.98px) {
  .bodPopup .popupWrapper {
    flex-direction: column;
    margin-top: 2em;
  }
}
@media (max-width: 575.98px) {
  .bodPopup .popupWrapper {
    margin-top: 4em;
  }
}
.bodPopup .popupImg {
  width: 18.75em;
  height: 25em;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .bodPopup .popupImg {
    height: 20em;
  }
}
@media (max-width: 575.98px) {
  .bodPopup .popupImg {
    display: none;
  }
}
.bodPopup .popupImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}
.bodPopup .descripWrapper {
  padding-right: 2em;
  margin-bottom: 2em;
}
@media (max-width: 1199.98px) {
  .bodPopup .descripWrapper {
    max-height: 17.5em;
    overflow-y: scroll;
  }
}
.bodPopup .descripWrapper .title {
  font-size: 2.5em;
}
@media (max-width: 1199.98px) {
  .bodPopup .descripWrapper .title {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .bodPopup .descripWrapper .title {
    font-size: 1.75em;
  }
}
.formPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50.875em;
  height: auto;
  min-height: 50vh;
  background: #fff;
  border-radius: 1.875em;
  padding: 2.5em;
  z-index: 99999;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.1);
}
@media (max-width: 1199.98px) {
  .formPopup {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .formPopup {
    border-radius: 1.25em;
    padding: 3.25em 1.25em 1.25em 1.25em;
  }
}
.formPopup .closeBtn {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  background: #00aaa3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .formPopup .closeBtn {
    top: 1.25em;
    right: 1.25em;
  }
}
.formPopup .closeBtn img {
  width: 35%;
}
.formPopup .closeBtn:hover {
  background: #efae00;
  transition: 0.25s;
}
.formPopup .formPopupWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media (max-width: 575.98px) {
  .formPopup .formPopupWrapper {
    padding: 3.25em 1.25em 1.25em 1.25em;
    gap: 1em;
  }
}
.formPopup .icon {
  width: 3.75em;
  height: 3.75em;
}
.formPopup .icon img {
  width: 100%;
}
.formPopup .popupTitle {
  font-size: 1.75em;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .formPopup .popupTitle {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .formPopup .popupTitle {
    font-size: 1.75em;
  }
}
.formPopup .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.signoutPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50.875em;
  height: auto;
  min-height: 50vh;
  background: #fff;
  border-radius: 1.875em;
  padding: 2.5em;
  z-index: 99999;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.1);
}
@media (max-width: 1199.98px) {
  .signoutPopup {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .signoutPopup {
    border-radius: 1.25em;
    padding: 3.25em 1.25em 1.25em 1.25em;
  }
}
.signoutPopup .closeBtn {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  background: #00aaa3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .signoutPopup .closeBtn {
    top: 1.25em;
    right: 1.25em;
  }
}
.signoutPopup .closeBtn img {
  width: 35%;
}
.signoutPopup .closeBtn:hover {
  background: #efae00;
  transition: 0.25s;
}
.signoutPopup .formPopupWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media (max-width: 575.98px) {
  .signoutPopup .formPopupWrapper {
    padding: 3.25em 1.25em 1.25em 1.25em;
    gap: 1em;
  }
}
.signoutPopup .icon {
  width: 3.75em;
  height: 3.75em;
}
.signoutPopup .icon img {
  width: 100%;
}
.signoutPopup .popupTitle {
  font-size: 1.75em;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .signoutPopup .popupTitle {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .signoutPopup .popupTitle {
    font-size: 1.75em;
  }
}
.signoutPopup .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.signoutPopupBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.deletePopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50.875em;
  height: auto;
  min-height: 50vh;
  background: #fff;
  border-radius: 1.875em;
  padding: 2.5em;
  z-index: 99999;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.1);
}
@media (max-width: 1199.98px) {
  .deletePopup {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .deletePopup {
    border-radius: 1.25em;
    padding: 3.25em 1.25em 1.25em 1.25em;
  }
}
.deletePopup .closeBtn {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  background: #00aaa3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .deletePopup .closeBtn {
    top: 1.25em;
    right: 1.25em;
  }
}
.deletePopup .closeBtn img {
  width: 35%;
}
.deletePopup .closeBtn:hover {
  background: #efae00;
  transition: 0.25s;
}
.deletePopup .formPopupWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media (max-width: 575.98px) {
  .deletePopup .formPopupWrapper {
    padding: 3.25em 1.25em 1.25em 1.25em;
    gap: 1em;
  }
}
.deletePopup .icon {
  width: 3.75em;
  height: 3.75em;
}
.deletePopup .icon img {
  width: 100%;
}
.deletePopup .popupTitle {
  font-size: 1.75em;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .deletePopup .popupTitle {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .deletePopup .popupTitle {
    font-size: 1.75em;
  }
}
.deletePopup .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.deletePopupBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.loginHeader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.loginHeader__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2.3125em 0;
}
.loginHeader .brandLogo {
  width: 18.75em;
}
@media (max-width: 575.98px) {
  .loginHeader .brandLogo {
    width: 13.5em;
  }
}
.loginHeader .brandLogo img {
  width: 100%;
}
.userHeader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.userHeader__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
}
.userHeader .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.375em;
  list-style: none;
}
@media (max-width: 991.98px) {
  .userHeader .menu {
    display: none;
  }
}
.userHeader .menu .menuLink {
  color: #fff;
  font-size: 1.125em;
}
.userHeader .brandLogo {
  width: 18.75em;
}
@media (max-width: 1199.98px) {
  .userHeader .brandLogo {
    width: 13.5em;
  }
}
@media (max-width: 575.98px) {
  .userHeader .brandLogo {
    width: 9.5em;
  }
}
.userHeader .brandLogo a {
  font-size: 1em;
}
.userHeader .brandLogo img {
  width: 100%;
}
.userHeader .btnWrapper {
  display: flex;
  align-items: center;
  gap: 0.6875em;
}
@media (max-width: 575.98px) {
  .userHeader .btnWrapper .secondary-anchor {
    padding: 0.5em;
  }
}
@media (max-width: 1199.98px) {
  .userHeader .btnWrapper .secondary-anchor span {
    display: none;
  }
}
.userHeader .notification {
  position: relative;
  width: 1.5em;
}
.userHeader .notification span {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
  font-size: 0.75em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #efae00;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.25s ease;
}
.header .headerWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
  transition: all 0.25s ease;
}
.header .brandLogo {
  width: 18.75em;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .header .brandLogo {
    width: 14em;
  }
}
@media (max-width: 575.98px) {
  .header .brandLogo {
    width: 9em;
  }
}
.header .brandLogo a {
  position: relative;
  font-size: 1em;
  display: block;
  width: 100%;
}
.header .brandLogo img {
  width: 100%;
}
.header .brandLogo .white-logo {
  transition: 125ms;
}
.header .brandLogo .black-logo {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 125ms;
}
.header .navWrapper {
  display: flex;
  align-items: center;
  gap: 3.375em;
}
.header .navWrapper .nav-btn {
  height: 2.5em;
  width: 2.5em;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease;
  cursor: pointer;
}
.header .navWrapper .nav-btn > div {
  position: relative;
  top: 0;
  left: 0;
  background: #000;
  height: 2px;
  width: 55%;
  transition: all 0.4s ease;
  pointer-events: none;
}
.header .navWrapper .nav-btn > div::after,
.header .navWrapper .nav-btn > div::before {
  content: "";
  position: absolute;
  top: -0.3125em;
  background: #000;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
.header .navWrapper .nav-btn > div::after {
  top: 0.3125em;
}
.header .navWrapper .nav-btn.active {
  background: #00aaa3;
}
.header .navWrapper .nav-btn.active > div {
  background: 0 0;
}
.header .navWrapper .nav-btn.active > div::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.header .navWrapper .nav-btn.active > div::after {
  top: 0;
  transform: rotate(135deg);
  background: #fff;
}
.header .navWrapper .outerMenu {
  display: flex;
  align-items: center;
  gap: 1.875em;
  list-style: none;
}
@media (max-width: 991.98px) {
  .header .navWrapper .outerMenu {
    display: none;
  }
}
.header .navWrapper .outerMenu .menuLink {
  position: relative;
  color: #fff;
}
.header .navWrapper .outerMenu .menuLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: all 0.25s ease;
}
.header .navWrapper .outerMenu .menuLink:hover {
  color: #fff;
}
.header .navWrapper .outerMenu .menuLink:hover::after {
  transition: all 0.25s ease;
  transform: scaleX(1);
}
.header .mainNavWrapper {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: 1s all ease;
}
.header .mainNavWrapper.opened {
  transform: translateX(0);
  transition: 1s all ease;
}
.header .mainNavWrapper .navigation {
  width: 100%;
  padding-top: 12.8125em;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}
.header .mainNavWrapper .navigation .navLink {
  font-size: 3.75em;
  line-height: 1.125;
  letter-spacing: -2px;
}
@media (max-width: 1199.98px) {
  .header .mainNavWrapper .navigation .navLink {
    font-size: 2.5em;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media (max-width: 575.98px) {
  .header .mainNavWrapper .navigation .navLink {
    font-size: 2.25em;
  }
}
.header .mainNavWrapper .mobContactLinks {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  gap: 1.25em;
}
@media (max-width: 991.98px) {
  .header .mainNavWrapper .mobContactLinks {
    display: flex;
    margin: 0;
  }
}
.header .mainNavWrapper .mobContactLinks a {
  font-size: 2.25em;
  line-height: 1;
}
.header .mainNavWrapper .bgElementRight {
  position: absolute;
  width: 14.25em;
  right: 0;
  bottom: 7.5em;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .header .mainNavWrapper .bgElementRight {
    width: 7em;
    bottom: 10em;
  }
}
.header .mainNavWrapper .bgElementRight img {
  width: 100%;
}
.header .mainNavWrapper .bgElementleft {
  position: absolute;
  width: 7.8125em;
  left: 0;
  bottom: 15.625em;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .header .mainNavWrapper .bgElementleft {
    width: 4.75em;
    bottom: 20em;
  }
}
.header .mainNavWrapper .bgElementleft img {
  width: 100%;
}
.header .searchWrapper {
  width: 1em;
}
.header .searchWrapper a {
  width: 100%;
  display: block;
  font-size: 1em;
}
.header .searchWrapper img {
  width: 100%;
}
.langWrapper {
  position: relative;
}
.langWrapper .selectedItem {
  display: flex;
  cursor: pointer;
  gap: 0.375em;
}
@media (max-width: 991.98px) {
  .langWrapper .selectedItem {
    align-items: center;
  }
}
.langWrapper .selectedItem .title {
  font-size: 1.125em;
  color: #fff;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .langWrapper .selectedItem .title {
    font-size: 1em;
  }
}
.langWrapper .selectedItem .dropdown-arrow {
  display: flex;
  align-items: center;
  width: 0.75em;
}
.langWrapper .selectedItem .dropdown-arrow img {
  width: 100%;
  transition: 0.25s;
}
.langWrapper .listingItems {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
  z-index: 7;
}
.langWrapper .listingItem {
  margin: 0;
}
.langWrapper .listingItem .itemLink {
  display: block;
  color: #fff;
  padding: 0.25em 0.75em;
  background: #00aaa3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
}
.langWrapper .listingItem .itemLink:hover {
  color: #00aaa3;
  background: #fff;
  transition: all 0.25s ease;
}
.langWrapper .listingItem:last-child .itemLink {
  border-bottom: none;
}
.langWrapper.open .listingItems {
  height: auto;
  max-height: 999px;
  transition: all 0.4s cubic-bezier(1, 0, 1, 0);
}
.langWrapper.open .dropdown-arrow svg {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.25s;
}
.header .contactWrapper {
  display: flex;
  align-items: center;
  gap: 1.875em;
}
@media (max-width: 575.98px) {
  .header .contactWrapper {
    gap: 0.75em;
  }
}
.header .contactWrapper .contactLinks {
  display: flex;
  align-items: center;
  gap: 1.25em;
}
@media (max-width: 991.98px) {
  .header .contactWrapper .contactLinks {
    display: none;
  }
}
.header.mainNavOpen .black-logo {
  opacity: 1;
  transition: 125ms;
}
.header.mainNavOpen .white-logo {
  opacity: 0;
  transition: 125ms;
}
.header.mainNavOpen .contactLinks .primary-anchor {
  background: #00aaa3;
  transition: 0.25s;
}
.header.mainNavOpen .contactLinks .primary-anchor span {
  color: #fff;
}
.header.mainNavOpen .contactLinks .primary-anchor:hover {
  background: #efae00;
  transition: 0.25s;
}
.footerCopyRight {
  position: relative;
  padding: 1.625em 0;
}
.footer {
  position: relative;
  background: #00aaa3;
  padding: 4.0625em 0 3.125em 0;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 2em 0;
  }
}
@media (max-width: 767.98px) {
  .footer .footerWrapper {
    flex-direction: column-reverse;
  }
}
.footer .leftCol {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footerMenu {
  padding-bottom: 2em;
  list-style: none;
}
.footer .footerMenu .menuLink {
  font-size: 1.25em;
  color: #fff;
}
@media (max-width: 991.98px) {
  .footer .footerMenu .menuLink {
    font-size: 1em;
  }
}
.footer .socialLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875em;
  list-style: none;
  margin-bottom: 3em;
}
.footer .socialLinks .link {
  display: block;
  width: 2.1875em;
  height: 2.1875em;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .socialLinks .link img {
  width: auto;
  height: 40%;
}
.footer .rightColWrapper {
  width: 100%;
  padding-left: 4.125em;
}
@media (max-width: 991.98px) {
  .footer .rightColWrapper {
    padding-left: 1.25em;
  }
}
@media (max-width: 767.98px) {
  .footer .rightColWrapper {
    padding-left: 0;
  }
}
.footer .rightCol {
  width: 100%;
  padding-left: 4.125em;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .footer .rightCol {
    padding-left: 1.25em;
  }
}
@media (max-width: 767.98px) {
  .footer .rightCol {
    padding-left: 0;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
.footer .footerLogo {
  display: block;
  width: 100%;
  padding-bottom: 1.8125em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 4.375em;
}
@media (max-width: 767.98px) {
  .footer .footerLogo {
    padding-top: 1em;
    margin-bottom: 2em;
  }
}
.footer .footerLogo img {
  width: 100%;
}
.footer .fLinksWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.375em 1em;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .footer .fLinksWrapper {
    grid-template-columns: 1fr;
    gap: 2em 0;
  }
}
@media (max-width: 767.98px) {
  .footer .fLinksWrapper {
    grid-template-columns: 1fr;
  }
}
.footer .fLinksWrapper .fLinkItem .fLinkTitle {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer .fLinksWrapper .fLinkItem .fLinkTitle {
    color: #efae00;
  }
}
.footer .fLinksWrapper .fLinkItem .fLinkDescrip {
  font-size: 1.25em;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .footer .fLinksWrapper .fLinkItem .fLinkDescrip {
    font-size: 1em;
  }
}
.footer .fLinksWrapper .fLinkItem .fLinkDescrip a {
  color: #fff;
  font-size: 1em;
}
.footer .fLinksWrapper .fLinkItem:last-child .fLinkDescrip > div:last-of-type {
  line-height: 1;
}
.footer .fLinksWrapper .fLinkItem:nth-child(2) .fLinkDescrip {
  line-height: 1;
  margin-top: 0.5em;
}
@media (max-width: 767.98px) {
  .footer .copy {
    text-align: center;
  }
}
.footer .bgElementRight {
  position: absolute;
  width: 13.25em;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .footer .bgElementRight {
    width: 8em;
  }
}
@media (max-width: 991.98px) {
  .footer .bgElementRight {
    display: none;
  }
}
.footer .bgElementRight img {
  width: 100%;
}
.footer .bgElementleft {
  position: absolute;
  width: 9.625em;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .footer .bgElementleft {
    width: 5em;
  }
}
@media (max-width: 991.98px) {
  .footer .bgElementleft {
    display: none;
  }
}
.footer .bgElementleft img {
  width: 100%;
}
.innerBanner {
  position: relative;
}
.innerBanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../svg/innerHeaderArc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  bottom: -2em;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0) rotateY(0);
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .innerBanner::after {
    display: none;
  }
}
.innerBanner__figure {
  position: relative;
  width: 100%;
  height: 47.5em;
  clip-path: ellipse(75% 100% at 50% 0);
}
@media (max-width: 1199.98px) {
  .innerBanner__figure {
    height: 35em;
  }
}
@media (max-width: 1199.98px) {
  .innerBanner__figure {
    height: 30em;
  }
}
@media (max-width: 575.98px) {
  .innerBanner__figure {
    height: 55vh;
    clip-path: ellipse(100% 100% at 50% 0);
  }
}
.innerBanner__figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.innerBanner__descrip {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.homeAwards {
  position: relative;
}
.homeAwards .descripWrapper {
  display: flex;
  gap: 2.9375em;
  margin-bottom: 3.1875em;
}
@media (max-width: 575.98px) {
  .homeAwards .descripWrapper {
    flex-direction: column;
    gap: 1.5em;
  }
}
.homeAwards .bookImg {
  width: 11.5625em;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .homeAwards .bookImg {
    width: 8em;
  }
}
.homeAwards .bookImg img {
  width: 100%;
}
.homeAwards .genericImg {
  padding-top: 52%;
}
.homeAwards .element {
  width: 11em;
}
@media (max-width: 1199.98px) {
  .homeAwards .element {
    width: 8em;
  }
}
@media (max-width: 575.98px) {
  .homeAwards .element {
    display: none;
  }
}
.homeAwards .element img {
  width: 100%;
}
.awardsAccordian,
.faqAccordian {
  margin-top: 2.1875em;
}
.awardsAccordian .accordion,
.faqAccordian .accordion {
  list-style: none;
}
.awardsAccordian .accordion li,
.faqAccordian .accordion li {
  margin-bottom: 3.125em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
}
@media (max-width: 575.98px) {
  .awardsAccordian .accordion li,
  .faqAccordian .accordion li {
    margin-bottom: 1.5em;
  }
}
.awardsAccordian .accordion .accordianBtn,
.faqAccordian .accordion .accordianBtn {
  padding: 0.75em 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1em;
}
.awardsAccordian .accordion .accordianBtn .arrow,
.faqAccordian .accordion .accordianBtn .arrow {
  width: 1.875em;
  margin-right: 1.625em;
  transition: 0.35s;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .awardsAccordian .accordion .accordianBtn .arrow,
  .faqAccordian .accordion .accordianBtn .arrow {
    width: 1.25em;
  }
}
.awardsAccordian .accordion .accordianBtn .arrow img,
.faqAccordian .accordion .accordianBtn .arrow img {
  width: 100%;
}
.awardsAccordian .accordion .accordianBtn.show .arrow,
.faqAccordian .accordion .accordianBtn.show .arrow {
  transform: rotate(90deg);
  transition: 0.35s;
}
.awardsAccordian .accordion .accordianContent,
.faqAccordian .accordion .accordianContent {
  padding-left: 23%;
}
@media (max-width: 575.98px) {
  .awardsAccordian .accordion .accordianContent,
  .faqAccordian .accordion .accordianContent {
    padding-left: 0;
  }
}
.awardsAccordian .accordion .booksWrapper,
.faqAccordian .accordion .booksWrapper {
  display: flex;
  gap: 1.5625em;
  margin-bottom: 3.125em;
}
@media (max-width: 575.98px) {
  .awardsAccordian .accordion .booksWrapper,
  .faqAccordian .accordion .booksWrapper {
    gap: 0.5em;
  }
}
.awardsAccordian .accordion .booksWrapper .bookItem:nth-child(1),
.faqAccordian .accordion .booksWrapper .bookItem:nth-child(1) {
  padding-top: 0.75em;
}
.awardsAccordian .accordion .booksWrapper .bookItem:nth-child(2),
.faqAccordian .accordion .booksWrapper .bookItem:nth-child(2) {
  padding-top: 1.5em;
}
.awardsAccordian .accordion .booksWrapper .bookItem:nth-child(3),
.faqAccordian .accordion .booksWrapper .bookItem:nth-child(3) {
  padding-top: 2.625em;
}
.awardsAccordian .accordion .booksWrapper .bookItem:nth-child(4),
.faqAccordian .accordion .booksWrapper .bookItem:nth-child(4) {
  padding-top: 3.75em;
}
.awardsAccordian .accordion .descripWrapper,
.faqAccordian .accordion .descripWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .awardsAccordian .accordion .descripWrapper,
  .faqAccordian .accordion .descripWrapper {
    flex-direction: column;
  }
}
.awardsAccordian .accordion .descripWrapper p,
.faqAccordian .accordion .descripWrapper p {
  width: 50%;
}
@media (max-width: 575.98px) {
  .awardsAccordian .accordion .descripWrapper p,
  .faqAccordian .accordion .descripWrapper p {
    width: 100%;
  }
}
.awardsAccordian.listingPage .accordion .accordianContent,
.faqAccordian.listingPage .accordion .accordianContent {
  padding-left: 9%;
}
@media (max-width: 575.98px) {
  .awardsAccordian.listingPage .accordion .accordianContent,
  .faqAccordian.listingPage .accordion .accordianContent {
    padding-left: 0;
  }
}
.faqAccordian .accordianContent {
  padding-left: 0 !important;
}
.faqAccordian .accordianContent p {
  padding-top: 2em;
}
.homeNews {
  position: relative;
}
.homeNews__bg {
  position: absolute;
  width: 12.25em;
  top: 3.125em;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .homeNews__bg {
    display: none;
  }
}
.homeNews__bg img {
  width: 100%;
}
.homeNews__slider {
  margin-bottom: 3.75em;
}
@media (max-width: 575.98px) {
  .homeNews__slider {
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .homeNews .swiper-wrapper {
    margin: 0 -1px;
  }
}
@media (min-width: 576px) {
  .homeNews .swiper-wrapper .swiper-slide {
    padding: 3.125em 2.5em 2em 2.5em;
  }
}
@media (min-width: 576px) {
  .homeNews .swiper-wrapper .swiper-slide:not(:first-child) {
    border-left: 1px solid rgba(85, 85, 85, 0.2);
  }
}
@media (min-width: 992px) {
  .homeNews .genericCard {
    padding-right: 5em;
  }
}
@media (min-width: 576px) {
  .homeNews .genericCard .descripWrapper {
    min-height: 12.9375em;
  }
}
.homeNews .genericCard .descripWrapper .title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.homeNews .genericCard .descripWrapper .descrip {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
}
.homeMagazines {
  position: relative;
}
.homeMagazines__slider {
  margin-top: 4.8125em;
}
@media (max-width: 991.98px) {
  .homeMagazines__slider {
    margin-top: 2em;
  }
}
.homeMagazines__slider .swiper-slide .magazineCard {
  padding-top: 10em;
  transition: 0.8s;
}
.homeMagazines__slider .swiper-slide .title {
  color: #555;
}
.homeMagazines__slider .swiper-slide .cardImage {
  filter: grayscale(1);
  transition: 0.25s;
}
.homeMagazines__slider .swiper-slide .linkWrapper {
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.homeMagazines__slider .swiper-slide.swiper-slide-next .magazineCard,
.homeMagazines__slider .swiper-slide.swiper-slide-prev .magazineCard {
  padding-top: 5em;
  transition: 0.8s;
}
.homeMagazines__slider .swiper-slide.swiper-slide-active .magazineCard {
  padding-top: 0;
  transition: 0.8s;
}
.homeMagazines__slider .swiper-slide.swiper-slide-active .cardImage {
  filter: grayscale(0);
  transition: 0.25s;
}
.homeMagazines__slider .swiper-slide.swiper-slide-active .linkWrapper {
  opacity: 1;
  pointer-events: auto;
  transition: 0.25s;
}
.homeMagazines__slider .swiper-slide.swiper-slide-active .title {
  color: #000;
  transition: 0.25s;
}
.homeMagazines__bgRight {
  position: absolute;
  top: 5em;
  right: 0;
  width: 8.0625em;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .homeMagazines__bgRight {
    display: none;
  }
}
.homeMagazines__bgRight img {
  width: 100%;
}
.homeMagazines__bgLeft {
  position: absolute;
  top: 3em;
  left: 0;
  width: 11.0625em;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .homeMagazines__bgLeft {
    display: none;
  }
}
.homeMagazines__bgLeft img {
  width: 100%;
}
.homeArticles {
  position: relative;
}
@media (max-width: 1199.98px) {
  .homeArticles__slider {
    margin-top: 2em;
  }
}
.homeArticles .swiper-slide {
  width: 35.75em;
  padding: 0 1.5625em;
  height: auto;
}
@media (max-width: 575.98px) {
  .homeArticles .swiper-slide {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .homeArticles .swiper-slide:not(:last-child) {
    border-right: 1px solid rgba(85, 85, 85, 0.2);
  }
}
.socialMediaCards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75em;
}
@media (max-width: 1199.98px) {
  .socialMediaCards {
    margin-top: 2em;
  }
}
.socialMediaCards .cardItem {
  position: relative;
  width: 16.6666666667%;
  padding: 0 0.3125em;
}
@media (max-width: 1199.98px) {
  .socialMediaCards .cardItem {
    width: 33.3333333333%;
    margin-bottom: 0.625em;
  }
}
@media (max-width: 575.98px) {
  .socialMediaCards .cardItem {
    width: 50%;
    margin-bottom: 0.625em;
  }
}
.socialMediaCards .cardItem .cardImg {
  position: relative;
  padding-top: 100%;
  width: 100%;
  border-radius: 0.625em;
  overflow: hidden;
}
.socialMediaCards .cardItem .cardImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socialMediaCards .cardItem .icon {
  width: 1.25em;
  position: absolute;
  left: 1.25em;
  bottom: 0.9375em;
}
.socialMediaCards .cardItem .icon img {
  width: 100%;
}
.socialMediaCards .elfsight-app-8708bd07-3e37-4da1-97ea-6b03518769de > a {
  display: none !important;
}
.manageBookBanner {
  position: relative;
  width: 100%;
  height: 30.8125em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .manageBookBanner {
    height: 20em;
  }
}
.manageBookBanner .bannerTitle {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.manageBookBanner .bgElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.manageBookBanner .bgElement img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bookBtnsWrapper {
  width: 100%;
  border-bottom: 1px solid #ede7f6;
  padding-bottom: 1em;
}
@media (max-width: 1199.98px) {
  .bookBtnsWrapper {
    flex-direction: column-reverse;
    gap: 2em;
  }
}
@media (max-width: 575.98px) {
  .bookBtnsWrapper .sideBtnWrapper {
    justify-content: center;
  }
}
.bookBtnsWrapper .sideBtnWrapper a {
  font-size: 1em;
}
.bookBtnsWrapper .sideBtnWrapper a img {
  width: 1em;
}
.bookBtnsWrapper .genericTabsUp li {
  font-size: 1em;
}
.aboutusSec {
  position: relative;
}
.aboutusSec__bg {
  position: absolute;
  bottom: 7em;
  left: 0;
  width: 14.25em;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .aboutusSec__bg {
    display: none;
  }
}
.aboutusSec__bg img {
  width: 100%;
}
.missionVisionWrapper {
  padding-top: 3.75em;
}
.missionVisionWrapper .missionVision__item:not(:last-child) {
  margin-bottom: 7.3125em;
}
@media (max-width: 575.98px) {
  .missionVisionWrapper .missionVision__item:not(:last-child) {
    margin-bottom: 3em;
  }
}
.articleDetailSec {
  position: relative;
}
.articleDetailSec__bg {
  position: absolute;
  width: 16.125em;
  top: -5em;
  right: 3.1%;
  pointer-events: none;
}
.articleDetailSec__bg img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .articleDetailSec__bg {
    display: none;
  }
}
.articleDetailSec .author {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-bottom: 3.125em;
}
.articleDetailSec .author .img {
  width: 3.4375em;
  height: 3.4375em;
  border-radius: 50%;
  overflow: hidden;
}
.articleDetailSec .author .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articleDetailSec .articleDetailContent h3 {
  position: relative;
  padding-left: 0.2em;
  isolation: isolate;
}
.articleDetailSec .articleDetailContent h3::before {
  content: "";
  position: absolute;
  width: 1.83em;
  height: 0.916em;
  top: 0;
  left: 0;
  background: #efae00;
  clip-path: ellipse(50% 100% at 50% 0);
  transform: rotate(-90deg) translateY(-0.4416em);
  z-index: -1;
}
.newsDetailContent {
  position: relative;
}
.newsDetailContent .newsImg {
  padding-top: 5em;
  margin-bottom: 5em;
}
.newsDetailContent .date {
  margin-bottom: 2em;
}
.awardsListingSec {
  position: relative;
}
@media (min-width: 1200px) {
  .awardsListingSec {
    padding-top: 7.6875em;
  }
}
.awardsListingSec .rightCol {
  position: relative;
}
.awardsListingSec .descripWrapper {
  display: flex;
  gap: 2.9375em;
  margin-bottom: 3.1875em;
}
@media (max-width: 575.98px) {
  .awardsListingSec .descripWrapper {
    flex-direction: column;
    gap: 1.5em;
  }
}
.awardsListingSec .bookImg {
  width: 11.5625em;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .awardsListingSec .bookImg {
    width: 8em;
  }
}
.awardsListingSec .bookImg img {
  width: 100%;
}
.awardsListingSec .element {
  position: absolute;
  width: 10.9375em;
  top: 0;
  right: 0;
  transform: translateY(-115%);
}
@media (max-width: 1199.98px) {
  .awardsListingSec .element {
    display: none;
  }
}
.awardsListingSec .element img {
  width: 100%;
}
.awardsListingSec .genericImg {
  margin-bottom: 2.6875em;
}
@media (min-width: 1200px) {
  .awardsDetailSec {
    padding-top: 6.4375em;
  }
}
.awardsDetailSec__bg {
  position: absolute;
  width: 16.125em;
  top: 0;
  right: 0;
  pointer-events: none;
  transform: translateY(-45%);
}
.awardsDetailSec__bg img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .awardsDetailSec__bg {
    display: none;
  }
}
.awardsDetailSec .booksWrapper {
  position: relative;
}
@media (max-width: 1199.98px) {
  .awardsDetailSec .booksWrapper {
    width: 53%;
  }
}
@media (max-width: 991.98px) {
  .awardsDetailSec .booksWrapper {
    width: 73%;
  }
}
@media (max-width: 767.98px) {
  .awardsDetailSec .booksWrapper {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .awardsDetailSec .booksWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .awardsDetailSec .booksWrapper {
    padding: 14.0625em 0 0 4.375em;
  }
}
@media (max-width: 575.98px) {
  .awardsDetailSec .booksWrapper .book {
    width: 45%;
    margin-bottom: 1em;
  }
}
.awardsDetailSec .booksWrapper .book img {
  width: 100%;
}
@media (min-width: 576px) {
  .awardsDetailSec .booksWrapper .book1 {
    width: 18.4375em;
    position: absolute;
    top: 0;
    left: -1.25em;
  }
  .awardsDetailSec .booksWrapper .book2 {
    width: 20.125em;
    position: relative;
    z-index: 1;
  }
  .awardsDetailSec .booksWrapper .book3 {
    width: 17.0625em;
    position: absolute;
    top: 6.0625em;
    right: 0;
  }
}
.awardsListWrapper {
  padding-top: 4.6875em;
}
@media (max-width: 1199.98px) {
  .awardsListWrapper {
    width: 100%;
    overflow-x: scroll;
    padding-top: 3em;
  }
}
.awardsListWrapper .awardsListHeadWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  background: #00aaa3;
  padding: 1.25em 0;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
@media (max-width: 1199.98px) {
  .awardsListWrapper .awardsListHeadWrapper {
    width: max-content;
  }
}
.awardsListWrapper .awardsListHeadWrapper .listItem {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25em;
}
@media (max-width: 1199.98px) {
  .awardsListWrapper .awardsListHeadWrapper .listItem {
    font-size: 1em;
    width: 10em;
  }
}
.awardsListWrapper .awardsListItemsWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4.6875em 0 2.3125em 0;
  border-bottom: 1px solid #d4d0ca;
}
@media (max-width: 1199.98px) {
  .awardsListWrapper .awardsListItemsWrapper {
    width: max-content;
  }
}
.awardsListWrapper .awardsListItemsWrapper .listItem {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 1.25em;
}
@media (max-width: 1199.98px) {
  .awardsListWrapper .awardsListItemsWrapper .listItem {
    font-size: 1em;
    width: 10em;
  }
}
.awardsListWrapper .awardsListItemsWrapper .listItem .tertiary-anchor {
  font-size: 1em;
}
@media (min-width: 1200px) {
  .contactInfoSec {
    padding-top: 8.1875em;
  }
}
.contactInfoSec__bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 16.875em;
}
@media (max-width: 1199.98px) {
  .contactInfoSec__bg {
    display: none;
  }
}
.contactInfoSec__bg img {
  width: 100%;
}
.contactInfoSec .leftColWrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .contactInfoSec .leftColWrapper {
    margin-bottom: 2em;
  }
}
.contactInfoSec .leftColWrapper .leftCol {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .contactInfoSec .leftColWrapper .leftCol {
    padding: 0 3.625em;
  }
}
.contactInfoSec .leftColWrapper .leftCol .contactInfoWrapper,
.contactInfoSec .leftColWrapper .leftCol .socialMediaWrapper {
  width: 100%;
}
@media (max-width: 991.98px) {
  .contactInfoSec .leftColWrapper .leftCol .contactInfoWrapper,
  .contactInfoSec .leftColWrapper .leftCol .socialMediaWrapper {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contactInfoSec .leftColWrapper .leftCol .contactInfoWrapper,
  .contactInfoSec .leftColWrapper .leftCol .socialMediaWrapper {
    width: 100%;
  }
}
.contactInfoSec .mapWrapper {
  width: 100%;
  height: 47.5em;
}
@media (max-width: 575.98px) {
  .contactInfoSec .mapWrapper {
    height: 25em;
  }
}
.contactInfoSec .mapWrapper iframe {
  width: 100%;
  height: 100%;
}
.contactInfoSec .contactInfoList {
  padding-bottom: 2.5em;
  list-style: none;
}
.contactInfoSec .contactInfoList .listItem {
  margin-bottom: 2.5em;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 575.98px) {
  .contactInfoSec .contactInfoList .listItem {
    margin-bottom: 1.5em;
  }
}
.contactInfoSec .contactInfoList .listItem .icon {
  flex-shrink: 0;
  width: 4em;
  height: 4em;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactInfoSec .contactInfoList .listItem .icon img {
  width: auto;
  height: 30%;
}
.contactInfoSec .contactInfoList .listItem a,
.contactInfoSec .contactInfoList .listItem span {
  color: #555;
}
.contactInfoSec .socialMediaList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3125em;
  list-style: none;
}
.contactInfoSec .socialMediaList .icon {
  font-size: 1em;
  width: 4em;
  height: 4em;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.contactInfoSec .socialMediaList .icon img {
  width: auto;
  height: 35%;
}
.contactInfoSec .socialMediaList .icon:hover {
  background: rgba(239, 174, 0, 0.4901960784);
  border-color: transparent;
  transition: all 0.25s ease;
}
.getInTouch {
  position: relative;
}
@media (min-width: 1200px) {
  .getInTouch .leftCol {
    padding-right: 1em;
  }
  .getInTouch .rightCol {
    padding-left: 1em;
  }
}
@media (max-width: 991.98px) {
  .getInTouch .rightCol {
    margin-top: 3em;
  }
}
.searchBanner__figure {
  position: relative;
  width: 100%;
  height: 21.25em;
}
@media (max-width: 991.98px) {
  .searchBanner__figure {
    height: 14.5em;
  }
}
.searchResult__list {
  list-style: none;
  margin-top: 5.75em;
}
@media (max-width: 991.98px) {
  .searchResult__list {
    margin-top: 3em;
  }
}
.searchResult__list .listItem {
  display: flex;
  margin-bottom: 3.125em;
}
.faqsSec {
  position: relative;
}
.faqsSec__bgElement {
  position: absolute;
  top: -4em;
  right: 2em;
  width: 16.125em;
  pointer-events: none;
}
.faqsSec__bgElement img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .faqsSec__bgElement {
    display: none;
  }
}
.ui-datepicker-header {
  height: 75px !important;
  position: relative !important;
}

.ui-datepicker-year {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
  font-size: 0.75em;
}
.ui-datepicker-year option {
  color: #000 !important;
}
/*# sourceMappingURL=custom.min.css.map */
