/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
:root {
  --Alpabet400: Alphabet400;
  --Alpabet300: Alphabet300;
  --Alpabet500: Alphabet500;
  --Aluminium: #A6AFB5;
  --Blue: #05152D;
  --Sea: #4497A4;
  --Soapstone: #F9FCFD;
  --Celeste: #3CE9F4;
  --Mirage: #121A1F;
  --Banana-Yellow: #FFDE32;
  --Davy-Grey:#4C5354;
  --Petrol: #0D5B68;
  --Pale-grey: #F9FDFE;
  --page-max-width: 1440px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.scroll-lock {
  height: 100vh;
  height: -webkit-fill-available;
  overflow: hidden;
}

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

::-moz-selection {
  color: var(--wp--preset--color--base, #FFFFFF);
  background-color: #404058;
}

::selection {
  color: var(--wp--preset--color--base, #FFFFFF);
  background-color: #404058;
}

.gform_validation_errors {
  display: none !important;
}

.opacity-zero {
  opacity: 0;
}

#site-main {
  min-height: 800px;
}
#site-main .wp-block-image {
  margin: 0;
}

.loading {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(83, 20%, 40%);
  }
  100% {
    background-color: hsl(84, 21%, 65%);
  }
}
@keyframes slideDown {
  from {
    transform: scaleY(90%) translateY(-10px);
    opacity: 0;
  }
  to {
    transform: scaleY(100%) translateY(0px);
    opacity: 1;
  }
}
.swiper-wrapper {
  box-sizing: border-box;
}

.skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.h1 {
  text-transform: none;
  padding-top: 50px;
  font-family: var(--font-IvyEpic);
  color: var(--purple);
}

.block--article-header--inner p {
  font-family: var(--font-IvyEpic);
  font-size: 20px;
  color: var(--text);
}
.block--article-header--inner img {
  width: 100%;
}

.block--article-content {
  padding-bottom: 100px;
}
.block--article-content p {
  font-family: var(--font-IvyEpic);
  font-size: 20px;
  color: var(--text);
}

.breadcrump {
  margin-top: 25px;
}
.breadcrump span {
  font-family: var(--font-IvyEpic);
  font-size: 20px;
}

.container {
  padding: 0 24px;
  margin: 0 auto;
  max-width: var(--page-max-width);
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 24px;
  }
}

.container-sm {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 1200px) {
  .container-sm {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container-sm {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .container-sm {
    padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .container-sm {
    padding: 0 24px;
  }
}

.row {
  /* autoprefixer grid: off */
  display: grid;
  grid-template-columns: repeat(var(--num-grid-columns), minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.two-images-block {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .two-images-block {
    grid-template-columns: 1fr;
  }
}

.nav-links {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-bottom: 160px;
  margin-top: 80px;
}
.nav-links a {
  display: inline-flex;
  background-color: var(--btn-bg);
  color: var(--text-white);
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-family: var(--font-Rig-Sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 14px;
}

.section-post-top-header {
  margin-bottom: 120px;
  padding: 110px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.top-grid {
  display: grid;
  justify-content: end;
}
.top-grid .colored-bg {
  background: #0D2C4A;
  padding: 69px 65px;
}
.top-grid .colored-bg .first_row {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.top-grid .colored-bg .first_row .date {
  color: #999;
  font-family: var(--font-Rig-Sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.top-grid .colored-bg .first_row .action_holder {
  display: flex;
  gap: 20px;
}
.top-grid .colored-bg .first_row .action_holder .pld-common-wrap {
  min-width: auto;
}
.top-grid .page-title {
  color: var(--text-white);
  font-family: var(--font-Rig-Sans);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
  max-width: 410px;
  margin-top: 25px;
}
.top-grid .page-excerpt {
  color: var(--section-bg);
  font-family: var(--font-Rig-Sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-transform: capitalize;
  max-width: 423px;
}

.scrolled {
  background: var(--Blue) !important;
}

.site-header {
  background-color: var(--Blue);
}

ul.menu-wrapper > li {
  display: flex;
  align-items: center;
  position: relative;
}

.has-toggle-menu {
  display: flex;
  align-items: center;
}
.has-toggle-menu button {
  background: transparent;
  border: none;
  padding-right: 0;
  padding-left: 8px;
}

.site-header {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
  z-index: 99999;
  position: sticky;
  top: 0;
  left: 0;
}
.site-header:hover {
  background: var(--Blue);
}
.site-header .sub-menu {
  display: none;
}
.site-header .sub-menu li {
  padding-bottom: 2px !important;
}
.site-header .sub-menu li a {
  font-size: 14px !important;
  line-height: 16px !important;
}
.site-header .site-header--main--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
}
.site-header .site-header--main--wrapper .web_logo {
  width: 140px;
}
.site-header .site-header--main--wrapper .nav_and_contact_holder {
  display: flex;
}
.site-header .site-header--main--wrapper .nav_and_contact_holder .menu-wrapper {
  display: flex;
  justify-content: space-between;
  list-style: none;
  gap: 32px;
}
.site-header .site-header--main--wrapper .nav_and_contact_holder .menu-wrapper a {
  text-decoration: none;
  color: var(--Soapstone);
  font-family: var(--Alpabet400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 0.3px;
  text-transform: none;
}
.site-header .site-header--main--wrapper .search_box_contact {
  display: flex;
  gap: 64px;
  align-items: center;
}
.site-header .mobile-menu {
  display: none;
}
.site-header .site-header--navigation-mobile {
  display: none;
  opacity: 0;
  height: 0;
  transition: height 2s linear, opacity 2s ease;
}

.hide {
  display: none;
}

@media only screen and (max-width: 968px) {
  ul.sub-menu.active {
    display: block;
  }
  .show {
    display: block;
  }
  .hide {
    display: none;
  }
  ul.menu-wrapper > li {
    display: block;
  }
  .site-header {
    background: var(--Blue);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .site-header .menu-wrapper {
    list-style: none;
  }
  .site-header .sub-menu {
    display: none;
    padding-left: 15px;
    list-style: none;
  }
  .site-header .site-header--main--wrapper .nav_and_contact_holder, .site-header .site-header--main--wrapper .search_box_contact {
    display: none;
  }
  .site-header .mobile-menu {
    display: block;
  }
  .site-header .site-header--navigation-menu {
    padding-bottom: 20px;
  }
  .site-header .site-header--navigation-menu a {
    color: var(--Soapstone);
    font-family: var(--Alpabet400);
    font-size: 16px;
    text-decoration: none;
  }
}
.site-footer {
  background: #05152D;
  padding: 100px 0px 46px 0px;
}
.site-footer .first-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4497A4;
}
.site-footer .first-row #gform_3 {
  display: grid;
  grid-template-columns: auto 64px;
  gap: 40px;
  border-radius: 6px;
  border: 1px solid #58C3FF;
  height: 81px;
  justify-items: center;
  align-items: center;
  justify-content: space-between;
}
.site-footer .first-row #gform_3 #input_3_1 {
  border: none;
  color: var(--Blue);
}
.site-footer .first-row #gform_3 ::-moz-placeholder {
  color: var(--Blue);
  opacity: 0.75; /* Firefox */
}
.site-footer .first-row #gform_3 ::placeholder {
  color: var(--Blue);
  opacity: 0.75; /* Firefox */
}
.site-footer .first-row #gform_3 ::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--Blue);
}
.site-footer .first-row #gform_3 #input_3_1 {
  padding-left: 24px !important;
}
.site-footer .first-row #gform_3 .gform_footer {
  margin: 0;
  padding: 0px;
  border-radius: 114.391px;
  background: var(--Light-Blue, #58C3FF);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}
.site-footer .first-row #gform_3 .gform_footer .gform_image_button {
  margin-bottom: 0;
}
.site-footer .first-row .footer-flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  .site-footer .first-row .footer-flex {
    display: block;
    margin-bottom: 16px;
  }
}
.site-footer .first-row .footer-flex img {
  padding-right: 32px;
  border-right: 2px solid var(--Gold);
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .site-footer .first-row .footer-flex img {
    border-right: none;
    margin-bottom: 32px;
  }
}
.site-footer .first-row .footer-flex p {
  padding-top: 32px;
  color: var(--Aluminium);
  font-family: var(--Alpabet300);
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  width: 328px;
}
@media only screen and (max-width: 768px) {
  .site-footer .first-row .footer-flex p {
    width: 100%;
  }
}
.site-footer .first-row .links_holder {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.site-footer .first-row .links_holder h5 {
  color: var(--Soapstone);
  font-family: var(--AlphabetLight);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 24px;
}
.site-footer .first-row .links_holder ul {
  list-style: none;
}
.site-footer .first-row .links_holder ul li {
  padding-bottom: 14px;
  display: flex;
}
.site-footer .first-row .links_holder ul li span {
  margin-right: 8px;
  font-family: var(--Alpabet400);
  border-radius: 30px;
  padding: 0px 5px;
  font-size: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Celeste);
}
.site-footer .first-row .links_holder ul li .black {
  color: var(--Aluminium);
  font-family: var(--Alpabet400);
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
}
.site-footer .first-row .links_holder ul a {
  text-decoration: none;
  color: var(--Aluminium);
  font-family: var(--Alpabet400);
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
}
.site-footer .first-row .links_holder .socials {
  display: grid;
  grid-template-columns: 32px 32px 32px;
  gap: 8px;
  justify-content: start;
}
.site-footer .first-row .links_holder .socials span {
  border: 1px solid var(--Light-Blue);
  border-radius: 19px;
  width: 32px;
  height: 32px;
  padding: 0px;
  margin-right: 8px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.site-footer .second-row {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.site-footer .second-row p, .site-footer .second-row a {
  color: var(--Aluminium);
  font-family: var(--Alpabet300);
  font-size: 15px;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
}
.site-footer .second-row a.web {
  opacity: 1;
}
.site-footer .second-row span {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.5;
}

@media only screen and (max-width: 1060px) {
  .site-footer .first-row {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .first-row {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .first-row .links_holder {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .site-footer .first-row .footer-flex img {
    width: 165px;
  }
  .site-footer .second-row {
    gap: 16px;
    flex-direction: column;
  }
}
.button {
  background: var(--Light-Blue);
  color: #F9FDFE;
  font-family: var(--Alpabet400);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: 0.7s all ease;
  border: 1px solid #3CE9F4;
  letter-spacing: 0.64px;
}
.button:hover {
  background: var(--Banana-Yellow) !important;
}
.button:hover SVG path {
  stroke: #F9FDFE;
}

.bordered a {
  border: 1px solid #3CE9F4 !important;
}

input, textarea, select {
  font-family: var(--wp--preset--font-family--work-sans);
  border: 1px solid white;
  letter-spacing: 0.5px;
  font-size: 1rem !important;
  line-height: 1.5;
  background-color: transparent;
}
input:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #BDFC31;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=search], select {
  padding: 16px !important;
}

input[type=submit], input[type=button], button, #gform_submit_button_1, a.link {
  display: flex;
  height: 42px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  input[type=submit], input[type=button], button, #gform_submit_button_1, a.link {
    padding: 0 10px;
  }
}
@media screen and (max-width: 414px) {
  input[type=submit], input[type=button], button, #gform_submit_button_1, a.link {
    padding: 0 12px;
  }
}

input[type=radio] {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  font-size: 18px;
}
input[type=radio]:checked {
  border-width: 6px;
}

textarea {
  padding: 16px !important;
  resize: vertical;
}

.block--card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .block--card-list {
    gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  .block--card-list {
    grid-template-columns: repeat(auto-fill, minmax(28 0px, 1fr));
  }
}

.block--card {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(2, 162, 138, 0.1);
  border-radius: 0 50px 0 0;
}
.block--card--image {
  position: relative;
  border-radius: 0 50px;
  border: 3px solid var(--wp--preset--color--aqua, #02A28A);
  background-color: var(--wp--preset--color--dark-green, #003A3E);
  aspect-ratio: 3/2;
  overflow: hidden;
}
.block--card--image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block--card--content {
  padding: 40px 24px;
}
.block--card--content p:last-of-type {
  margin-bottom: 0;
}

.block--reserve-card {
  position: relative;
  min-height: 290px;
  border: 2px solid var(--wp--preset--color--aqua, #02A28A);
  transition: border-color 0.2s ease;
}
.block--reserve-card:hover {
  border-color: var(--wp--preset--color--light-green, #83D305);
}
.block--reserve-card:hover .block--reserve-card--thumb img {
  transform: scale(1.05);
}
.block--reserve-card:hover .block--reserve-card--desc {
  grid-template-rows: 1fr;
}
.block--reserve-card:hover .block--reserve-card--desc a {
  opacity: 1;
}
.block--reserve-card--thumb {
  position: relative;
  margin-left: -2px;
  height: 180px;
  width: calc(100% + 2px);
  background-color: var(--wp--preset--color--dark-green, #003A3E);
  border-radius: 0 0 0 50px;
  border-left: 2px solid var(--wp--preset--color--aqua, #02A28A);
  border-bottom: 2px solid var(--wp--preset--color--aqua, #02A28A);
  overflow: hidden;
}
.block--reserve-card--thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease;
}
.block--reserve-card--title {
  text-align: center;
}
.block--reserve-card--title a {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  text-decoration: none;
  margin-bottom: 4px;
}
.block--reserve-card--content {
  padding: 16px;
}
.block--reserve-card--desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.1s;
}
@media screen and (max-width: 640px) {
  .block--reserve-card--desc {
    grid-template-rows: 1fr;
  }
}
.block--reserve-card--desc > div p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.block--reserve-card--desc > div .fudged-link {
  text-align: center;
  display: block;
  color: #003A3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  padding-bottom: 4px;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--aqua, #02A28A);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  opacity: 0;
}
.block--reserve-card .actual-link {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.wp-block-heading {
  position: relative;
  z-index: 2;
}
.wp-block-heading mark {
  position: relative;
  z-index: -1;
}

.wp-block-details {
  border: 1px solid #AA60FF;
  padding: 20px 20px 20px 32px;
}
.wp-block-details[open] summary::after {
  transform: rotate(180deg);
}
.wp-block-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #002833;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.wp-block-details summary::after {
  height: 32px;
  width: 32px;
  background-color: #002833;
  content: "";
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2733%27 viewBox=%270 0 32 33%27 fill=%27none%27%3E%3Cpath d=%27M15.6349 17.1038L9 12.3945L9 15.6867L15.6349 20.3945L15.6349 17.1038Z%27 fill=%27%23BDFC31%27/%3E%3Cpath d=%27M22.2683 15.6867L15.6348 20.3945L15.6348 17.1038L22.2683 12.3945L22.2683 15.6867Z%27 fill=%27%23BDFC31%27/%3E%3C/svg%3E");
}
.wp-block-details p {
  color: #848199;
}

/*# sourceMappingURL=index.css.map*/