/* HEADER */
#header-top {
  overflow: visible;
}
.header-nav .nav {
  overflow: visible;
  padding: 0 20px;
}
.nav > li {
  margin: 0;
}
.nav > li a {
  text-transform: uppercase;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  width: 100%;
  padding: 0 10px;
  font-weight: 500;
  letter-spacing: 1.9px;
  font-size: 14px;
}
.nav li .sub-menu {
  margin-left: 0;
  top: 101%;
}
.nav li .sub-menu li {
  margin: 0 auto;
}
.nav li .sub-menu li a {
  font-family: "HelveticaNeue";
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.5;
  height: unset;
}
.nav li a:after {
  width: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  content: "";
  position: absolute;
  bottom: -2px;
  height: 5px;
  background: #fff;
  opacity: 0.5;
  left: 0;
}
.nav li ul.sub-menu a:after {
  content: unset;
}
.nav li a:focus,
.nav li a:hover {
  color: #fff;
}
.nav li a:focus:after,
.nav li a:hover:after {
  width: 100%;
}
header.active {
  background: #fbf8f2;
}
header.active .logo-area {
  height: 60px;
  border-color: #0f1b34;
}
header.active .booking-area {
  border-color: #0f1b34;
}
header.active .nav > li a {
  color: #19191a;
}
header.active .nav > li .sub-menu li a {
  color: #fff;
}
header #header-logo .dark-logo {
  display: none;
}
header.active #header-logo .light-logo {
  display: none;
}
header.active #header-logo .dark-logo {
  display: block;
}
.nav .booknow-btnwrap a {
  border-radius: 0;
  background: #0f1b34;
}
.nav li .sub-menu {
  background: #264060e3;
}
@media (max-width: 767px) {
  header #header-top {
    padding: 0 25px !important;
  }
  header.active #header-top {
    padding: 0 25px !important;
  }
  header .logo-area {
    border: none;
  }
  #navigation .nav {
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #navigation .nav > li a {
    color: #0f1b34;
    font-family: "AGaramondPro", serif;
    text-transform: unset;
    font-weight: 400;
    line-height: 2.5;
    height: auto;
    font-size: 24px;
  }
  #navigation .book-now {
    margin-top: 40px;
  }
  #navigation .book-now {
    color: #e6c870 !important;
    height: unset;
    background: #0f1b34;
    border-radius: 0;
  }
  #navigation .nav li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 0.35s;
    display: block;
    position: static;
    background: transparent;
    text-align: center;
  }
  #navigation .nav li .sub-menu.active {
    max-height: 1000px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }

  #navigation .nav li:focus .sub-menu,
  .nav li:hover .sub-menu {
    display: none;
  }
  #navigation .nav li .sub-menu li a {
    font-size: 22px;
    line-height: 2;
  }
  #navigation .nav li a:after {
    content: unset;
  }
}

.room-nav-titles ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #213f6080;
}
.room-nav-titles ul li {
  padding-bottom: 0;
}
.room-nav-titles ul li button {
  font-family: "HelveticaNeue", sans-serif;
  color: #0f1b3480;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0 15px 0;
  position: relative;
}
.room-nav-titles ul li button[aria-selected="true"] {
  color: #0f1b34;
}
.room-nav-titles ul li button[aria-selected="true"]::after {
  content: "";
  background: #213f60;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.nav_block .nav-block-img .each-img {
  display: none;
  position: relative;
}
.nav_block .nav-block-img .each-img[aria-hidden="false"] {
  display: flex;
}
.nav_block .nav-block-img .image-container {
  position: relative;
}
.nav_block .nav-block-img .image-container::after {
  content: "";
  position: absolute;
  border: 2px solid #e5c870;
  width: calc(100% - 30px);
  height: 100%;
  left: 55px;
  top: 40px;
}

.nav_block .nav-block-img img {
  border-radius: 0;
  height: auto;
}
.nav_block .nav-block-img img.first-img {
  aspect-ratio: 790/920;
}
.nav_block .nav-block-img img.second-img {
  aspect-ratio: 453/398;
  width: 100%;
  max-width: 410px;
  transform: translate(-120px, 160px);
}
.nav_block .image-title {
  position: relative;
  text-transform: uppercase;
}
.nav_block .image-title::before {
  content: "";
  background: var(--wpr-bg-1a678879-01b4-4658-a051-cfe78279f1cd) no-repeat;
  position: absolute;
  top: 0;
  left: -5%;
  height: 70px;
  width: 100%;
  background-size: contain;
  transform: translateY(-30%);
  z-index: -1;
}
.nav_block .italic-text {
  font-size: 90px;
  color: #1b3a5c;
  font-family: "Bayshore";
  padding: 0;
  margin: 0;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  top: 30%;
  right: 0;
  transform: rotate(270deg) translateY(-50%);
  transform-origin: right center;
}
.explore_nav_block {
  min-height: unset;
}
.nav_block.explore_nav_block .image-title {
  text-transform: unset;
}
.explore_nav_block .nav-block-img .each-img[aria-hidden="true"] {
  display: none;
}

.explore_nav_block .nav-block-img .each-img[aria-hidden="false"] {
  display: flex;
}
.explore_nav_block .nav-block-img .each-img {
  background-position: center;
  background-size: cover;
  height: auto;
}
.explore_nav_block .room-nav-titles {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fbf8f2;
  z-index: 1;
}
.explore_nav_block .room-nav-titles ul {
  gap: 10px;
}
.explore_nav_block .room-nav-titles ul li button[aria-selected="true"] {
  font-weight: bold;
}

.explore_nav_block .room-nav-titles ul li button {
  font-size: 14px;
  padding: 10px 5px;
}

.explore_nav_block .explore-content {
  min-height: 700px;
  height: 75vh;
  background: #fbf8f2;
}
.explore_nav_block .image-title {
  z-index: 1;
}
.explore_nav_block .image-title::before {
  background: var(--wpr-bg-a900201d-7315-42f1-8181-3bde979b5e0e) no-repeat;
  position: absolute;
  top: 0;
  left: -5%;
  height: 70px;
  width: 100%;
  background-size: contain;
  transform: translateY(-30%);
  z-index: -1;
}

.content_images_block img {
  border-radius: 0;
}
.content_images_block .left-top-img {
  aspect-ratio: 365 / 370;
}
.content_images_block .right-top-img {
  aspect-ratio: 365 / 470;
}
.content_images_block .bottom-images {
  transform: translateY(-15%);
}
.content_images_block .bottom-img-wrapper {
  position: relative;
}
.content_images_block .bottom-img-wrapper::before {
  content: "";
  position: absolute;
  border: 2px solid #e5c870;
  width: calc(100% - 50px);
  height: 100%;
  left: 65px;
  top: 40px;
  z-index: 0;
}
.content_images_block .bottom-img-wrapper .bottom-img {
  z-index: -1;
  position: relative;
}
.content_images_block .bottom-img-wrapper::after {
  z-index: 1;
}
.content_images_block h2::before {
  content: "";
  background: var(--wpr-bg-f9965c21-606e-4941-9abb-70b04674c12f) no-repeat;
  position: absolute;
  top: 0;
  left: -5%;
  height: 70px;
  width: 100%;
  background-size: contain;
  transform: translateY(-30%);
  z-index: -1;
}
.content_images_block .italic-text {
  font-size: 120px;
  color: #1b3a5c;
  font-family: "Bayshore";
  line-height: 100%;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  line-height: 300px;
}
.map_img_block {
  padding-bottom: 200px;
}

.map_img_block img {
  object-fit: contain;
}

.map_img_block .local-attractions-pin {
  background-color: #1b3a5c;
  border-radius: 24px;
  padding: 7px 15px;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.map_img_block .local-attractions-pin .point {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #f4f2e9;
  display: block;
  margin-right: 10px;
}
.map_img_block .local-attractions-pin:nth-of-type(2) {
  left: 15%;
  top: 20%;
}
.map_img_block .local-attractions-pin:nth-of-type(3) {
  left: 15%;
  bottom: 10%;
  top: unset;
}

.map_img_block .bg-color {
  background: #f4f2e9;
}
.map_img_block .map-title {
  position: relative;
  z-index: 1;
}
.map_img_block p {
  font-size: 16px;
}
.map_img_block .button {
  font-size: 12px;
}
.map_img_block .map-title::before {
  content: "";
  background: var(--wpr-bg-7f3d46ee-7d44-4fa3-a8b6-cd8b4a54dd33) no-repeat;
  position: absolute;
  top: 0;
  left: -12%;
  height: 70px;
  width: 100%;
  background-size: contain;
  transform: translateY(-30%);
  z-index: -1;
}
.map_img_block .overlayed-image {
  width: auto;
  max-width: 50vw;
  position: absolute;
  bottom: 0px;
	  aspect-ratio: 775 / 405;
  right: 5%;
  max-height:calc(100% - 400px);
}

@media only screen and (max-width:1500px){
	
}
.map_img_block .overlayed-image img {
  width: 100%;
  aspect-ratio: 775 / 405;
  object-fit: cover;
	height: 100%;
}
.map_img_block .overlayed-image::after {
  content: "";
  position: absolute;
  border: 2px solid #e5c870;
  width: calc(100% - 25px);
  height: 100%;
  left: 40px;
  bottom: 20px;
}
.map_img_block .more-p-bottom {
  padding-bottom: 200px;
}

.content_two_images_block .longer-image img {
  aspect-ratio: 814 / 611;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.content_two_images_block .longer-image.with-stamp {
  margin-top: 60px;
}
.content_two_images_block .longer-image.with-stamp::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="294.607" height="294.607" viewBox="0 0 294.607 294.607"><defs><clipPath id="clip-path"><rect id="Rectangle_785" data-name="Rectangle 785" width="238.182" height="238.182" fill="none"/></clipPath></defs><g id="Group_920" data-name="Group 920" transform="translate(0 65.652) rotate(-16)"><g id="Group_917" data-name="Group 917"><g id="Group_916" data-name="Group 916" clip-path="var(--wpr-bg-80b1c995-cb26-499e-885a-c093f74afe84)"><path id="Path_73338" data-name="Path 73338" d="M236.476,118.417A118.057,118.057,0,1,1,118.42.361,118.058,118.058,0,0,1,236.476,118.417" transform="translate(0.672 0.672)" fill="none" stroke="%23314557" stroke-miterlimit="10" stroke-width="2"/><path id="Path_73339" data-name="Path 73339" d="M228.092,115.115A112.978,112.978,0,1,1,115.111,2.134,112.982,112.982,0,0,1,228.092,115.115Z" transform="translate(3.978 3.974)" fill="none" stroke="%23314557" stroke-miterlimit="10" stroke-width="1"/></g></g><text id="_" data-name=" " transform="translate(72.387 98.863)" fill="%23fff" font-size="83" font-family="Bayshore"><tspan x="0" y="0"></tspan></text><g id="Group_919" data-name="Group 919"><g id="Group_918" data-name="Group 918" clip-path="var(--wpr-bg-80b1c995-cb26-499e-885a-c093f74afe84)"><path id="Path_73340" data-name="Path 73340" d="M49.52,32.485a2.436,2.436,0,0,1,.7.575q.352.4,0,.661-2.211,1.945-4.285,3.713a42.163,42.163,0,0,1-4.551,3.358q-1.151.708-1.812,1.194a10.492,10.492,0,0,1-1.549.927,43.862,43.862,0,0,1-3.887,2.032,10.37,10.37,0,0,1-2.207.707,11.774,11.774,0,0,1-3.36-.132,3.652,3.652,0,0,1-2.651-1.812,2.887,2.887,0,0,1-.487-1.769A9.016,9.016,0,0,1,25.748,40a17.62,17.62,0,0,1-1.282,1.325c-.441.415-.9.856-1.368,1.325a10.982,10.982,0,0,0-1.285,1.325,5.125,5.125,0,0,1-1.277,1.151,7.223,7.223,0,0,1-2.476,1.414,3.662,3.662,0,0,1-1.68.309,3.416,3.416,0,0,1-1.766-.661,2.41,2.41,0,0,1-.887-1.194,4.426,4.426,0,0,1-.263-1.46,6.642,6.642,0,0,1,.884-3.048,22.5,22.5,0,0,1,1.766-2.6,30.513,30.513,0,0,1,2.253-2.519,18.678,18.678,0,0,1,2.608-2.167,18.187,18.187,0,0,1,4.686-2.3,4.4,4.4,0,0,1,1.056-.266,3.87,3.87,0,0,1,1.151,0,3.655,3.655,0,0,1,1.237.661.877.877,0,0,1,.269,1.194.709.709,0,0,1-.621.487,1.837,1.837,0,0,1-.884-.132,1.492,1.492,0,0,1-.441-.177h-.089a.142.142,0,0,1-.175.046.14.14,0,0,0-.177.043,1.049,1.049,0,0,0-.309.089c-.149.06-.166.06-.046,0a25.678,25.678,0,0,0-3.976,2.3q-.794.708-1.726,1.549A17.488,17.488,0,0,0,19.2,38.5q-.794.975-1.543,1.986a8.676,8.676,0,0,0-1.2,2.256,7.2,7.2,0,0,0-.263,1.1,2.387,2.387,0,0,0,.089,1.1.36.36,0,0,0,.263-.086c.475-.3.9-.561,1.282-.8a6.016,6.016,0,0,0,1.1-.884,21,21,0,0,0,2.651-2.565l5.124-5.479,2.745-2.473.086-.089a9.1,9.1,0,0,1,.97-1.148,9.331,9.331,0,0,0,.973-1.148,1.11,1.11,0,0,1,.707-.312,2.258,2.258,0,0,1,.882.089,1.8,1.8,0,0,1,.756.441.946.946,0,0,1,.306.664v.089c0,.177-.146.412-.441.707a.475.475,0,0,1-.177.22.471.471,0,0,0-.175.22,5.354,5.354,0,0,1-.487.575q-.223.219-.532.575c-.206.235-.441.53-.7.882s-.607.856-1.016,1.5a4.911,4.911,0,0,1-.4.664,4.763,4.763,0,0,0-.4.661,17.594,17.594,0,0,0-.8,1.634,10.787,10.787,0,0,0-.527,1.549l-.266.882a1.767,1.767,0,0,0,.4,2.035,2.41,2.41,0,0,0,2.433.352,16.709,16.709,0,0,0,2.516-1.062c.8-.409,1.666-.85,2.61-1.325a35.621,35.621,0,0,0,6.008-4.065q2.735-2.3,5.567-4.772a1.5,1.5,0,0,1,.927-.22,2.42,2.42,0,0,1,.842.22" transform="translate(25.073 55.788)" fill="%23314557"/><path id="Path_73341" data-name="Path 73341" d="M119.71,50.28c.593.186,1.254.426,1.989.727a8.027,8.027,0,0,1,1.946,1.111,4.956,4.956,0,0,1,1.325,1.591,2.648,2.648,0,0,1,.129,2.075.844.844,0,0,1-.7.618,2.437,2.437,0,0,1-1.1-.086,3.035,3.035,0,0,1-1.019-.532.74.74,0,0,1-.266-.882,2.643,2.643,0,0,0,0-.973.356.356,0,0,0-.086-.263v-.089h-.089c0-.06-.063-.135-.177-.223s-.117-.1,0-.043l-.086-.089h-.089a4.12,4.12,0,0,0-.8-.444.369.369,0,0,0-.263-.086.079.079,0,0,0-.089-.089.746.746,0,0,0-.22-.089.848.848,0,0,1-.223-.089,1.579,1.579,0,0,0-.441-.132,1.574,1.574,0,0,1-.441-.135q-2.387-.528-4.643-.839t-4.815-.487a117.755,117.755,0,0,0-17.054,0q-1.855.18-3.71.312t-3.713.306q-2.035.18-3.936.444t-3.841.53q-7.87,1.146-15.686,2.785t-15.6,3.578a.383.383,0,0,1-.266.089.24.24,0,0,1-.092.175.247.247,0,0,1-.089.18q-.614,1.232-1.237,2.339c-.409.738-.824,1.488-1.237,2.256q-1.237,2.121-2.516,4.242t-2.785,4.153a24.264,24.264,0,0,1-2.739,3.269,10.205,10.205,0,0,1-3.535,2.3,7.273,7.273,0,0,1-3.18.53,5.477,5.477,0,0,1-3.008-1.062,3.886,3.886,0,0,1-1.543-2.075,6.236,6.236,0,0,1-.22-2.694,10.951,10.951,0,0,1,.925-2.874,18.242,18.242,0,0,1,1.549-2.608,18.949,18.949,0,0,1,3.976-4.153,24.291,24.291,0,0,1,4.995-2.96,51.805,51.805,0,0,1,5.522-2.078l2.917-.793c.177-.355.369-.707.575-1.062s.4-.707.575-1.059v-.089q.7-1.417,1.5-2.977t2.3-4.445c.355-.65.69-1.3,1.016-1.946s.664-1.294,1.016-1.944l.175-.355a1.206,1.206,0,0,0-.218.266.468.468,0,0,1-.223.177q-.884.884-1.766,1.634t-1.858,1.46a7.119,7.119,0,0,1-1.941.882,3.745,3.745,0,0,1-2.124-.089,3.369,3.369,0,0,1-1.723-.882,3.08,3.08,0,0,1-.927-1.769A4.884,4.884,0,0,1,40,42.973a10.872,10.872,0,0,1,.71-1.769,19.278,19.278,0,0,1,1.013-2.075A21.278,21.278,0,0,1,43,37.139c.653-1,1.357-1.989,2.124-2.96a20.16,20.16,0,0,1,2.562-2.7q.884-.7,1.9-1.371a3.171,3.171,0,0,1,2.25-.484,3.494,3.494,0,0,1,1.239.441,1.617,1.617,0,0,1,.8.973,3.656,3.656,0,0,1,.089,1.325,2.785,2.785,0,0,1-.223.707c-.089.175-.192.412-.306.707a.94.94,0,0,1-.575.22,1.081,1.081,0,0,1-.572-.043c-.177-.12-.358-.235-.532-.355a.516.516,0,0,1-.266-.441,6.873,6.873,0,0,1-.086-1.239v-.086a3.061,3.061,0,0,0-.618.4c-.18.146-.355.278-.532.4l-.263.266-.266.266a4.215,4.215,0,0,0-.618.53,5.515,5.515,0,0,1-.618.707q-.442.532-.839,1.016a12.633,12.633,0,0,0-.756,1.016q-.7.975-1.325,1.855a20.428,20.428,0,0,0-1.148,1.858.527.527,0,0,0-.177.352h-.086v.089a.825.825,0,0,1-.132.22,1.122,1.122,0,0,0-.135.223,1.359,1.359,0,0,0-.22.487,1.342,1.342,0,0,1-.22.484c-.117.3-.238.59-.355.884a5,5,0,0,0-.263.97.721.721,0,0,0-.089.444.307.307,0,0,0-.089.22v.842a.078.078,0,0,0,.089.086c0,.295.175.369.532.22a2.268,2.268,0,0,0,.7-.4,8.914,8.914,0,0,0,1.677-1.148l.18-.177c.057,0,.146-.057.263-.175a.475.475,0,0,0,.22-.177.493.493,0,0,1,.22-.177l.884-.884q1.765-1.765,3.538-3.8c.469-.532.942-1.076,1.411-1.634s.945-1.1,1.414-1.634L55.2,34.048c.472-.472.942-.942,1.414-1.417a6.238,6.238,0,0,1,.8-1.1,2.258,2.258,0,0,1,1.151-.664,1.973,1.973,0,0,1,1.677.352,1.381,1.381,0,0,1,.441.532.633.633,0,0,1-.089.707c-.295.295-.558.544-.793.75s-.5.458-.8.753a3.734,3.734,0,0,1-.4.75,5.82,5.82,0,0,0-.4.664c-.232.352-.441.693-.615,1.013s-.384.664-.621,1.019q-.528.884-1.056,1.723c-.358.558-.71,1.162-1.062,1.812-.06.117-.117.235-.177.352l-.177.355a.139.139,0,0,0-.132.089c-.031.057.011.029.132-.089-.06,0-.089.06-.089.175a.509.509,0,0,0-.177.355,8,8,0,0,1-.4.707,7.96,7.96,0,0,0-.4.707q-.356.618-.661,1.194T52.2,45.978c-.653,1.237-1.268,2.519-1.858,3.844s-1.208,2.6-1.855,3.844q-.356.614-.621,1.191t-.615,1.194q4.062-.975,8.129-1.9T63.6,52.427q3.881-.708,7.686-1.383t7.777-1.228q7.69-.915,15.551-1.365,4.418-.266,8.75-.177a86.361,86.361,0,0,1,8.662.618c1.294.123,2.593.278,3.887.464a19.986,19.986,0,0,1,3.8.925m-91.373,26.1h.177a.345.345,0,0,1,.263-.089,1.457,1.457,0,0,0,.621-.177.683.683,0,0,1,.306-.089.493.493,0,0,0,.309-.175,16.169,16.169,0,0,0,1.591-.973c.06-.06.1-.089.132-.089s.074-.031.135-.089h.089v-.089A7.679,7.679,0,0,0,33.2,73.46q.528-.618,1.059-1.325A38.409,38.409,0,0,0,37,68.29q1.232-1.988,2.473-4.022c.472-.767.9-1.517,1.279-2.253s.813-1.488,1.285-2.256a.364.364,0,0,0-.269.092,25.151,25.151,0,0,0-5.3,2.032,23.789,23.789,0,0,0-4.686,2.96,16.133,16.133,0,0,0-3.621,4.2,14.074,14.074,0,0,0-1.282,2.476,5.924,5.924,0,0,0-.487,2.651,1.55,1.55,0,0,0,.089.618v.177a.269.269,0,0,0,.089.177.647.647,0,0,1,.089.263.688.688,0,0,0,.086.266h.092a.257.257,0,0,0,.089.177l.177.175a1.312,1.312,0,0,0,.352.266h.175l.089.089h.621Z" transform="translate(43.783 55.11)" fill="%23314557"/><path id="Path_73342" data-name="Path 73342" d="M44.1,31.562a1.192,1.192,0,0,1,.793-.089,4.951,4.951,0,0,1,.884.266.078.078,0,0,0,.089.086l.175.089c.177.06.209.281.089.664a8.694,8.694,0,0,1-.527,1.279c-.238.475-.5.973-.8,1.506s-.527.942-.7,1.237c1.176-.827,2.4-1.649,3.667-2.476s2.608-1.62,4.022-2.384l.53-.266.8-.355a13.208,13.208,0,0,1,1.9-.7,18.325,18.325,0,0,1,1.9-.444H57a2.526,2.526,0,0,0,.618-.089h.8a1.263,1.263,0,0,1,.53.089,4.021,4.021,0,0,1,1.194.575,1.143,1.143,0,0,1,.4,1.279.937.937,0,0,1-1.059.444A6.608,6.608,0,0,1,58.147,32a2.8,2.8,0,0,0-.441.043c-.18.031-.5.1-.973.223a.666.666,0,0,0-.263.089l-.8.263c-1,.472-1.889.916-2.651,1.325l-.884.444-1.677.973-.973.618-2.121,1.237-1.591,1.237-2.21,2.121-2.029,1.855-2.035,2.3a10.192,10.192,0,0,1-.575.927c-.143.206-.366.547-.661,1.016a2.213,2.213,0,0,1-.263.441c-.12.177-.369.238-.753.177a5.23,5.23,0,0,1-.839-.177,1.824,1.824,0,0,1-.661-.618c-.209-.292-.255-.53-.135-.707L36.671,44.2q.623-.97,1.016-1.549c.263-.384.487-.707.664-.97s.341-.53.487-.8.309-.575.487-.927l.527-1.062,1.858-3.358a19.812,19.812,0,0,1,1.062-2.3A4.969,4.969,0,0,1,44.1,31.562" transform="translate(66.2 55.652)" fill="%23314557"/><path id="Path_73343" data-name="Path 73343" d="M48.608,40.182a4.715,4.715,0,0,1-1.637.441,3.434,3.434,0,0,1-1.72-.263l-.18.172a5.288,5.288,0,0,0-.441,1.151.37.37,0,0,0-.086.269.171.171,0,0,1-.046.129.187.187,0,0,0-.043.132l-.089.358c0,.295.014.587.043.879a1.51,1.51,0,0,0,.487.887,1.374,1.374,0,0,0,.532.177h.793a17.778,17.778,0,0,0,2.831-.532,21.55,21.55,0,0,0,2.651-.973,59.9,59.9,0,0,0,6.363-3.4q3.091-1.9,6.715-4.374.7-.532,1.546-1.065c.561-.349,1.073-.7,1.549-1.059.235-.117.5-.263.793-.438a6.412,6.412,0,0,1,.884-.447,1.567,1.567,0,0,1,.615-.089h.089c-.057,0-.072.017-.04.046a.16.16,0,0,0,.129.043h.18l.352.089.177.177.175.18.089.086a1.129,1.129,0,0,1,0,.618l-.177.269-.263.26-1.148.882-.355.269L66.547,37c-1.3.879-2.682,1.812-4.153,2.782a52.537,52.537,0,0,1-4.774,2.785q-1.76.97-3.8,1.9a21.147,21.147,0,0,1-3.887,1.368,15.079,15.079,0,0,1-4.242.447,5.783,5.783,0,0,1-2.341-.89A3.7,3.7,0,0,1,41.8,43.448a4.389,4.389,0,0,1,.22-2.519,12.506,12.506,0,0,1,1.1-2.253,26.35,26.35,0,0,1,3.713-4.417,24.347,24.347,0,0,1,1.986-1.769A18.488,18.488,0,0,1,51.17,30.9a9.993,9.993,0,0,1,2.608-1.013,3.188,3.188,0,0,1,2.785.481,1.884,1.884,0,0,1,.75,2.032,6.349,6.349,0,0,1-1.019,2.121,15.981,15.981,0,0,1-3.355,3.272,20.352,20.352,0,0,1-2.075,1.322,17.523,17.523,0,0,1-2.256,1.065m-2.476-1.328c-.115.117.135.077.75-.132A13.387,13.387,0,0,0,49.14,37.66a20.229,20.229,0,0,0,2.825-1.986,12.213,12.213,0,0,0,2.562-2.917A.928.928,0,0,0,54.7,32.4a3.143,3.143,0,0,0,.089-.884,8.173,8.173,0,0,0-2.476,1.239,3.544,3.544,0,0,0-.7.53,5.937,5.937,0,0,1-.621.532c-.057.06-.1.086-.129.086s-.077.034-.135.092l-.177.172q-1.061.975-2.075,1.944a19.031,19.031,0,0,0-1.9,2.124Z" transform="translate(77.68 55.427)" fill="%23314557"/><path id="Path_73344" data-name="Path 73344" d="M84.129,32.485a2.436,2.436,0,0,1,.7.575q.352.4,0,.661-2.211,1.945-4.285,3.713A42.162,42.162,0,0,1,76,40.791q-1.151.708-1.812,1.194a10.491,10.491,0,0,1-1.549.927,43.863,43.863,0,0,1-3.887,2.032,10.37,10.37,0,0,1-2.207.707,11.774,11.774,0,0,1-3.36-.132,3.652,3.652,0,0,1-2.651-1.812,2.887,2.887,0,0,1-.487-1.769A9.014,9.014,0,0,1,60.357,40a17.622,17.622,0,0,1-1.282,1.325c-.441.415-.9.856-1.368,1.325a10.982,10.982,0,0,0-1.285,1.325,5.126,5.126,0,0,1-1.277,1.151,7.223,7.223,0,0,1-2.476,1.414,3.662,3.662,0,0,1-1.68.309,3.416,3.416,0,0,1-1.766-.661,2.41,2.41,0,0,1-.887-1.194,4.426,4.426,0,0,1-.263-1.46,6.642,6.642,0,0,1,.884-3.048,22.5,22.5,0,0,1,1.766-2.6,30.509,30.509,0,0,1,2.253-2.519,18.677,18.677,0,0,1,2.608-2.167,18.188,18.188,0,0,1,4.686-2.3,4.4,4.4,0,0,1,1.056-.266,3.87,3.87,0,0,1,1.151,0,3.655,3.655,0,0,1,1.237.661.877.877,0,0,1,.269,1.194.709.709,0,0,1-.621.487,1.837,1.837,0,0,1-.884-.132,1.492,1.492,0,0,1-.441-.177h-.089a.142.142,0,0,1-.175.046.139.139,0,0,0-.177.043,1.049,1.049,0,0,0-.309.089c-.149.06-.166.06-.046,0a25.679,25.679,0,0,0-3.976,2.3q-.794.708-1.726,1.549A17.488,17.488,0,0,0,53.814,38.5q-.794.975-1.543,1.986a8.676,8.676,0,0,0-1.2,2.256,7.2,7.2,0,0,0-.263,1.1,2.387,2.387,0,0,0,.089,1.1.36.36,0,0,0,.263-.086c.475-.3.9-.561,1.282-.8a6.016,6.016,0,0,0,1.1-.884A21,21,0,0,0,56.2,40.614l5.124-5.479,2.745-2.473.086-.089a9.1,9.1,0,0,1,.97-1.148,9.332,9.332,0,0,0,.973-1.148,1.11,1.11,0,0,1,.707-.312,2.263,2.263,0,0,1,.882.089,1.8,1.8,0,0,1,.756.441.946.946,0,0,1,.306.664v.089c0,.177-.146.412-.441.707a.475.475,0,0,1-.177.22.471.471,0,0,0-.175.22,5.354,5.354,0,0,1-.487.575q-.223.219-.532.575c-.206.235-.441.53-.7.882s-.607.856-1.016,1.5a4.911,4.911,0,0,1-.4.664,4.764,4.764,0,0,0-.4.661,17.6,17.6,0,0,0-.8,1.634,10.787,10.787,0,0,0-.527,1.549l-.266.882a1.767,1.767,0,0,0,.4,2.035,2.41,2.41,0,0,0,2.433.352,16.709,16.709,0,0,0,2.516-1.062c.8-.409,1.666-.85,2.61-1.325a35.621,35.621,0,0,0,6.008-4.065q2.735-2.3,5.567-4.772a1.5,1.5,0,0,1,.927-.22,2.42,2.42,0,0,1,.842.22" transform="translate(89.528 55.788)" fill="%23314557"/><path id="Path_73345" data-name="Path 73345" d="M114.95,46.407a1.612,1.612,0,0,1,.487.575.461.461,0,0,1-.135.661,29.342,29.342,0,0,1-3.137,2.387q-1.722,1.151-3.226,2.3-1.589,1.151-3.183,2.164c-1.056.678-2.178,1.368-3.355,2.078q-2.392,1.5-4.82,2.828a52.093,52.093,0,0,1-4.989,2.384,24.179,24.179,0,0,1-3.8,1.151,5.316,5.316,0,0,1-3.8-.53,2.971,2.971,0,0,1-1.766-2.565,5.088,5.088,0,0,1,.218-1.986c.206-.678.429-1.342.661-1.992a40.292,40.292,0,0,1,2.387-5.653q1.413-2.739,2.917-5.479.97-1.941,2.032-3.8t2.21-3.71H84.328q-3.757,0-7.557.086-3.714,0-7.29.046t-7.29.043q-2.739,0-5.436.046t-5.522.043H48.142a6.927,6.927,0,0,1-1.726-.043,1.379,1.379,0,0,1-1.194-1.108.318.318,0,0,1,.046-.352,3.405,3.405,0,0,1,.309-.352,1.206,1.206,0,0,1,.793-.177h.177q2.125-.086,4.245-.089h8.573q2.121,0,6.094-.043t10.871-.132H93.164A17.009,17.009,0,0,0,94.89,35.1a4.368,4.368,0,0,1,.441-.842c.175-.263.352-.544.532-.839.115-.235.232-.455.352-.664s.232-.426.352-.661l.532-.973c.289-.472.587-.956.882-1.457s.59-.988.884-1.457l2.121-3.183,1.237-1.591.618-.707a1.322,1.322,0,0,1,1.062-.53,1.642,1.642,0,0,1,1.325.53.825.825,0,0,1,.086.973,26.774,26.774,0,0,0-2.21,3.091q-.97,1.593-1.941,3.094a2.753,2.753,0,0,1-.487.8,3.262,3.262,0,0,0-.487.707l-.53,1.059a23.433,23.433,0,0,1-1.417,2.476.246.246,0,0,1-.089.177q1.413,0,2.831.043c.939.029,1.912.046,2.917.046h3.489q1.722,0,3.489.175a3.623,3.623,0,0,1,.884.309,1.26,1.26,0,0,1,.621.661c.232.593.026.945-.621,1.062a13.753,13.753,0,0,0-2.21.53,12.847,12.847,0,0,1-2.3.532,2.56,2.56,0,0,1-1.062-.046,1.582,1.582,0,0,1-.884-.572.856.856,0,0,1-.263-.618H96.92q-1.237,2.207-2.476,4.417t-2.473,4.42q-1.413,2.739-2.782,5.479a42.472,42.472,0,0,0-2.344,5.656c-.114.412-.232.827-.352,1.237a8.688,8.688,0,0,0-.263,1.325v.089c0,.824.295,1.179.884,1.059s1.119-.235,1.589-.352c.65-.175,1.279-.384,1.9-.618a21.72,21.72,0,0,0,1.989-.884,92.212,92.212,0,0,0,10.514-5.876q5.127-3.315,9.809-7.024a1.114,1.114,0,0,1,1.062-.177,3.09,3.09,0,0,1,.973.441" transform="translate(84.157 41.334)" fill="%23314557"/><path id="Path_73346" data-name="Path 73346" d="M24.036,60a4.688,4.688,0,0,1-1.637.444,3.405,3.405,0,0,1-1.723-.266l-.177.175a5,5,0,0,0-.441,1.151.351.351,0,0,0-.086.266.183.183,0,0,1-.046.132.176.176,0,0,0-.046.132l-.089.355a8.229,8.229,0,0,0,.046.882,1.488,1.488,0,0,0,.487.884,1.355,1.355,0,0,0,.527.177h.8a17.594,17.594,0,0,0,2.825-.53,21.505,21.505,0,0,0,2.651-.973,59.612,59.612,0,0,0,6.363-3.4q3.091-1.9,6.721-4.374c.467-.352.985-.707,1.543-1.062s1.076-.707,1.549-1.059c.232-.117.5-.266.8-.441a6.2,6.2,0,0,1,.882-.444,1.541,1.541,0,0,1,.618-.089h.089c-.06,0-.074.017-.046.046a.19.19,0,0,0,.135.043h.177l.352.089.18.177.175.177.089.089a1.129,1.129,0,0,1,0,.618l-.177.266-.266.263-1.151.882-.352.266-2.825,1.946q-1.949,1.322-4.153,2.782a52.256,52.256,0,0,1-4.774,2.785c-1.179.65-2.447,1.279-3.8,1.9a21.362,21.362,0,0,1-3.887,1.368,14.981,14.981,0,0,1-4.245.444,5.835,5.835,0,0,1-2.341-.887,3.732,3.732,0,0,1-1.549-1.944,4.438,4.438,0,0,1,.223-2.519,12.9,12.9,0,0,1,1.1-2.253,26.35,26.35,0,0,1,3.713-4.417,24.349,24.349,0,0,1,1.989-1.769A18.541,18.541,0,0,1,26.6,50.721a10.134,10.134,0,0,1,2.6-1.013,3.189,3.189,0,0,1,2.785.484,1.874,1.874,0,0,1,.75,2.032,6.369,6.369,0,0,1-1.016,2.121,16.134,16.134,0,0,1-3.358,3.269,20.1,20.1,0,0,1-2.078,1.325A17.257,17.257,0,0,1,24.036,60M21.56,58.676c-.117.117.132.074.75-.132a13.364,13.364,0,0,0,2.253-1.062A19.984,19.984,0,0,0,27.391,55.5a12.144,12.144,0,0,0,2.562-2.917.924.924,0,0,0,.18-.355,3.158,3.158,0,0,0,.089-.884,7.98,7.98,0,0,0-2.476,1.239,3.489,3.489,0,0,0-.707.53,5.929,5.929,0,0,1-.618.53c-.06.06-.1.089-.135.089s-.072.031-.132.089l-.177.175q-1.056.975-2.075,1.944A19.062,19.062,0,0,0,22,58.057Z" transform="translate(31.912 92.341)" fill="%23314557"/><path id="Path_73347" data-name="Path 73347" d="M57.275,53.351a.754.754,0,0,1,.18,1.059,9.57,9.57,0,0,1-.884.927c-.295.269-.653.575-1.062.93q-.442.438-.927.839c-.326.266-.661.547-1.013.839q-1.065.8-1.726,1.368a21.435,21.435,0,0,1-1.812,1.371c-1.059.767-2.153,1.5-3.269,2.207s-2.27,1.391-3.449,2.038q-2.383,1.237-4.239,1.986a21.962,21.962,0,0,1-4.508,1.194c-.355.057-.721.1-1.1.129s-.75.049-1.1.049l-.269.79a2,2,0,0,1-.615.973.689.689,0,0,1-.618.266,1.452,1.452,0,0,1-.93.046A9.039,9.039,0,0,1,29,70.05a5.6,5.6,0,0,1-1.589-1.411L25.462,66.87c-.295-.352-.587-.69-.882-1.016s-.59-.661-.884-1.016c-.12-.117-.249-.266-.4-.444s-.281-.321-.4-.438a2.058,2.058,0,0,1-.441-.8.376.376,0,0,1-.089-.269.277.277,0,0,1,.089-.438,3.991,3.991,0,0,1,.441-.266,2.257,2.257,0,0,1,1.237,0,1.136,1.136,0,0,1,.884.7,1.408,1.408,0,0,1,.223.269,1.162,1.162,0,0,0,.218.266,4.26,4.26,0,0,1,.532.618l.175.177.089.089.352.26.973.707.352.177a3.412,3.412,0,0,0,.8.355l.175.086H29l.352.177.532.092c.472-1.709.913-3.363,1.325-4.952a31.309,31.309,0,0,1,1.677-4.772,19.06,19.06,0,0,1,2.739-4.285,9.429,9.429,0,0,1,4.245-2.871,1.914,1.914,0,0,1,1.279.089,1.648,1.648,0,0,1,.927.8c.238.472.031.821-.618,1.056h.089l-.352.177a.269.269,0,0,0-.177.092c-.06.057-.029.026.089-.092l-.621.269-1.059.7a2.154,2.154,0,0,1-.266.22,5.345,5.345,0,0,0-.527.489l-.8.879-1.325,1.946-.263.53-.263.532-.532,1.145L34.564,60.6c-.3.824-.561,1.663-.793,2.522s-.472,1.692-.71,2.516a.744.744,0,0,0-.089.309.667.667,0,0,1-.089.309A9.019,9.019,0,0,0,35.36,65.9c.824-.232,1.646-.5,2.473-.8s1.374-.484,1.637-.57a2.794,2.794,0,0,0,.661-.309,20.615,20.615,0,0,0,2.078-1.151c.441-.3,1.071-.678,1.9-1.151.945-.584,1.812-1.176,2.61-1.766s1.632-1.208,2.516-1.855L52.148,56a20.414,20.414,0,0,0,1.637-1.417,15.933,15.933,0,0,1,1.723-1.414A1.218,1.218,0,0,1,56.393,53a2.717,2.717,0,0,1,.882.355" transform="translate(41.529 91.657)" fill="%23314557"/><path id="Path_73348" data-name="Path 73348" d="M45.609,52.213a.653.653,0,0,1-.8.309,1.369,1.369,0,0,1-.8-.487.737.737,0,0,1-.352.22.791.791,0,0,0-.352.223c-.295.177-.621.384-.973.618a6.378,6.378,0,0,0-.973.8l-.7.53c-.355.352-.635.635-.839.839s-.487.518-.842.93q-.794.884-1.5,1.72c-.472.561-.942,1.165-1.414,1.812a18.785,18.785,0,0,1-1.325,1.9,3.44,3.44,0,0,0-.615,1.194,3.375,3.375,0,0,0-.269,1.5v.266c0,.117.089.189.269.218a3.247,3.247,0,0,0,.793,0,7.538,7.538,0,0,0,1.589-.4q1.241-.442,1.634-.618c.266-.12.461-.206.575-.266l2.035-.884,1.059-.53q1.237-.708,2.43-1.414c.8-.469,1.606-.973,2.427-1.5l4.6-3.18.177-.177c.057-.057.1-.089.135-.089s.072-.029.129-.089l2.476-1.944A11.337,11.337,0,0,1,55.415,52.7a6.222,6.222,0,0,0,.973-.839,1.5,1.5,0,0,1,1.237,0,2.729,2.729,0,0,1,.532.487,1.752,1.752,0,0,1,.352.575,5.123,5.123,0,0,1-.973,1.325L56.3,55.393l-1.062.8c-.412.295-.793.572-1.148.839s-.736.547-1.151.839L50.821,59.46q-2.739,1.855-5.834,3.624a39.957,39.957,0,0,1-6.626,3,9.493,9.493,0,0,1-2.473.575,5.8,5.8,0,0,1-2.565-.309,5.88,5.88,0,0,1-1.766-1.016,2.014,2.014,0,0,1-.707-1.812,6.005,6.005,0,0,1,.527-1.766,15.421,15.421,0,0,1,.887-1.68,32,32,0,0,1,2.7-3.492c.967-1.088,1.958-2.132,2.96-3.137q.528-.528,1.325-1.279a10.839,10.839,0,0,1,1.72-1.325,7.3,7.3,0,0,1,1.858-.839,2.819,2.819,0,0,1,2.7.441,1.14,1.14,0,0,1,.441.707,1.434,1.434,0,0,1-.352,1.059" transform="translate(57.44 92.882)" fill="%23314557"/><path id="Path_73349" data-name="Path 73349" d="M72.675,52.307a2.436,2.436,0,0,1,.7.575c.235.263.235.484,0,.658q-2.211,1.949-4.285,3.715a42.553,42.553,0,0,1-4.551,3.358q-1.151.7-1.812,1.194a10.248,10.248,0,0,1-1.549.925q-2.649,1.507-3.887,2.035a10.369,10.369,0,0,1-2.207.707,11.879,11.879,0,0,1-3.36-.132,3.648,3.648,0,0,1-2.651-1.815,2.877,2.877,0,0,1-.487-1.769,8.962,8.962,0,0,1,.312-1.941,17.625,17.625,0,0,1-1.282,1.325c-.441.415-.9.853-1.368,1.322a10.8,10.8,0,0,0-1.285,1.328,5.126,5.126,0,0,1-1.277,1.151,7.269,7.269,0,0,1-2.476,1.414,3.662,3.662,0,0,1-1.68.309A3.4,3.4,0,0,1,37.769,66a2.385,2.385,0,0,1-.887-1.194,4.4,4.4,0,0,1-.263-1.46A6.62,6.62,0,0,1,37.5,60.3a22.5,22.5,0,0,1,1.766-2.6,30.555,30.555,0,0,1,2.253-2.522,18.46,18.46,0,0,1,2.608-2.164,18.188,18.188,0,0,1,4.686-2.3,4.549,4.549,0,0,1,1.056-.263,3.87,3.87,0,0,1,1.151,0,3.655,3.655,0,0,1,1.237.661.876.876,0,0,1,.269,1.194.706.706,0,0,1-.621.484,1.835,1.835,0,0,1-.884-.129,1.492,1.492,0,0,1-.441-.177h-.089a.138.138,0,0,1-.175.043.143.143,0,0,0-.177.043,1.083,1.083,0,0,0-.309.092c-.149.06-.166.06-.046,0a25.45,25.45,0,0,0-3.976,2.3c-.53.469-1.1.988-1.726,1.546a17.81,17.81,0,0,0-1.723,1.815q-.794.97-1.543,1.986a8.631,8.631,0,0,0-1.2,2.256,7.161,7.161,0,0,0-.263,1.1,2.4,2.4,0,0,0,.089,1.108.36.36,0,0,0,.263-.086c.475-.3.9-.564,1.282-.8A6.267,6.267,0,0,0,42.1,63a21,21,0,0,0,2.651-2.565l5.124-5.479,2.745-2.473.086-.092a9.076,9.076,0,0,1,.97-1.145,9.332,9.332,0,0,0,.973-1.148,1.127,1.127,0,0,1,.707-.315,2.26,2.26,0,0,1,.882.092,1.773,1.773,0,0,1,.756.441.94.94,0,0,1,.306.661v.092a1.192,1.192,0,0,1-.441.7.459.459,0,0,1-.177.22.5.5,0,0,0-.175.223,5.583,5.583,0,0,1-.487.572c-.149.149-.326.338-.532.575s-.441.53-.7.884-.607.856-1.016,1.5a4.912,4.912,0,0,1-.4.664,4.568,4.568,0,0,0-.4.658,17.949,17.949,0,0,0-.8,1.634,11.031,11.031,0,0,0-.527,1.549l-.266.884a1.769,1.769,0,0,0,.4,2.035,2.41,2.41,0,0,0,2.433.349,16.422,16.422,0,0,0,2.516-1.062c.8-.409,1.666-.847,2.61-1.322a35.636,35.636,0,0,0,6.008-4.067q2.735-2.293,5.567-4.769a1.464,1.464,0,0,1,.927-.22,2.3,2.3,0,0,1,.842.22" transform="translate(68.197 92.701)" fill="%23314557"/><path id="Path_73350" data-name="Path 73350" d="M90.6,51.752a3.028,3.028,0,0,1,.575.53.466.466,0,0,1-.046.707,49.261,49.261,0,0,1-4.2,3.755q-2.164,1.726-4.462,3.4-2.3,1.589-4.686,3.048a35.539,35.539,0,0,1-4.943,2.519,33.055,33.055,0,0,1-4.643,1.634,10.7,10.7,0,0,1-4.815.223,4.12,4.12,0,0,1-.842-.266,1.09,1.09,0,0,1-.572-.618.625.625,0,0,1,.263-.884c.057,0,.146-.06.263-.177l.089-.089.089-.089.8-.707L65.5,62.8c.824-.822,1.606-1.649,2.341-2.473s1.457-1.709,2.164-2.651l1.148-1.591.532-.884c0-.057.011-.089.043-.089s.046-.029.046-.086l.177-.355a8.59,8.59,0,0,0,.438-1.325.506.506,0,0,0,.089-.355v-.263c0-.117-.089-.177-.263-.177h-.441a.526.526,0,0,0-.355.089h-.089a1.263,1.263,0,0,0-.53.089,1.347,1.347,0,0,0-.53.175.368.368,0,0,0-.266.089c-.409.177-.793.355-1.151.53a3.783,3.783,0,0,0-.967.707c-.415.3-.753.532-1.019.707a4.1,4.1,0,0,0-.839.8A12.118,12.118,0,0,0,64.264,57.5c-.475.59-.945,1.162-1.414,1.723a16.2,16.2,0,0,0-1.325,1.812,9.731,9.731,0,0,0-.664.927c-.209.323-.4.635-.572.927l-1.594,2.387-1.237,1.855q-1.322,3.443-2.693,6.85c-.916,2.267-1.78,4.52-2.61,6.758q-.7,1.679-1.277,3.318A28.146,28.146,0,0,1,49.5,87.277a23.067,23.067,0,0,1-1.634,2.917A13.708,13.708,0,0,1,45.7,92.756a1.4,1.4,0,0,1-1.371.355,1.638,1.638,0,0,1-1.191-.884,5.821,5.821,0,0,1-.487-2.519,14.128,14.128,0,0,1,.309-2.516,24.858,24.858,0,0,1,2.029-5.57q.623-1.327,1.371-2.6t1.46-2.519q1.061-1.683,2.118-3.315t2.21-3.315l3.1-4.594.175-.532q.708-1.765,1.414-3.578t1.414-3.578q.623-1.5,1.148-3.137a22.76,22.76,0,0,0,.8-3.226.967.967,0,0,1-.358-.441c-.175-.117-.175-.266,0-.444l.177-.177v.089a1,1,0,0,1,.444-.355.384.384,0,0,0,.177-.043.392.392,0,0,1,.175-.043,2.448,2.448,0,0,1,1.239.177,1.794,1.794,0,0,1,.4.309.674.674,0,0,1,.218.487,17.933,17.933,0,0,1-.4,2.871q-.309,1.37-.75,2.782c.409-.469.824-.913,1.237-1.325s.85-.824,1.325-1.237a18.761,18.761,0,0,1,2.075-1.634A10.443,10.443,0,0,1,68.5,51.045a10.889,10.889,0,0,1,2.341-.484,4.71,4.71,0,0,1,2.344.306,5.9,5.9,0,0,1,1.454.93,1.932,1.932,0,0,1,.667,1.546A4.08,4.08,0,0,1,75,54.89a10.072,10.072,0,0,1-.753,1.46,21.271,21.271,0,0,1-2.344,3.4c-.91,1.091-1.841,2.135-2.779,3.137-.415.472-.844.93-1.282,1.368s-.9.9-1.371,1.371a5.466,5.466,0,0,0,1.237-.352,13.217,13.217,0,0,0,1.417-.444c.472-.175.939-.352,1.414-.53h0a.68.68,0,0,1,.263-.089.51.51,0,0,1,.352-.175l.71-.355,1.414-.707a47.885,47.885,0,0,0,4.772-2.739q2.293-1.5,4.594-3.269a11.964,11.964,0,0,0,2.032-1.5l.973-.8.7-.53a30.519,30.519,0,0,0,2.565-2.3.961.961,0,0,1,.8-.309,3.366,3.366,0,0,1,.884.22M50.213,78.175q-1.065,1.765-1.946,3.36c-.469.939-.91,1.883-1.325,2.825a25.086,25.086,0,0,0-1.062,2.917,5.563,5.563,0,0,0-.129.707c-.031.235-.077.5-.135.8a21.842,21.842,0,0,0,2.035-4.065q.79-2.121,1.589-4.153Z" transform="translate(79.436 92.723)" fill="%23314557"/><path id="Path_73351" data-name="Path 73351" d="M63.152,60a4.688,4.688,0,0,1-1.637.444,3.405,3.405,0,0,1-1.723-.266l-.177.175a5.005,5.005,0,0,0-.441,1.151.351.351,0,0,0-.086.266.183.183,0,0,1-.046.132.176.176,0,0,0-.046.132l-.089.355a8.231,8.231,0,0,0,.046.882,1.488,1.488,0,0,0,.487.884,1.355,1.355,0,0,0,.527.177h.8a17.594,17.594,0,0,0,2.825-.53,21.5,21.5,0,0,0,2.651-.973,59.613,59.613,0,0,0,6.363-3.4q3.091-1.9,6.721-4.374c.467-.352.985-.707,1.543-1.062s1.076-.707,1.549-1.059c.232-.117.5-.266.8-.441a6.2,6.2,0,0,1,.882-.444,1.541,1.541,0,0,1,.618-.089H84.8c-.06,0-.074.017-.046.046a.19.19,0,0,0,.135.043h.177l.352.089.18.177.175.177.089.089a1.129,1.129,0,0,1,0,.618l-.177.266-.266.263-1.151.882-.352.266L81.09,56.821q-1.949,1.322-4.153,2.782a52.257,52.257,0,0,1-4.774,2.785c-1.179.65-2.447,1.279-3.8,1.9a21.362,21.362,0,0,1-3.887,1.368,14.981,14.981,0,0,1-4.245.444,5.835,5.835,0,0,1-2.341-.887,3.732,3.732,0,0,1-1.549-1.944,4.438,4.438,0,0,1,.223-2.519,12.9,12.9,0,0,1,1.1-2.253,26.35,26.35,0,0,1,3.713-4.417,24.35,24.35,0,0,1,1.989-1.769,18.541,18.541,0,0,1,2.344-1.591,10.134,10.134,0,0,1,2.6-1.013,3.189,3.189,0,0,1,2.785.484,1.874,1.874,0,0,1,.75,2.032,6.368,6.368,0,0,1-1.016,2.121,16.134,16.134,0,0,1-3.358,3.269A20.1,20.1,0,0,1,65.4,58.939,17.255,17.255,0,0,1,63.152,60m-2.476-1.325c-.117.117.132.074.75-.132a13.363,13.363,0,0,0,2.253-1.062A19.983,19.983,0,0,0,66.507,55.5a12.144,12.144,0,0,0,2.562-2.917.923.923,0,0,0,.18-.355,3.157,3.157,0,0,0,.089-.884,7.98,7.98,0,0,0-2.476,1.239,3.489,3.489,0,0,0-.707.53,5.927,5.927,0,0,1-.618.53c-.06.06-.1.089-.135.089s-.072.031-.132.089l-.177.175q-1.056.975-2.075,1.944a19.062,19.062,0,0,0-1.9,2.124Z" transform="translate(104.761 92.341)" fill="%23314557"/></g></g></g></svg>');
  position: absolute;
  top: -80px;
  left: -90px;
  width: 200px;
  height: 200px;
  background-position: center;
  z-index: 2;
  background-size: contain;
}
.content_two_images_block .shorter-image img {
  aspect-ratio: 365 / 400;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  max-width: 365px;
}
.content_two_images_block .shorter-image,
.content_two_images_block .longer-image {
  height: unset;
  position: relative;
}
.content_two_images_block:after {
  content: unset;
}
.content_two_images_block .content {
  display: block;
}
.content_two_images_block .bottom-items {
  transform: translate(-40px, -30%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_two_images_block .text-in-italic {
  position: static;
  bottom: 0;
  font-family: "Bayshore", comic;
  font-size: 70px;
  color: #1b3a5c;
  /* right: 60%; */
  width: fit-content;
  white-space: nowrap;
}
.content_two_images_block .content-title {
  position: relative;
}
.content_two_images_block .content-title::before {
  content: "";
  background: var(--wpr-bg-3f0619f3-6f40-4cb2-bf9f-914528ef7ec9) no-repeat;
  position: absolute;
  top: 0;
  left: -5%;
  height: 75px;
  width: 100%;
  background-size: contain;
  transform: translateY(-30%);
  z-index: -1;
}
.content_two_images_block .longer-image::after {
  content: "";
  position: absolute;
  border: 2px solid #e5c870;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 35px;
  top: 30px;
}
.content_two_images_block.content_right .bottom-items {
  transform: translate(10%, -30%);
}

.content_two_images_block_hp {
  position: relative;
}
.content_two_images_block_hp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #edebe1;
  z-index: -1;
}
.content_two_images_block_hp .longer-image img {
  aspect-ratio: 917 / 520;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.content_two_images_block_hp .shorter-image img {
  aspect-ratio: 1;
  width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  max-width: 355px;
}
.content_two_images_block_hp .shorter-image,
.content_two_images_block_hp .longer-image {
  height: unset;
  position: relative;
}
.content_two_images_block_hp .longer-image::after {
  content: "";
  position: absolute;
  border: 2px solid #e5c870;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  right: 50px;
  bottom: 40px;
}
.content_two_images_block_hp .shorter-image::before {
  content: "";
  background: var(--wpr-bg-41181ab1-6b05-4c2a-821f-391eddae29fb) no-repeat;
  position: absolute;
  top: 0;
  left: -5%;
  height: 70px;
  width: 100%;
  background-size: contain;
  transform: translateX(-10%);
  z-index: -1;
}

.content_two_images_block_hp.violet-flower-bottom::after {
  bottom: 20px;
  right: -40px;
  background: var(--wpr-bg-b7d32c5b-06c0-40d5-b004-b760c3eda9b3) no-repeat;
  height: 300px;
  width: 300px;
  background-size: contain;
  transform: rotate(0deg) rotateY(180deg);
  z-index: 1;
}

.gallery-grid {
}

.gallery-grid .image-container {
  padding: 5px;
}

.gallery-grid .image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 800/660;
}

.gallery-grid .image-container.wide-ratio img {
  aspect-ratio: 800/330;
}
.gallery-grid h2::before {
  content: "";
  background: var(--wpr-bg-c64d5fb4-c6f8-4490-b6db-06925f2cf0a4) no-repeat;
  position: absolute;
  top: 0;
  left: -5%;
  height: 70px;
  width: 100%;
  background-size: contain;
  transform: translateY(-30%);
  z-index: -1;
}
.full-bg-image .section-heading {
  z-index: 1;
}
.full-bg-image .section-heading::before {
  content: "";
  background: var(--wpr-bg-bddab0d0-8cbc-4708-9971-dbcdbfb745d2) no-repeat;
  position: absolute;
  top: 0;
  left: -5%;
  height: 75px;
  width: 110%;
  background-size: contain;
  transform: translateY(-30%);
  z-index: -1;
}

.full-bg-image .bg {
  background: #fbf8f2;
}
.rate-carousel-week > div {
  min-width: 70px !important;
}
@media (max-width: 1440px) {
  .carousel-item-pricing {
      width: 40px !important;
      height: 40px !important;
      font-size: 12px !important;
  }
  .carousel-item-unavailable img, .carousel-item-checkout img {
    width: 40px !important;
    height: 40px !important;
  }
  .rate-carousel-week > div span {
    font-size: 10px !important;
  }
  .rate-carousel-week > div {
    min-width: 65px !important;
  }
}

@media (max-width: 768px) {
  .room-nav-titles ul {
    flex-direction: column;
    align-items: center;
    border-bottom: unset;
  }
  .nav_block .nav-block-img .image-container::after {
    content: unset;
  }
  .nav-section {
    padding: 100px 0 !important;
  }
  .nav_block .nav-block-img img.second-img {
    display: none;
  }
  .nav-block-img {
    height: unset;
    padding: 0;
  }
  .explore_nav_block .explore-content {
    height: unset;
    min-height: unset;
  }
  .explore_nav_block .nav-block-img .each-img {
    height: 75vh;
    min-height: 600px;
  }
  .explore_nav_block .room-nav-titles {
    width: 100%;
  }
  .explore_nav_block .room-nav-titles ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .map_img_block {
    padding-bottom: 30px;
  }
  .map_img_block .more-p-bottom {
    padding-bottom: 30px;
  }
  .content_images_block .bottom-images {
    transform: unset;
  }
  .content_images_block .bottom-img-wrapper::before {
    content: unset;
  }
  .content_images_block .italic-text {
   display: none;
  }
  .two-col-block-wrapper .content-wrapper .section-heading {
    font-size: 32px;
    line-height: 1.2;
  }
  .map_img_block .local-attractions-pin {
    font-size: 10px;
    padding: 5px 10px;
    line-height: 10px;
    left: 3%;
    top: 30%;
  }
  .map_img_block .local-attractions-pin:nth-of-type(2) {
    left: 20%;
    top: 10%;
  }
  .map_img_block .local-attractions-pin:nth-of-type(3) {
    bottom: 0;
  }
  .offers-slider .swiper-button-next, .offers-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .offers-slider .swiper-button-next:after, .offers-slider .swiper-button-prev:after {
    height: 20px;
  }
  .amenities_slider_block img {
    max-height: 50px;
    max-width: 50px;
  }
  .amenities_slider_block .amenities-slider p {
    font-size: 14px;
  }
  .content_two_images_block .longer-image.with-stamp::before {
    top: -40px;
    left: -40px;
    width: 100px;
    height: 100px;
  }
  .content_slider_block .slick-next {
    right: -20px;
  }
  .content_slider_block .slick-prev {
    left: 10px;
  }
}
