@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
h1 {
  font-family: "Caveat", cursive;
  font-weight: 400;
}

h2,
h3 {
  font-family: "Caveat", cursive;
  font-weight: 400;
}

h4 {
  font-family: "Caveat", cursive;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

p,
span,
a,
ul {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 40px;
  line-height: 110;
}
@media only screen and (min-width: 1025px) {
  h1 {
    font-size: 5vw;
  }
}

h2 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 1025px) {
  h2 {
    font-size: 3.1vw;
  }
}

h3 {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 1025px) {
  h3 {
    font-size: 1.7vw;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (min-width: 1025px) {
  h4 {
    font-size: 1.263vw;
  }
}

h5 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  h5 {
    font-size: 1.1vw;
  }
}

h6 {
  font-size: 10px;
}
@media only screen and (min-width: 1025px) {
  h6 {
    font-size: 1.1vw;
  }
}

p {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 150%;
  font-weight: 300;
}
@media only screen and (min-width: 1025px) {
  p {
    font-size: 0.8vw;
    letter-spacing: 0.01vw;
    line-height: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 1.1vw;
    letter-spacing: 0.01vw;
  }
}

ul li {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  ul li {
    font-size: 0.8vw;
  }
}
@media only screen and (min-width: 1200px) {
  ul li {
    font-size: 1.1vw;
  }
}

.ft-x-sm {
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .ft-x-sm {
    font-size: 0.7vw;
  }
}

.ft-sm {
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .ft-sm {
    font-size: 0.8vw;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

:root {
  scroll-behavior: auto !important;
}

/* width */
body::-webkit-scrollbar {
  width: 7px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #F6F5EF;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #6C8A79;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #3F86A0;
}

body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.addReadMore .readMore,
.addReadMore .readLess {
  text-transform: uppercase;
}

section {
  position: relative;
  width: 100%;
  overflow: visible;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

svg {
  width: 100%;
  height: 100%;
}

p,
a,
li {
  margin: 0;
  padding: 0;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000000;
  line-height: 120%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-next {
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
  }
}
.slick-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slick-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
}
@media only screen and (min-width: 1025px) {
  .slick-next::before {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    right: -6vw;
    width: 3vw;
    height: 3vw;
  }
  .slick-next::before {
    width: 3vw;
    height: 3vw;
  }
}

.slick-prev {
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
  }
}
.slick-prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slick-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
}
@media only screen and (min-width: 1025px) {
  .slick-prev::before {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    left: -6vw;
    width: 3vw;
    height: 3vw;
  }
  .slick-prev::before {
    width: 3vw;
    height: 3vw;
  }
}

.slick-dots {
  bottom: 0;
  z-index: 3;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.wg-cloud {
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background: url("../assets/images/wg-cloud.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .wg-cloud {
    width: 50vw;
    height: 50vw;
  }
}

@keyframes cloudAnimation {
  0% {
    right: -500px;
    opacity: 0.8;
    top: -500px;
  }
  20% {
    right: 40vw;
    opacity: 0.5;
    top: -450px;
  }
  40% {
    right: 95vw;
    opacity: 0.3;
    top: -440px;
  }
  50% {
    right: 500px;
  }
  60% {
    right: 95vw;
    opacity: 0.3;
    top: -460px;
  }
  80% {
    right: 40vw;
    opacity: 0.5;
    top: -420px;
  }
  100% {
    opacity: 0.8;
    right: -500px;
    top: -500px;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
h1,
.h1-size {
  position: relative;
  font-family: "Caveat", cursive;
  color: #3F86A0;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  h1,
  .h1-size {
    font-size: 6.5104166667vw;
    line-height: 6.25vw;
  }
}
h1 span,
.h1-size span {
  font-family: "Caveat", cursive;
  color: #8EC2D2;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 1025px) {
  h1 span,
  .h1-size span {
    font-size: 6.5104166667vw;
    line-height: 6.25vw;
  }
}
h1 span.sand,
.h1-size span.sand {
  color: #3F86A0 !important;
}
h1.title-grey,
.h1-size.title-grey {
  color: #727272;
}
h1.text-center,
.h1-size.text-center {
  display: block;
  text-align: center !important;
  text-transform: unset;
}

h2,
.h2-size {
  position: relative;
  font-family: "Caveat", cursive;
  color: #727272 !important;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (min-width: 1025px) {
  h2,
  .h2-size {
    font-size: 4.9479166667vw;
    line-height: 5.7291666667vw;
  }
}

h3,
.h3-size {
  position: relative;
  font-family: "Caveat", cursive;
  color: #8EC2D2;
  font-weight: 400;
  font-size: 23px;
  line-height: 35px;
}
@media only screen and (min-width: 1025px) {
  h3,
  .h3-size {
    font-size: 4.4270833333vw;
    line-height: 4.6875vw;
  }
}

h4,
.post-title {
  margin-top: 20px;
  color: #727272;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h4,
  .post-title {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  h4,
  .post-title {
    margin-top: 2.34375vw;
    font-size: 1.4583333333vw;
    line-height: 2.2916666667vw;
  }
}

h6 {
  font-family: "Jost", sans-serif;
  color: #8EC2D2;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  h6 {
    font-size: 0.8854166667vw;
    letter-spacing: 0.0885416667vw;
  }
}
h6.white {
  color: #ffffff !important;
}

.content-block p,
.content-block ul li {
  font-family: "Jost", sans-serif;
  color: #606060 !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 25px;
}
@media only screen and (min-width: 1025px) {
  .content-block p,
  .content-block ul li {
    font-size: 0.8333333333vw !important;
    line-height: 1.5625vw;
  }
}
.content-block.large-text p,
.content-block.large-text ul li {
  font-family: "Jost", sans-serif;
  color: #727272 !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 25px;
}
@media only screen and (min-width: 1025px) {
  .content-block.large-text p,
  .content-block.large-text ul li {
    font-size: 1.0416666667vw !important;
    line-height: 2.4479166667vw;
  }
}
.content-block.large-text p {
  text-align: center;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.pg-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #727272;
}

.unhide {
  opacity: 1 !important;
  pointer-events: all !important;
}

.a-caps {
  text-transform: uppercase;
}
.a-caps a,
.a-caps p,
.a-caps li,
.a-caps h1,
.a-caps h2,
.a-caps h3,
.a-caps h4,
.a-caps h5,
.a-caps h6 {
  text-transform: uppercase;
}

.a-bold {
  font-weight: 600;
}
.a-bold a,
.a-bold p,
.a-bold li,
.a-bold h1,
.a-bold h2,
.a-bold h3,
.a-bold h4,
.a-bold h5,
.a-bold h6 {
  font-weight: 600;
}

.long-cont h3 {
  font-size: 1.5vw;
}

.ovfl-unhide {
  overflow: unset;
}

.ovfl-hide {
  overflow: hidden;
}

.mb-no {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .mb-no {
    display: block;
  }
}

.desk-no {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .desk-no {
    display: none;
  }
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mask-bg img {
  object-fit: fill;
}

.head-ft {
  font-family: "Caveat", cursive;
}
.head-ft a,
.head-ft li,
.head-ft p,
.head-ft h1,
.head-ft h2,
.head-ft h3,
.head-ft h4,
.head-ft h5,
.head-ft h6,
.head-ft span {
  font-family: "Caveat", cursive;
}

.body-ft {
  font-family: "Jost", sans-serif;
}
.body-ft a,
.body-ft li,
.body-ft p,
.body-ft h1,
.body-ft h2,
.body-ft h3,
.body-ft h4,
.body-ft h5,
.body-ft h6,
.body-ft span {
  font-family: "Jost", sans-serif;
}

.sect-pad {
  width: 100%;
  padding: 50px 25px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad {
    padding: 3.125vw 9vw;
  }
}
.sect-pad--large {
  width: 100%;
  padding: 50px 25px;
}
@media only screen and (min-width: 600px) {
  .sect-pad--large {
    padding: 5vw 15vw;
  }
}
@media only screen and (min-width: 1025px) {
  .sect-pad--large {
    padding: 5vw 20vw;
  }
}
.sect-pad--sides {
  width: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--sides {
    padding: 0 10vw;
  }
}
.sect-pad--sides-sm {
  width: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--sides-sm {
    padding: 0 5vw;
  }
}
.sect-pad--tb {
  width: 100%;
  padding: 25px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--tb {
    padding: 5vw 0;
  }
}
.sect-pad--second {
  width: 100%;
  padding: 0 25px 50px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--second {
    padding: 0 9.5vw 5vw;
  }
}
.sect-pad--second-l {
  width: 100%;
  padding: 0 25px 50px;
}
@media only screen and (min-width: 600px) {
  .sect-pad--second-l {
    padding: 0 15vw 5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .sect-pad--second-l {
    padding: 0 20vw 5vw;
  }
}
.sect-pad--second-s {
  width: 100%;
  padding: 0 25px 50px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--second-s {
    padding: 0 5vw 5vw;
  }
}
.sect-pad--last {
  width: 100%;
  padding: 50px 25px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--last {
    padding: 5vw 9vw 0;
  }
}

.no-scroll {
  overflow: hidden;
}

.wysiwyg-container {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.5px;
}
.wysiwyg-container ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.wysiwyg-container ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  line-height: 170%;
  text-align: left;
  font-weight: 300;
  width: 100%;
  margin-left: 20px;
}
.wysiwyg-container ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  background: url("../assets/images/wg-list-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(50%);
}
@media only screen and (min-width: 600px) {
  .wysiwyg-container ul {
    gap: 0.2vw 8vw;
  }
}
.wysiwyg-container--fw ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.wysiwyg-container--fw ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  line-height: 170%;
  text-align: left;
  font-weight: 300;
  width: 100%;
}
.wysiwyg-container--fw ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  background: url("../assets/images/wg-list-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(50%);
}
@media only screen and (min-width: 600px) {
  .wysiwyg-container--fw ul {
    gap: 0.2vw 8vw;
  }
  .wysiwyg-container--fw ul li {
    width: 100%;
  }
}

.opc-7 {
  opacity: 0.7;
}

.opc-5 {
  opacity: 0.5;
}

.opc-4 {
  opacity: 0.4;
}

.opc-2 {
  opacity: 0.2;
}

.opc-1 {
  opacity: 0.1;
}

.wd-80 {
  width: 100vw;
  padding: 0 10%;
}
.wd-80--desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .wd-80--desk-only {
    padding: 0 10%;
  }
}

.wd-70 {
  width: 100vw;
  padding: 0 15%;
}
.wd-70--desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .wd-70--desk-only {
    padding: 0 15%;
  }
}

.flx-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flx-cnt--row {
  flex-direction: row;
}
.flx-cnt--col {
  flex-direction: column;
}

.txt-cnt {
  text-align: center;
}
.txt-cnt a,
.txt-cnt p,
.txt-cnt li,
.txt-cnt h1,
.txt-cnt h2,
.txt-cnt h3,
.txt-cnt h4,
.txt-cnt h5,
.txt-cnt h6 {
  text-align: center;
}

.col-white {
  color: #ffffff !important;
}
.col-white li,
.col-white a,
.col-white p,
.col-white h1,
.col-white h2,
.col-white h3,
.col-white h4,
.col-white h5,
.col-white h6 {
  color: #ffffff !important;
}
.col-white svg {
  fill: #ffffff;
}

.col-black {
  color: #606060 !important;
}
.col-black li,
.col-black a,
.col-black p,
.col-black h1,
.col-black h2,
.col-black h3,
.col-black h4,
.col-black h5,
.col-black h6 {
  color: #606060 !important;
}
.col-black svg {
  fill: #606060;
}

.col-grey {
  color: #606060 !important;
}
.col-grey li,
.col-grey a,
.col-grey p,
.col-grey h1,
.col-grey h2,
.col-grey h3,
.col-grey h4,
.col-grey h5,
.col-grey h6 {
  color: #606060 !important;
}
.col-grey svg {
  fill: #606060;
}

.col-sand-d {
  color: #927b64 !important;
}
.col-sand-d li,
.col-sand-d a,
.col-sand-d p,
.col-sand-d h1,
.col-sand-d h2,
.col-sand-d h3,
.col-sand-d h4,
.col-sand-d h5,
.col-sand-d h6 {
  color: #927b64 !important;
}
.col-sand-d svg {
  fill: #927b64;
}

.pad-1 {
  padding: 10px;
}
.pad-1--t {
  padding-top: 10px;
}
.pad-1--r {
  padding-right: 10px;
}
.pad-1--b {
  padding-bottom: 10px;
}
.pad-1--l {
  padding-left: 10px;
}
.pad-1--sides {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .pad-1 {
    padding: 1vw;
  }
  .pad-1--t {
    padding-top: 1vw;
  }
  .pad-1--r {
    padding-right: 1vw;
  }
  .pad-1--b {
    padding-bottom: 1vw;
  }
  .pad-1--l {
    padding-left: 1vw;
  }
  .pad-1--sides {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.pad-2 {
  padding: 20px;
}
.pad-2--t {
  padding-top: 20px;
}
.pad-2--r {
  padding-right: 20px;
}
.pad-2--b {
  padding-bottom: 20px;
}
.pad-2--l {
  padding-left: 20px;
}
.pad-2--sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-2 {
    padding: 2vw;
  }
  .pad-2--t {
    padding-top: 2vw;
  }
  .pad-2--r {
    padding-right: 2vw;
  }
  .pad-2--b {
    padding-bottom: 2vw;
  }
  .pad-2--l {
    padding-left: 2vw;
  }
  .pad-2--sides {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.pad-3 {
  padding: 20px;
}
.pad-3--t {
  padding-top: 20px;
}
.pad-3--r {
  padding-right: 20px;
}
.pad-3--b {
  padding-bottom: 20px;
}
.pad-3--l {
  padding-left: 20px;
}
.pad-3--sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-3 {
    padding: 3vw;
  }
  .pad-3--t {
    padding-top: 3vw;
  }
  .pad-3--r {
    padding-right: 3vw;
  }
  .pad-3--b {
    padding-bottom: 3vw;
  }
  .pad-3--l {
    padding-left: 3vw;
  }
  .pad-3--sides {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.pad-5 {
  padding: 50px;
}
.pad-5--t {
  padding-top: 50px;
}
.pad-5--r {
  padding-right: 50px;
}
.pad-5--b {
  padding-bottom: 50px;
}
.pad-5--l {
  padding-left: 50px;
}
@media only screen and (min-width: 1025px) {
  .pad-5 {
    padding: 5vw;
  }
  .pad-5--t {
    padding-top: 5vw;
  }
  .pad-5--r {
    padding-right: 5vw;
  }
  .pad-5--b {
    padding-bottom: 5vw;
  }
  .pad-5--l {
    padding-left: 5vw;
  }
}

.pad-7-5 {
  padding: 75px;
}
.pad-7-5--t {
  padding-top: 75px;
}
.pad-7-5--r {
  padding-right: 75px;
}
.pad-7-5--b {
  padding-bottom: 75px;
}
.pad-7-5--l {
  padding-left: 75px;
}
.pad-7-5--sides {
  padding: 0 75px;
}
@media only screen and (min-width: 1025px) {
  .pad-7-5 {
    padding: 7.5vw;
  }
  .pad-7-5--t {
    padding-top: 7.5vw;
  }
  .pad-7-5--r {
    padding-right: 7.5vw;
  }
  .pad-7-5--b {
    padding-bottom: 7.5vw;
  }
  .pad-7-5--l {
    padding-left: 7.5vw;
  }
  .pad-7-5--sides {
    padding: 0 7.5vw;
  }
}

.pad-10 {
  padding: 100px;
}
.pad-10--t {
  padding-top: 100px;
}
.pad-10--r {
  padding-right: 100px;
}
.pad-10--b {
  padding-bottom: 100px;
}
.pad-10--l {
  padding-left: 100px;
}
.pad-10--sides {
  padding: 0 100px;
}
@media only screen and (min-width: 1025px) {
  .pad-10 {
    padding: 10vw;
  }
  .pad-10--t {
    padding-top: 10vw;
  }
  .pad-10--r {
    padding-right: 10vw;
  }
  .pad-10--b {
    padding-bottom: 10vw;
  }
  .pad-10--l {
    padding-left: 10vw;
  }
  .pad-10--sides {
    padding: 0 10vw;
  }
}

.pad-20 {
  padding: 200px;
}
.pad-20--t {
  padding-top: 200px;
}
.pad-20--r {
  padding-right: 200px;
}
.pad-20--b {
  padding-bottom: 200px;
}
.pad-20--l {
  padding-left: 200px;
}
@media only screen and (min-width: 1025px) {
  .pad-20 {
    padding: 20vw;
  }
  .pad-20--t {
    padding-top: 20vw;
  }
  .pad-20--r {
    padding-right: 20vw;
  }
  .pad-20--b {
    padding-bottom: 20vw;
  }
  .pad-20--l {
    padding-left: 20vw;
  }
}

.mrg-m-30--t {
  margin-top: -30vw;
}
.mrg-m-30--r {
  margin-right: -30vw;
}
.mrg-m-30--b {
  margin-bottom: -30vw;
}
.mrg-m-30--l {
  margin-left: -30vw;
}

.mrg-m-20--t {
  margin-top: -20vw;
}
.mrg-m-20--r {
  margin-right: -20vw;
}
.mrg-m-20--b {
  margin-bottom: -20vw;
}
.mrg-m-20--l {
  margin-left: -20vw;
}

.mrg-m-10--t {
  margin-top: -10vw;
}
.mrg-m-10--r {
  margin-right: -10vw;
}
.mrg-m-10--b {
  margin-bottom: -10vw;
}
.mrg-m-10--l {
  margin-left: -10vw;
}

.mrg-2 {
  display: block;
}
.mrg-2--t {
  margin-top: 2vw;
}
.mrg-2--r {
  margin-right: 2vw;
}
.mrg-2--b {
  margin-bottom: 2vw;
}
.mrg-2--l {
  margin-left: 2vw;
}

.mrg-10--t {
  margin-top: 10vw;
}
.mrg-10--r {
  margin-right: 10vw;
}
.mrg-10--b {
  margin-bottom: 10vw;
}
.mrg-10--l {
  margin-left: 10vw;
}

.abs-pos {
  position: absolute;
}
.abs-pos--vt-vr {
  position: absolute;
  top: 0;
  right: 0vw;
}
.abs-pos--t-vr {
  position: absolute;
  top: 5vw;
  right: 0;
}
.abs-pos--t-l {
  position: absolute;
  top: 5vw;
  left: 10vw;
}
.abs-pos--t-r {
  position: absolute;
  top: 5vw;
  right: 10vw;
}
.abs-pos--b-l {
  position: absolute;
  bottom: 5vw;
  left: 10vw;
}
.abs-pos--vb-l {
  position: absolute;
  bottom: 0;
  left: 10vw;
}
.abs-pos--b-r {
  position: absolute;
  bottom: 5vw;
  right: 10vw;
}

.grd-overlay {
  position: relative;
}
.grd-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .grd-overlay::before {
    height: 25%;
  }
}
.grd-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7418942577) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .grd-overlay::after {
    height: 100%;
  }
}
.grd-overlay--sm::before {
  height: 35%;
}
.grd-overlay--sm::after {
  height: 35%;
}
.grd-overlay--bott::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .grd-overlay--bott::after {
    height: 35%;
  }
}

.wg-grad-lines {
  width: 100%;
  height: 5px;
  background: var(--Linear, linear-gradient(270deg, #c41230 0%, #002d6a 100%));
}
.wg-grad-lines--abs-top {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #8EC2D2;
  z-index: 99;
}

.paral-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.paral-bg {
  top: 0;
  left: 0;
}

.wg-white-bord-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 12px;
  min-width: 40vw;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
  width: max-content;
}
@media only screen and (min-width: 600px) {
  .wg-white-bord-btn {
    min-width: 10vw;
    padding: 0.5vw 1.75vw;
    font-size: 0.9vw;
  }
}

.wg-blue-grad-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 12px;
  min-width: 40vw;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background: #3F86A0;
  transition: 0.4s ease-in-out;
  line-height: 120%;
  text-align: center;
  width: max-content;
  border: 1px solid #3F86A0;
}
@media only screen and (min-width: 600px) {
  .wg-blue-grad-btn {
    min-width: 10vw;
    font-size: 0.9vw;
  }
}
.wg-blue-grad-btn:hover {
  background: #ffffff;
  color: #927b64;
  border: 1px solid #3F86A0;
}
.wg-blue-grad-btn--header {
  padding: 10px 30px;
}
@media only screen and (min-width: 600px) {
  .wg-blue-grad-btn--header {
    padding: 0.5vw 1.75vw;
  }
}

.wg-white-sand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #927b64;
  padding: 12px 30px;
  font-size: 12px;
  min-width: 40vw;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background: #ffffff;
  transition: 0.4s ease-in-out;
  line-height: 120%;
  text-align: center;
  border: 1px solid #927b64;
  width: max-content;
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (min-width: 600px) {
  .wg-white-sand-btn {
    min-width: 10vw;
    font-size: 0.9vw;
  }
}
.wg-white-sand-btn:hover, .wg-white-sand-btn.selected {
  background: #927b64;
  color: #ffffff;
  border: 1px solid #927b64;
}
.wg-white-sand-btn--header {
  padding: 10px 30px;
}
@media only screen and (min-width: 600px) {
  .wg-white-sand-btn--header {
    padding: 0.5vw 1.75vw;
  }
}

.sec-seperator {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
}
@media only screen and (min-width: 1025px) {
  .sec-seperator {
    margin: 0 9vw;
  }
}
.sec-seperator::before {
  content: "";
  position: absolute;
  left: 0;
  width: 38%;
  height: 1px;
  background-color: rgba(185, 171, 150, 0.38);
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 600px) {
  .sec-seperator::before {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .sec-seperator::before {
    width: 47.5%;
  }
}
.sec-seperator::after {
  content: "";
  position: absolute;
  right: 0;
  width: 38%;
  height: 1px;
  background-color: rgba(185, 171, 150, 0.38);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 600px) {
  .sec-seperator::after {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .sec-seperator::after {
    width: 47.5%;
  }
}
.sec-seperator .icon {
  position: relative;
  width: 90px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .sec-seperator .icon {
    padding: unset;
    margin-left: 1vw;
    margin-right: 1vw;
    width: fit-content;
    height: 1.5vw;
  }
}

.paral-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.paral-bg {
  top: 0;
  left: 0;
}

.explore-more-text {
  margin-left: 10px;
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .explore-more-text {
    margin-left: 0.5208333333vw;
    font-size: 1.0416666667vw;
  }
}
.explore-more-text:hover {
  color: #3F86A0;
}

@media only screen and (min-width: 1025px) {
  .hide-desktop {
    display: none;
  }
}

.hide-mobile {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .hide-mobile {
    display: block !important;
  }
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100vh;
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
#eme-slider-v2.toggled {
  transform: scale(1.3);
}
#eme-slider-v2 .slick-track {
  height: 100vh;
}
#eme-slider-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::before {
    height: 20vw;
  }
}
#eme-slider-v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::after {
    height: 50vw;
  }
}

.emeslider-wrapper {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
  display: none;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr {
    display: block;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 #gh_home_plyr_mob-vid {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
  height: 100vh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
  height: 100vh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
  height: 100vh;
  object-fit: cover;
}
.emeslider-wrapper.hidden {
  opacity: 0;
}
.emeslider-wrapper.inner {
  max-height: 50dvh;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper.inner {
    max-height: 70dvh;
  }
}

.slick-dots {
  display: none;
  position: absolute;
  right: 7vw;
  bottom: 5vw;
  max-width: 20vw;
}
@media only screen and (min-width: 1025px) {
  .slick-dots {
    display: flex !important;
  }
}
.slick-dots li {
  width: 100%;
  height: 2px;
  margin: 0;
}
.slick-dots li button {
  display: flex;
  flex-grow: 1;
  background-color: #606060;
  padding: 1px;
  width: 100%;
  height: 2px;
  border: none;
  transition: 0.3s ease-in-out;
  transform: rotate(0);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.slider-counter {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slider-counter {
    display: flex;
    position: absolute;
    justify-content: space-between;
    right: 5vw;
    bottom: 4vw;
    z-index: 4;
    width: 24vw;
    height: 2vw;
    pointer-events: none;
  }
  .slider-counter p {
    color: #ffffff;
    font-size: 0.8vw;
    font-weight: 800;
  }
}

.header-section {
  position: absolute;
  height: auto;
  width: 100vw;
  z-index: 9999;
}
.header-section .mob-header-wrapper {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #F6F5EF;
  border-bottom: 1px solid rgba(185, 171, 150, 0.38);
  top: 0;
  left: 0;
  z-index: 9;
}
.header-section .mob-header-wrapper .ham-wrapper {
  border-radius: 100px;
}
.header-section .mob-header-wrapper .ham-wrapper.pad-1 {
  padding: 10px 0;
}
.header-section .mob-header-wrapper .ham-wrapper__icon {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.header-section .mob-header-wrapper .ham-wrapper__icon svg {
  width: 35px;
  height: 35px;
  fill: #ffffff;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper {
  position: absolute;
  width: 85vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__panel {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 0;
  height: 0;
  background: var(--Linear, linear-gradient(90deg, #002d6a 0%, #001b40 100%));
  transition: 0.5s ease-in-out;
  border-radius: 200px;
  z-index: 8;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__panel.active {
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  transform: scale(80);
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 85vw;
  height: 100vh;
  overflow: scroll;
  flex-direction: column;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__top-sect svg {
  width: 35px;
  height: 35px;
  fill: #ffffff;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
  display: flex;
  width: 100%;
  height: 90dvh;
  overflow: scroll;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a[aria-current=page] {
  color: #b9ab96 !important;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .current_page_item a {
  color: #b9ab96 !important;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("./images/sub-menu-arrow-sand.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 20px 30px;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon.open {
  transform: rotate(0);
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li .sub-menu li a {
  padding: 10px 40px;
  background-color: rgba(0, 0, 0, 0.35);
}
.header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active {
  max-height: 200px;
}
@media only screen and (min-width: 600px) {
  .header-section .mob-header-wrapper .ham-wrapper__panel-wrapper {
    max-width: 600px;
  }
  .header-section .mob-header-wrapper .ham-wrapper__panel-wrapper__content {
    max-width: 600px;
  }
}
.header-section .mob-header-wrapper .logo-section img {
  width: 60px;
  max-width: 300px;
  filter: grayscale(1);
}
@media only screen and (min-width: 1025px) {
  .header-section .mob-header-wrapper .logo-section img {
    width: 25vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .mob-header-wrapper {
    display: none;
  }
}
.header-section .desk-header-wrapper {
  display: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding-left: 7.2916666667vw;
    padding-right: 7.2916666667vw;
  }
  .header-section .desk-header-wrapper__left-section {
    display: flex;
    align-items: center;
    gap: 1vw;
    width: 42vw;
    text-transform: uppercase;
  }
  .header-section .desk-header-wrapper__left-section__co-logo svg {
    width: 4vw;
    height: 4vw;
  }
  .header-section .desk-header-wrapper__left-section ul {
    display: flex;
    position: relative;
    top: 0.5vw;
    flex-direction: column;
    column-gap: 2.5vw;
  }
  .header-section .desk-header-wrapper__left-section ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 1.3020833333vw;
    padding-right: 1.5625vw;
  }
  .header-section .desk-header-wrapper__left-section ul li:first-child {
    margin-top: 0;
  }
  .header-section .desk-header-wrapper__left-section ul li a {
    position: relative;
    color: #8EC2D2;
    font-size: 0.8333333333vw;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0 0 1vw;
    transition: 0.3s ease-in-out;
  }
  .header-section .desk-header-wrapper__left-section ul li.active a {
    color: #3F86A0;
  }
  .header-section .desk-header-wrapper__left-section ul li .child-sub-icon {
    position: absolute;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu {
    padding: 0.52vw 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 1vw;
    width: 8vw;
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    z-index: 9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li a {
    position: relative;
    padding: 1vw;
    transition: 0.3s ease-in-out;
    color: #8EC2D2;
    font-weight: 500;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li a:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 0.16vw;
    background-color: transparent;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li:hover > a {
    background-color: transparent;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li:hover > a:after {
    background-color: #3F86A0;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li.active a {
    color: #3F86A0;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li.active a:after {
    background-color: #3F86A0;
  }
  .header-section .desk-header-wrapper__left-section ul li .sub-menu li.current-menu-item a:after {
    background-color: #3F86A0 !important;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu {
    position: absolute;
    opacity: 1;
    pointer-events: all;
    top: 2vw;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu li {
    margin-top: 0;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu li a {
    position: relative;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu li .sub-menu {
    opacity: 0;
    pointer-events: none;
    left: 15vw;
    top: 0;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children:hover .sub-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children .child-sub-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    background-image: url("./images/menu-arrow.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .desk-header-wrapper__left-section ul li.menu-item-has-children .child-sub-icon {
    width: 0.5208333333vw;
    height: 0.3125vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper__left-section ul li:hover a, .header-section .desk-header-wrapper__left-section ul li.current-menu-item a {
    position: relative;
    color: #8EC2D2;
  }
  .header-section .desk-header-wrapper__left-section ul li:hover a:after, .header-section .desk-header-wrapper__left-section ul li.current-menu-item a:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    background-color: #3F86A0;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .desk-header-wrapper__left-section ul li:hover a:after, .header-section .desk-header-wrapper__left-section ul li.current-menu-item a:after {
    width: 1.875vw;
    height: 0.15625vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper__left-section ul li:hover .child-sub-icon, .header-section .desk-header-wrapper__left-section ul li.current-menu-item .child-sub-icon {
    top: 30%;
    transform: rotate(180deg) translateY(-50%);
  }
  .header-section .desk-header-wrapper__left-section ul li:hover a[aria-current=page], .header-section .desk-header-wrapper__left-section ul li.current-menu-item a[aria-current=page] {
    color: #3F86A0;
  }
  .header-section .desk-header-wrapper__left-section ul li.current-menu-item .child-sub-icon {
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
  }
  .header-section .desk-header-wrapper__logo-section {
    display: flex;
    width: 8.3333333333vw;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
  }
  .header-section .desk-header-wrapper__logo-section a {
    width: 100%;
  }
  .header-section .desk-header-wrapper__logo-section a img {
    filter: grayscale(1);
  }
  .header-section .desk-header-wrapper__right-section {
    display: flex;
    align-items: center;
    width: 42vw;
    gap: 1vw;
    justify-content: flex-end;
  }
  .header-section .desk-header-wrapper__right-section a {
    color: #8EC2D2;
    font-size: 0.78125vw;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  .header-section .desk-header-wrapper__right-section a:hover {
    color: #3F86A0;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper ul li a {
    font-size: 0.78125vw;
  }
}
.header-section .desk-header-wrapper-fixed {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper-fixed {
    display: flex;
    position: fixed;
    width: 100%;
    top: -1vw;
    left: 0;
    z-index: 9;
    background-color: #ffffff;
    padding: 0 9vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .header-section .desk-header-wrapper-fixed__left-section {
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 85vw;
  }
  .header-section .desk-header-wrapper-fixed__left-section__logo img {
    width: 11vw;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul {
    display: flex;
    flex-direction: row;
    column-gap: 2.5vw;
    align-items: center;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li a {
    color: #3F86A0;
    font-size: 15vw;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 1.5vw 0;
    transition: 0.3s ease-in-out;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4vw;
    width: 15vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    background: var(--Linear, linear-gradient(90deg, #002d6a 0%, #001b40 100%));
    z-index: 9;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li {
    width: 100%;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li a {
    padding: 1vw;
    transition: 0.3s ease-in-out;
    color: #3F86A0;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li:hover > a {
    background-color: rgba(0, 0, 0, 0.35);
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li.menu-item-has-children:hover .sub-menu {
    position: absolute;
    opacity: 1;
    pointer-events: all;
    top: 4.4vw;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li.menu-item-has-children:hover .sub-menu li .sub-menu {
    opacity: 0;
    pointer-events: none;
    left: 15vw;
    top: 0;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li.menu-item-has-children:hover .sub-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li:hover a, .header-section .desk-header-wrapper-fixed__left-section ul li.current-menu-item a {
    color: #3F86A0;
  }
  .header-section .desk-header-wrapper-fixed__right-section {
    display: flex;
    align-items: center;
    width: 15vw;
    gap: 1vw;
    justify-content: flex-end;
  }
  .header-section .desk-header-wrapper-fixed__right-section a {
    border: 1px solid #927b64;
    border-radius: 50%;
    padding: 10px;
  }
  .header-section .desk-header-wrapper-fixed__right-section a svg {
    fill: #927b64;
    width: 25px;
    height: 25px;
    transition: 0.3s ease-in-out;
  }
  .header-section .desk-header-wrapper-fixed__right-section a:hover {
    background-color: #927b64;
  }
  .header-section .desk-header-wrapper-fixed__right-section a:hover svg {
    fill: #ffffff;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .desk-header-wrapper-fixed.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper-fixed ul li a {
    font-size: 1vw;
  }
}
.header-section .desk-header-wrapper-fixed .hdn-menu-item {
  display: none !important;
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper-fixed .hdn-menu-item {
    display: flex !important;
  }
}
.header-section .desk-header-wrapper-fixed .hdn-menu-item-more {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .header-section .desk-header-wrapper-fixed .hdn-menu-item-more {
    display: flex !important;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .desk-header-wrapper-fixed .hdn-menu-item-more {
    display: none !important;
  }
}
.header-section .hdn-menu-item {
  display: none !important;
}
@media only screen and (min-width: 1600px) {
  .header-section .hdn-menu-item {
    display: none !important;
  }
}
.header-section .hdn-menu-item-more {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .header-section .hdn-menu-item-more {
    display: flex !important;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .hdn-menu-item-more {
    display: flex !important;
  }
}
.header-section .banner-heading-section {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  z-index: 8;
  padding-left: 0;
}
@media only screen and (min-width: 1025px) {
  .header-section .banner-heading-section {
    max-width: 710px;
    bottom: 3vw;
    padding-left: 5vw;
  }
}
.header-section .hm-head-wg-icon {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 8;
  left: 50%;
  transform: translate(-50%, 50%);
}
.header-section .hm-head-wg-icon svg {
  width: 50px;
  height: 24px;
}
@media only screen and (min-width: 1025px) {
  .header-section .hm-head-wg-icon svg {
    width: 5vw;
    height: 3vw;
  }
}
.header-section.inner {
  height: 50dvh;
}
.header-section.inner .banner-heading-section {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section.inner {
    height: 70dvh;
  }
}

@media only screen and (min-width: 1025px) {
  .dots a {
    padding-bottom: 0.75vw !important;
  }
}

.desk-header-wrapper.pad-2.active {
  transition: 0.3s ease-in-out;
  background-color: #F6F3E8;
}
@media only screen and (min-width: 1025px) {
  .desk-header-wrapper.pad-2.active {
    padding: 0.7291666667vw 7.2916666667vw;
  }
  .desk-header-wrapper.pad-2.active .desk-header-wrapper__logo-section {
    width: 4vw;
    transition: 0.3s ease-in-out;
  }
}
.desk-header-wrapper.pad-2.active .desk-header-wrapper__left-section ul {
  flex-direction: row;
}
.desk-header-wrapper.pad-2.active .desk-header-wrapper__left-section ul.sub-menu {
  flex-direction: column;
}
.desk-header-wrapper.pad-2.active .desk-header-wrapper__left-section ul li {
  margin-top: 0;
}

#offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.current_page_item a {
  position: relative;
  color: #3F86A0 !important;
}

#offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.current_page_item > a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  height: 3px;
  background-color: #3F86A0;
}

#offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect .sub-menu {
  display: none;
}

#offcanvasMobile .smo-wrapper {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offcanvasMobile .smo-wrapper div {
  margin: 0 10px;
  height: 25px;
  width: 25px;
}

footer {
  position: relative;
}
footer:before {
  position: absolute;
  display: block;
  content: "";
  top: 41%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 207px;
  height: 221px;
  background-image: url("./images/body-pattern.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  filter: grayscale(1);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  footer:before {
    top: 50%;
    width: 13.6979166667vw;
    height: 14.5833333333vw;
    transform: translateY(-50%);
  }
}
footer:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 7.2916666667vw;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
footer .footer-wrapper {
  min-height: 10vw;
  background: #F6F3E8;
}
@media only screen and (max-width: 1025px) {
  footer .footer-wrapper {
    padding-top: 40px !important;
  }
}
footer .footer-wrapper .footer-inner {
  position: relative;
  margin: 0 25px 0;
  padding: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #8EC2D2;
}
@media only screen and (min-width: 768px) {
  footer .footer-wrapper .footer-inner {
    margin: 0 45px 0;
    padding: 45px 0 30px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner {
    margin: 0 14.1666666667vw 0;
    padding: 7.8125vw 0 3.125vw;
    flex-direction: row;
  }
}
footer .footer-wrapper .footer-inner .footer-left,
footer .footer-wrapper .footer-inner .footer-right {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left,
  footer .footer-wrapper .footer-inner .footer-right {
    width: 45%;
  }
}
footer .footer-wrapper .footer-inner .footer-left .logo-section {
  width: 172px;
  height: 148px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper .footer-inner .footer-left .logo-section {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .logo-section {
    width: 8.9583333333vw;
    height: 7.7083333333vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .logo-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
footer .footer-wrapper .footer-inner .footer-left .left-menu {
  padding-top: 30px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .left-menu {
    padding-top: 4.4270833333vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .left-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .left-menu ul {
    justify-content: flex-start;
  }
}
footer .footer-wrapper .footer-inner .footer-left .left-menu ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .left-menu ul li {
    padding: 0 0.6770833333vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .left-menu ul li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 75%;
  background: #D9D9D9;
  transform: translateY(-50%);
}
footer .footer-wrapper .footer-inner .footer-left .left-menu ul li:first-child {
  padding-left: 0;
}
footer .footer-wrapper .footer-inner .footer-left .left-menu ul li:first-child::before {
  display: none;
}
footer .footer-wrapper .footer-inner .footer-left .left-menu ul li a {
  color: #6C6C6C;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .left-menu ul li a {
    font-size: 0.8854166667vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .left-menu ul li a:hover {
  color: #3F86A0;
}
footer .footer-wrapper .footer-inner .footer-left .contact-section {
  position: relative;
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone {
    padding-top: 1.3020833333vw;
    justify-content: flex-start;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .footer-phone {
  margin-right: 5px;
  height: 17px;
  width: 17px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .footer-phone {
    margin-right: 0.7291666667vw;
    height: 0.9375vw;
    width: 0.9375vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone {
    padding-left: 0.8333333333vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0.4166666667vw;
  width: 1px;
  height: 75%;
  background: #727272;
  transform: translateY(-50%);
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone:first-child {
  padding-left: 0;
  padding-right: 5px;
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone:first-child:before {
  display: none;
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone a {
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone a {
    font-size: 0.8854166667vw;
    line-height: 1.5625vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-phone .phone .f-phone a:hover {
  color: #3F86A0;
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email {
  position: relative;
  margin-top: 24px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email {
    margin-top: 1.0416666667vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email .footer-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email .footer-cont {
    justify-content: flex-start;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email .footer-cont .footer-email {
  margin-right: 12px;
  height: 11px;
  width: 16px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email .footer-cont .footer-email {
    margin-right: 0.7291666667vw;
    height: 0.625vw;
    width: 0.9375vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email .footer-cont a {
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email .footer-cont a {
    font-size: 0.8854166667vw;
    line-height: 1.5625vw;
  }
}
footer .footer-wrapper .footer-inner .footer-left .contact-section .contact-email .footer-cont a:hover {
  color: #3F86A0;
}
footer .footer-wrapper .footer-inner .footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-right {
    align-items: flex-end;
  }
}
footer .footer-wrapper .footer-inner .footer-right .footer-cont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 24px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-right .footer-cont {
    margin-top: 0;
  }
}
footer .footer-wrapper .footer-inner .footer-right .footer-cont .location-pin {
  margin-right: 12px;
  height: 20px;
  width: 14px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-right .footer-cont .location-pin {
    margin-top: 0.2604166667vw;
    margin-right: 0.8333333333vw;
    height: 1.09375vw;
    width: 0.78125vw;
  }
}
footer .footer-wrapper .footer-inner .footer-right .footer-cont .footer-address {
  color: #727272;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.255px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-right .footer-cont .footer-address {
    font-size: 0.8854166667vw;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.01328125vw;
  }
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links {
  padding-top: 30px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-right .bottom-links {
    padding-top: 1.3020833333vw;
  }
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li {
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li {
    padding: 0 0.78125vw;
  }
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 75%;
  background: #D9D9D9;
  transform: translateY(-50%);
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li:first-child {
  padding-left: 0;
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li:first-child:before {
  display: none;
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li:last-child {
  padding-right: 0;
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li a {
  color: #6C6C6C;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li a {
    font-size: 0.78125vw;
  }
}
footer .footer-wrapper .footer-inner .footer-right .bottom-links ul li a:hover {
  color: #3F86A0;
}
footer .footer-wrapper .footer-bottom {
  padding: 2.34375vw 0 2.6041666667vw;
  margin: 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-bottom {
    margin: 0 14.1666666667vw 0;
  }
}
footer .footer-wrapper .footer-bottom .bottom-left,
footer .footer-wrapper .footer-bottom .bottom-right {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-bottom .bottom-left,
  footer .footer-wrapper .footer-bottom .bottom-right {
    width: 48%;
    text-align: left;
  }
}
footer .footer-wrapper .footer-bottom .bottom-left p,
footer .footer-wrapper .footer-bottom .bottom-left a {
  color: #6C6C6C;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-bottom .bottom-left p,
  footer .footer-wrapper .footer-bottom .bottom-left a {
    font-size: 0.78125vw;
    line-height: 1.8229166667vw;
  }
}
footer .footer-wrapper .footer-bottom .bottom-left a {
  transition: 0.3s ease-in-out;
}
footer .footer-wrapper .footer-bottom .bottom-left a:hover {
  color: #3F86A0;
}
@media only screen and (max-width: 768px) {
  footer .footer-wrapper .footer-bottom .bottom-left .line {
    width: 100%;
  }
}
footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper {
  display: none;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper.hide-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper.hide-desktop {
    display: none;
  }
}
footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper div {
  position: relative;
  margin-left: 1.0416666667vw;
  height: 25px;
  width: 34px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper div {
    height: 1.3020833333vw;
    width: 1.7708333333vw;
  }
}
footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper div:first-child {
  margin-left: 0;
}
footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper div .icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
footer .footer-wrapper .footer-bottom .bottom-right .footer-social-wrapper div .icon:hover {
  opacity: 0.5;
}
footer .footer-social-wrapper {
  display: none;
}
footer .footer-social-wrapper.hide-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-social-wrapper.hide-desktop {
    display: none;
    padding-top: 0;
  }
}
footer .footer-social-wrapper div {
  position: relative;
  margin-left: 20px;
  height: 25px;
  width: 34px;
}
footer .footer-social-wrapper div:first-child {
  margin-left: 0;
}
footer .footer-social-wrapper div .icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.template-heading-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 25px;
  z-index: 1;
}
.template-heading-section p {
  font-weight: 300;
}
.template-heading-section .share-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #927b64;
}
.template-heading-section .share-wrapper__item-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.template-heading-section .share-wrapper__item-wrapper svg {
  width: 20px;
  height: 20px;
  fill: #927b64;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .template-heading-section .share-wrapper__item-wrapper svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .template-heading-section .share-wrapper__item-wrapper a:first-child svg {
    width: 1vw;
  }
}
@media only screen and (min-width: 1025px) {
  .template-heading-section .share-wrapper span {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 600px) {
  .template-heading-section {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .template-heading-section {
    width: 75%;
    gap: 3vw;
  }
}

.wg-common-heading-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  align-items: center;
}
.wg-common-heading-wrapper h1,
.wg-common-heading-wrapper h2,
.wg-common-heading-wrapper h3,
.wg-common-heading-wrapper h4,
.wg-common-heading-wrapper h5,
.wg-common-heading-wrapper h6 {
  text-align: center;
  text-transform: none;
  justify-content: center;
}
.wg-common-heading-wrapper h6 {
  display: flex;
  position: relative;
}
.wg-common-heading-wrapper__cont {
  padding: 30px 20px 20px 0;
}
.wg-common-heading-wrapper__cont p {
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .wg-common-heading-wrapper__cont {
    padding: 3.6458333333vw 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-common-heading-wrapper {
    max-width: 820px;
    align-items: center;
  }
  .wg-common-heading-wrapper h1,
  .wg-common-heading-wrapper h2,
  .wg-common-heading-wrapper h3,
  .wg-common-heading-wrapper h4,
  .wg-common-heading-wrapper h5,
  .wg-common-heading-wrapper h6 {
    text-align: center;
  }
  .wg-common-heading-wrapper p {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wg-common-heading-wrapper p {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-common-heading-wrapper h1 span {
    font-family: "Caveat", cursive;
  }
  .wg-common-heading-wrapper h6 {
    justify-content: center;
  }
}
.wg-common-heading-wrapper--centered {
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .wg-common-heading-wrapper--centered {
    margin-left: 0;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-common-heading-wrapper--half-left {
    max-width: 50%;
  }
}
.wg-common-heading-wrapper--wht h1,
.wg-common-heading-wrapper--wht h2,
.wg-common-heading-wrapper--wht h3,
.wg-common-heading-wrapper--wht h4,
.wg-common-heading-wrapper--wht h5,
.wg-common-heading-wrapper--wht h6,
.wg-common-heading-wrapper--wht p {
  color: #ffffff;
}
.wg-common-heading-wrapper--sand-red h1,
.wg-common-heading-wrapper--sand-red h2,
.wg-common-heading-wrapper--sand-red h3,
.wg-common-heading-wrapper--sand-red h4,
.wg-common-heading-wrapper--sand-red h5,
.wg-common-heading-wrapper--sand-red h6,
.wg-common-heading-wrapper--sand-red p {
  color: #3F86A0;
}
.wg-common-heading-wrapper--sand-red h6 {
  color: #3F86A0;
  text-transform: uppercase;
}
.wg-common-heading-wrapper--sand-red h6:before {
  background: #c41230;
}

@media only screen and (min-width: 1025px) {
  .max-45 {
    max-width: 45% !important;
  }
}

@media only screen and (min-width: 1025px) {
  .wg-common-heading-wrapper.max-45 h6 {
    margin-left: 0 !important;
  }
}

.wg-cmn-card-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.wg-cmn-card-1__img-wrapper {
  position: relative;
}
.wg-cmn-card-1__img-wrapper img {
  display: block;
  position: relative;
  aspect-ratio: 1;
  z-index: 2;
}
.wg-cmn-card-1__img-wrapper__cat-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper {
    padding-left: 15px;
  }
}
.wg-cmn-card-1__img-wrapper__cat-wrapper p {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.wg-cmn-card-1__img-wrapper__cat-wrapper ul {
  display: flex;
  gap: 10px 20px;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-left: 15px;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul:first-child {
    margin-left: 0 !important;
  }
}
.wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  color: #8EC2D2 !important;
  padding-left: 10px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
    margin-left: 15px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
    font-size: 0.9375vw;
    line-height: 1.8229166667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li:first-child {
    margin-left: 0 !important;
  }
}
.wg-cmn-card-1__img-wrapper__cat-wrapper ul li:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #8EC2D2;
}
.wg-cmn-card-1__content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 50px;
  gap: 25px;
  height: auto;
  align-items: center;
}
.wg-cmn-card-1__content-wrapper__main-cont {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.wg-cmn-card-1__content-wrapper__main-cont h6 {
  font-family: "Jost", sans-serif;
  color: #927b64;
  font-weight: 600;
  letter-spacing: 1px;
}
.wg-cmn-card-1__content-wrapper__main-cont h3 {
  color: #927b64;
  text-transform: uppercase;
  text-align: center;
}
.wg-cmn-card-1__content-wrapper__sub-cont {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  align-items: center;
}
.wg-cmn-card-1__content-wrapper__sub-cont__details {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.wg-cmn-card-1__content-wrapper__sub-cont__details h5 {
  font-family: "Jost", sans-serif;
  color: #927b64;
}
.wg-cmn-card-1__content-wrapper__sub-cont__details h4 {
  font-family: "Jost", sans-serif;
  color: #3F86A0;
  font-weight: 600;
}
.wg-cmn-card-1:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
}
.wg-cmn-card-1:hover .inner-arrow-wrapper {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper p,
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper p,
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
    font-size: 0.78vw;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul {
    display: flex;
    gap: 0;
    position: relative;
    list-style-type: none !important;
    flex-wrap: nowrap;
  }
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
    padding-bottom: 0 !important;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    color: #6C8A79;
    white-space: nowrap;
    list-style-type: none !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
    font-size: 0.78vw;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li::after {
    content: ".";
    position: absolute;
    left: -12px;
    bottom: 0;
    line-height: 30px;
  }
  .wg-cmn-card-1__img-wrapper__cat-wrapper ul li:first-child::after {
    content: unset;
  }
  .wg-cmn-card-1__content-wrapper {
    height: auto;
    padding: 2vw 2vw 3vw;
    align-items: flex-start;
  }
  .wg-cmn-card-1__content-wrapper__main-cont {
    align-items: flex-start;
  }
  .wg-cmn-card-1__content-wrapper__main-cont h3 {
    text-align: left;
  }
  .wg-cmn-card-1__content-wrapper__main-cont h6 {
    font-size: 0.7vw;
    letter-spacing: 0.1vw;
    text-transform: uppercase;
  }
  .wg-cmn-card-1__content-wrapper__sub-cont {
    flex-direction: column;
    gap: 1vw 1vw;
    align-items: flex-start;
  }
  .wg-cmn-card-1__content-wrapper__sub-cont__details {
    align-items: flex-start;
  }
  .wg-cmn-card-1__content-wrapper__sub-cont__details h5 {
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
  }
}
.wg-cmn-card-1--vari-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
.wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6 {
  position: relative;
  width: max-content;
}
.wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  width: 50px;
  height: 2px;
  background: #927b64;
}
.wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__sub-cont {
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__sub-cont {
    flex-direction: column;
    gap: 1vw 0;
  }
}
.wg-cmn-card-1--vari-2:hover {
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1--vari-2__sub-cont {
    flex-direction: column;
    gap: 1vw 0;
  }
}
.wg-cmn-card-1--vari-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
.wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__sub-cont {
  flex-direction: column;
  gap: 20px;
}
.wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag img {
  width: 40px;
  object-fit: contain;
}
.wg-cmn-card-1--vari-3:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag {
    display: flex;
    gap: 1vw;
    justify-content: space-between;
  }
  .wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag img {
    width: 3vw;
    object-fit: contain;
  }
  .wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__sub-cont {
    gap: 1vw;
  }
}

.wg-blue-grad-btn:hover {
  background: #ffffff;
  color: #927b64;
  border: 1px solid #927b64;
}

.wg-cmn-card-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  border-radius: 0 !important;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wg-cmn-card-2 {
    flex-direction: row;
  }
}
.wg-cmn-card-2__img-wrapper {
  aspect-ratio: 14/9 !important;
}
.wg-cmn-card-2__img-wrapper img {
  aspect-ratio: 1;
}
.wg-cmn-card-2__title-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 20px;
  justify-content: flex-end;
  z-index: 3;
}
.wg-cmn-card-2__title-wrapper__top {
  display: flex;
  flex-direction: row;
  gap: 10px 0;
  position: relative;
  width: 50%;
  text-transform: uppercase;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-2__title-wrapper__top {
    flex-wrap: wrap;
  }
}
.wg-cmn-card-2__title-wrapper__top h5 {
  background: #927b64;
  padding: 5px 10px;
  width: max-content;
  color: white;
}
.wg-cmn-card-2__title-wrapper__bottom {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  text-transform: uppercase;
}
.wg-cmn-card-2__title-wrapper__bottom h3 {
  font-size: 35px;
}
.wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
  height: 24px;
  width: 24px;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.wg-cmn-card-2__img-wrapper {
  aspect-ratio: 73/54;
}
.wg-cmn-card-2__img-wrapper img {
  aspect-ratio: 73/54;
}
.wg-cmn-card-2__title-wrapper {
  padding: 3vw 2.5vw;
}
.wg-cmn-card-2__title-wrapper__top {
  width: 25%;
  gap: 0;
  max-width: 100%;
}
.wg-cmn-card-2__title-wrapper__top .post-date {
  color: #8EC2D2;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-2__title-wrapper__top .post-date {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__top .post-date {
    font-size: 0.9375vw;
    line-height: 1.8229166667vw;
  }
}
.wg-cmn-card-2__title-wrapper__top .wg-cmn-card-2__title-wrapper-category ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wg-cmn-card-2__title-wrapper__top .wg-cmn-card-2__title-wrapper-category ul li {
  position: relative;
  padding-left: 20px;
  color: #8EC2D2;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__top .wg-cmn-card-2__title-wrapper-category ul li {
    font-size: 0.9375vw;
    line-height: 1.8229166667vw;
    padding-left: 1.25vw;
  }
}
.wg-cmn-card-2__title-wrapper__top .wg-cmn-card-2__title-wrapper-category ul li:before {
  position: absolute;
  display: block;
  content: "";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #8EC2D2;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__top .wg-cmn-card-2__title-wrapper-category ul li:before {
    left: 0.625vw;
  }
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-2__title-wrapper__top .wg-cmn-card-2__title-wrapper-category ul li:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-2__title-wrapper__top .wg-cmn-card-2__title-wrapper-category ul li:first-child:before {
    display: none;
  }
}
.wg-cmn-card-2__title-wrapper__top h5 {
  background: #927b64;
  padding: 0.5vw 1vw;
  width: max-content;
  color: white;
}
.wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
  width: 24px;
  height: 24px;
}
.wg-cmn-card-2__title-wrapper__bottom h5 {
  position: relative;
  width: max-content;
  font-size: 0.7vw;
}
.wg-cmn-card-2__title-wrapper__bottom h5:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ffffff;
  top: 40%;
  right: -65px;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper {
    padding: 2.0833333333vw;
    width: 44%;
  }
  .wg-cmn-card-2__title-wrapper__top {
    width: 65%;
    max-width: 16.40625vw;
  }
  .wg-cmn-card-2__title-wrapper__bottom h3 {
    font-size: 1.7vw;
  }
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    text-align: left;
    padding-top: 2.0833333333vw;
  }
}
.wg-cmn-card-2--featured:before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 55px;
  top: -1px;
  left: 20px;
  background: url("../assets/images/featured-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.wg-cmn-card-2--featured .wg-cmn-card-2__img-wrapper {
  animation-name: zoomInOut;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper {
  top: 15%;
  height: 85%;
  justify-content: space-between;
}
.wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2--featured:before {
    left: 2.5vw;
  }
  .wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper {
    padding: 0vw 2.5vw 8vw;
  }
  .wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    right: 3vw;
    bottom: 8vw;
  }
  .wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}

.wg-cmn-card-3 {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.wg-cmn-card-3__img-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
}
.wg-cmn-card-3__img-wrapper__cat-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  gap: 5px 25px;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.wg-cmn-card-3__img-wrapper__cat-wrapper p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.wg-cmn-card-3__img-wrapper__inner-arrow-wrapper {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.wg-cmn-card-3__img-wrapper__inner-arrow-wrapper svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
.wg-cmn-card-3__cont-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 10px 50px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-3 {
    gap: 2.5vw;
  }
  .wg-cmn-card-3__img-wrapper img {
    z-index: 2;
  }
  .wg-cmn-card-3__img-wrapper__cat-wrapper {
    padding: 1vw 2vw;
    gap: 0.5vw 1vw;
    justify-content: flex-start;
  }
  .wg-cmn-card-3__img-wrapper__cat-wrapper p {
    font-size: 1vw;
  }
  .wg-cmn-card-3__img-wrapper__inner-arrow-wrapper {
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  .wg-cmn-card-3__img-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    transition: 0.3s ease-in-out;
  }
  .wg-cmn-card-3__cont-wrapper {
    padding: 0;
    text-align: left;
  }
  .wg-cmn-card-3__cont-wrapper h5 {
    font-size: 0.7vw;
  }
  .wg-cmn-card-3__cont-wrapper h3 {
    font-size: 1.4vw;
  }
}
.wg-cmn-card-3:hover .wg-cmn-card-3__img-wrapper__inner-arrow-wrapper {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.wg-cmn-card-3:hover .wg-cmn-card-3__img-wrapper:after {
  top: 0.5vw;
  z-index: 1;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.wg-cmn-card-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wg-cmn-card-4__img-wrapper {
  aspect-ratio: 0.8/1;
}
.wg-cmn-card-4__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  padding: 0 50px;
  text-align: center;
  width: 100%;
  z-index: 4;
}
.wg-cmn-card-4__content-wrapper h3 {
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .wg-cmn-card-4__content-wrapper {
    text-align: left;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-4__content-wrapper {
    padding: 0 2.5vw;
  }
  .wg-cmn-card-4__content-wrapper p {
    transition: 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    line-height: 1;
  }
  .wg-cmn-card-4:hover .wg-cmn-card-4__content-wrapper p {
    max-height: 250px;
  }
}

.wg-cmn-card-5 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wg-cmn-card-5__img-wrapper {
  position: relative;
  aspect-ratio: 0.8/1;
}
.wg-cmn-card-5__img-wrapper img {
  display: block;
  position: relative;
  z-index: 2;
}
.wg-cmn-card-5__img-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
}
.wg-cmn-card-5__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.wg-cmn-card-5__content-wrapper h2 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .wg-cmn-card-5 {
    flex-direction: row;
  }
  .wg-cmn-card-5__img-wrapper {
    width: 50%;
    aspect-ratio: 1.35/1;
  }
  .wg-cmn-card-5__content-wrapper {
    padding: 0 30px;
    width: 50%;
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-5 {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  .wg-cmn-card-5__content-wrapper {
    gap: 2vw;
    padding: 4.5vw 1vw 0 4vw;
  }
  .wg-cmn-card-5__content-wrapper h2 {
    font-size: 3.9vw;
  }
  .wg-cmn-card-5__content-wrapper p {
    width: 75%;
  }
}

.wg-cmn-card-6 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wg-cmn-card-6__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-6 {
    gap: 2vw;
  }
  .wg-cmn-card-6__content-wrapper {
    gap: 0.5vw;
  }
}
.inner-arrow-wrapper {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .inner-arrow-wrapper {
    opacity: 0;
  }
}

sup {
  text-transform: lowercase;
}

.post-cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent;
  transition: 0.4s ease-in-out;
}
.post-cards__img-wrapper {
  position: relative;
}
.post-cards__img-wrapper img {
  display: block;
  position: relative;
  aspect-ratio: 1;
  z-index: 2;
}
.post-cards__img-wrapper__cat-wrapper {
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 3;
  width: 80%;
}
.post-cards__img-wrapper__cat-wrapper p {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.post-cards__img-wrapper__cat-wrapper ul {
  display: flex;
  gap: 10px 20px;
  position: absolute;
  top: 20px;
  flex-wrap: wrap;
}
.post-cards__img-wrapper__cat-wrapper ul li {
  font-size: 11px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper ul li {
    font-size: 0.78vw;
  }
}
.post-cards__img-wrapper__cat-wrapper ul li::after {
  content: ".";
  position: absolute;
  left: -12px;
  bottom: 0;
  line-height: 30px;
  line-height: 1.5;
}
.post-cards__img-wrapper__cat-wrapper ul li:first-child::after {
  content: unset;
}
.post-cards__img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 2;
}
.post-cards__content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 50px;
  gap: 25px;
  height: auto;
  align-items: center;
}
.post-cards__content-wrapper__main-cont {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.post-cards__content-wrapper__main-cont h6 {
  font-family: "Jost", sans-serif;
  color: #927b64;
  font-weight: 600;
  letter-spacing: 1px;
}
.post-cards__content-wrapper__main-cont h3 {
  color: #927b64;
  text-transform: uppercase;
  text-align: center;
}
.post-cards__content-wrapper__sub-cont {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  align-items: center;
}
.post-cards__content-wrapper__sub-cont__details {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.post-cards__content-wrapper__sub-cont__details h5 {
  font-family: "Jost", sans-serif;
  color: #927b64;
}
.post-cards__content-wrapper__sub-cont__details h4 {
  font-family: "Jost", sans-serif;
  color: #3F86A0;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper {
    left: 25px;
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper {
    left: 2.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper p,
  .post-cards__img-wrapper__cat-wrapper ul li {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper p,
  .post-cards__img-wrapper__cat-wrapper ul li {
    font-size: 0.78vw;
  }
}
@media only screen and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper ul {
    display: flex;
    gap: 10px 20px;
    position: absolute;
  }
  .post-cards__img-wrapper__cat-wrapper ul li {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper ul li {
    font-size: 0.78vw;
  }
}
@media only screen and (min-width: 1025px) {
  .post-cards__img-wrapper__cat-wrapper ul li::after {
    content: ".";
    position: absolute;
    left: -12px;
    bottom: 0;
    line-height: 30px;
  }
  .post-cards__img-wrapper__cat-wrapper ul li:first-child::after {
    content: unset;
  }
  .post-cards__content-wrapper {
    height: auto;
    padding: 2vw 2vw 3vw;
    align-items: flex-start;
  }
  .post-cards__content-wrapper__main-cont {
    align-items: flex-start;
  }
  .post-cards__content-wrapper__main-cont h3 {
    text-align: left;
  }
  .post-cards__content-wrapper__main-cont h6 {
    font-size: 0.7vw;
    letter-spacing: 0.1vw;
    text-transform: uppercase;
  }
  .post-cards__content-wrapper__sub-cont {
    flex-direction: column;
    gap: 1vw 1vw;
    align-items: flex-start;
  }
  .post-cards__content-wrapper__sub-cont__details {
    align-items: flex-start;
  }
  .post-cards__content-wrapper__sub-cont__details h5 {
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
  }
}
.post-cards--vari-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.post-cards--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6 {
  position: relative;
  width: max-content;
}
.post-cards--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  width: 50px;
  height: 2px;
  background: #927b64;
}
.post-cards--vari-2 .wg-cmn-card-1__content-wrapper__sub-cont {
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .post-cards--vari-2 .wg-cmn-card-1__content-wrapper__sub-cont {
    flex-direction: column;
    gap: 1vw 0;
  }
}
.post-cards--vari-2:hover {
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1025px) {
  .post-cards--vari-2__sub-cont {
    flex-direction: column;
    gap: 1vw 0;
  }
}
.post-cards--vari-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.post-cards--vari-3 .wg-cmn-card-1__content-wrapper__sub-cont {
  flex-direction: column;
  gap: 20px;
}
.post-cards--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.post-cards--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag img {
  width: 40px;
  object-fit: contain;
}
.post-cards--vari-3:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .post-cards--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag {
    display: flex;
    gap: 1vw;
    justify-content: space-between;
  }
  .post-cards--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag img {
    width: 3vw;
    object-fit: contain;
  }
  .post-cards--vari-3 .wg-cmn-card-1__content-wrapper__sub-cont {
    gap: 1vw;
  }
}

.wg-blue-grad-btn:hover {
  background: #ffffff;
  color: #927b64;
  border: 1px solid #927b64;
}

.post-cards {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .post-cards__img-wrapper {
    aspect-ratio: 1.3/1;
  }
}
@media only screen and (min-width: 1025px) {
  .post-cards__img-wrapper img {
    aspect-ratio: 1.3/1;
  }
}
.post-cards__title-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 20px;
  justify-content: flex-end;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .post-cards__title-wrapper {
    padding: 20px;
  }
}
.post-cards__title-wrapper__top {
  display: flex;
  flex-direction: row;
  gap: 10px 0;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  gap: 5px;
  padding-bottom: 15px;
  border-bottom: 2px solid #8EC2D2;
}
@media only screen and (max-width: 768px) {
  .post-cards__title-wrapper__top {
    padding-bottom: 1.0416666667vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.post-cards__title-wrapper__bottom {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  text-transform: uppercase;
}
.post-cards__title-wrapper__bottom h3 {
  font-size: 35px;
}
.post-cards__title-wrapper__inner-arrow-wrapper {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .post-cards__title-wrapper__inner-arrow-wrapper {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .post-cards__title-wrapper__inner-arrow-wrapper {
    margin-top: 0;
  }
}
.post-cards__title-wrapper__inner-arrow-wrapper svg {
  height: 24px;
  width: 24px;
}
@media only screen and (min-width: 1025px) {
  .post-cards__title-wrapper__inner-arrow-wrapper svg {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.post-cards .post-date {
  color: #8EC2D2;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .post-cards .post-date {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .post-cards .post-date {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }
}
.post-cards .post-cards__title-wrapper-category ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-cards .post-cards__title-wrapper-category ul li {
  position: relative;
  padding-left: 20px;
  color: #8EC2D2;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1025px) {
  .post-cards .post-cards__title-wrapper-category ul li {
    font-size: 0.9375vw;
    line-height: 1.8229166667vw;
    padding-left: 1.25vw;
  }
}
.post-cards .post-cards__title-wrapper-category ul li:before {
  position: absolute;
  display: block;
  content: "";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #8EC2D2;
}
@media only screen and (min-width: 1025px) {
  .post-cards .post-cards__title-wrapper-category ul li:before {
    left: 0.625vw;
  }
}
@media only screen and (max-width: 768px) {
  .post-cards .post-cards__title-wrapper-category ul li:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .post-cards .post-cards__title-wrapper-category ul li:first-child:before {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .post-cards__title-wrapper {
    padding: 3vw 2.5vw;
  }
  .post-cards__title-wrapper__top .post-date {
    color: #8EC2D2;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .post-cards__title-wrapper__top .post-date {
    font-size: 0.9375vw;
    line-height: 1.8229166667vw;
  }
}
@media only screen and (min-width: 600px) {
  .post-cards__title-wrapper__top h5 {
    background: #927b64;
    padding: 0.5vw 1vw;
    width: max-content;
    border-radius: 20px;
    color: white;
  }
  .post-cards__title-wrapper__inner-arrow-wrapper svg {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
  .post-cards__title-wrapper__bottom h5 {
    position: relative;
    width: max-content;
    font-size: 0.7vw;
  }
  .post-cards__title-wrapper__bottom h5:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #ffffff;
    top: 40%;
    right: -65px;
  }
}
@media only screen and (min-width: 1025px) {
  .post-cards__title-wrapper {
    padding: 2.0833333333vw 0 0;
  }
  .post-cards__title-wrapper__bottom h3 {
    font-size: 1.7vw;
  }
  .post-cards__title-wrapper__inner-arrow-wrapper {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    text-align: left;
    padding-top: 2.0833333333vw;
  }
}
.post-cards--featured:before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 55px;
  top: -1px;
  left: 20px;
  background: url("../assets/images/featured-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.post-cards--featured .post-cards__img-wrapper {
  animation-name: zoomInOut;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.post-cards--featured .post-cards__title-wrapper {
  top: 15%;
  height: 85%;
  justify-content: space-between;
}
.post-cards--featured .post-cards__title-wrapper__inner-arrow-wrapper {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.post-cards--featured .post-cards__title-wrapper__inner-arrow-wrapper svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media only screen and (min-width: 1025px) {
  .post-cards--featured:before {
    left: 2.5vw;
  }
  .post-cards--featured .post-cards__title-wrapper {
    padding: 0vw 2.5vw 8vw;
  }
  .post-cards--featured .post-cards__title-wrapper__inner-arrow-wrapper {
    right: 3vw;
    bottom: 8vw;
  }
  .post-cards--featured .post-cards__title-wrapper__inner-arrow-wrapper svg {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}

.wg-cmn-card-3 {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.wg-cmn-card-3__img-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
}
.wg-cmn-card-3__img-wrapper__cat-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  gap: 5px 25px;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.wg-cmn-card-3__img-wrapper__cat-wrapper p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.wg-cmn-card-3__img-wrapper__inner-arrow-wrapper {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.wg-cmn-card-3__img-wrapper__inner-arrow-wrapper svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
.wg-cmn-card-3__cont-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 10px 50px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-3 {
    gap: 2.5vw;
  }
  .wg-cmn-card-3__img-wrapper img {
    z-index: 2;
  }
  .wg-cmn-card-3__img-wrapper__cat-wrapper {
    padding: 1vw 2vw;
    gap: 0.5vw 1vw;
    justify-content: flex-start;
  }
  .wg-cmn-card-3__img-wrapper__cat-wrapper p {
    font-size: 1vw;
  }
  .wg-cmn-card-3__img-wrapper__inner-arrow-wrapper {
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  .wg-cmn-card-3__img-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
  }
  .wg-cmn-card-3__cont-wrapper {
    padding: 0;
    text-align: left;
  }
  .wg-cmn-card-3__cont-wrapper h5 {
    font-size: 0.7vw;
  }
  .wg-cmn-card-3__cont-wrapper h3 {
    font-size: 1.4vw;
  }
}
.wg-cmn-card-3:hover .wg-cmn-card-3__img-wrapper__inner-arrow-wrapper {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.wg-cmn-card-3:hover .wg-cmn-card-3__img-wrapper:after {
  top: 0.5vw;
  z-index: 1;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.wg-cmn-card-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}
.wg-cmn-card-4__img-wrapper {
  aspect-ratio: 0.8/1;
}
.wg-cmn-card-4__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  padding: 0 50px;
  text-align: center;
  width: 100%;
  z-index: 4;
}
.wg-cmn-card-4__content-wrapper h3 {
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .wg-cmn-card-4__content-wrapper {
    text-align: left;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-4__content-wrapper {
    padding: 0 2.5vw;
  }
  .wg-cmn-card-4__content-wrapper p {
    transition: 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    line-height: 1;
  }
  .wg-cmn-card-4:hover .wg-cmn-card-4__content-wrapper p {
    max-height: 250px;
  }
}

.wg-cmn-card-5 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wg-cmn-card-5__img-wrapper {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 0.8/1;
}
.wg-cmn-card-5__img-wrapper img {
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 2;
}
.wg-cmn-card-5__img-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 20px;
  z-index: 1;
}
.wg-cmn-card-5__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.wg-cmn-card-5__content-wrapper h2 {
  color: #927b64;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .wg-cmn-card-5 {
    flex-direction: row;
  }
  .wg-cmn-card-5__img-wrapper {
    width: 50%;
    aspect-ratio: 1.35/1;
  }
  .wg-cmn-card-5__content-wrapper {
    padding: 0 30px;
    width: 50%;
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-5 {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  .wg-cmn-card-5__content-wrapper {
    gap: 2vw;
    padding: 4.5vw 1vw 0 4vw;
  }
  .wg-cmn-card-5__content-wrapper h2 {
    font-size: 3.9vw;
  }
  .wg-cmn-card-5__content-wrapper p {
    width: 75%;
  }
}

.wg-cmn-card-6 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wg-cmn-card-6 img {
  border-radius: 20px;
}
.wg-cmn-card-6__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-6 {
    gap: 2vw;
  }
  .wg-cmn-card-6__content-wrapper {
    gap: 0.5vw;
  }
}
.inner-arrow-wrapper {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .inner-arrow-wrapper {
    opacity: 0;
  }
}

sup {
  text-transform: lowercase;
}

.wg-3-crop-gal {
  display: flex;
  width: 100%;
}
.wg-3-crop-gal__img-wrapper {
  position: relative;
  margin: 20px;
}
.wg-3-crop-gal__img-wrapper img {
  aspect-ratio: 1.36/1;
  border-radius: 20px;
  overflow: hidden;
}
.wg-3-crop-gal__img-wrapper__content-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 4;
  padding: 20px 50px;
}
.wg-3-crop-gal__img-wrapper__content-wrap p {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  z-index: 4;
}
.wg-3-crop-gal .grd-overlay {
  border-radius: 20px;
  overflow: hidden;
}
.wg-3-crop-gal .grd-overlay::before {
  display: none;
}
@media only screen and (min-width: 600px) {
  .wg-3-crop-gal__img-wrapper {
    margin: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .wg-3-crop-gal__img-wrapper {
    margin: 2vw;
  }
  .wg-3-crop-gal .grd-overlay {
    border-radius: 2vw;
    overflow: hidden;
  }
  .wg-3-crop-gal .grd-overlay::before {
    display: none;
  }
}
.wg-3-crop-gal .slick-next {
  right: 20px;
}
@media only screen and (min-width: 1025px) {
  .wg-3-crop-gal .slick-next {
    right: 3vw;
  }
}
.wg-3-crop-gal .slick-prev {
  left: 20px;
}
@media only screen and (min-width: 1025px) {
  .wg-3-crop-gal .slick-prev {
    left: 3vw;
  }
}

.accordion-mack {
  box-shadow: none;
  border: none;
}
.accordion-mack .accordion-item {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  border: none;
  padding: 0 0 0 0;
  background-color: transparent;
}
.accordion-mack .accordion-item:last-child {
  border-bottom: unset;
}
.accordion-mack .accordion-item .accordion-button {
  font-size: 1.5625rem;
  color: #927b64;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 60px;
}
.accordion-mack .accordion-item .accordion-button::after {
  position: absolute;
  left: 20px;
  margin: 0;
  width: 30px;
  height: 30px;
  background-image: url("../assets/images/acco-collapsed.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.accordion-mack .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-mack .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/acco-expand.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-mack .accordion-item .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 65px;
}
.accordion-mack .accordion-item .accordion-body .accord-img-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item {
  display: flex;
  position: relative;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
}
.accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Caveat", cursive;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 3;
}
.accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper h3 {
  color: #927b64;
}
@media only screen and (min-width: 600px) {
  .accordion-mack .accordion-item {
    padding: 0 0 0 50px;
  }
  .accordion-mack .accordion-item .accordion-button {
    padding-left: 0px;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    left: -50px;
  }
  .accordion-mack .accordion-item .accordion-body {
    gap: 25px;
    padding-left: 20px;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper {
    gap: 30px;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item {
    display: flex;
    position: relative;
    border-radius: 20px;
    width: calc(50% - 15px);
    overflow: hidden;
    aspect-ratio: 1;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Caveat", cursive;
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  .accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper {
    gap: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .accordion-mack .accordion-item {
    padding: 15px 0px 15px 40px;
    border: none;
    border-bottom: 1px solid #b9ab96;
  }
  .accordion-mack .accordion-item .accordion-button {
    font-size: 1.5vw;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    width: 1.7vw;
    height: 1.7vw;
  }
  .accordion-mack .accordion-item .accordion-body {
    padding-right: 0 !important;
    padding-left: 0 !important;
    gap: 2vw;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper {
    gap: 1vw 1.5vw;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item {
    display: flex;
    position: relative;
    border-radius: 2vw;
    width: calc(33.3333333333% - 1.3333333333vw);
    overflow: hidden;
    aspect-ratio: 1;
  }
  .accordion-mack .accordion-item .accordion-body .accord-img-wrapper__img-item p {
    position: absolute;
    bottom: 20px;
    left: 10%;
    transform: translateX(0);
    font-family: "Caveat", cursive;
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5vw;
  }
  .accordion-mack .accordion-item .accordion-body .accord-ext-content-wrapper {
    gap: 2vw;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
}

/***********************Default Formatting***********************/
@media (min-width: 1025px) {
  .without-banner-img {
    height: 9.8958333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .without-banner-img {
    height: 9.8958333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner-img {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .without-banner-img {
    height: 100px;
  }
}

.no-banners .header-section {
  height: auto;
}
.no-banners .header-section .desk-header-wrapper {
  background: #F6F5EF !important;
}

/**************************Wrapper****************************************/
.wrapper--90 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--50 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--50 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--50 {
    width: 90%;
  }
}
.wrapper--40 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--40 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--40 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.wrapper--80 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--80 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--80 {
    width: 90%;
  }
}
.wrapper--85 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--85 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--85 {
    width: 90%;
  }
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--100 {
    font-size: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--100 {
    font-size: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--100 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--100 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--100 {
    line-height: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--100 {
    line-height: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--100 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--100 {
    line-height: 50px;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    font-size: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    font-size: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--25 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--25 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--25 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--25 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .heading--25 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--25 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--25 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--25 {
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .paragraph--22 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    line-height: 25px;
  }
}

.font-color--brown {
  color: #927b64;
}
.font-color--black {
  color: #000;
}

.font-family--antonio {
  font-family: "Caveat", cursive;
}
.font-family--roboto {
  font-family: "Jost", sans-serif;
}

.font-weight--300 {
  font-weight: 300 !important;
}
.font-weight--400 {
  font-weight: 400 !important;
}
.font-weight--500 {
  font-weight: 500 !important;
}
.font-weight--600 {
  font-weight: 600 !important;
}

.bg-color--ash {
  background: #f2f2f2 !important;
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--200 {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--200 {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--200 {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .padding-top--200 {
    padding-top: 80px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 10px;
  }
}

/****************************padding END*********************************************/
.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  border: 0;
  font-family: "Jost", sans-serif;
  transition: all 0.5s;
  border-radius: 1.5625vw;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    width: 13.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    width: 13.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .next-btn {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    letter-spacing: 0.0885416667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.0885416667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 1.7px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 1.7px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-right: 20px;
  }
}
.next-btn--blue {
  color: #fff;
  background: #8EC2D2;
}
.next-btn--blue:hover {
  background: transparent;
  color: #8EC2D2;
  border: 1px solid #8EC2D2;
}
.next-btn--brown-line {
  color: #8EC2D2;
  border: 1px solid #8EC2D2;
}
.next-btn--brown-line:hover {
  color: #fff;
  background: #8EC2D2;
}

@media (min-width: 1025px) {
  .btn-wrap-404 a:first-child {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-404 a:first-child {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-404 a:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-404 a:first-child {
    margin-right: 0px;
  }
}

.sitemap-div .sitemap {
  width: 100%;
  margin: 0 auto;
}

.offers-text {
  height: auto;
  width: 100%;
  justify-content: space-between;
}
.offers-text .wg-cmn-card-1__content-wrapper__main-cont__flag {
  width: 100%;
}
.offers-text h3 {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .offers-text h3 {
    height: 4.6875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offers-text h3 {
    height: 4.6875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offers-text h3 {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .offers-text h3 {
    height: 55px;
  }
}

.offer-content h4 {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .offer-content h4 {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-content h4 {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-content h4 {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .offer-content h4 {
    height: 30px;
  }
}

.travel-text {
  height: auto;
  gap: 10px;
  justify-content: space-between;
}
.travel-text h3 {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .travel-text h3 {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-text h3 {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-text h3 {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .travel-text h3 {
    height: 60px;
  }
}

.gap-0 {
  gap: 0;
}

.tag-wrap {
  display: flex;
  align-items: center;
  transform: none;
  left: 12%;
}
.tag-wrap span {
  padding: 0 10px;
}
.tag-wrap p:last-child span {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.location-wrap {
  display: flex;
  align-items: center;
}
.location-wrap span {
  padding: 0 3px 0 0;
}
.location-wrap span:last-child {
  display: none !important;
}

#travelTab {
  display: none;
  border: 0;
  padding-left: 25px;
}
@media (min-width: 1025px) {
  #travelTab {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #travelTab {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #travelTab {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #travelTab {
    padding-bottom: 20px;
  }
}
#travelTab button {
  margin-right: 15px;
}
#travelTab button.active {
  background: #927b64;
  color: #ffffff;
  border: 1px solid #927b64;
}

.offer-tag {
  position: absolute;
  z-index: 2;
  bottom: auto;
  top: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .offer-tag {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-tag {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-tag {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .offer-tag {
    font-size: 14px;
  }
}

.offer-tag__expire {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.3294117647);
  width: max-content;
  margin: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .offer-tag__expire {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-tag__expire {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-tag__expire {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .offer-tag__expire {
    font-size: 13px;
  }
}

.hm-blog-body-section__faq-section {
  margin-top: 20px;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  color: #927b64;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 14px;
  }
}

.display {
  display: block !important;
}

.display-none {
  display: none !important;
}

.insta-div .wg-common-heading-wrapper {
  max-width: 80%;
}
.insta-div .wg-white-sand-btn {
  height: auto;
  padding: 0;
  border: 0 !important;
}

#accordionFaq {
  border: 0;
}
#accordionFaq button {
  box-shadow: none;
  background: transparent !important;
}
@media (min-width: 1025px) {
  #accordionFaq button {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFaq button {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFaq button {
    padding-top: 14px;
  }
}
@media (max-width: 600px) {
  #accordionFaq button {
    padding-top: 14px;
  }
}
@media (min-width: 1025px) {
  #accordionFaq button {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFaq button {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFaq button {
    padding-bottom: 14px;
  }
}
@media (max-width: 600px) {
  #accordionFaq button {
    padding-bottom: 14px;
  }
}
#accordionFaq .accordion-body {
  padding-left: 0;
  padding-right: 0 !important;
}
#accordionFaq .accordion-item {
  padding-bottom: 0;
}
#accordionFaq .accordion-button::after {
  background-image: url("");
}

.wysiwyg-container h1,
.wysiwyg-container h2,
.wysiwyg-container h3,
.wysiwyg-container h4,
.wysiwyg-container h5,
.wysiwyg-container h6 {
  color: #727272;
}

.form-div-wrap {
  border-radius: 30px;
  background: #fff;
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-left: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-left: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-right: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-right: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-right: 20px;
  }
}

.loading-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.loading-wrap img {
  width: 10vw;
  height: auto;
}

.pagination-div {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .pagination-div {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .pagination-div {
    padding-top: 0;
  }
}
.pagination-div .page-numbers {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3F86A0;
  border: 1px solid #3F86A0;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
.pagination-div .page-numbers {
  transition: 0.3s ease-in-out;
}
.pagination-div .page-numbers:hover {
  background: #3F86A0;
  color: #8EC2D2;
  border: 1px solid #3F86A0;
}
.pagination-div .page-numbers.current {
  pointer-events: none;
  background-color: #3F86A0;
  color: #ffffff;
}
.pagination-div .next.page-numbers,
.pagination-div .prev.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../../assets/images/nav-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transition: 0.3s ease-in-out;
}
.pagination-div .next.page-numbers:hover,
.pagination-div .prev.page-numbers:hover {
  opacity: 0.5;
}
.pagination-div .prev.page-numbers {
  background-image: url("../../../assets/images/nav-arrow-prev.svg");
}
.pagination-div .prev.page-numbers span {
  transform: rotate(180deg);
}

.select-wrap {
  flex-wrap: wrap;
}
.select-wrap select,
.select-wrap .nice-select {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-image: url("../../images/drop.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 15px);
  color: #927b64;
  margin: 0 10px;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #927b64;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 13.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 13.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 100%;
  }
}
.select-wrap .nice-select .option:hover {
  background-color: #927b64 !important;
  color: #fff;
}
.select-wrap .nice-select:after {
  display: none;
}
.select-wrap .form-check {
  margin: 0 10px;
  padding: 0;
}
.select-wrap .form-check input {
  visibility: hidden;
  width: 0;
}
.select-wrap .form-check label {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  color: #927b64;
  border-radius: 50px;
  border: 1px solid #927b64;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    height: 30px;
  }
}
.select-wrap .form-check.selected label {
  background: #927b64;
  color: #fff;
}

.text-center-title {
  text-align: center !important;
}

@media (min-width: 1025px) {
  .two-grid-item {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-grid-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-grid-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .two-grid-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-grid-item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .two-grid-item {
    padding: 10px;
  }
}

@media (min-width: 1025px) {
  .four-grid-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-grid-item {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-grid-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .four-grid-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-grid-item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .four-grid-item {
    padding: 10px;
  }
}

@media (min-width: 1025px) {
  .three-grid-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-grid-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-grid-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-grid-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-grid-item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .three-grid-item {
    padding: 10px;
  }
}

.google-map-div iframe {
  width: 100% !important;
}

.hm-blog-body-section__offers-section {
  background-size: cover !important;
}

.slick-next::before,
.slick-prev::before {
  border: 1px solid #606060;
  border-radius: 50%;
}

.wg-cmn-card-4__content-wrapper p {
  line-height: inherit;
}

.four-grid-item:nth-child(4n-3) .wg-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}

.four-grid-item:nth-child(4n-2) .wg-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}

.four-grid-item:nth-child(4n-1) .wg-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}

.four-grid-item:nth-child(4n) .wg-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}

.three-grid-item:nth-child(4n-3) .wg-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}

.three-grid-item:nth-child(4n-2) .wg-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}

.three-grid-item:nth-child(4n-1) .wg-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}

.three-grid-item:nth-child(4n) .wg-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}

.two-grid-item a {
  position: relative;
}

.two-grid-item .wg-cmn-card-2__img-wrapper {
  z-index: 2;
}

.two-grid-item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: #2f2f2f;
  border-radius: 20px;
  z-index: 1;
}

#copy-url {
  position: relative;
}

.copied-text {
  position: absolute;
  top: 0;
  background: #F6F5EF;
  color: #fff;
  padding: 5px;
  font-size: 10px !important;
  opacity: 0;
}

.copied-text.show {
  opacity: 1;
}

.two-grid-item:nth-child(4n-3) a::after {
  background-color: #f1c40f;
}

.two-grid-item:nth-child(4n-2) a::after {
  background-color: #e74c3c;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n-3) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #f1c40f;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n-2) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #e74c3c;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n-1) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #2ecc71;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #9b59b6;
}

.csr-inner-body-section__project-section__heading a:hover {
  color: #fff !important;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

.wg-cmn-card-1,
.wg-cmn-card-1--vari-2 {
  overflow: hidden;
}

.wg-cmn-card-1 .wg-cmn-card-1__img-wrapper img,
.wg-cmn-card-1--vari-2 .wg-cmn-card-1__img-wrapper img {
  transform: translateY(0px);
  transition: all 0.5s;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper img,
  .wg-cmn-card-1--vari-2 .wg-cmn-card-1__img-wrapper img {
    aspect-ratio: 1.59/1;
  }
}
.wg-cmn-card-1:hover .wg-cmn-card-1__img-wrapper img,
.wg-cmn-card-1--vari-2:hover .wg-cmn-card-1__img-wrapper img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.wg-cmn-card-2 .wg-cmn-card-2__img-wrapper {
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2 .wg-cmn-card-2__img-wrapper {
    width: 52%;
  }
}
.wg-cmn-card-2 .wg-cmn-card-2__img-wrapper img {
  transform: scale(1);
  transition: all 0.5s;
}
.wg-cmn-card-2:hover .wg-cmn-card-2__img-wrapper img {
  transform: scale(1.05);
  transition: all 0.5s;
}

@keyframes animateup {
  0% {
    transform: translate3d(5px, 40px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.wysiwyg-container a:hover,
.wysiwyg-container--fw a:hover {
  color: #606060;
}

.share-wrapper #copy-url {
  position: relative;
}
.share-wrapper .copied-text {
  position: absolute;
  top: 0;
  background: #F6F5EF;
  color: #fff;
  padding: 5px;
  font-size: 10px !important;
  opacity: 0;
}
.share-wrapper .copied-text.show {
  opacity: 1;
}
.share-wrapper a {
  margin-right: 0.5vw;
}
.share-wrapper a:hover svg {
  fill: #F6F5EF;
}
.share-wrapper a:hover svg path {
  fill: #F6F5EF;
}
.share-wrapper #copy-url:hover svg {
  fill: #F6F5EF;
}

.sub-menu .current_page_item a,
.sub-menu .current-menu-item a {
  position: relative;
  background: transparent !important;
  color: #3F86A0 !important;
}
.sub-menu .current_page_item a {
  position: relative;
}
.sub-menu .current_page_item a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  height: 3px;
  background-color: #3F86A0;
}

.alert-success a {
  font-weight: 500 !important;
}

.wysiwyg-container--fw li {
  flex-wrap: wrap;
}

footer .footer-wrapper__top-section__left__contact-wrapper__item p,
footer .footer-wrapper__top-section__left__contact-wrapper__item a {
  font-weight: 400 !important;
  font-size: 0.8854166667vw;
}

.has-feedback a {
  text-decoration: underline;
  font-weight: 400;
}
.has-feedback a:hover {
  color: #606060;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #e8e8e8 !important;
}

.datepicker table tr td.day {
  color: #000;
}

.datepicker table tr td.day.new {
  background: #fff !important;
  color: #848484;
}

.wg-grad-lines--abs-top {
  height: 8px;
}

.hide-count .slick-dots {
  display: none !important;
}

.z-top {
  z-index: 1;
  position: relative;
}

.fixed-media {
  position: fixed;
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .fixed-media {
    right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-media {
    right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-media {
    right: 5px;
  }
}
@media (max-width: 600px) {
  .fixed-media {
    right: 5px;
  }
}
@media (min-width: 1025px) {
  .fixed-media {
    bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-media {
    bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-media {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .fixed-media {
    bottom: 20px;
  }
}
.fixed-media li {
  padding-bottom: 10px;
}
.fixed-media img {
  width: auto;
}
@media (min-width: 1025px) {
  .fixed-media img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-media img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-media img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .fixed-media img {
    height: 40px;
  }
}

@media (min-width: 1025px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--90 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--90 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--90 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--90 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--90 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--85 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--85 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--85 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--70 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--70 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--60 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--60 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--55 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--55 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--50 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--50 {
    padding-right: 25px;
  }
}
.width--50 {
  z-index: 99;
}

@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--45 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--45 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--40 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--40 {
    padding-right: 25px;
  }
}

.accordion-mack .accordion-item .accordion-button:not(.collapsed)::after {
  background-size: 98% !important;
}

.dest-inner-body-section__must-attract-section {
  border-bottom: 1px solid #d0d0d0;
}

.dest-inner-body-section__gal-section {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.fixed-bg {
  background-attachment: fixed !important;
}

.hm-blog-body-section__welcome-section {
  background: transparent !important;
}

.hm-blog-body-section__offers-section .wg-common-heading-wrapper .h1-size,
.hm-blog-body-section__offers-section .wg-common-heading-wrapper h6 {
  color: #fff !important;
}

.video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 12px solid #EEE8D3;
}
@media only screen and (min-width: 1025px) {
  .video-container {
    border: 1.3020833333vw solid #EEE8D3;
  }
}
.video-container .video-poster {
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.video-container .bannervideo {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.image-container {
  border: 12px solid #EEE8D3;
}
@media only screen and (min-width: 1025px) {
  .image-container {
    border: 1.3020833333vw solid #EEE8D3;
  }
}

.wg-cloud {
  display: none !important;
}

.mc4wp-form .mc4wp-form-fields {
  display: flex;
  outline: 1px solid rgba(37, 36, 35, 0.3);
  border-radius: 40px;
}
.mc4wp-form .mc4wp-form-fields .email-p {
  flex-grow: 1;
}
.mc4wp-form .mc4wp-form-fields input {
  outline: 0 !important;
}
.mc4wp-form .mc4wp-form-fields input[type=submit],
.mc4wp-form .mc4wp-form-fields button {
  padding: 0 10px;
  background-color: #fff;
  background-image: url("../../images/send.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #0e2b67 !important;
  text-transform: uppercase;
}
.mc4wp-form .mc4wp-form-fields input[type=email] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.mc4wp-response {
  padding-top: 15px;
}

@media (min-width: 1025px) {
  .gdpr_msg {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gdpr_msg {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gdpr_msg {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .gdpr_msg {
    margin-top: 20px;
  }
}

.wg-cmn-card-2__title-wrapper__top {
  border-bottom: 2px solid #8EC2D2;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__top {
    padding-bottom: 1.0416666667vw;
  }
}

@media only screen and (min-width: 1025px) {
  .mc4wp-notice p,
  .mc4wp-success p {
    font-size: 0.7vw;
    line-height: 1vw;
    color: #37e89a !important;
  }
  .mc4wp-error p {
    font-size: 0.7vw;
    line-height: 1vw;
    color: #fa5c5c !important;
  }
  .mc4wp-form .mc4wp-form-fields input[type=submit],
  .mc4wp-form .mc4wp-form-fields button {
    font-size: 0 !important;
    height: 2.6041666667vw;
    width: 2.6041666667vw;
  }
  .mc4wp-form .mc4wp-form-fields input[type=email] {
    height: 2.6041666667vw;
  }
  .hm-blog-body-section__destination-listing-section__wrapper {
    margin-top: 0 !important;
  }
  .hm-blog-body-section__dest-section {
    padding: 5vw 9vw 3vw 9vw;
  }
  #eme-slider-v2 {
    height: 100vh;
  }
  .wg-common-heading-wrapper {
    max-width: 100%;
  }
  .google-map-div iframe {
    height: 100% !important;
  }
  .form-div-wrap-contact {
    padding-left: 4.1666666667vw !important;
    padding-right: 4.1666666667vw !important;
  }
  .hm-blog-body-section__discover-section {
    gap: 5vw;
  }
  footer .footer-wrapper__top-section__right__main-menu-wrapper ul li a {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
  .footer-wrapper__top-section__right__sub-menu-wrapper {
    justify-content: flex-end;
  }
  .header-section .desk-header-wrapper__left-section ul {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form input {
    font-size: 15px;
    line-height: 15px;
  }
  .header-section .desk-header-wrapper ul li a {
    height: 2vw !important;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li a,
  .header-section .desk-header-wrapper ul ul li a {
    height: 2.5vw !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
  }
  .emeslider-wrapper.inner .slick-slide img,
  .emeslider-wrapper.inner #eme-slider-v2 {
    height: 70vh !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  .js-scroll.scrolled {
    opacity: 1;
  }
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media only screen and (min-width: 1025px) {
  .cust-review-body-section__review-wrapper__item__desc-wrapper__stars-wrapper {
    padding-top: 0;
  }
  .wg-cmn-card-5__content-wrapper {
    text-align: left;
  }
  .wg-cmn-card-5__content-wrapper p {
    width: 100%;
  }
  .travel-pack-listing-body-section__package-wrapper .wg-white-sand-btn {
    margin-left: 0;
    margin-right: auto;
  }
  .wg-cmn-card-5__content-wrapper {
    align-items: flex-start;
  }
  .hm-blog-body-section__discover-section h3 {
    font-size: 2vw;
  }
  .header-section .desk-header-wrapper__left-section ul li a {
    padding: 0;
    display: flex;
    align-items: center;
  }
  #menu-item-3627 > a {
    font-size: 1.8229166667vw;
    line-height: 1.3020833333vw;
    height: 2vw;
    width: 2.6041666667vw;
  }
  .wg-cmn-card-2__title-wrapper__top {
    padding-bottom: 15px;
    width: 60%;
    max-width: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__top {
    padding-bottom: 1.0416666667vw;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .cust-review-body-section__review-wrapper {
    padding: 5vw 15vw;
  }
  #offcanvasMobile {
    display: none !important;
  }
  footer .footer-wrapper__top-section__middle__social-wrapper__icon-wrapper {
    gap: 0 10px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mc4wp-notice p,
  .mc4wp-success p {
    font-size: 14px;
    line-height: 16px;
    color: #37e89a !important;
  }
  .mc4wp-error p {
    font-size: 14px;
    line-height: 16px;
    color: #fa5c5c !important;
  }
  .mc4wp-form .mc4wp-form-fields input[type=submit],
  .mc4wp-form .mc4wp-form-fields button {
    font-size: 0 !important;
    height: 40px;
    width: 40px;
  }
  .mc4wp-form .mc4wp-form-fields input[type=email] {
    height: 40px;
  }
  .toggle-btn {
    padding-right: 0 !important;
  }
  .header-section .desk-header-wrapper-fixed {
    padding: 3px 5%;
  }
  .wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6 {
    text-transform: uppercase;
  }
  .slick-dots {
    display: flex !important;
  }
  .fixed-nav-toggle svg {
    fill: #F6F5EF !important;
  }
  .desktop_el {
    display: none !important;
  }
  .header-section .desk-header-wrapper-fixed.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
  }
  .header-section .desk-header-wrapper-fixed {
    display: flex !important;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: -1vw;
    left: 0;
    z-index: 9;
    background-color: #ffffff;
    padding: 10px 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .header-section .desk-header-wrapper-fixed #fixed-menu {
    display: none !important;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section {
    display: flex;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section svg {
    width: 25px;
    height: 25px;
    opacity: 1;
    fill: #927b64;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section a {
    margin-right: 15px;
    border: 1px solid #927b64;
    border-radius: 50%;
    padding: 10px;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section a:hover {
    background-color: #927b64;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section a:hover svg {
    filter: invert(100%) sepia(100%) saturate(29%) hue-rotate(7deg) brightness(107%) contrast(110%);
  }
  .toggle-btn {
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 7;
  }
  .toggle-btn svg {
    width: 34px;
    height: 24px;
  }
  .next-btn {
    border-radius: 30px;
  }
  #offcanvasMobile {
    background: #ffffff;
    z-index: 99999;
  }
  #offcanvasMobile:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    bottom: 0;
    height: 233px;
    width: 218px;
    background-image: url("../../images/logo-bg.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  #offcanvasMobile .page_item_has_children a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #offcanvasMobile .page_item_has_children a::after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("../../images/drop.png");
    background-repeat: no-repeat !important;
    background-size: 50%;
    background-position: center;
  }
  #offcanvasMobile .page_item_has_children .children a::after {
    display: none !important;
  }
  #offcanvasMobile .offcanvas-header {
    padding: 0;
    display: flex;
    align-items: center;
  }
  #offcanvasMobile .offcanvas-header .btn-close {
    position: relative;
    padding: 0;
    margin: 0;
    height: 24px;
    width: 24px;
    fill: #ffffff;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect {
    background: #F6F3E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper div {
    margin-left: 20px;
    height: 30px;
    width: 30px;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper div:first-child {
    margin-left: 0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper div svg {
    width: 100%;
    height: 100%;
    opacity: 1;
    fill: #ffffff;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect button {
    opacity: 1;
    background: transparent !important;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .call-icon svg {
    border: 1px solid #fff;
    border-radius: 50%;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .mobile-ham-open img {
    width: 60px;
    max-width: 300px;
    filter: grayscale(1);
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .mobile-ham-open img {
    width: 25vw;
  }
}
@media only screen and (max-width: 1025px) {
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
    position: relative;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    position: relative;
    display: inline-block;
    color: #8EC2D2;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.active a {
    color: #3F86A0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.active a:hover {
    color: #3F86A0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul.sub-menu li.current-menu-item a {
    position: relative;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul.sub-menu li.current-menu-item a:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
    height: 3px;
    background-color: #3F86A0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
    position: relative;
    display: block;
    text-align: center;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.menu-item-has-children .child-sub-icon {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: auto;
    width: 7px;
    height: 5px;
    margin-left: 20px;
    background-image: url("../../images/menu-arrow.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #offcanvasMobile .children {
    margin-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.27);
  }
}
@media only screen and (max-width: 1025px) {
  #mobile-menu .current-menu-item a {
    color: #3F86A0 !important;
  }
  #travelTabContent {
    padding-top: 30px;
  }
  #travelTab {
    display: none !important;
  }
  .google-map-div {
    padding-top: 50px;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap P {
    width: 60%;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap .gal-count p {
    width: 40% !important;
    display: flex;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap {
    align-items: flex-end;
  }
  .wg-cmn-card-5 {
    padding-bottom: 30px;
  }
  .hm-blog-body-section__destination-listing-section__wrapper .wg-cmn-card-2 {
    margin: auto !important;
    left: 0 !important;
  }
  .hm-blog-body-section__inspire-section__item-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hm-blog-body-section__inspire-section__item-wrapper a {
    margin: 0 !important;
  }
  .select-wrap div {
    padding-bottom: 15px;
  }
  .btn-wrap-404 {
    display: flex;
    flex-direction: column;
  }
  .btn-wrap-404 a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .btn-wrap-404 a:first-child {
    margin-bottom: 20px;
  }
  .next-btn {
    border-radius: 30px;
  }
  .select-wrap {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .select-wrap div {
    width: 100%;
  }
  .select-wrap select {
    margin-bottom: 15px;
    margin: 0;
  }
  .select-wrap-radio {
    flex-direction: row !important;
    justify-content: center;
  }
  .select-wrap-radio div {
    width: auto;
  }
  #travelTab {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #travelTab button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .select-wrap .nice-select {
    margin: 0;
  }
  .csr-inner-body-section__project-section__project-wrapper,
  .wg-3-crop-gal,
  .dest-inner-body-section__must-attract-section__items-wrapper,
  .hm-blog-body-section__review-section__review-wrapper,
  .hm-blog-body-section__discover-section__item-wrapper,
  .hm-blog-body-section__offers-section__offers-wrapper,
  .hm-blog-body-section__packages-section__packages-wrapper,
  .hm-blog-body-section__destination-listing-section__wrapper,
  .hm-blog-body-section__inspire-section__item-wrapper,
  .hm-blog-travel-stories {
    padding-bottom: 90px;
    margin: 0 -10px;
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-slide,
  .wg-3-crop-gal .slick-slide,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-slide,
  .hm-blog-body-section__review-section__review-wrapper .slick-slide,
  .hm-blog-body-section__discover-section__item-wrapper .slick-slide,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-slide,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-slide,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-slide,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-slide,
  .hm-blog-travel-stories .slick-slide {
    padding: 0 10px 10px 10px;
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-arrow,
  .wg-3-crop-gal .slick-arrow,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-arrow,
  .hm-blog-body-section__review-section__review-wrapper .slick-arrow,
  .hm-blog-body-section__discover-section__item-wrapper .slick-arrow,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-arrow,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-arrow,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-arrow,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-arrow,
  .hm-blog-travel-stories .slick-arrow {
    transform: none !important;
    position: absolute;
    bottom: 0;
    top: auto !important;
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-prev,
  .wg-3-crop-gal .slick-prev,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-prev,
  .hm-blog-body-section__review-section__review-wrapper .slick-prev,
  .hm-blog-body-section__discover-section__item-wrapper .slick-prev,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-prev,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-prev,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-prev,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-prev,
  .hm-blog-travel-stories .slick-prev {
    right: auto !important;
    left: calc(50% - 60px);
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-next,
  .wg-3-crop-gal .slick-next,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-next,
  .hm-blog-body-section__review-section__review-wrapper .slick-next,
  .hm-blog-body-section__discover-section__item-wrapper .slick-next,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-next,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-next,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-next,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-next,
  .hm-blog-travel-stories .slick-next {
    left: auto !important;
    right: calc(50% - 60px);
  }
  .hm-blog-body-section__packages-section__packages-wrapper a {
    margin: 0;
  }
  .wg-cmn-card-1:hover,
  .wg-cmn-card-1--vari-2:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  }
  #travelTab {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #travelTab button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #travelTab .hm-blog-body-section__destination-listing-section__wrapper .wg-cmn-card-2 {
    margin: 0;
    left: 0;
  }
  .hm-blog-body-section__discover-section__item-wrapper .wg-cmn-card-2 {
    margin: 15px 0;
  }
  .hm-blog-body-section__discover-section__item-wrapper .wg-cmn-card-2:after {
    left: 5px;
    width: auto;
    right: 5px;
  }
  .hm-blog-body-section__review-section__review-wrapper__item {
    margin: 0;
  }
  .hm-blog-body-section__review-section__review-wrapper {
    padding-top: 30px;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    left: 0px;
    top: 20px;
  }
  .accordion-mack .accordion-item .accordion-button {
    padding-left: 30px;
    padding-right: 0 !important;
  }
  .accordion-mack .accordion-item .accordion-body {
    padding-left: 0px;
    padding-right: 0 !important;
  }
  .hm-blog-body-section__faq-section__right {
    padding: 20px 30px 50px 30px;
  }
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form button {
    width: 50px;
    height: 50px;
  }
  .accordion-mack .accordion-item .accordion-button {
    font-size: 20px;
  }
  .sect-pad--second {
    padding: 0 20px 50px;
  }
  .inner-arrow-wrapper {
    display: none;
  }
  .wg-common-heading-wrapper--half-left {
    padding-bottom: 30px;
  }
  .hm-blog-body-section__dest-section.sect-pad {
    padding: 50px 20px 15px 20px;
  }
  .dest-sect-wrapper {
    padding-bottom: 0 !important;
  }
  .hm-blog-body-section__inspire-section__item-wrapper {
    width: auto;
  }
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    display: block !important;
    padding-top: 20px;
  }
  .wg-cmn-card-2__title-wrapper__top {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .wg-cmn-card-2__title-wrapper__top h5 {
    margin: auto;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
  .h1-size {
    font-size: 35px;
  }
  .hm-blog-body-section__review-section,
  .hm-blog-body-section__discover-section,
  .hm-blog-body-section__offers-section,
  .hm-blog-body-section__packages-section,
  .hm-blog-body-section__packages-section {
    gap: 0;
  }
  .hm-blog-body-section__offers-section__offers-wrapper,
  .m-body-section__review-section__review-wrapper {
    padding-top: 30px;
  }
  #sb_instagram {
    padding-top: 20px;
  }
  footer .footer-wrapper__top-section__middle__social-wrapper__icon-wrapper svg {
    width: 40px;
    height: 25px;
  }
  .mobile-margin-top--30 {
    margin-top: 40px !important;
  }
  .mobile-color--white {
    color: #fff !important;
  }
  .mobile-color--white::before {
    background: #fff !important;
  }
  .wg-cmn-card-2__title-wrapper__top::after {
    width: 60%;
    margin: auto;
  }
  .wg-cmn-card-1__content-wrapper {
    padding: 30px 20px 30px;
  }
  .wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6:after {
    right: -40px;
    width: 30px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item p,
  .wg-cmn-card-5__content-wrapper p,
  .wisiwyg-container,
  .wg-common-heading-wrapper__cont p,
  .wysiwyg-container--fw,
  .wysiwyg-container--fw li,
  .wysiwyg-container--fw p,
  .wysiwyg-container,
  .wysiwyg-container li,
  .wysiwyg-container p {
    font-size: 15px;
    line-height: 25px;
  }
  .mob-only-btn {
    display: block !important;
    z-index: 99;
  }
  .hm-blog-body-section__faq-section {
    margin-top: 0;
  }
  .wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag {
    display: flex;
    gap: 0px;
    align-items: baseline;
    flex-direction: column-reverse;
    align-items: center;
  }
  .listing-wrap .offers-text h3 {
    height: auto !important;
  }
  .listing-wrap .travel-text h3 {
    height: auto !important;
  }
  .wysiwyg-container--fw ul li,
  .wysiwyg-container ul li {
    display: block !important;
    padding-left: 10px;
  }
  .wysiwyg-container--fw a,
  .wysiwyg-container a {
    word-break: break-all;
  }
  .wysiwyg-container--fw ul li::after,
  .wysiwyg-container ul li::after {
    top: 5px;
    padding-top: 0;
    transform: none;
  }
  .wg-cmn-card-1--vari-3,
  .wg-cmn-card-1--vari-2 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .wg-cmn-card-1__content-wrapper__main-cont__flag img {
    margin: 10px 0;
  }
  .dest-inner-body-section__must-attract-section {
    gap: 30px;
  }
  .wg-3-crop-gal__img-wrapper {
    margin-bottom: 0 !important;
  }
  .accordion-mack .accordion-item {
    border-bottom: 1px solid #b9ab96;
  }
  .wg-3-crop-gal .grd-overlay::after {
    left: 5px;
    right: 5px;
    width: auto;
    border-radius: 20px;
  }
  .dest-inner-body-section__properties-section__items-wrapper {
    text-align: center;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item span,
  .travel-pack-inner-body-section__properties-section__items-wrapper span {
    font-size: 10px;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item h3,
  .travel-pack-inner-body-section__properties-section__items-wrapper h3 {
    font-size: 20px;
  }
  .dest-inner-body-section__gal-section,
  .about-us-body-section__gal-section,
  .travel-pack-inner-body-section__gal-section {
    padding: 50px 0;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap {
    padding: 10px 30px;
    bottom: 0;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap p {
    padding-right: 10px;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap p {
    font-size: 13px;
  }
  .wg-cmn-card-5__content-wrapper {
    gap: 25px;
    padding-top: 22px;
  }
  .select-wrap select,
  .select-wrap .nice-select {
    width: 100%;
    font-size: 13px;
  }
  .wg-common-heading-wrapper h6::before {
    width: 20px;
    left: -15px;
  }
  .accordion-mack .accordion-item .accordion-body {
    padding-top: 0;
  }
  .travel-pack-inner-body-section__iternerary-section__accordion-wrapper .accord-img-wrapper {
    gap: 1% !important;
  }
  .travel-pack-inner-body-section__iternerary-section__accordion-wrapper .accord-img-wrapper__img-item {
    width: 48% !important;
    margin-bottom: 1%;
  }
  .wg-3-crop-gal .wg-3-crop-gal__img-wrapper {
    padding-bottom: 0 !important;
  }
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item {
    padding-bottom: 30px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item img {
    width: 30%;
  }
  .instalment-plan-body-section__props-section__props-wrapper__item__img-wrapper {
    padding: 10px;
    width: 40%;
    margin: auto;
  }
  .instalment-plan-body-section__props-section__props-wrapper__item {
    padding-bottom: 30px;
  }
  .dest-sect-wrapper {
    padding-bottom: 60px !important;
  }
  .wg-cmn-card-1 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  }
  .three-grid-item,
  .four-grid-item,
  .two-grid-item {
    padding: 0 10px 30px 10px;
  }
  .select-wrap .form-check {
    margin: 5px;
  }
  .select-wrap .form-check label {
    font-size: 14px;
  }
  .select-wrap div {
    padding: 0 15px;
  }
  .cust-review-body-section__review-wrapper__item__img-wrapper {
    margin: auto;
  }
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__main p,
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__main,
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__reviewer {
    text-align: center !important;
  }
  .cust-review-body-section__review-wrapper__item {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
  }
  .cust-review-body-section__review-wrapper__item:last-child {
    border: 0 !important;
  }
  .wg-blue-grad-btn {
    height: 40px;
  }
  .no-banners .without-banner-img {
    background: #606060;
  }
  .no-banners .hm-head-wg-icon {
    display: none !important;
  }
  .csr-inner-body-section .share-wrapper {
    justify-content: flex-start;
  }
  .csr-inner-body-section__project-section__heading {
    flex-direction: column;
  }
  .csr-inner-body-section__project-section__heading h2 {
    padding-bottom: 30px;
  }
  .csr-inner-body-section__project-section__heading {
    padding-bottom: 30px;
  }
  .footer-wrapper__bottom-section p,
  .footer-wrapper__bottom-section a {
    font-size: 13px !important;
  }
  footer .footer-wrapper__bottom-section {
    gap: 20px;
  }
  .wg-white-bord-btn {
    padding: 0;
    height: 40px;
  }
  .emeslider-wrapper.inner .slick-slide img,
  .emeslider-wrapper.inner #eme-slider-v2 {
    height: 450px !important;
  }
  .emeslider-wrapper.inner,
  .inner #eme-slider-v2 {
    max-height: 450px !important;
  }
  .header-section.inner {
    height: 450px;
  }
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
    height: 600px;
  }
  #eme-slider-v2 {
    height: 600px;
    margin: 0;
  }
  .wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 40px;
    height: 40px;
  }
  .select-wrap-item {
    padding-bottom: 15px !important;
  }
  .visa-listing-body-section__more-infor-section__items-wrapper__item a {
    font-size: 15px;
  }
  .select-wrap select,
  .select-wrap .nice-select {
    background-size: 10px;
  }
  .wg-cmn-card-3__img-wrapper__inner-arrow-wrapper svg {
    width: 40px;
    height: 40px;
  }
  .three-grid-item {
    padding-bottom: 40px !important;
  }
  footer .footer-wrapper__top-section__right__sub-menu-wrapper ul li a {
    padding: 5px 0;
  }
  footer .footer-wrapper__top-section__right__main-menu-wrapper ul li a {
    font-size: 14px;
    padding: 5px 0;
  }
  .footer-wrapper__top-section__middle__newsletter-wrapper {
    padding-bottom: 30px;
  }
  .footer-wrapper__top-section__middle {
    padding-top: 20px !important;
  }
  footer .scroll-top-div {
    bottom: 180px;
    right: 15px;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper,
  .wg-cmn-card-2__title-wrapper__middle .post-title {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-2__title-wrapper__top {
    justify-content: center;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-body-section__welcome-section__welcome-wrapper {
    max-width: 80%;
  }
  footer .scroll-top-div {
    bottom: 100px;
    right: 80px;
  }
  .hm-blog-body-section__offers-section__offers-wrapper a {
    margin: 0;
  }
  .wg-white-sand-btn {
    min-width: max-content;
    font-size: 14px;
  }
  #travelTab {
    justify-content: center;
    display: flex;
    flex-direction: row;
    padding: 30px 0;
  }
  #travelTab li {
    width: 40%;
    margin: 0 10px;
  }
  #travelTab button {
    width: 100%;
  }
  .hm-blog-body-section__dest-section {
    flex-direction: row;
  }
  .hm-blog-body-section__dest-section h2,
  .hm-blog-body-section__dest-section .wg-common-heading-wrapper__cont,
  .hm-blog-body-section__dest-section .wg-common-heading-wrapper__cont p {
    text-align: left !important;
  }
  .hm-blog-body-section__dest-section a {
    margin-left: 0 !important;
  }
  .hm-blog-body-section__dest-section .wg-common-heading-wrapper,
  .hm-blog-body-section__tickets-section__left-section {
    align-items: flex-start;
    padding-right: 20px;
  }
  .hm-blog-body-section__tickets-section {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form {
    margin-left: auto;
    margin-right: auto;
  }
}
#copy-url span.copied-text {
  background-color: transparent;
}

.wg-cmn-card-1__content-wrapper__main-cont h6 span, .wg-cmn-card-2__title-wrapper__top h6 span, .wg-cmn-card-1__content-wrapper__main-cont h6 span {
  text-transform: lowercase;
}

.sitemap-page,
.not-found-page {
  background-color: #ffffff;
  min-height: 90vh;
}
.sitemap-page .text-green,
.not-found-page .text-green {
  color: #8EC2D2;
}

.brush-stroke {
  position: relative;
  display: inline-flex;
}
.brush-stroke:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 40px;
  height: 6px;
  background-image: url("../../images/brushtroke_h1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .brush-stroke:after {
    width: 6.7708333333vw;
    height: 0.7291666667vw;
  }
}
.brush-stroke--center:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.brush-stroke--right:after {
  right: -20px;
}
@media only screen and (min-width: 1025px) {
  .brush-stroke--right:after {
    right: -3.3854166667vw;
  }
}
.brush-stroke--dark:after {
  background-image: url("../../images/brushtroke_h1.svg");
}

.masionary-wrap {
  column-count: 2;
  gap: 1vw;
}

.masinary-box {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding-bottom: 1vw;
}

.masinary-box img {
  width: 100%;
}

@media only screen and (max-width: 1025px) {
  #galleryTab li {
    padding: 0 15px;
  }
  .masinary-box {
    padding-bottom: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .masionary-wrap {
    column-count: 2;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .masionary-wrap {
    column-count: 1;
    gap: 0;
  }
}
.main-desc-wrapper,
.hm-blog-listing__discover-section__item-wrapper,
.category-item-list,
.hm-blog-body-section__featured {
  position: relative;
}
.main-desc-wrapper .blog-arc-bg,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg,
.category-item-list .blog-arc-bg,
.hm-blog-body-section__featured .blog-arc-bg {
  position: absolute;
  display: block;
  content: "";
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background-color: #F6F3E8;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .main-desc-wrapper .blog-arc-bg,
  .hm-blog-listing__discover-section__item-wrapper .blog-arc-bg,
  .category-item-list .blog-arc-bg,
  .hm-blog-body-section__featured .blog-arc-bg {
    top: 18.2291666667vw;
    height: calc(100% - 18.2291666667vw);
  }
}
.main-desc-wrapper .blog-arc-bg .top-shape,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg .top-shape,
.category-item-list .blog-arc-bg .top-shape,
.hm-blog-body-section__featured .blog-arc-bg .top-shape {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../images/top-flat-left-down-shape.svg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-desc-wrapper .blog-arc-bg .bottom-shape,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg .bottom-shape,
.category-item-list .blog-arc-bg .bottom-shape,
.hm-blog-body-section__featured .blog-arc-bg .bottom-shape {
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../images/bottom-flat-left-up.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-desc-wrapper .blog-arc-bg.blog-archive-pg,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.blog-archive-pg,
.category-item-list .blog-arc-bg.blog-archive-pg,
.hm-blog-body-section__featured .blog-arc-bg.blog-archive-pg {
  height: 55%;
  top: 40px;
}
@media only screen and (min-width: 1025px) {
  .main-desc-wrapper .blog-arc-bg.blog-archive-pg,
  .hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.blog-archive-pg,
  .category-item-list .blog-arc-bg.blog-archive-pg,
  .hm-blog-body-section__featured .blog-arc-bg.blog-archive-pg {
    top: 3.3854166667vw;
  }
}
.main-desc-wrapper .blog-arc-bg.home-pg,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.home-pg,
.category-item-list .blog-arc-bg.home-pg,
.hm-blog-body-section__featured .blog-arc-bg.home-pg {
  top: -100px;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .main-desc-wrapper .blog-arc-bg.home-pg,
  .hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.home-pg,
  .category-item-list .blog-arc-bg.home-pg,
  .hm-blog-body-section__featured .blog-arc-bg.home-pg {
    top: -17.7083333333vw;
  }
}

.sitemap-div,
.content-404 {
  padding-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .sitemap-div,
  .content-404 {
    padding-top: 4.1666666667vw;
  }
}

.the-content-div {
  font-family: "Jost", sans-serif;
  color: #000000;
}
.the-content-div ul li {
  text-align: left !important;
  position: relative;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .the-content-div ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .the-content-div ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li {
    padding-bottom: 10px;
  }
}
.the-content-div ul li::before {
  content: "";
  height: 2px;
  width: 2px;
  padding: 2px;
  border-radius: 50%;
  background: #3F86A0;
  position: absolute;
  left: 0;
  top: 13px;
}
@media only screen and (min-width: 1025px) {
  .the-content-div ul li::before {
    height: 0.3125vw;
    width: 0.3125vw;
    padding: 0.15625vw;
    top: 0.78125vw;
  }
}
.the-content-div p,
.the-content-div a,
.the-content-div td,
.the-content-div th {
  color: #000000;
  font-family: "Jost", sans-serif;
}
.the-content-div a {
  text-decoration: none;
}
.the-content-div a:hover {
  text-decoration: none;
  color: #927b64;
}
.the-content-div h1,
.the-content-div h2,
.the-content-div h3,
.the-content-div h4,
.the-content-div h5,
.the-content-div h6 {
  color: #000000;
  font-family: "Caveat", cursive;
  text-transform: uppercase;
  font-weight: 300;
}
.the-content-div h1.h1 a,
.the-content-div h2.h1 a,
.the-content-div h3.h1 a,
.the-content-div h4.h1 a,
.the-content-div h5.h1 a,
.the-content-div h6.h1 a {
  text-decoration: underline;
}
.the-content-div h1.h1 a:hover,
.the-content-div h2.h1 a:hover,
.the-content-div h3.h1 a:hover,
.the-content-div h4.h1 a:hover,
.the-content-div h5.h1 a:hover,
.the-content-div h6.h1 a:hover {
  color: #F6F5EF;
}
.the-content-div ul {
  list-style: none;
  padding: 0;
}

.the-content-div {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div {
    line-height: 30px;
  }
}
.the-content-div p {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div p {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div p {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div p {
    line-height: 30px;
  }
}
.the-content-div li {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div li {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div li {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div li {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div li {
    line-height: 30px;
  }
}
.the-content-div a {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div a {
    line-height: 30px;
  }
}
.the-content-div td {
  border: 1px solid #000;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div td {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  .the-content-div td {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    line-height: 30px;
  }
}
.the-content-div th {
  border: 1px solid #000;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div th {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  .the-content-div th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h1 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h1 {
    font-size: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h1 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .the-content-div h1 {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h1 {
    line-height: 3.3854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h1 {
    line-height: 3.3854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h1 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .the-content-div h1 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h2 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h2 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h2 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h2 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h2 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .the-content-div h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h3 {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h3 {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h3 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .the-content-div h3 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h3 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h3 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h3 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div h3 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h4 {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h4 {
    font-size: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h4 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .the-content-div h4 {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h4 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h4 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h4 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h4 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h5 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h5 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h5 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .the-content-div h5 {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h5 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h5 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h6 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h6 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h6 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .the-content-div h6 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h6 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h6 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h6 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h6 {
    line-height: 28px;
  }
}

.blog-home {
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .blog-home {
    padding-top: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-home {
    padding-top: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-home {
    padding-top: 160px;
  }
}
@media (max-width: 600px) {
  .blog-home {
    padding-top: 130px;
  }
}
.blog-home .hm-blog-body-section {
  position: relative;
}
.blog-home .hm-blog-body-section__welcome {
  position: relative;
  z-index: 99;
}
.blog-home .hm-blog-body-section__welcome .main-intro {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.blog-home .hm-blog-body-section__featured {
  position: relative;
  padding-top: 30px;
  margin-bottom: 40px;
  z-index: 0;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured {
    padding-top: 3.3854166667vw;
    margin-bottom: 7.5520833333vw;
  }
}
.blog-home .hm-blog-body-section__featured .featured-intro {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .featured-intro {
    text-align: left;
  }
}
.blog-home .hm-blog-body-section__featured .popular-article-list-inner {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .popular-article-list-inner {
    gap: 2.1875vw;
    padding-top: 2.6041666667vw;
    padding-bottom: 6.7708333333vw;
  }
}
.blog-home .hm-blog-body-section__featured .popular-article-list-inner .left-content-wrapper {
  flex: 0 0 100%;
}
.blog-home .hm-blog-body-section__featured .right-content-wrapper {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-content-wrapper {
    flex: 0 0 50%;
    gap: 1.3020833333vw;
  }
}
.blog-home .hm-blog-body-section__featured .right-content-wrapper .wg-cmn-card-2 {
  flex-direction: column;
  background-color: #F6F5EF;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-content-wrapper .wg-cmn-card-2 {
    flex-direction: row;
  }
}
.blog-home .hm-blog-body-section__featured .right-content-wrapper .wg-cmn-card-2__title-wrapper {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-content-wrapper .wg-cmn-card-2__title-wrapper__top {
    flex-direction: column;
  }
}
.blog-home .hm-blog-body-section__featured .right-card {
  display: flex;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-card {
    gap: 0vw;
    border-radius: 1.0416666667vw;
  }
}
.blog-home .hm-blog-body-section__featured .right-card .post-date,
.blog-home .hm-blog-body-section__featured .right-card .wg-cmn-card-2__title-wrapper-category li {
  position: relative;
  color: #8EC2D2 !important;
}
@media only screen and (max-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-card .post-date,
  .blog-home .hm-blog-body-section__featured .right-card .wg-cmn-card-2__title-wrapper-category li {
    font-size: 12px;
    padding: 10px;
  }
}
.blog-home .hm-blog-body-section__featured .right-card .post-date:before,
.blog-home .hm-blog-body-section__featured .right-card .wg-cmn-card-2__title-wrapper-category li:before {
  background-color: #8EC2D2 !important;
}
.blog-home .hm-blog-body-section__featured .right-card .wg-cmn-card-2__title-wrapper-category ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-home .hm-blog-body-section__featured .right-card .wg-cmn-card-2__title-wrapper-category li {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-card .wg-cmn-card-2__title-wrapper-category li::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40%;
    background: #8EC2D2;
  }
}
.blog-home .hm-blog-body-section__featured .right-card .wg-cmn-card-2__title-wrapper-category li:first-child::before {
  display: none;
}
.blog-home .hm-blog-body-section__featured .right-card .post-title.small-title {
  color: #606060 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-card .post-title.small-title {
    font-size: 1.25vw;
    line-height: 2.1875vw;
    text-align: left;
  }
}
.blog-home .hm-blog-body-section__featured .right-card .right-card-img {
  flex: 0 0 40%;
}
.blog-home .hm-blog-body-section__featured .right-card .right-card-content {
  flex: 1;
  padding: 20px;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .right-card .right-card-content {
    padding: 2.0833333333vw;
  }
}
.blog-home .hm-blog-body-section__featured .video-wrapper {
  position: relative;
}
.blog-home .hm-blog-body-section__featured .video-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -35px;
  left: 50px;
  width: 66px;
  height: 70px;
  background-image: url("./images/body-pattern.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  filter: grayscale(1);
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .video-wrapper:after {
    bottom: -7.2916666667vw;
    left: 12.8125vw;
    width: 13.75vw;
    height: 14.5833333333vw;
  }
}
.blog-home .hm-blog-body-section__featured .video-wrapper .video-caption {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 99;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__featured .video-wrapper .video-caption {
    position: absolute;
    bottom: 6.0416666667vw;
    right: -9.1145833333vw;
  }
}
.blog-home .hm-blog-body-section__other-articles {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__other-articles {
    padding-top: 1.0416666667vw;
  }
}
.blog-home .hm-blog-body-section__other-articles .other-articles-intro {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.blog-home .hm-blog-body-section__other-articles .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  text-align: center;
}
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .blog-home .hm-blog-body-section__other-articles .other-article-list-inner {
    flex-direction: row;
    padding-top: 6.25vw;
    gap: 5.2083333333vw;
  }
}
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner .other-items-wrapper {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .blog-home .hm-blog-body-section__other-articles .other-article-list-inner .other-items-wrapper {
    padding-bottom: 7.8125vw;
  }
}
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner .other-items-wrapper.other-description-wrapper, .blog-home .hm-blog-body-section__other-articles .other-article-list-inner .other-items-wrapper.other-description-wrapper p {
  color: #3F86A0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 2.4479166667vw;
  text-align: left;
}
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner .other-items-wrapper.other-description-wrapper.hide-mobile {
  padding-bottom: 6.25vw;
}
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner .left-column,
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner .right-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-home .hm-blog-body-section__other-articles .other-article-list-inner .left-column,
  .blog-home .hm-blog-body-section__other-articles .other-article-list-inner .right-column {
    width: 48%;
  }
}
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner .left-column .other-items-wrapper:last-child,
.blog-home .hm-blog-body-section__other-articles .other-article-list-inner .right-column .other-items-wrapper:last-child {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .blog-home .hm-blog-body-section__other-articles .other-article-list-inner .left-column .other-items-wrapper:last-child,
  .blog-home .hm-blog-body-section__other-articles .other-article-list-inner .right-column .other-items-wrapper:last-child {
    padding-bottom: 4.1666666667vw;
  }
}
.blog-home .hm-blog-body-section__other-articles .other-article-description.hide-desktop {
  color: #3F86A0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
.blog-home .hm-blog-body-section__other-articles .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  text-align: center !important;
}
.blog-home .wg-common-heading-wrapper__cont {
  display: block;
  margin-top: 0;
  z-index: 9;
}
@media only screen and (min-width: 1025px) {
  .blog-home .wg-common-heading-wrapper__cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -6.5104166667vw;
  }
}
.blog-home .wg-common-heading-wrapper__cont .left-block {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .blog-home .wg-common-heading-wrapper__cont .left-block {
    width: 25%;
    text-align: left;
  }
}
.blog-home .wg-common-heading-wrapper__cont .middle-block {
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .blog-home .wg-common-heading-wrapper__cont .middle-block {
    padding-top: 0;
    width: 27%;
    padding: 0.8333333333vw;
  }
}
.blog-home .wg-common-heading-wrapper__cont .middle-block .main-image-block {
  border: 8px solid #EEE8D3;
}
@media only screen and (min-width: 1025px) {
  .blog-home .wg-common-heading-wrapper__cont .middle-block .main-image-block {
    border: 1px solid #EEE8D3;
  }
}
.blog-home .wg-common-heading-wrapper__cont .right-block {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .blog-home .wg-common-heading-wrapper__cont .right-block {
    width: 25%;
  }
}
.blog-home .wg-common-heading-wrapper__cont .right-block .right-block-pattern {
  position: relative;
}
.blog-home .main-banner {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .blog-home .main-banner {
    padding: 4.1666666667vw 0 14.375vw;
  }
}
.blog-home .main-banner .video-wrapper,
.blog-home .main-banner .image-wrapper-inner img,
.blog-home .main-banner .video-wrapper-inner video {
  border-radius: 10px;
}
@media only screen and (min-width: 1025px) {
  .blog-home .main-banner .video-wrapper,
  .blog-home .main-banner .image-wrapper-inner img,
  .blog-home .main-banner .video-wrapper-inner video {
    border-radius: 1.0416666667vw;
  }
}
.blog-home .main-banner .video-wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .blog-home .main-banner .video-wrapper {
    height: 41.4583333333vw;
    width: 41.4583333333vw;
  }
}
.blog-home .main-banner .left-image-wrapper {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-home .main-banner .left-image-wrapper {
    position: absolute;
    display: block;
    bottom: 8.0729166667vw;
    left: 4.6875vw;
    height: 22.3958333333vw;
    width: 22.3958333333vw;
    z-index: 99;
  }
}
.blog-home .main-banner .left-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1.0416666667vw;
}
.blog-home .main-banner .right-image-wrapper {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-home .main-banner .right-image-wrapper {
    position: absolute;
    display: block;
    top: 10.4166666667vw;
    right: 0.78125vw;
    height: 22.3958333333vw;
    width: 18.3333333333vw;
    z-index: 99;
  }
}
.blog-home .main-banner .right-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1.0416666667vw;
}

.hm-blog-listing {
  position: relative;
}
@media (min-width: 1025px) {
  .hm-blog-listing {
    padding-top: 11.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing {
    padding-top: 11.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing {
    padding-top: 130px;
  }
}
.hm-blog-listing .main-intro {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.hm-blog-listing .blog-list-wrap {
  position: relative;
  display: block;
}
@media (min-width: 1025px) {
  .hm-blog-listing .blog-list-wrap {
    padding-bottom: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing .blog-list-wrap {
    padding-bottom: 7.2916666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing .blog-list-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing .blog-list-wrap {
    padding-bottom: 40px;
  }
}
.hm-blog-listing .blog-list-wrap {
  z-index: 99;
}
.hm-blog-listing .wg-cmn-card-1:hover {
  box-shadow: unset;
}
.hm-blog-listing .template-heading-section {
  padding-bottom: unset !important;
  padding-top: unset !important;
}
.hm-blog-listing__discover-section {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px !important;
  width: 100%;
  padding-top: 50px;
  z-index: 3;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section {
    gap: 5vw !important;
  }
}
.hm-blog-listing__discover-section .wg-common-heading-wrapper {
  max-width: unset;
  z-index: 1;
  padding-bottom: 20px;
}
.hm-blog-listing__discover-section h6,
.hm-blog-listing__discover-section h2 {
  color: #927b64 !important;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section h6,
  .hm-blog-listing__discover-section h2 {
    color: #ffffff !important;
  }
}
.hm-blog-listing__discover-section h6::before {
  background: #c41230 !important;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section h6::before {
    background: #ffffff !important;
  }
}
.hm-blog-listing__discover-section__item-wrapper {
  position: relative;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  margin: 0 auto !important;
  padding-bottom: unset !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing__discover-section__item-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1600px) {
  .hm-blog-listing__discover-section__item-wrapper {
    gap: 40px;
  }
}
.hm-blog-listing__discover-section__item-wrapper .other-articles-inner-wrapper {
  margin: 0 auto;
}
.hm-blog-listing__discover-section__item-wrapper a {
  background-color: transparent;
}
.hm-blog-listing__discover-section__item-wrapper a .wg-cmn-card-1 {
  background-color: transparent;
}
.hm-blog-listing__discover-section__item-wrapper a .wg-cmn-card-1 h6 {
  color: #927b64 !important;
}
.hm-blog-listing__discover-section__item-wrapper a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section__item-wrapper a img {
    aspect-ratio: 1.59/1;
  }
}
.hm-blog-listing__discover-section__item-wrapper a:hover .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  opacity: 1;
  z-index: 2;
}
.hm-blog-listing__discover-section__item-wrapper .other-items-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing__discover-section__item-wrapper .other-items-wrapper {
    width: 48%;
  }
}
.hm-blog-listing__discover-section__item-wrapper .other-articles-intro {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.hm-blog-listing__discover-section__item-wrapper .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  text-align: center;
}
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner {
    flex-direction: row;
    gap: 5.2083333333vw;
  }
}
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .other-items-wrapper {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .other-items-wrapper {
    padding-bottom: 7.8125vw;
  }
}
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .other-items-wrapper.other-description-wrapper, .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .other-items-wrapper.other-description-wrapper p {
  color: #3F86A0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 2.4479166667vw;
  text-align: left;
}
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .other-items-wrapper.other-description-wrapper.hide-mobile {
  padding-bottom: 6.25vw;
}
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .left-column,
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .right-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .left-column,
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .right-column {
    width: 48%;
  }
}
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .left-column .other-items-wrapper:last-child,
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .right-column .other-items-wrapper:last-child {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .left-column .other-items-wrapper:last-child,
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .right-column .other-items-wrapper:last-child {
    padding-bottom: 4.1666666667vw;
  }
}
.hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .right-column {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .right-column {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section__item-wrapper .other-article-list-inner .right-column {
    padding-top: 15.625vw;
  }
}
.hm-blog-listing__discover-section__item-wrapper .other-article-description.hide-desktop {
  color: #3F86A0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
.hm-blog-listing__discover-section .sec-seperator {
  margin: 30px 0;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section .sec-seperator {
    margin: 1vw 0;
  }
}
.hm-blog-listing__discover-section .heading--60 {
  z-index: 4;
  font-size: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section .heading--60 {
    font-size: 2.86vw !important;
  }
}
.hm-blog-listing__discover-section .categories-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hm-blog-listing__discover-section .categories-wrapper a {
  border-radius: 33px;
  background: #F5F4F1 !important;
  border: unset;
}
.hm-blog-listing__discover-section .categories-wrapper a:hover {
  background: #D0C7B8 !important;
  color: #927B64 !important;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing__discover-section {
    padding-top: 25vw;
  }
}
.hm-blog-listing-pagination {
  padding-top: 50px;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing-pagination {
    padding-top: 2vw;
  }
}
.hm-blog-listing-pagination ul {
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px;
}
.hm-blog-listing-pagination ul li svg {
  fill: #927B64;
  width: 25px;
  height: 25px;
}
.hm-blog-listing-pagination ul li:first-child a, .hm-blog-listing-pagination ul li:last-child a {
  background-color: unset;
}
.hm-blog-listing-pagination ul li:first-child a:hover, .hm-blog-listing-pagination ul li:first-child a:focus, .hm-blog-listing-pagination ul li:last-child a:hover, .hm-blog-listing-pagination ul li:last-child a:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.hm-blog-listing-pagination ul li.active a {
  background-color: #927B64;
  color: #ffffff;
  border-color: #927B64;
}
.hm-blog-listing-pagination ul li a {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  border-color: #927B64;
  color: #927B64;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing-pagination ul li a {
    font-size: 16px;
  }
}
.hm-blog-listing-pagination ul li a:hover, .hm-blog-listing-pagination ul li a:focus {
  background-color: #927B64;
  color: #ffffff;
  box-shadow: unset;
  outline: unset;
  border-color: #927B64;
}
.hm-blog-listing-pagination ul li a:hover svg, .hm-blog-listing-pagination ul li a:focus svg {
  fill: #ffffff;
}
.hm-blog-listing-pagination .page-item:first-child .page-link,
.hm-blog-listing-pagination .page-item:last-child .page-link {
  border-radius: 50px;
}
.hm-blog-listing .bottom-parallax {
  position: relative;
  height: 800px;
  margin-top: -700px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .hm-blog-listing .bottom-parallax {
    height: 400px;
    margin-top: -250px;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing .bottom-parallax {
    height: 50vw;
    margin-top: -45vw;
  }
}
.hm-blog-listing .bottom-parallax::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
}
.hm-blog-listing .bottom-parallax img {
  mix-blend-mode: luminosity;
}
.hm-blog-listing #post-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .hm-blog-listing #post-filters {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing #post-filters {
    padding-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing #post-filters {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing #post-filters {
    padding-top: 30px;
  }
}
.hm-blog-listing #post-filters {
  z-index: 3;
}
@media only screen and (min-width: 600px) {
  .hm-blog-listing #post-filters {
    gap: 1.0416666667vw;
  }
}
.hm-blog-listing #post-filters .select-wrapper {
  position: relative;
  margin: 0 25px;
  pointer-events: all;
}
.hm-blog-listing #post-filters .select-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 0;
  width: 10px;
  height: 6px;
  background-image: url("./images/menu-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing #post-filters .select-wrapper:after {
    top: 50%;
    width: 0.5208333333vw;
    height: 0.3125vw;
    transform: translateY(-50%);
  }
}
.hm-blog-listing #post-filters .select-wrapper.active:after {
  top: 40%;
  width: 10px;
  height: 6px;
  transform: rotate(180deg) translateY(-40%);
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing #post-filters .select-wrapper.active:after {
    top: 40%;
    width: 0.5208333333vw;
    height: 0.3125vw;
  }
}
.hm-blog-listing #post-filters .select-wrapper.active select {
  color: #3F86A0;
}
.hm-blog-listing #post-filters select {
  position: relative;
  font-family: "Jost", sans-serif;
  color: #3F86A0;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.3px;
  border: unset;
  cursor: pointer;
  background-color: transparent;
  padding: 5px 0;
  padding-right: 25px;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing #post-filters select {
    font-size: 0.8854166667vw;
    line-height: 1.8229166667vw;
    letter-spacing: 0.0885416667vw;
    padding: 0.625vw 1.0416666667vw 0.625vw 0.625vw;
  }
}
.hm-blog-listing #post-filters select:focus {
  outline: none;
}
.hm-blog-listing #post-filters select option {
  background-color: #ffffff;
  color: #3F86A0;
}
.hm-blog-listing #post-filters select option:hover, .hm-blog-listing #post-filters select option:focus {
  background-color: #3F86A0;
  color: #3F86A0 !important;
}
.hm-blog-listing.category-page .template-heading-section {
  position: relative;
  margin: 0 auto;
}
.hm-blog-listing.category-page .category-item-list {
  position: relative;
}
@media (min-width: 1025px) {
  .hm-blog-listing.category-page .category-item-list {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing.category-page .category-item-list {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing.category-page .category-item-list {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing.category-page .category-item-list {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing.category-page .category-item-list {
    padding-bottom: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing.category-page .category-item-list {
    padding-bottom: 7.2916666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing.category-page .category-item-list {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing.category-page .category-item-list {
    padding-bottom: 40px;
  }
}

.hm-blog-listing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner {
    padding-top: 11.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner {
    padding-top: 11.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner {
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner {
    padding-top: 130px;
  }
}
.hm-blog-listing-inner .inner-cat-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 2px solid #8EC2D2;
}
@media only screen and (max-width: 768px) {
  .hm-blog-listing-inner .inner-cat-wrapper {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .hm-blog-listing-inner .inner-cat-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner .inner-cat-wrapper {
    padding-bottom: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hm-blog-listing-inner .inner-cat-wrapper span {
    font-size: 16px !important;
  }
}
.hm-blog-listing-inner .inner-cat-wrapper ul {
  list-style-type: none !important;
}
.hm-blog-listing-inner .inner-cat-wrapper ul li {
  list-style-type: none !important;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner .inner-main-content,
  .hm-blog-listing-inner .inner-additional-content {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner .inner-main-content,
  .hm-blog-listing-inner .inner-additional-content {
    margin-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner .inner-main-content,
  .hm-blog-listing-inner .inner-additional-content {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner .inner-main-content,
  .hm-blog-listing-inner .inner-additional-content {
    margin-top: 10px;
  }
}
.hm-blog-listing-inner-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: unset;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .main-desc-wrapper {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper .main-desc-wrapper {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .main-desc-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper .main-desc-wrapper {
    padding-bottom: 40px;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container {
  margin: 0 auto;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container span {
  color: #8EC2D2;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container span {
    font-size: 0.9375vw;
    line-height: 1.8229166667vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container span span {
  text-transform: lowercase;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container h1 {
  margin-top: 10px;
  font-family: "Jost", sans-serif !important;
  color: #727272;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 50px;
  text-transform: none;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container h1 {
    margin-top: 1.0416666667vw;
    font-size: 1.9791666667vw;
    line-height: 2.6041666667vw !important;
    padding-bottom: 2.6041666667vw !important;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container h2,
.hm-blog-listing-inner-wrapper .wysiwyg-container h3,
.hm-blog-listing-inner-wrapper .wysiwyg-container h4,
.hm-blog-listing-inner-wrapper .wysiwyg-container h5,
.hm-blog-listing-inner-wrapper .wysiwyg-container h6 {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container h2,
  .hm-blog-listing-inner-wrapper .wysiwyg-container h3,
  .hm-blog-listing-inner-wrapper .wysiwyg-container h4,
  .hm-blog-listing-inner-wrapper .wysiwyg-container h5,
  .hm-blog-listing-inner-wrapper .wysiwyg-container h6 {
    padding-bottom: 2.0833333333vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container a,
.hm-blog-listing-inner-wrapper .wysiwyg-container p,
.hm-blog-listing-inner-wrapper .wysiwyg-container li {
  padding-bottom: 20px;
  color: #727272;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container a,
  .hm-blog-listing-inner-wrapper .wysiwyg-container p,
  .hm-blog-listing-inner-wrapper .wysiwyg-container li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container a,
  .hm-blog-listing-inner-wrapper .wysiwyg-container p,
  .hm-blog-listing-inner-wrapper .wysiwyg-container li {
    padding-bottom: 1.5625vw;
    font-size: 0.9375vw !important;
    line-height: 2.4479166667vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container a {
  text-decoration: underline !important;
  transition: 0.3s ease-in-out;
  padding-bottom: 0;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container ul {
  list-style-type: disc;
  padding-left: 30px;
  padding-bottom: 30px;
  gap: 0;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container ul {
    padding-left: 2.0833333333vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container li {
  display: list-item !important;
  list-style-type: disc;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container li {
    width: auto;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container li::after {
  content: unset;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 {
  position: relative;
  margin-bottom: 20px;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1__img-wrapper img {
  aspect-ratio: 1;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1__img-wrapper img {
    aspect-ratio: 1.63/1;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1:hover {
  box-shadow: unset;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 3;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper {
    left: 2.0833333333vw;
    top: 2.0833333333vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper ul {
  list-style: none;
  display: flex;
  position: absolute;
  top: unset;
  flex-wrap: wrap;
  gap: 10px 20px !important;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
  font-size: 11px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  width: fit-content;
  list-style: none;
  padding-bottom: unset !important;
  padding-left: unset;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper ul li {
    font-size: 0.78vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper ul li::after {
  content: ".";
  background: unset;
  position: absolute;
  left: -22px;
  bottom: 0;
  line-height: 0.3;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper ul li:first-child {
  margin-left: unset;
  padding-left: unset;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper__cat-wrapper ul li:first-child::after {
  content: unset;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    padding-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    padding-top: 40px;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
  border-top: 1px solid #3F86A0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share {
    justify-content: flex-start;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share p {
  color: #727272;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share p {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    letter-spacing: 0.0833333333vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share a {
  transition: 0.3s ease-in-out;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share a svg {
  fill: #3F86A0;
  transition: 0.3s ease-in-out;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share a svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share a:hover {
  opacity: 0.5;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .hm-blog-listing-inner-wrapper-social-share a:hover svg {
  fill: #927b64;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
  margin: 0 -10px;
  padding-bottom: 90px;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-left: -10px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider {
    padding-bottom: unset;
  }
}
@media only screen and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .slick-arrow {
    transform: none !important;
    position: absolute;
    bottom: 20px;
    top: auto !important;
  }
}
@media only screen and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .slick-prev {
    right: auto !important;
    left: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .slick-next {
    left: auto !important;
    right: calc(50% - 40px);
  }
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .wg-cmn-card-1 {
  margin: 0 10px;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .wg-cmn-card-1:nth-child(4n) .wg-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .wg-cmn-card-1:nth-child(4n-1) .wg-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .wg-cmn-card-1:nth-child(4n-2) .wg-cmn-card-1__img-wrapper::before {
  background-color: #8EC2D2;
}
.hm-blog-listing-inner-wrapper .wysiwyg-container .image-slider .wg-cmn-card-1:nth-child(4n-3) .wg-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
@media only screen and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper {
    padding-bottom: 90px;
    margin: 0 -5px;
  }
  .hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper .slick-arrow {
    transform: none !important;
    position: absolute;
    bottom: 0;
    top: auto !important;
  }
  .hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper .slick-next {
    left: auto !important;
    right: calc(50% - 60px);
  }
  .hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper .slick-prev {
    right: auto !important;
    left: calc(50% - 60px);
  }
  .hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper .wg-cmn-card-1--vari-2 .wg-cmn-card-1__img-wrapper img {
    aspect-ratio: 1/1 !important;
  }
}
.hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper a {
  margin: 13px;
}
.hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper a:nth-child(4n) .wg-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
.hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper a:nth-child(4n-1) .wg-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper a:nth-child(4n-2) .wg-cmn-card-1__img-wrapper::before {
  background-color: #8EC2D2;
}
.hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper a:nth-child(4n-3) .wg-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
.hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper .wg-cmn-card-1--vari-2 {
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}
.hm-blog-listing-inner-wrapper .hm-body-section__packages-section__packages-wrapper .wg-cmn-card-1--vari-2:hover {
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.25) !important;
}
.hm-blog-listing-inner-wrapper .sec-seperator {
  margin: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper .sec-seperator {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.hm-blog-listing-inner-other-stories-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-other-stories-title {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hm-blog-listing-inner-other-stories-title .wg-common-heading-wrapper {
  align-items: center;
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-other-stories-title .wg-common-heading-wrapper {
    align-items: flex-start;
  }
}
.hm-blog-listing-inner-other-stories-title a.wg-white-sand-btn {
  width: fit-content;
  white-space: nowrap;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-other-stories-title a.wg-white-sand-btn {
    display: flex;
  }
}
.hm-blog-listing-inner-other-stories .mobile-view-blogs {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner-other-stories .mobile-view-blogs {
    display: none;
  }
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper {
  margin: 0 -20px;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper {
    margin-bottom: -3rem;
  }
}
@media only screen and (max-width: 1025px) {
  .hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper {
    padding-bottom: 90px;
    margin: 0 -20px;
  }
  .hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper .slick-arrow {
    transform: none !important;
    position: absolute;
    bottom: 0;
    top: auto !important;
  }
  .hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper .slick-next {
    left: auto !important;
    right: calc(50% - 60px);
  }
  .hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper .slick-prev {
    right: auto !important;
    left: calc(50% - 60px);
  }
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a {
  margin: 0 20px;
  margin-bottom: 20px;
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a img {
  aspect-ratio: 1;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a img {
    aspect-ratio: 1.59/1;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a .wg-cmn-card-1 {
  background-color: transparent;
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a:nth-child(4n) .wg-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a:nth-child(4n-1) .wg-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a:nth-child(4n-2) .wg-cmn-card-1__img-wrapper::before {
  background-color: #8EC2D2;
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper a:nth-child(4n-3) .wg-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper .wg-cmn-card-1 .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
  position: relative;
  z-index: 2;
}
.hm-blog-listing-inner .hm-body-section__discover-section__item-wrapper .wg-cmn-card-1:hover .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner .hm-body-section__packages-section__packages-wrapper .wg-cmn-card-1--vari-2 img {
    aspect-ratio: 1/1 !important;
  }
}
.hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
  position: relative;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-bottom: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-bottom: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories {
    padding-bottom: 40px;
  }
}
.hm-blog-listing-inner .hm-blog-listing-inner-other-stories .other-stories-inner {
  position: relative;
  margin: 0 auto;
}
.hm-blog-listing-inner .hm-blog-listing-inner-other-stories .other-stories-inner .h1-size,
.hm-blog-listing-inner .hm-blog-listing-inner-other-stories .other-stories-inner h6 {
  width: 100%;
  display: block;
  text-align: center;
}
.hm-blog-listing-inner .hm-blog-listing-inner-other-stories .other-stories-inner h6 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories .other-stories-inner h6 {
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
    letter-spacing: 0.0666666667vw;
  }
}
.hm-blog-listing-inner .hm-blog-listing-inner-other-stories .other-stories-inner .h1-size {
  margin-top: 10px;
  color: #3F86A0;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner .hm-blog-listing-inner-other-stories .other-stories-inner .h1-size {
    margin-top: 1.0416666667vw;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    letter-spacing: 0.0625vw;
  }
}
.hm-blog-listing-inner .other-items-wrapper {
  margin: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hm-blog-listing-inner .other-items-wrapper {
    margin: 0 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .hm-blog-listing-inner .other-items-wrapper {
    margin: 0 2.0833333333vw;
  }
}
.hm-blog-listing-inner .post-cards__title-wrapper__inner-arrow-wrapper a {
  margin: 0 !important;
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
}

/***********************Default Formatting***********************/
@media (min-width: 1025px) {
  .without-banner-img {
    height: 9.8958333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .without-banner-img {
    height: 9.8958333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner-img {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .without-banner-img {
    height: 100px;
  }
}

.no-banners .header-section {
  height: auto;
}
.no-banners .header-section .desk-header-wrapper {
  background: #F6F5EF !important;
}

/**************************Wrapper****************************************/
.wrapper--90 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--50 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--50 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--50 {
    width: 90%;
  }
}
.wrapper--40 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--40 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--40 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.wrapper--80 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--80 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--80 {
    width: 90%;
  }
}
.wrapper--85 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--85 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--85 {
    width: 90%;
  }
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--100 {
    font-size: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--100 {
    font-size: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--100 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--100 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--100 {
    line-height: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--100 {
    line-height: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--100 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--100 {
    line-height: 50px;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    font-size: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    font-size: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--25 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--25 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--25 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .heading--25 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .heading--25 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--25 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--25 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--25 {
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .paragraph--22 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    line-height: 25px;
  }
}

.font-color--brown {
  color: #927b64;
}
.font-color--black {
  color: #000;
}

.font-family--antonio {
  font-family: "Caveat", cursive;
}
.font-family--roboto {
  font-family: "Jost", sans-serif;
}

.font-weight--300 {
  font-weight: 300 !important;
}
.font-weight--400 {
  font-weight: 400 !important;
}
.font-weight--500 {
  font-weight: 500 !important;
}
.font-weight--600 {
  font-weight: 600 !important;
}

.bg-color--ash {
  background: #f2f2f2 !important;
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--200 {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--200 {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--200 {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .padding-top--200 {
    padding-top: 80px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 10px;
  }
}

/****************************padding END*********************************************/
.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  border: 0;
  font-family: "Jost", sans-serif;
  transition: all 0.5s;
  border-radius: 1.5625vw;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    width: 13.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    width: 13.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .next-btn {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    letter-spacing: 0.0885416667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.0885416667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 1.7px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 1.7px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-right: 20px;
  }
}
.next-btn--blue {
  color: #fff;
  background: #8EC2D2;
}
.next-btn--blue:hover {
  background: transparent;
  color: #8EC2D2;
  border: 1px solid #8EC2D2;
}
.next-btn--brown-line {
  color: #8EC2D2;
  border: 1px solid #8EC2D2;
}
.next-btn--brown-line:hover {
  color: #fff;
  background: #8EC2D2;
}

@media (min-width: 1025px) {
  .btn-wrap-404 a:first-child {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-404 a:first-child {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-404 a:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-404 a:first-child {
    margin-right: 0px;
  }
}

.sitemap-div .sitemap {
  width: 100%;
  margin: 0 auto;
}

.offers-text {
  height: auto;
  width: 100%;
  justify-content: space-between;
}
.offers-text .wg-cmn-card-1__content-wrapper__main-cont__flag {
  width: 100%;
}
.offers-text h3 {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .offers-text h3 {
    height: 4.6875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offers-text h3 {
    height: 4.6875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offers-text h3 {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .offers-text h3 {
    height: 55px;
  }
}

.offer-content h4 {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .offer-content h4 {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-content h4 {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-content h4 {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .offer-content h4 {
    height: 30px;
  }
}

.travel-text {
  height: auto;
  gap: 10px;
  justify-content: space-between;
}
.travel-text h3 {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .travel-text h3 {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-text h3 {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-text h3 {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .travel-text h3 {
    height: 60px;
  }
}

.gap-0 {
  gap: 0;
}

.tag-wrap {
  display: flex;
  align-items: center;
  transform: none;
  left: 12%;
}
.tag-wrap span {
  padding: 0 10px;
}
.tag-wrap p:last-child span {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.location-wrap {
  display: flex;
  align-items: center;
}
.location-wrap span {
  padding: 0 3px 0 0;
}
.location-wrap span:last-child {
  display: none !important;
}

#travelTab {
  display: none;
  border: 0;
  padding-left: 25px;
}
@media (min-width: 1025px) {
  #travelTab {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #travelTab {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #travelTab {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #travelTab {
    padding-bottom: 20px;
  }
}
#travelTab button {
  margin-right: 15px;
}
#travelTab button.active {
  background: #927b64;
  color: #ffffff;
  border: 1px solid #927b64;
}

.offer-tag {
  position: absolute;
  z-index: 2;
  bottom: auto;
  top: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .offer-tag {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-tag {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-tag {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .offer-tag {
    font-size: 14px;
  }
}

.offer-tag__expire {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.3294117647);
  width: max-content;
  margin: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .offer-tag__expire {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-tag__expire {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-tag__expire {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .offer-tag__expire {
    font-size: 13px;
  }
}

.hm-blog-body-section__faq-section {
  margin-top: 20px;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  color: #927b64;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 14px;
  }
}

.display {
  display: block !important;
}

.display-none {
  display: none !important;
}

.insta-div .wg-common-heading-wrapper {
  max-width: 80%;
}
.insta-div .wg-white-sand-btn {
  height: auto;
  padding: 0;
  border: 0 !important;
}

#accordionFaq {
  border: 0;
}
#accordionFaq button {
  box-shadow: none;
  background: transparent !important;
}
@media (min-width: 1025px) {
  #accordionFaq button {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFaq button {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFaq button {
    padding-top: 14px;
  }
}
@media (max-width: 600px) {
  #accordionFaq button {
    padding-top: 14px;
  }
}
@media (min-width: 1025px) {
  #accordionFaq button {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #accordionFaq button {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #accordionFaq button {
    padding-bottom: 14px;
  }
}
@media (max-width: 600px) {
  #accordionFaq button {
    padding-bottom: 14px;
  }
}
#accordionFaq .accordion-body {
  padding-left: 0;
  padding-right: 0 !important;
}
#accordionFaq .accordion-item {
  padding-bottom: 0;
}
#accordionFaq .accordion-button::after {
  background-image: url("");
}

.wysiwyg-container h1,
.wysiwyg-container h2,
.wysiwyg-container h3,
.wysiwyg-container h4,
.wysiwyg-container h5,
.wysiwyg-container h6 {
  color: #727272;
}

.form-div-wrap {
  border-radius: 30px;
  background: #fff;
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-left: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-left: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .form-div-wrap {
    padding-right: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-div-wrap {
    padding-right: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-div-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .form-div-wrap {
    padding-right: 20px;
  }
}

.loading-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.loading-wrap img {
  width: 10vw;
  height: auto;
}

.pagination-div {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .pagination-div {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .pagination-div {
    padding-top: 0;
  }
}
.pagination-div .page-numbers {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3F86A0;
  border: 1px solid #3F86A0;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
.pagination-div .page-numbers {
  transition: 0.3s ease-in-out;
}
.pagination-div .page-numbers:hover {
  background: #3F86A0;
  color: #8EC2D2;
  border: 1px solid #3F86A0;
}
.pagination-div .page-numbers.current {
  pointer-events: none;
  background-color: #3F86A0;
  color: #ffffff;
}
.pagination-div .next.page-numbers,
.pagination-div .prev.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../../assets/images/nav-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transition: 0.3s ease-in-out;
}
.pagination-div .next.page-numbers:hover,
.pagination-div .prev.page-numbers:hover {
  opacity: 0.5;
}
.pagination-div .prev.page-numbers {
  background-image: url("../../../assets/images/nav-arrow-prev.svg");
}
.pagination-div .prev.page-numbers span {
  transform: rotate(180deg);
}

.select-wrap {
  flex-wrap: wrap;
}
.select-wrap select,
.select-wrap .nice-select {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-image: url("../../images/drop.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 15px);
  color: #927b64;
  margin: 0 10px;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #927b64;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 13.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 13.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .select-wrap select,
  .select-wrap .nice-select {
    width: 100%;
  }
}
.select-wrap .nice-select .option:hover {
  background-color: #927b64 !important;
  color: #fff;
}
.select-wrap .nice-select:after {
  display: none;
}
.select-wrap .form-check {
  margin: 0 10px;
  padding: 0;
}
.select-wrap .form-check input {
  visibility: hidden;
  width: 0;
}
.select-wrap .form-check label {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  color: #927b64;
  border-radius: 50px;
  border: 1px solid #927b64;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .select-wrap .form-check label {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select-wrap .form-check label {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select-wrap .form-check label {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .select-wrap .form-check label {
    height: 30px;
  }
}
.select-wrap .form-check.selected label {
  background: #927b64;
  color: #fff;
}

.text-center-title {
  text-align: center !important;
}

@media (min-width: 1025px) {
  .two-grid-item {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-grid-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-grid-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .two-grid-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-grid-item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .two-grid-item {
    padding: 10px;
  }
}

@media (min-width: 1025px) {
  .four-grid-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-grid-item {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-grid-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .four-grid-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-grid-item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .four-grid-item {
    padding: 10px;
  }
}

@media (min-width: 1025px) {
  .three-grid-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-grid-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-grid-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-grid-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-grid-item {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-grid-item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .three-grid-item {
    padding: 10px;
  }
}

.google-map-div iframe {
  width: 100% !important;
}

.hm-blog-body-section__offers-section {
  background-size: cover !important;
}

.slick-next::before,
.slick-prev::before {
  border: 1px solid #606060;
  border-radius: 50%;
}

.wg-cmn-card-4__content-wrapper p {
  line-height: inherit;
}

.four-grid-item:nth-child(4n-3) .wg-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}

.four-grid-item:nth-child(4n-2) .wg-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}

.four-grid-item:nth-child(4n-1) .wg-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}

.four-grid-item:nth-child(4n) .wg-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}

.three-grid-item:nth-child(4n-3) .wg-cmn-card-1__img-wrapper::before {
  background-color: #e74c3c;
}

.three-grid-item:nth-child(4n-2) .wg-cmn-card-1__img-wrapper::before {
  background-color: #2ecc71;
}

.three-grid-item:nth-child(4n-1) .wg-cmn-card-1__img-wrapper::before {
  background-color: #9b59b6;
}

.three-grid-item:nth-child(4n) .wg-cmn-card-1__img-wrapper::before {
  background-color: #f1c40f;
}

.two-grid-item a {
  position: relative;
}

.two-grid-item .wg-cmn-card-2__img-wrapper {
  z-index: 2;
}

.two-grid-item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: #2f2f2f;
  border-radius: 20px;
  z-index: 1;
}

#copy-url {
  position: relative;
}

.copied-text {
  position: absolute;
  top: 0;
  background: #F6F5EF;
  color: #fff;
  padding: 5px;
  font-size: 10px !important;
  opacity: 0;
}

.copied-text.show {
  opacity: 1;
}

.two-grid-item:nth-child(4n-3) a::after {
  background-color: #f1c40f;
}

.two-grid-item:nth-child(4n-2) a::after {
  background-color: #e74c3c;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n-3) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #f1c40f;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n-2) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #e74c3c;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n-1) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #2ecc71;
}

.cust-review-body-section__review-wrapper__item:nth-child(4n) .cust-review-body-section__review-wrapper__item__img-wrapper::before {
  background-color: #9b59b6;
}

.csr-inner-body-section__project-section__heading a:hover {
  color: #fff !important;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

.wg-cmn-card-1,
.wg-cmn-card-1--vari-2 {
  overflow: hidden;
}

.wg-cmn-card-1 .wg-cmn-card-1__img-wrapper img,
.wg-cmn-card-1--vari-2 .wg-cmn-card-1__img-wrapper img {
  transform: translateY(0px);
  transition: all 0.5s;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-1 .wg-cmn-card-1__img-wrapper img,
  .wg-cmn-card-1--vari-2 .wg-cmn-card-1__img-wrapper img {
    aspect-ratio: 1.59/1;
  }
}
.wg-cmn-card-1:hover .wg-cmn-card-1__img-wrapper img,
.wg-cmn-card-1--vari-2:hover .wg-cmn-card-1__img-wrapper img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.wg-cmn-card-2 .wg-cmn-card-2__img-wrapper {
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2 .wg-cmn-card-2__img-wrapper {
    width: 52%;
  }
}
.wg-cmn-card-2 .wg-cmn-card-2__img-wrapper img {
  transform: scale(1);
  transition: all 0.5s;
}
.wg-cmn-card-2:hover .wg-cmn-card-2__img-wrapper img {
  transform: scale(1.05);
  transition: all 0.5s;
}

@keyframes animateup {
  0% {
    transform: translate3d(5px, 40px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.wysiwyg-container a:hover,
.wysiwyg-container--fw a:hover {
  color: #606060;
}

.share-wrapper #copy-url {
  position: relative;
}
.share-wrapper .copied-text {
  position: absolute;
  top: 0;
  background: #F6F5EF;
  color: #fff;
  padding: 5px;
  font-size: 10px !important;
  opacity: 0;
}
.share-wrapper .copied-text.show {
  opacity: 1;
}
.share-wrapper a {
  margin-right: 0.5vw;
}
.share-wrapper a:hover svg {
  fill: #F6F5EF;
}
.share-wrapper a:hover svg path {
  fill: #F6F5EF;
}
.share-wrapper #copy-url:hover svg {
  fill: #F6F5EF;
}

.sub-menu .current_page_item a,
.sub-menu .current-menu-item a {
  position: relative;
  background: transparent !important;
  color: #3F86A0 !important;
}
.sub-menu .current_page_item a {
  position: relative;
}
.sub-menu .current_page_item a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  height: 3px;
  background-color: #3F86A0;
}

.alert-success a {
  font-weight: 500 !important;
}

.wysiwyg-container--fw li {
  flex-wrap: wrap;
}

footer .footer-wrapper__top-section__left__contact-wrapper__item p,
footer .footer-wrapper__top-section__left__contact-wrapper__item a {
  font-weight: 400 !important;
  font-size: 0.8854166667vw;
}

.has-feedback a {
  text-decoration: underline;
  font-weight: 400;
}
.has-feedback a:hover {
  color: #606060;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #e8e8e8 !important;
}

.datepicker table tr td.day {
  color: #000;
}

.datepicker table tr td.day.new {
  background: #fff !important;
  color: #848484;
}

.wg-grad-lines--abs-top {
  height: 8px;
}

.hide-count .slick-dots {
  display: none !important;
}

.z-top {
  z-index: 1;
  position: relative;
}

.fixed-media {
  position: fixed;
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .fixed-media {
    right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-media {
    right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-media {
    right: 5px;
  }
}
@media (max-width: 600px) {
  .fixed-media {
    right: 5px;
  }
}
@media (min-width: 1025px) {
  .fixed-media {
    bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-media {
    bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-media {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .fixed-media {
    bottom: 20px;
  }
}
.fixed-media li {
  padding-bottom: 10px;
}
.fixed-media img {
  width: auto;
}
@media (min-width: 1025px) {
  .fixed-media img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-media img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-media img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .fixed-media img {
    height: 40px;
  }
}

@media (min-width: 1025px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--90 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--90 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--90 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--90 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--90 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--85 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--85 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--85 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--70 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--70 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--60 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--60 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--55 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--55 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--50 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--50 {
    padding-right: 25px;
  }
}
.width--50 {
  z-index: 99;
}

@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--45 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--45 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .width--40 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .width--40 {
    padding-right: 25px;
  }
}

.accordion-mack .accordion-item .accordion-button:not(.collapsed)::after {
  background-size: 98% !important;
}

.dest-inner-body-section__must-attract-section {
  border-bottom: 1px solid #d0d0d0;
}

.dest-inner-body-section__gal-section {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.fixed-bg {
  background-attachment: fixed !important;
}

.hm-blog-body-section__welcome-section {
  background: transparent !important;
}

.hm-blog-body-section__offers-section .wg-common-heading-wrapper .h1-size,
.hm-blog-body-section__offers-section .wg-common-heading-wrapper h6 {
  color: #fff !important;
}

.video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 12px solid #EEE8D3;
}
@media only screen and (min-width: 1025px) {
  .video-container {
    border: 1.3020833333vw solid #EEE8D3;
  }
}
.video-container .video-poster {
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.video-container .bannervideo {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.image-container {
  border: 12px solid #EEE8D3;
}
@media only screen and (min-width: 1025px) {
  .image-container {
    border: 1.3020833333vw solid #EEE8D3;
  }
}

.wg-cloud {
  display: none !important;
}

.mc4wp-form .mc4wp-form-fields {
  display: flex;
  outline: 1px solid rgba(37, 36, 35, 0.3);
  border-radius: 40px;
}
.mc4wp-form .mc4wp-form-fields .email-p {
  flex-grow: 1;
}
.mc4wp-form .mc4wp-form-fields input {
  outline: 0 !important;
}
.mc4wp-form .mc4wp-form-fields input[type=submit],
.mc4wp-form .mc4wp-form-fields button {
  padding: 0 10px;
  background-color: #fff;
  background-image: url("../../images/send.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #0e2b67 !important;
  text-transform: uppercase;
}
.mc4wp-form .mc4wp-form-fields input[type=email] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.mc4wp-response {
  padding-top: 15px;
}

@media (min-width: 1025px) {
  .gdpr_msg {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gdpr_msg {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gdpr_msg {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .gdpr_msg {
    margin-top: 20px;
  }
}

.wg-cmn-card-2__title-wrapper__top {
  border-bottom: 2px solid #8EC2D2;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__top {
    padding-bottom: 1.0416666667vw;
  }
}

@media only screen and (min-width: 1025px) {
  .mc4wp-notice p,
  .mc4wp-success p {
    font-size: 0.7vw;
    line-height: 1vw;
    color: #37e89a !important;
  }
  .mc4wp-error p {
    font-size: 0.7vw;
    line-height: 1vw;
    color: #fa5c5c !important;
  }
  .mc4wp-form .mc4wp-form-fields input[type=submit],
  .mc4wp-form .mc4wp-form-fields button {
    font-size: 0 !important;
    height: 2.6041666667vw;
    width: 2.6041666667vw;
  }
  .mc4wp-form .mc4wp-form-fields input[type=email] {
    height: 2.6041666667vw;
  }
  .hm-blog-body-section__destination-listing-section__wrapper {
    margin-top: 0 !important;
  }
  .hm-blog-body-section__dest-section {
    padding: 5vw 9vw 3vw 9vw;
  }
  #eme-slider-v2 {
    height: 100vh;
  }
  .wg-common-heading-wrapper {
    max-width: 100%;
  }
  .google-map-div iframe {
    height: 100% !important;
  }
  .form-div-wrap-contact {
    padding-left: 4.1666666667vw !important;
    padding-right: 4.1666666667vw !important;
  }
  .hm-blog-body-section__discover-section {
    gap: 5vw;
  }
  footer .footer-wrapper__top-section__right__main-menu-wrapper ul li a {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
  .footer-wrapper__top-section__right__sub-menu-wrapper {
    justify-content: flex-end;
  }
  .header-section .desk-header-wrapper__left-section ul {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  footer .footer-wrapper__top-section__left__contact-wrapper__item p {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form input {
    font-size: 15px;
    line-height: 15px;
  }
  .header-section .desk-header-wrapper ul li a {
    height: 2vw !important;
  }
  .header-section .desk-header-wrapper-fixed__left-section ul li .sub-menu li a,
  .header-section .desk-header-wrapper ul ul li a {
    height: 2.5vw !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
  }
  .emeslider-wrapper.inner .slick-slide img,
  .emeslider-wrapper.inner #eme-slider-v2 {
    height: 70vh !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  .js-scroll.scrolled {
    opacity: 1;
  }
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media only screen and (min-width: 1025px) {
  .cust-review-body-section__review-wrapper__item__desc-wrapper__stars-wrapper {
    padding-top: 0;
  }
  .wg-cmn-card-5__content-wrapper {
    text-align: left;
  }
  .wg-cmn-card-5__content-wrapper p {
    width: 100%;
  }
  .travel-pack-listing-body-section__package-wrapper .wg-white-sand-btn {
    margin-left: 0;
    margin-right: auto;
  }
  .wg-cmn-card-5__content-wrapper {
    align-items: flex-start;
  }
  .hm-blog-body-section__discover-section h3 {
    font-size: 2vw;
  }
  .header-section .desk-header-wrapper__left-section ul li a {
    padding: 0;
    display: flex;
    align-items: center;
  }
  #menu-item-3627 > a {
    font-size: 1.8229166667vw;
    line-height: 1.3020833333vw;
    height: 2vw;
    width: 2.6041666667vw;
  }
  .wg-cmn-card-2__title-wrapper__top {
    padding-bottom: 15px;
    width: 60%;
    max-width: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .wg-cmn-card-2__title-wrapper__top {
    padding-bottom: 1.0416666667vw;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .cust-review-body-section__review-wrapper {
    padding: 5vw 15vw;
  }
  #offcanvasMobile {
    display: none !important;
  }
  footer .footer-wrapper__top-section__middle__social-wrapper__icon-wrapper {
    gap: 0 10px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mc4wp-notice p,
  .mc4wp-success p {
    font-size: 14px;
    line-height: 16px;
    color: #37e89a !important;
  }
  .mc4wp-error p {
    font-size: 14px;
    line-height: 16px;
    color: #fa5c5c !important;
  }
  .mc4wp-form .mc4wp-form-fields input[type=submit],
  .mc4wp-form .mc4wp-form-fields button {
    font-size: 0 !important;
    height: 40px;
    width: 40px;
  }
  .mc4wp-form .mc4wp-form-fields input[type=email] {
    height: 40px;
  }
  .toggle-btn {
    padding-right: 0 !important;
  }
  .header-section .desk-header-wrapper-fixed {
    padding: 3px 5%;
  }
  .wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6 {
    text-transform: uppercase;
  }
  .slick-dots {
    display: flex !important;
  }
  .fixed-nav-toggle svg {
    fill: #F6F5EF !important;
  }
  .desktop_el {
    display: none !important;
  }
  .header-section .desk-header-wrapper-fixed.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
  }
  .header-section .desk-header-wrapper-fixed {
    display: flex !important;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: -1vw;
    left: 0;
    z-index: 9;
    background-color: #ffffff;
    padding: 10px 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .header-section .desk-header-wrapper-fixed #fixed-menu {
    display: none !important;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section {
    display: flex;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section svg {
    width: 25px;
    height: 25px;
    opacity: 1;
    fill: #927b64;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section a {
    margin-right: 15px;
    border: 1px solid #927b64;
    border-radius: 50%;
    padding: 10px;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section a:hover {
    background-color: #927b64;
  }
  .header-section .desk-header-wrapper-fixed .desk-header-wrapper-fixed__right-section a:hover svg {
    filter: invert(100%) sepia(100%) saturate(29%) hue-rotate(7deg) brightness(107%) contrast(110%);
  }
  .toggle-btn {
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 7;
  }
  .toggle-btn svg {
    width: 34px;
    height: 24px;
  }
  .next-btn {
    border-radius: 30px;
  }
  #offcanvasMobile {
    background: #ffffff;
    z-index: 99999;
  }
  #offcanvasMobile:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    bottom: 0;
    height: 233px;
    width: 218px;
    background-image: url("../../images/logo-bg.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  #offcanvasMobile .page_item_has_children a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #offcanvasMobile .page_item_has_children a::after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("../../images/drop.png");
    background-repeat: no-repeat !important;
    background-size: 50%;
    background-position: center;
  }
  #offcanvasMobile .page_item_has_children .children a::after {
    display: none !important;
  }
  #offcanvasMobile .offcanvas-header {
    padding: 0;
    display: flex;
    align-items: center;
  }
  #offcanvasMobile .offcanvas-header .btn-close {
    position: relative;
    padding: 0;
    margin: 0;
    height: 24px;
    width: 24px;
    fill: #ffffff;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect {
    background: #F6F3E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper div {
    margin-left: 20px;
    height: 30px;
    width: 30px;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper div:first-child {
    margin-left: 0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .smo-wrapper div svg {
    width: 100%;
    height: 100%;
    opacity: 1;
    fill: #ffffff;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect button {
    opacity: 1;
    background: transparent !important;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .call-icon svg {
    border: 1px solid #fff;
    border-radius: 50%;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .mobile-ham-open img {
    width: 60px;
    max-width: 300px;
    filter: grayscale(1);
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__top-sect .mobile-ham-open img {
    width: 25vw;
  }
}
@media only screen and (max-width: 1025px) {
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
    position: relative;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    position: relative;
    display: inline-block;
    color: #8EC2D2;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.active a {
    color: #3F86A0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.active a:hover {
    color: #3F86A0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul.sub-menu li.current-menu-item a {
    position: relative;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul.sub-menu li.current-menu-item a:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
    height: 3px;
    background-color: #3F86A0;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
    position: relative;
    display: block;
    text-align: center;
  }
  #offcanvasMobile .ham-wrapper__panel-wrapper__content__bottom-sect ul li.menu-item-has-children .child-sub-icon {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: auto;
    width: 7px;
    height: 5px;
    margin-left: 20px;
    background-image: url("../../images/menu-arrow.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #offcanvasMobile .children {
    margin-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.27);
  }
}
@media only screen and (max-width: 1025px) {
  #mobile-menu .current-menu-item a {
    color: #3F86A0 !important;
  }
  #travelTabContent {
    padding-top: 30px;
  }
  #travelTab {
    display: none !important;
  }
  .google-map-div {
    padding-top: 50px;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap P {
    width: 60%;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap .gal-count p {
    width: 40% !important;
    display: flex;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap {
    align-items: flex-end;
  }
  .wg-cmn-card-5 {
    padding-bottom: 30px;
  }
  .hm-blog-body-section__destination-listing-section__wrapper .wg-cmn-card-2 {
    margin: auto !important;
    left: 0 !important;
  }
  .hm-blog-body-section__inspire-section__item-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hm-blog-body-section__inspire-section__item-wrapper a {
    margin: 0 !important;
  }
  .select-wrap div {
    padding-bottom: 15px;
  }
  .btn-wrap-404 {
    display: flex;
    flex-direction: column;
  }
  .btn-wrap-404 a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .btn-wrap-404 a:first-child {
    margin-bottom: 20px;
  }
  .next-btn {
    border-radius: 30px;
  }
  .select-wrap {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .select-wrap div {
    width: 100%;
  }
  .select-wrap select {
    margin-bottom: 15px;
    margin: 0;
  }
  .select-wrap-radio {
    flex-direction: row !important;
    justify-content: center;
  }
  .select-wrap-radio div {
    width: auto;
  }
  #travelTab {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #travelTab button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .select-wrap .nice-select {
    margin: 0;
  }
  .csr-inner-body-section__project-section__project-wrapper,
  .wg-3-crop-gal,
  .dest-inner-body-section__must-attract-section__items-wrapper,
  .hm-blog-body-section__review-section__review-wrapper,
  .hm-blog-body-section__discover-section__item-wrapper,
  .hm-blog-body-section__offers-section__offers-wrapper,
  .hm-blog-body-section__packages-section__packages-wrapper,
  .hm-blog-body-section__destination-listing-section__wrapper,
  .hm-blog-body-section__inspire-section__item-wrapper,
  .hm-blog-travel-stories {
    padding-bottom: 90px;
    margin: 0 -10px;
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-slide,
  .wg-3-crop-gal .slick-slide,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-slide,
  .hm-blog-body-section__review-section__review-wrapper .slick-slide,
  .hm-blog-body-section__discover-section__item-wrapper .slick-slide,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-slide,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-slide,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-slide,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-slide,
  .hm-blog-travel-stories .slick-slide {
    padding: 0 10px 10px 10px;
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-arrow,
  .wg-3-crop-gal .slick-arrow,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-arrow,
  .hm-blog-body-section__review-section__review-wrapper .slick-arrow,
  .hm-blog-body-section__discover-section__item-wrapper .slick-arrow,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-arrow,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-arrow,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-arrow,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-arrow,
  .hm-blog-travel-stories .slick-arrow {
    transform: none !important;
    position: absolute;
    bottom: 0;
    top: auto !important;
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-prev,
  .wg-3-crop-gal .slick-prev,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-prev,
  .hm-blog-body-section__review-section__review-wrapper .slick-prev,
  .hm-blog-body-section__discover-section__item-wrapper .slick-prev,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-prev,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-prev,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-prev,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-prev,
  .hm-blog-travel-stories .slick-prev {
    right: auto !important;
    left: calc(50% - 60px);
  }
  .csr-inner-body-section__project-section__project-wrapper .slick-next,
  .wg-3-crop-gal .slick-next,
  .dest-inner-body-section__must-attract-section__items-wrapper .slick-next,
  .hm-blog-body-section__review-section__review-wrapper .slick-next,
  .hm-blog-body-section__discover-section__item-wrapper .slick-next,
  .hm-blog-body-section__offers-section__offers-wrapper .slick-next,
  .hm-blog-body-section__packages-section__packages-wrapper .slick-next,
  .hm-blog-body-section__destination-listing-section__wrapper .slick-next,
  .hm-blog-body-section__inspire-section__item-wrapper .slick-next,
  .hm-blog-travel-stories .slick-next {
    left: auto !important;
    right: calc(50% - 60px);
  }
  .hm-blog-body-section__packages-section__packages-wrapper a {
    margin: 0;
  }
  .wg-cmn-card-1:hover,
  .wg-cmn-card-1--vari-2:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  }
  #travelTab {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #travelTab button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #travelTab .hm-blog-body-section__destination-listing-section__wrapper .wg-cmn-card-2 {
    margin: 0;
    left: 0;
  }
  .hm-blog-body-section__discover-section__item-wrapper .wg-cmn-card-2 {
    margin: 15px 0;
  }
  .hm-blog-body-section__discover-section__item-wrapper .wg-cmn-card-2:after {
    left: 5px;
    width: auto;
    right: 5px;
  }
  .hm-blog-body-section__review-section__review-wrapper__item {
    margin: 0;
  }
  .hm-blog-body-section__review-section__review-wrapper {
    padding-top: 30px;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    left: 0px;
    top: 20px;
  }
  .accordion-mack .accordion-item .accordion-button {
    padding-left: 30px;
    padding-right: 0 !important;
  }
  .accordion-mack .accordion-item .accordion-body {
    padding-left: 0px;
    padding-right: 0 !important;
  }
  .hm-blog-body-section__faq-section__right {
    padding: 20px 30px 50px 30px;
  }
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form button {
    width: 50px;
    height: 50px;
  }
  .accordion-mack .accordion-item .accordion-button {
    font-size: 20px;
  }
  .sect-pad--second {
    padding: 0 20px 50px;
  }
  .inner-arrow-wrapper {
    display: none;
  }
  .wg-common-heading-wrapper--half-left {
    padding-bottom: 30px;
  }
  .hm-blog-body-section__dest-section.sect-pad {
    padding: 50px 20px 15px 20px;
  }
  .dest-sect-wrapper {
    padding-bottom: 0 !important;
  }
  .hm-blog-body-section__inspire-section__item-wrapper {
    width: auto;
  }
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper {
    display: block !important;
    padding-top: 20px;
  }
  .wg-cmn-card-2__title-wrapper__top {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .wg-cmn-card-2__title-wrapper__top h5 {
    margin: auto;
  }
  .accordion-mack .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
  .h1-size {
    font-size: 35px;
  }
  .hm-blog-body-section__review-section,
  .hm-blog-body-section__discover-section,
  .hm-blog-body-section__offers-section,
  .hm-blog-body-section__packages-section,
  .hm-blog-body-section__packages-section {
    gap: 0;
  }
  .hm-blog-body-section__offers-section__offers-wrapper,
  .m-body-section__review-section__review-wrapper {
    padding-top: 30px;
  }
  #sb_instagram {
    padding-top: 20px;
  }
  footer .footer-wrapper__top-section__middle__social-wrapper__icon-wrapper svg {
    width: 40px;
    height: 25px;
  }
  .mobile-margin-top--30 {
    margin-top: 40px !important;
  }
  .mobile-color--white {
    color: #fff !important;
  }
  .mobile-color--white::before {
    background: #fff !important;
  }
  .wg-cmn-card-2__title-wrapper__top::after {
    width: 60%;
    margin: auto;
  }
  .wg-cmn-card-1__content-wrapper {
    padding: 30px 20px 30px;
  }
  .wg-cmn-card-1--vari-2 .wg-cmn-card-1__content-wrapper__main-cont h6:after {
    right: -40px;
    width: 30px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item p,
  .wg-cmn-card-5__content-wrapper p,
  .wisiwyg-container,
  .wg-common-heading-wrapper__cont p,
  .wysiwyg-container--fw,
  .wysiwyg-container--fw li,
  .wysiwyg-container--fw p,
  .wysiwyg-container,
  .wysiwyg-container li,
  .wysiwyg-container p {
    font-size: 15px;
    line-height: 25px;
  }
  .mob-only-btn {
    display: block !important;
    z-index: 99;
  }
  .hm-blog-body-section__faq-section {
    margin-top: 0;
  }
  .wg-cmn-card-1--vari-3 .wg-cmn-card-1__content-wrapper__main-cont__flag {
    display: flex;
    gap: 0px;
    align-items: baseline;
    flex-direction: column-reverse;
    align-items: center;
  }
  .listing-wrap .offers-text h3 {
    height: auto !important;
  }
  .listing-wrap .travel-text h3 {
    height: auto !important;
  }
  .wysiwyg-container--fw ul li,
  .wysiwyg-container ul li {
    display: block !important;
    padding-left: 10px;
  }
  .wysiwyg-container--fw a,
  .wysiwyg-container a {
    word-break: break-all;
  }
  .wysiwyg-container--fw ul li::after,
  .wysiwyg-container ul li::after {
    top: 5px;
    padding-top: 0;
    transform: none;
  }
  .wg-cmn-card-1--vari-3,
  .wg-cmn-card-1--vari-2 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .wg-cmn-card-1__content-wrapper__main-cont__flag img {
    margin: 10px 0;
  }
  .dest-inner-body-section__must-attract-section {
    gap: 30px;
  }
  .wg-3-crop-gal__img-wrapper {
    margin-bottom: 0 !important;
  }
  .accordion-mack .accordion-item {
    border-bottom: 1px solid #b9ab96;
  }
  .wg-3-crop-gal .grd-overlay::after {
    left: 5px;
    right: 5px;
    width: auto;
    border-radius: 20px;
  }
  .dest-inner-body-section__properties-section__items-wrapper {
    text-align: center;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item span,
  .travel-pack-inner-body-section__properties-section__items-wrapper span {
    font-size: 10px;
  }
  .dest-inner-body-section__properties-section__items-wrapper__item h3,
  .travel-pack-inner-body-section__properties-section__items-wrapper h3 {
    font-size: 20px;
  }
  .dest-inner-body-section__gal-section,
  .about-us-body-section__gal-section,
  .travel-pack-inner-body-section__gal-section {
    padding: 50px 0;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap {
    padding: 10px 30px;
    bottom: 0;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap p {
    padding-right: 10px;
  }
  .wg-3-crop-gal__img-wrapper__content-wrap p {
    font-size: 13px;
  }
  .wg-cmn-card-5__content-wrapper {
    gap: 25px;
    padding-top: 22px;
  }
  .select-wrap select,
  .select-wrap .nice-select {
    width: 100%;
    font-size: 13px;
  }
  .wg-common-heading-wrapper h6::before {
    width: 20px;
    left: -15px;
  }
  .accordion-mack .accordion-item .accordion-body {
    padding-top: 0;
  }
  .travel-pack-inner-body-section__iternerary-section__accordion-wrapper .accord-img-wrapper {
    gap: 1% !important;
  }
  .travel-pack-inner-body-section__iternerary-section__accordion-wrapper .accord-img-wrapper__img-item {
    width: 48% !important;
    margin-bottom: 1%;
  }
  .wg-3-crop-gal .wg-3-crop-gal__img-wrapper {
    padding-bottom: 0 !important;
  }
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item {
    padding-bottom: 30px;
  }
  .business-travel-inner-body-section__props-section__props-wrapper__item img {
    width: 30%;
  }
  .instalment-plan-body-section__props-section__props-wrapper__item__img-wrapper {
    padding: 10px;
    width: 40%;
    margin: auto;
  }
  .instalment-plan-body-section__props-section__props-wrapper__item {
    padding-bottom: 30px;
  }
  .dest-sect-wrapper {
    padding-bottom: 60px !important;
  }
  .wg-cmn-card-1 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  }
  .three-grid-item,
  .four-grid-item,
  .two-grid-item {
    padding: 0 10px 30px 10px;
  }
  .select-wrap .form-check {
    margin: 5px;
  }
  .select-wrap .form-check label {
    font-size: 14px;
  }
  .select-wrap div {
    padding: 0 15px;
  }
  .cust-review-body-section__review-wrapper__item__img-wrapper {
    margin: auto;
  }
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__main p,
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__main,
  .cust-review-body-section__review-wrapper__item__desc-wrapper__content__reviewer {
    text-align: center !important;
  }
  .cust-review-body-section__review-wrapper__item {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
  }
  .cust-review-body-section__review-wrapper__item:last-child {
    border: 0 !important;
  }
  .wg-blue-grad-btn {
    height: 40px;
  }
  .no-banners .without-banner-img {
    background: #606060;
  }
  .no-banners .hm-head-wg-icon {
    display: none !important;
  }
  .csr-inner-body-section .share-wrapper {
    justify-content: flex-start;
  }
  .csr-inner-body-section__project-section__heading {
    flex-direction: column;
  }
  .csr-inner-body-section__project-section__heading h2 {
    padding-bottom: 30px;
  }
  .csr-inner-body-section__project-section__heading {
    padding-bottom: 30px;
  }
  .footer-wrapper__bottom-section p,
  .footer-wrapper__bottom-section a {
    font-size: 13px !important;
  }
  footer .footer-wrapper__bottom-section {
    gap: 20px;
  }
  .wg-white-bord-btn {
    padding: 0;
    height: 40px;
  }
  .emeslider-wrapper.inner .slick-slide img,
  .emeslider-wrapper.inner #eme-slider-v2 {
    height: 450px !important;
  }
  .emeslider-wrapper.inner,
  .inner #eme-slider-v2 {
    max-height: 450px !important;
  }
  .header-section.inner {
    height: 450px;
  }
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
    height: 600px;
  }
  #eme-slider-v2 {
    height: 600px;
    margin: 0;
  }
  .wg-cmn-card-2--featured .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper svg {
    width: 40px;
    height: 40px;
  }
  .select-wrap-item {
    padding-bottom: 15px !important;
  }
  .visa-listing-body-section__more-infor-section__items-wrapper__item a {
    font-size: 15px;
  }
  .select-wrap select,
  .select-wrap .nice-select {
    background-size: 10px;
  }
  .wg-cmn-card-3__img-wrapper__inner-arrow-wrapper svg {
    width: 40px;
    height: 40px;
  }
  .three-grid-item {
    padding-bottom: 40px !important;
  }
  footer .footer-wrapper__top-section__right__sub-menu-wrapper ul li a {
    padding: 5px 0;
  }
  footer .footer-wrapper__top-section__right__main-menu-wrapper ul li a {
    font-size: 14px;
    padding: 5px 0;
  }
  .footer-wrapper__top-section__middle__newsletter-wrapper {
    padding-bottom: 30px;
  }
  .footer-wrapper__top-section__middle {
    padding-top: 20px !important;
  }
  footer .scroll-top-div {
    bottom: 180px;
    right: 15px;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wg-cmn-card-2__title-wrapper__inner-arrow-wrapper,
  .wg-cmn-card-2__title-wrapper__middle .post-title {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .wg-cmn-card-2__title-wrapper__top {
    justify-content: center;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-body-section__welcome-section__welcome-wrapper {
    max-width: 80%;
  }
  footer .scroll-top-div {
    bottom: 100px;
    right: 80px;
  }
  .hm-blog-body-section__offers-section__offers-wrapper a {
    margin: 0;
  }
  .wg-white-sand-btn {
    min-width: max-content;
    font-size: 14px;
  }
  #travelTab {
    justify-content: center;
    display: flex;
    flex-direction: row;
    padding: 30px 0;
  }
  #travelTab li {
    width: 40%;
    margin: 0 10px;
  }
  #travelTab button {
    width: 100%;
  }
  .hm-blog-body-section__dest-section {
    flex-direction: row;
  }
  .hm-blog-body-section__dest-section h2,
  .hm-blog-body-section__dest-section .wg-common-heading-wrapper__cont,
  .hm-blog-body-section__dest-section .wg-common-heading-wrapper__cont p {
    text-align: left !important;
  }
  .hm-blog-body-section__dest-section a {
    margin-left: 0 !important;
  }
  .hm-blog-body-section__dest-section .wg-common-heading-wrapper,
  .hm-blog-body-section__tickets-section__left-section {
    align-items: flex-start;
    padding-right: 20px;
  }
  .hm-blog-body-section__tickets-section {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer-wrapper__top-section__middle__newsletter-wrapper form {
    margin-left: auto;
    margin-right: auto;
  }
}
#copy-url span.copied-text {
  background-color: transparent;
}

.wg-cmn-card-1__content-wrapper__main-cont h6 span, .wg-cmn-card-2__title-wrapper__top h6 span, .wg-cmn-card-1__content-wrapper__main-cont h6 span {
  text-transform: lowercase;
}

.sitemap-page,
.not-found-page {
  background-color: #ffffff;
  min-height: 90vh;
}
.sitemap-page .text-green,
.not-found-page .text-green {
  color: #8EC2D2;
}

.brush-stroke {
  position: relative;
  display: inline-flex;
}
.brush-stroke:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 40px;
  height: 6px;
  background-image: url("../../images/brushtroke_h1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .brush-stroke:after {
    width: 6.7708333333vw;
    height: 0.7291666667vw;
  }
}
.brush-stroke--center:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.brush-stroke--right:after {
  right: -20px;
}
@media only screen and (min-width: 1025px) {
  .brush-stroke--right:after {
    right: -3.3854166667vw;
  }
}
.brush-stroke--dark:after {
  background-image: url("../../images/brushtroke_h1.svg");
}

.masionary-wrap {
  column-count: 2;
  gap: 1vw;
}

.masinary-box {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding-bottom: 1vw;
}

.masinary-box img {
  width: 100%;
}

@media only screen and (max-width: 1025px) {
  #galleryTab li {
    padding: 0 15px;
  }
  .masinary-box {
    padding-bottom: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .masionary-wrap {
    column-count: 2;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .masionary-wrap {
    column-count: 1;
    gap: 0;
  }
}
.main-desc-wrapper,
.hm-blog-listing__discover-section__item-wrapper,
.category-item-list,
.hm-blog-body-section__featured {
  position: relative;
}
.main-desc-wrapper .blog-arc-bg,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg,
.category-item-list .blog-arc-bg,
.hm-blog-body-section__featured .blog-arc-bg {
  position: absolute;
  display: block;
  content: "";
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background-color: #F6F3E8;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .main-desc-wrapper .blog-arc-bg,
  .hm-blog-listing__discover-section__item-wrapper .blog-arc-bg,
  .category-item-list .blog-arc-bg,
  .hm-blog-body-section__featured .blog-arc-bg {
    top: 18.2291666667vw;
    height: calc(100% - 18.2291666667vw);
  }
}
.main-desc-wrapper .blog-arc-bg .top-shape,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg .top-shape,
.category-item-list .blog-arc-bg .top-shape,
.hm-blog-body-section__featured .blog-arc-bg .top-shape {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../images/top-flat-left-down-shape.svg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-desc-wrapper .blog-arc-bg .bottom-shape,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg .bottom-shape,
.category-item-list .blog-arc-bg .bottom-shape,
.hm-blog-body-section__featured .blog-arc-bg .bottom-shape {
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../images/bottom-flat-left-up.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-desc-wrapper .blog-arc-bg.blog-archive-pg,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.blog-archive-pg,
.category-item-list .blog-arc-bg.blog-archive-pg,
.hm-blog-body-section__featured .blog-arc-bg.blog-archive-pg {
  height: 55%;
  top: 40px;
}
@media only screen and (min-width: 1025px) {
  .main-desc-wrapper .blog-arc-bg.blog-archive-pg,
  .hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.blog-archive-pg,
  .category-item-list .blog-arc-bg.blog-archive-pg,
  .hm-blog-body-section__featured .blog-arc-bg.blog-archive-pg {
    top: 3.3854166667vw;
  }
}
.main-desc-wrapper .blog-arc-bg.home-pg,
.hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.home-pg,
.category-item-list .blog-arc-bg.home-pg,
.hm-blog-body-section__featured .blog-arc-bg.home-pg {
  top: -100px;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .main-desc-wrapper .blog-arc-bg.home-pg,
  .hm-blog-listing__discover-section__item-wrapper .blog-arc-bg.home-pg,
  .category-item-list .blog-arc-bg.home-pg,
  .hm-blog-body-section__featured .blog-arc-bg.home-pg {
    top: -17.7083333333vw;
  }
}

.sitemap-div,
.content-404 {
  padding-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .sitemap-div,
  .content-404 {
    padding-top: 4.1666666667vw;
  }
}

.the-content-div {
  font-family: "Jost", sans-serif;
  color: #000000;
}
.the-content-div ul li {
  text-align: left !important;
  position: relative;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .the-content-div ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .the-content-div ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .the-content-div ul li {
    padding-bottom: 10px;
  }
}
.the-content-div ul li::before {
  content: "";
  height: 2px;
  width: 2px;
  padding: 2px;
  border-radius: 50%;
  background: #3F86A0;
  position: absolute;
  left: 0;
  top: 13px;
}
@media only screen and (min-width: 1025px) {
  .the-content-div ul li::before {
    height: 0.3125vw;
    width: 0.3125vw;
    padding: 0.15625vw;
    top: 0.78125vw;
  }
}
.the-content-div p,
.the-content-div a,
.the-content-div td,
.the-content-div th {
  color: #000000;
  font-family: "Jost", sans-serif;
}
.the-content-div a {
  text-decoration: none;
}
.the-content-div a:hover {
  text-decoration: none;
  color: #927b64;
}
.the-content-div h1,
.the-content-div h2,
.the-content-div h3,
.the-content-div h4,
.the-content-div h5,
.the-content-div h6 {
  color: #000000;
  font-family: "Caveat", cursive;
  text-transform: uppercase;
  font-weight: 300;
}
.the-content-div h1.h1 a,
.the-content-div h2.h1 a,
.the-content-div h3.h1 a,
.the-content-div h4.h1 a,
.the-content-div h5.h1 a,
.the-content-div h6.h1 a {
  text-decoration: underline;
}
.the-content-div h1.h1 a:hover,
.the-content-div h2.h1 a:hover,
.the-content-div h3.h1 a:hover,
.the-content-div h4.h1 a:hover,
.the-content-div h5.h1 a:hover,
.the-content-div h6.h1 a:hover {
  color: #F6F5EF;
}
.the-content-div ul {
  list-style: none;
  padding: 0;
}

.the-content-div {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div {
    line-height: 30px;
  }
}
.the-content-div p {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div p {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div p {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div p {
    line-height: 30px;
  }
}
.the-content-div li {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div li {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div li {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div li {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div li {
    line-height: 30px;
  }
}
.the-content-div a {
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div a {
    line-height: 30px;
  }
}
.the-content-div td {
  border: 1px solid #000;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div td {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  .the-content-div td {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div td {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div td {
    line-height: 30px;
  }
}
.the-content-div th {
  border: 1px solid #000;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .the-content-div th {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  .the-content-div th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .the-content-div th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div th {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div th {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h1 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h1 {
    font-size: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h1 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .the-content-div h1 {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h1 {
    line-height: 3.3854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h1 {
    line-height: 3.3854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h1 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .the-content-div h1 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h2 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h2 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h2 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h2 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h2 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .the-content-div h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h3 {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h3 {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h3 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .the-content-div h3 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h3 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h3 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h3 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .the-content-div h3 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h4 {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h4 {
    font-size: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h4 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .the-content-div h4 {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h4 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h4 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h4 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h4 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h5 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h5 {
    font-size: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h5 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .the-content-div h5 {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h5 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h5 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h6 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h6 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h6 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .the-content-div h6 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .the-content-div h6 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .the-content-div h6 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .the-content-div h6 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .the-content-div h6 {
    line-height: 28px;
  }
}

.share-wrapper #copy-url {
  position: relative;
}
.share-wrapper .copied-text {
  position: absolute;
  top: 0;
  background: #B9AB96;
  color: #fff;
  padding: 5px;
  font-size: 10px !important;
  opacity: 0;
}
.share-wrapper .copied-text.show {
  opacity: 1;
}
.share-wrapper #copy-url:hover svg {
  fill: #B9AB96;
  transition: 0.3s ease-in-out;
  width: 25px;
  height: 25px;
}
/*# sourceMappingURL=style.min.css.map */
