.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/*
Font: 		Golden Plains
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T6496/golden-plains
Foundry: 	BLKBK
Foundry: 	https://www.youworkforthem.com/designer/403/blkbk
Copyright:	Copyright (c) 2016 by BLKBK. All rights reserved.
Version: 	17
Created:	August 11, 2017
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
  font-family: 'GoldenPlains';
  src: url(/fonts/golden-plains.eot?0a5605e944c680dcb6f045c81cfb2bb4);
  src: url(/fonts/golden-plains.eot?0a5605e944c680dcb6f045c81cfb2bb4) format("embedded-opentype"), url(/fonts/golden-plains.woff2?4dce8abf789116ce45010fb685fd04fe) format("woff2"), url(/fonts/golden-plains.woff?7d0c0c677d6bc9c8216dad7306a58d90) format("woff"), url(/fonts/golden-plains.ttf?6ad26edc6830ad7eb1d28fb5d3b9b948) format("truetype"), url(/fonts/golden-plains.svg?4a5ecee7f7d4ad23d0d192fce8298dbc) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Fira Sans */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.glide__arrow {
  position: absolute;
  background: none;
  border: none;
  color: #333;
}

.glide__arrow:hover {
  background: none;
  cursor: pointer;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:active {
  opacity: 0.6;
}

.glide__arrow:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* ---- previous/next buttons ---- */

.glide__arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1.2rem 2.5rem;
  margin-top: -3rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.glide__arrow::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDIzIDM4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM4MTM5NUIiIHN0cm9rZS13aWR0aD0iNCIgZD0iTTIxIDM2IDMgMTkgMjEgMiIvPjwvc3ZnPg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 2;
}

.glide__arrow.glide__arrow--left.previous {
  left: -6rem;
}

.glide__arrow.glide__arrow--left.previous::after {
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.glide__arrow.glide__arrow--right.next {
  right: -6rem;
}

.glide__arrow.glide__arrow--right.next::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: none;
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: none;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #80395b;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 48px;
  height: 48px;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  margin-top: -3rem;
}

.flickity-prev-next-button.previous {
  left: -6rem;
}

.flickity-prev-next-button.next {
  right: -6rem;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.carousel.fadeSides.flickity-enabled {
  margin: 0 6rem;
}

.carousel.fadeSides.flickity-enabled .flickity-viewport {
  overflow: visible;
  z-index: 5;
}

.carousel.fadeSides.flickity-enabled:before {
  content: '';
  display: block;
  height: calc(100% + 6rem);
  width: 50vw;
  position: absolute;
  right: 100%;
  top: -0.5rem;
  z-index: 6;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 244, 243, 0)), color-stop(4rem, #f7f4f3));
  background-image: linear-gradient(-90deg, rgba(247, 244, 243, 0), #f7f4f3 4rem);
}

.carousel.fadeSides.flickity-enabled:after {
  content: '';
  display: block;
  height: calc(100% + 6rem);
  width: 50vw;
  position: absolute;
  left: 100%;
  top: -0.5rem;
  z-index: 6;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 244, 243, 0)), color-stop(4rem, #f7f4f3));
  background-image: linear-gradient(90deg, rgba(247, 244, 243, 0), #f7f4f3 4rem);
}

@media (max-width: 1024px) {
  .carousel.fadeSides.flickity-enabled {
    margin: 0;
  }
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #444444;
  border-radius: 50%;
  border: 0.2rem solid #444444;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: rgba(0, 0, 0, 0);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08), 0 0 0 0.1rem #c4c4c4;
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08), 0 0 0 0.1rem #c4c4c4;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #c4c4c4, 5px 0 0 #c4c4c4;
  box-shadow: -2px 0 0 #c4c4c4, 5px 0 0 #c4c4c4;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #c4c4c4;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #c4c4c4;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #c4c4c4;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 40px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #f7f4f3;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 40px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /* 
    /*rtl:begin:ignore*/
  left: 0;
  /* 
    /*rtl:end:ignore*/
}

/* 
/*rtl:begin:ignore*/

/* 
/*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /* 
    /*rtl:begin:ignore*/
  right: 0;
  /* 
    /*rtl:end:ignore*/
}

/* 
/*rtl:begin:ignore*/

/* 
/*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #80395b;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 0;
  line-height: 1;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #80395b;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #c4c4c4;
  box-shadow: -1px 0 0 #c4c4c4;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #f7f4f3;
  border-color: #f7f4f3;
}

.flatpickr-day.today {
  border-color: #80395b;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #80395b;
  background: #80395b;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #80395b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80395b;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #80395b;
  box-shadow: -10px 0 0 #80395b;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #f7f4f3, 5px 0 0 #f7f4f3;
  box-shadow: -5px 0 0 #f7f4f3, 5px 0 0 #f7f4f3;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #80395b, 5px 0 0 #80395b;
  box-shadow: -5px 0 0 #80395b, 5px 0 0 #80395b;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #c4c4c4;
  box-shadow: 1px 0 0 #c4c4c4;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.button,
button,
input[type="submit"] {
  border-radius: 10rem;
  line-height: 2rem;
  font-size: 1.5rem;
  padding: 1.2rem 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: solid;
  border-width: 0.1rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  word-wrap: none;
  white-space: nowrap;
}

.button > span,
button > span,
input[type="submit"] > span {
  display: block;
  z-index: 10;
  position: relative;
}

.button.bg_purple,
button.bg_purple,
input[type="submit"].bg_purple {
  background: #80395b;
  color: #fff;
  border-color: #80395b;
}

.button.bg_coral,
button.bg_coral,
input[type="submit"].bg_coral {
  background: #ec6762;
  color: #fff;
  border-color: #ec6762;
}

.button.bg_white,
button.bg_white,
input[type="submit"].bg_white {
  background: #fff;
  color: #80395b;
  border-color: #fff;
}

.button.hollow_purple,
button.hollow_purple,
input[type="submit"].hollow_purple {
  border-color: #80395b;
  color: #80395b;
  background: rgba(0, 0, 0, 0);
}

.button.hollow_white,
button.hollow_white,
input[type="submit"].hollow_white {
  border-color: #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}

.button.hollow_coral,
button.hollow_coral,
input[type="submit"].hollow_coral {
  border-color: #ec6762;
  color: #ec6762;
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 840px) {
  .button,
  button,
  input[type="submit"] {
    padding: 0.9rem 2.5rem;
  }
}

.button.hollow_white:hover,
.button.hollow_purple:hover,
.button.hollow_coral:hover,
.button.bg_white:hover,
a:hover button.hollow_white,
a:hover .button.hollow_purple,
a:hover .button.hollow_coral,
a:hover .button.bg_white {
  background: #80395b;
  border-color: #80395b;
  color: #fff;
}

.button.bg_purple:hover {
  background: #444444;
  border-color: #444444;
}

.button.bg_coral:hover {
  background: #444444;
  border-color: #444444;
}

input[type="submit"] {
  background: #80395b;
  color: #fff;
  border-color: #80395b;
}

.form input[type="submit"],
.hbspt-form input[type="submit"] {
  font-size: 2.2rem;
  line-height: 1.28;
  padding: 2.5rem;
  display: block;
  width: 100%;
  margin-top: 3rem;
}

.form input[type="submit"]:hover,
.hbspt-form input[type="submit"]:hover {
  background: #444444;
  border-color: #444444;
}

@media (max-width: 840px) {
  .form input[type="submit"],
  .hbspt-form input[type="submit"] {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    padding: 1.5rem 2.5rem;
  }
}

.header {
  padding: 2.7rem 0 1.2rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 1024px) {
  .header {
    padding: 1rem 0;
  }
}

@media (max-width: 840px) {
  .header {
    position: relative;
    padding: 0;
  }

  .header:before {
    content: '';
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 6.8rem;
    background: #fff;
    z-index: 10;
  }

  .header .wrap {
    padding: 0;
  }
}

.header .shadow:before {
  top: 6rem;
  left: 0;
  right: 0;
}

.header .top {
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 1.4rem;
}

@media (max-width: 1024px) {
  .header .top {
    padding-right: 5.8rem;
    padding-bottom: 0;
  }
}

.header .bottom {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.1rem solid #b4b4b4;
  position: relative;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 1024px) {
  .header .bottom {
    position: fixed;
    top: 6.8rem;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    overflow: hidden;
    background: #fff;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .header .bottom .navigation {
    width: 100%;
    font-size: 3rem;
    -ms-flex-preferred-size: calc(100% - 6rem);
        flex-basis: calc(100% - 6rem);
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header .bottom .navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header .bottom .navigation ul li {
    width: 100%;
  }

  .header .bottom .navigation ul li > a,
  .header .bottom .navigation ul li > span {
    padding: 2rem;
  }

  .header .bottom .accreditations {
    height: 6rem;
    padding: 1rem 2rem;
  }
}

@media (max-width: 540px) {
  .header .bottom .navigation {
    font-size: 2rem;
  }

  .header .bottom .accreditations > a:first-child {
    display: none;
  }
}

.header .actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  will-change: top;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 840px) {
  .header .actions {
    padding: 1rem 1.5rem;
    background: #80395b;
    color: #fff;
    position: fixed;
    top: 6.8rem;
    left: 0;
    width: 100%;
  }

  .header .actions .telephone {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .header .actions .button {
    border-color: #fff;
    color: #fff;
  }

  .header .actions .facebook {
    color: #fff;
    background: #80395b;
    border-color: #fff;
  }

  .header .actions .facebook svg {
    fill: #fff;
  }
}

@media (max-width: 540px) {
  .header .actions {
    top: 0rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1;
  }

  .header .actions .facebook {
    display: none;
  }
}

@media (max-width: 350px) {
  .header .actions .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.header .logo {
  display: block;
  position: relative;
  height: 5.6rem;
  margin-right: auto;
  z-index: 12;
  text-decoration: none;
  min-width: 14.6rem;
  -webkit-transition: width, height 0.25s linear;
  transition: width, height 0.25s linear;
  overflow: hidden;
}

.header .logo .logo-icon {
  fill: #80395b;
  -webkit-transition: width, height 0.25s linear;
  transition: width, height 0.25s linear;
}

.header .logo .logo-text {
  fill: #4B4B4D;
}

.header .logo svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 5.6rem;
  width: 14.6rem;
  overflow: hidden;
  -webkit-transition: width, height 0.25s linear;
  transition: width, height 0.25s linear;
}

.header .logo .logo-name {
  color: #666568;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 3.8rem 0 0 6.2rem;
  line-height: 1.3rem;
  white-space: nowrap;
  display: block;
  position: relative;
}

.header .logo.switch-off > img {
  top: 0;
  left: 0;
  height: 5.6rem;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.header .logo.switch-off > .switch-off-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 5.6rem;
  width: 5.5rem;
  opacity: 0;
  -webkit-transition: width, height, opacity 0.25s linear;
  transition: width, height, opacity 0.25s linear;
}

@media (max-width: 1024px) {
  .header .logo {
    height: 4.8rem;
  }

  .header .logo svg {
    height: 4.8rem;
    width: 12.6rem;
  }

  .header .logo .logo-name {
    font-size: 1.1rem;
    margin: 3.4rem 0 0 5.4rem;
    line-height: 1.1rem;
  }

  .header .logo.switch-off > img {
    height: 4.6rem;
  }
}

@media (max-width: 840px) {
  .header .logo {
    position: fixed;
    top: 1rem;
    left: 1.5rem;
  }
}

.header .telephone {
  display: block;
  color: #80395b;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.2rem;
  margin-left: 2rem;
}

.header .telephone svg {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  fill: #80395b;
}

.header .telephone span {
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 1024px) {
  .header .telephone {
    font-size: 2.2rem;
  }

  .header .telephone svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media (max-width: 840px) {
  .header .telephone {
    margin-left: 0;
    color: #fff;
    margin-right: auto;
    font-size: 1.8rem;
  }

  .header .telephone svg {
    fill: #fff;
    margin-right: 0.6rem;
  }
}

@media (max-width: 350px) {
  .header .telephone {
    font-size: 1.6rem;
  }
}

.header .cta {
  margin-left: 2rem;
}

@media (max-width: 1024px) {
  .header .cta {
    margin-left: 1rem;
  }
}

.header .navigation {
  width: calc(100% - 450px);
  font-size: 1.5rem;
}

.header .navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navigation > ul > li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .navigation > ul > li + li {
  text-align: center;
}

.header .navigation > ul > li:last-child {
  text-align: right;
}

.header .navigation > ul > li > a,
.header .navigation > ul > li > span {
  color: #80395b;
  text-decoration: none;
  padding: 2rem 1rem;
  display: block;
  outline: none;
}

.header .navigation > ul > li.menu-item-parent > a,
.header .navigation > ul > li.menu-item-parent > span {
  cursor: pointer;
  position: relative;
}

@media (max-width: 1024px) {
  .header .navigation > ul > li.menu-item-parent > a,
  .header .navigation > ul > li.menu-item-parent > span {
    pointer-events: none;
  }
}

.header .navigation > ul > li.menu-item-parent > a > span,
.header .navigation > ul > li.menu-item-parent > span > span {
  will-change: opacity;
  display: block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.header .navigation > ul > li.menu-item-parent > a > span:after,
.header .navigation > ul > li.menu-item-parent > span > span:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1.2rem;
  height: 0.7rem;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjODEzODVCIi8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 540px) {
  .header .navigation > ul > li.menu-item-parent > a > span,
  .header .navigation > ul > li.menu-item-parent > span > span {
    position: relative;
  }

  .header .navigation > ul > li.menu-item-parent > a > span:after,
  .header .navigation > ul > li.menu-item-parent > span > span:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjODEzODVCIi8+PC9zdmc+");
  }
}

.header .navigation > ul > li.menu-item-parent > a:before,
.header .navigation > ul > li.menu-item-parent > span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #80395b;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

@media (max-width: 1024px) {
  .header .navigation > ul > li.menu-item-parent > a:before,
  .header .navigation > ul > li.menu-item-parent > span:before {
    display: none !important;
  }
}

.header .navigation > ul > li.menu-item-parent:hover > a > span,
.header .navigation > ul > li.menu-item-parent:hover > span > span {
  opacity: 0.5;
}

.header .navigation > ul > li.menu-item-parent:hover > a:before,
.header .navigation > ul > li.menu-item-parent:hover > span:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

.header .navigation > ul > li.menu-item-parent:hover .sub-menu-simple,
.header .navigation > ul > li.menu-item-parent:hover .sub-menu-complex {
  height: auto;
  opacity: 1;
  overflow: visible;
  border-top: 0.2rem solid #80395b;
}

@media (max-width: 1024px) {
  .header .navigation > ul > li.menu-item-parent:hover .sub-menu-simple,
  .header .navigation > ul > li.menu-item-parent:hover .sub-menu-complex {
    overflow: hidden;
  }
}

.header .navigation > ul > li.menu-item-parent:hover .sub-menu-simple {
  -webkit-transform: translatey(0);
          transform: translatey(0);
}

.header .navigation > ul > li.menu-item-parent:hover .sub-menu-complex {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 1024px) {
  .header .navigation > ul > li.menu-item-parent:hover > a > span,
  .header .navigation > ul > li.menu-item-parent:hover > span > span {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .header .navigation > ul > li {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }

  .header .navigation > ul > li + li,
  .header .navigation > ul > li:last-child {
    text-align: left;
  }

  .header .navigation > ul > li .sub-menu-simple,
  .header .navigation > ul > li .sub-menu-complex {
    max-height: 0;
  }

  .header .navigation > ul > li.menuitemopen > a > span,
  .header .navigation > ul > li.menuitemopen > span > span {
    opacity: 0.5 !important;
  }

  .header .navigation > ul > li.menuitemopen > a > span:after,
  .header .navigation > ul > li.menuitemopen > span > span:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .header .navigation > ul > li.menuitemopen .sub-menu-simple,
  .header .navigation > ul > li.menuitemopen .sub-menu-complex {
    max-height: 999px !important;
  }
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  letter-spacing: -0.02em;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 126rem;
  -webkit-transform: translate(-50%, -1rem);
          transform: translate(-50%, -1rem);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex > * {
  position: relative;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column {
  padding: 3rem 2.5rem;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column header h4 {
  text-transform: uppercase;
  color: #80395b;
  font-weight: bold;
  font-size: 1.4rem;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column header h4 a {
  color: inherit;
  text-decoration: none;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column header > a {
  font-weight: 300;
  font-size: 1.2rem;
  color: #444444;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_articles {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_articles + .column_articles:before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(48.47%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 48.47%);
  opacity: 0.1;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_list {
  -ms-flex-preferred-size: 23.8095238095%;
      flex-basis: 23.8095238095%;
  background: #f7f4f3;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_list ul {
  font-size: 1.2rem;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_list ul li {
  margin-top: 1rem;
  text-align: left;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_list ul li a {
  color: #444444;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_list ul li a:hover {
  color: #80395b;
}

@media (max-width: 1024px) {
  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex {
    height: auto;
    position: relative;
    overflow: auto;
    opacity: 1;
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    max-height: 0;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex:before {
    display: none !important;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column {
    display: block;
    background: inherit !important;
    padding: 0;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column a {
    display: block;
    padding: 1rem 2rem 1rem 4rem !important;
    font-size: 1.6rem !important;
    text-transform: none !important;
    color: #80395b !important;
    font-weight: normal;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column header {
    margin: 0;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column header > a {
    display: none;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_articles .articles {
    display: none;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_list header {
    display: none;
  }

  .header .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex .column.column_list ul li {
    margin: 0;
  }
}

.header .navigation > ul > li.menu-sub-menu-simple {
  position: relative;
}

.header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 24rem;
  letter-spacing: -0.02em;
  font-size: 1.6rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple ul {
  padding: 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple li {
  margin-top: 1rem;
}

.header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple li a {
  color: #444444;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-align: left;
}

.header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple li a:hover {
  color: #80395b;
}

@media (max-width: 1024px) {
  .header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple {
    height: auto;
    position: relative;
    overflow: auto;
    opacity: 1;
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    max-height: 0;
    width: 100%;
  }

  .header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple:before {
    display: none !important;
  }

  .header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple ul {
    padding: 0;
    width: 100%;
  }

  .header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple ul li {
    margin: 0;
  }

  .header .navigation > ul > li.menu-sub-menu-simple .sub-menu-simple ul li a {
    padding: 1rem 2rem 1rem 4rem;
    color: #80395b;
  }
}

.header .navigation > ul > li:first-child > a,
.header .navigation > ul > li:last-child > span {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .header .navigation > ul > li:first-child > a,
  .header .navigation > ul > li:last-child > span {
    padding-left: 2rem;
  }
}

.header .navigation > ul > li:last-child > a,
.header .navigation > ul > li:last-child > span {
  padding-right: 3rem;
}

.header .accreditations {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 0.1rem solid #b4b4b4;
  padding-left: 3rem;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .accreditations a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.4rem;
  text-decoration: none;
  color: #80395b;
  height: 3.8rem;
}

.header .accreditations a svg {
  height: 100%;
  width: initial;
}

.header .accreditations a svg + span {
  margin-left: 0.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}

.header .accreditations a.small-logo > svg {
  height: 2.6rem;
}

.header .accreditations a:last-child {
  margin-right: 1.6rem;
}

@media (max-width: 1024px) {
  .header .accreditations {
    border-left: 0;
    border-top: 0.1rem solid #b4b4b4;
    padding: 2rem;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header .menu-toggle {
  display: none;
  height: 6.8rem;
  width: 6.8rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
}

.header .menu-toggle > span {
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background: #80395b;
  position: absolute;
  right: 1.5rem;
  will-change: top, opacity, transform;
  -webkit-transition: top 0.125s linear, opacity 0.125s linear, -webkit-transform 0.125s linear;
  transition: top 0.125s linear, opacity 0.125s linear, -webkit-transform 0.125s linear;
  transition: top 0.125s linear, opacity 0.125s linear, transform 0.125s linear;
  transition: top 0.125s linear, opacity 0.125s linear, transform 0.125s linear, -webkit-transform 0.125s linear;
}

.header .menu-toggle > span:nth-child(1) {
  top: 2.05rem;
}

.header .menu-toggle > span:nth-child(2) {
  top: 3.15rem;
}

.header .menu-toggle > span:nth-child(3) {
  top: 4.25rem;
}

@media (max-width: 1024px) {
  .header .menu-toggle {
    display: block;
  }
}

.header.scrolling {
  padding: 1.8rem 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.header.scrolling > .wrap {
  position: relative;
}

.header.scrolling .top > .logo svg .logo-text,
.header.scrolling .top > .logo .logo-name,
.header.scrolling .bottom > .accreditations {
  display: none;
}

.header.scrolling .top {
  padding-bottom: 0;
}

.header.scrolling .top > .logo {
  height: 4.4rem;
  min-width: 4.3rem;
}

.header.scrolling .top > .logo svg {
  height: 4.4rem;
  width: 4.3rem;
}

.header.scrolling .top > .logo.switch-off > img {
  opacity: 0;
}

.header.scrolling .top > .logo.switch-off > .switch-off-logo {
  opacity: 1;
}

.header.scrolling .top > .actions .telephone {
  font-size: 2.4rem;
}

.header.scrolling .top > .actions .telephone > svg {
  width: 1.6rem;
  height: 1.6rem;
}

.header.scrolling .top > .actions .facebook {
  min-width: auto;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header.scrolling .top > .actions .facebook > span {
  display: none;
}

.header.scrolling .top > .actions .facebook svg {
  opacity: 1;
  margin-left: 0;
}

.header.scrolling .top > .actions .facebook:hover {
  background: transparent;
}

.header.scrolling .top > .actions .facebook:hover svg {
  fill: #475993;
  opacity: 0.8;
}

.header.scrolling .bottom {
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9rem;
  right: 46rem;
  width: auto;
  z-index: 20;
}

.header.scrolling .bottom > .navigation {
  width: 100%;
}

.header.scrolling .bottom > .navigation > ul > li.menu-sub-menu-complex .sub-menu-complex {
  left: calc(50% + 18.5rem);
}

@media (max-width: 540px) {
  body .header .actions {
    top: 6.8rem;
  }

  body.ctaBarHide .header .actions {
    top: 0;
  }
}

body.menuopen {
  overflow: hidden;
}

body.menuopen .header .menu-toggle span {
  position: absolute;
  top: calc(50% - 0.15rem);
}

body.menuopen .header .menu-toggle span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.menuopen .header .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menuopen .header .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1024px) {
  body.menuopen .header .top .actions {
    top: calc(100% - 6rem) !important;
  }

  body.menuopen .header .bottom {
    max-height: calc(100vh - 6.8rem);
  }
}

@media (max-width: 840px) {
  body.menuopen .header .bottom {
    max-height: calc(100% - 12.8rem);
  }
}

@media (max-width: 540px) {
  body.menuopen .header .top .actions .facebook {
    position: absolute;
    top: -5rem;
    right: 2rem;
    display: block;
    background: #fff;
    border: none;
    color: #444444;
    padding: 0.9rem 0;
    min-width: 0;
  }

  body.menuopen .header .top .actions .facebook svg {
    fill: #475993;
  }
}

@media (max-width: 840px) {
  body.menuopen .wedding_header .wrap {
    padding-top: 6.8rem;
  }

  body.menuopen .wedding_header .top {
    height: calc(100vh - 6.8rem);
  }

  body.menuopen .wedding_header .top .actions {
    top: 0 !important;
  }
}

.wedding_header {
  background: -webkit-gradient(linear, left top, left bottom, from(#80395b), color-stop(25%, rgba(128, 57, 91, 0.8)), to(rgba(128, 57, 91, 0)));
  background: linear-gradient(to bottom, #80395b 0%, rgba(128, 57, 91, 0.8) 25%, rgba(128, 57, 91, 0) 100%);
  padding: 0;
  height: 10.8rem;
}

.wedding_header .logo {
  background: #fff;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  height: 100%;
  width: 21.6rem;
  overflow: visible;
}

.wedding_header .logo > a {
  display: block;
  text-decoration: none;
}

.wedding_header .logo > a span.logo-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  margin-top: 0.5rem;
  z-index: 2;
}

.wedding_header .logo svg {
  position: relative;
}

.wedding_header .logo::after {
  content: '';
  width: 0;
  background-color: transparent;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  border-top: 3.6rem solid #fff;
  border-left: 10.8rem solid transparent;
  border-right: 10.8rem solid transparent;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 1024px) {
  .wedding_header .logo {
    width: 18rem;
  }

  .wedding_header .logo::after {
    border-top: 3rem solid #fff;
    border-left: 9rem solid transparent;
    border-right: 9rem solid transparent;
  }
}

@media (max-width: 840px) {
  .wedding_header .logo {
    background: transparent;
    height: auto;
    padding: 0;
    text-align: left;
  }

  .wedding_header .logo::after {
    content: none;
  }

  .wedding_header .logo > a span.logo-name {
    position: relative;
    margin: -1.4rem 0 0 5.4rem;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wedding_header .actions {
  height: 4rem;
  border-right: 1px solid rgba(247, 244, 243, 0.3);
}

.wedding_header .actions > a,
.wedding_header .actions > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.8rem;
  text-decoration: none;
  color: #fff;
}

.wedding_header .actions > a svg,
.wedding_header .actions > p svg {
  height: 100%;
  width: initial;
}

.wedding_header .actions > a svg + span,
.wedding_header .actions > p svg + span {
  margin-left: 0.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}

.wedding_header .actions.sign_container {
  border-right: none;
  padding-left: 3rem;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.wedding_header .actions.sign_container > a {
  margin-right: 4.2rem;
}

.wedding_header .actions.sign_container > a span + svg {
  height: 2rem;
  width: initial;
  margin-left: 1rem;
}

.wedding_header .actions.sign_container > a:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .wedding_header .actions {
    height: 3.2rem;
  }

  .wedding_header .actions > a {
    margin-right: 2rem;
  }

  .wedding_header .actions > a svg + span {
    font-size: 1.2rem;
  }

  .wedding_header .actions.sign_container {
    padding-left: 2rem;
  }

  .wedding_header .actions.sign_container > a {
    margin-right: 1.8rem;
  }
}

@media (max-width: 840px) {
  .wedding_header .actions > a {
    margin-right: 2rem;
  }

  .wedding_header .actions.sign_container > a {
    margin-right: 2rem;
  }
}

@media (max-width: 1024px) {
  .wedding_header .top {
    padding-right: 2rem;
  }

  .wedding_header .menu-toggle {
    display: none;
  }
}

@media (max-width: 840px) {
  .wedding_header {
    height: 6.8rem;
    position: fixed;
  }

  .wedding_header .top {
    -webkit-transition: height 0.25s linear;
    transition: height 0.25s linear;
    height: 0;
    background: #fff;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }

  .wedding_header .menu-toggle {
    display: block;
  }

  .wedding_header .actions {
    position: relative;
    height: 6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .wedding_header .actions > a svg {
    fill: #C3C3C3;
    height: 3.4rem;
  }

  .wedding_header .actions > p.award_winning_logo svg {
    fill: #80395b;
  }

  .wedding_header .actions > p.award_winning_logo svg + span {
    color: #80395b;
    font-size: 1.4rem;
  }

  .wedding_header .actions.sign_container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background: transparent;
    color: #80395b;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3rem;
    padding-top: 4rem;
    border: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .wedding_header .actions.sign_container > a {
    font-size: 2rem;
    color: #80395b;
    padding-bottom: 2rem;
    line-height: 1.2;
    text-align: left;
    height: auto;
  }

  .wedding_header .actions.sign_container > a svg {
    height: 2.4rem;
    fill: #80395b;
  }
}

@media (max-width: 540px) {
  .wedding_header .actions > p.award_winning_logo {
    display: none;
  }
}

.footer {
  background: #000;
  color: #fff;
  padding: 6rem 0;
}

.footer.animateIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.footer.animateIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.footer .wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer .content h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.footer .content h2 + p {
  font-weight: 300;
}

@media (max-width: 840px) {
  .footer .content h2 + p {
    font-size: 1.4rem;
  }
}

@media (max-width: 840px) {
  .footer {
    padding: 0;
  }

  .footer .wrap {
    padding: 0;
  }

  .footer .wrap .newsletter,
  .footer .wrap .navigation,
  .footer .wrap .legal,
  .footer .wrap .facebook_message,
  .footer .wrap .awards ul.navlink-group,
  .footer .wrap .awards ul.awards-logo {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer .newsletter {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8rem;
}

.footer .newsletter > * {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .newsletter .newsletter_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .newsletter .newsletter_form label {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.footer .newsletter .newsletter_form input[type="email"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footer .newsletter .newsletter_form input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.footer .newsletter .newsletter_form input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  width: 12rem;
  padding-left: 0;
  padding-right: 0;
}

.footer .newsletter .newsletter_form input[type="submit"]:hover {
  background: #444444;
  border-color: #444444;
}

.footer .newsletter .newsletter_form .form-group {
  margin-right: 2rem;
  width: 100%;
}

.footer .newsletter .newsletter_form .terms {
  margin-top: 2rem;
}

.footer .newsletter .newsletter_form .terms label {
  font-size: 1.2rem;
  line-height: 150%;
  padding-left: 3rem;
  font-weight: 300;
}

.footer .newsletter .newsletter_form .terms label:before,
.footer .newsletter .newsletter_form .terms label:after {
  width: 2rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .newsletter .newsletter_form .terms label a {
  color: inherit;
  text-decoration: underline;
}

.footer .newsletter .newsletter_form > .newsletter_input_groups {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.footer .newsletter .newsletter_form > .newsletter_input_groups input[type="email"],
.footer .newsletter .newsletter_form > .newsletter_input_groups input[type="text"] {
  border-radius: 0.5rem;
}

.footer .newsletter .newsletter_form > .newsletter_input_groups input[type="submit"] {
  border-radius: 0.5rem;
  width: 100%;
  height: 5rem;
}

.footer .newsletter .newsletter_form > .newsletter_input_groups .form-group,
.footer .newsletter .newsletter_form > .newsletter_input_groups input[type="submit"] {
  margin-top: 1.6rem;
}

.footer .newsletter .terms {
  position: absolute;
  bottom: -75%;
  left: 0;
}

@media (max-width: 840px) {
  .footer .newsletter {
    display: block;
    padding-top: 2.4rem;
  }

  .footer .newsletter .text {
    text-align: center;
  }

  .footer .newsletter .newsletter_form {
    padding: 3rem 0 0;
    max-width: 50rem;
    margin: auto;
  }

  .footer .newsletter .newsletter_form > .newsletter_input_groups {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .newsletter .newsletter_form > .newsletter_input_groups .form-group {
    margin-right: 0;
  }

  .footer .newsletter .newsletter_form > .newsletter_input_groups .form-group:first-child {
    margin-top: 0;
  }

  .footer .newsletter.complex {
    padding-bottom: 3rem;
  }

  .footer .newsletter.complex .terms {
    position: relative;
  }
}

.footer .main {
  padding: 4rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 840px) {
  .footer .main {
    display: block;
    padding: 2.4rem 0;
  }
}

.footer .navigation {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.footer .navigation > ul.footer-nav-group {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3.2rem 4rem 0 0;
}

.footer .navigation > ul.footer-nav-group > li {
  margin-bottom: 1.5rem;
  padding-right: 2rem;
}

.footer .navigation > ul.footer-nav-group > li span {
  color: #fff;
  font-weight: bold;
}

.footer .navigation > ul.footer-nav-group > li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

@media (max-width: 840px) {
  .footer .navigation > ul.footer-nav-group {
    padding: 3.2rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 540px) {
  .footer .navigation > ul.footer-nav-group {
    display: block;
  }
}

.footer .awards {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-preferred-size: 50.5%;
      flex-basis: 50.5%;
}

.footer .awards p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 150%;
}

.footer .awards .facebook_message {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .awards .facebook_message p {
  max-width: 30rem;
  padding-left: 1.2rem;
}

.footer .awards ul.navlink-group {
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-top: 3.2rem;
  padding-left: 1.2rem;
}

.footer .awards ul.navlink-group li {
  margin-bottom: 1.2rem;
  padding-right: 2rem;
}

.footer .awards ul.navlink-group li span {
  color: #fff;
  font-weight: bold;
}

.footer .awards ul.navlink-group li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer .awards ul.awards-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer .awards ul.awards-logo li {
  padding: 4rem 1.2rem;
  max-width: 100%;
  width: 100%;
}

.footer .awards ul.awards-logo li img {
  width: 100%;
  height: auto;
}

@media (max-width: 840px) {
  .footer .awards p {
    font-size: 1.4rem;
  }

  .footer .awards .facebook_message {
    padding-bottom: 2.4rem;
  }

  .footer .awards .facebook_message > p {
    padding-left: 0;
  }

  .footer .awards ul.navlink-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer .awards ul.awards-logo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .awards ul.awards-logo li {
    max-width: 10rem;
    padding: 2.4rem 1.2rem 1.4rem;
  }
}

@media (max-width: 540px) {
  .footer .awards ul.navlink-group {
    display: block;
  }
}

.footer .legal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 44.5%;
      flex-basis: 44.5%;
}

.footer .legal .footer_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1.2rem;
  padding-bottom: 5.2rem;
}

.footer .legal .footer_logos > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4rem;
  text-decoration: none;
  color: #80395b;
  height: 6rem;
}

.footer .legal .footer_logos > a svg {
  height: 100%;
  width: initial;
  opacity: 0.4;
  fill: #fff;
}

.footer .legal .footer_logos > a:last-child {
  margin-right: 0;
}

.footer .legal .footer_terms_text {
  font-size: 1.4rem;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
}

.footer .legal .footer_terms_text > p {
  padding-bottom: 2.8rem;
}

@media (max-width: 840px) {
  .footer .legal {
    padding-bottom: 2.4rem;
  }

  .footer .legal .footer_logos {
    padding-bottom: 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .legal .footer_terms_text {
    text-align: left;
    margin: 1rem auto 0;
  }

  .footer .legal .footer_terms_text > p {
    padding-bottom: 2rem;
  }
}

@media (max-width: 540px) {
  .footer .legal .footer_logos > a {
    height: 5rem;
  }
}

.design-2023 .footer {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.design-2023 .footer.animateIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.design-2023 .footer.animateIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.design-2023 .footer .newsletter {
  background: #dad3d1;
  color: #80395b;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-top: 12rem;
  padding-bottom: 14rem;
}

.design-2023 .footer .newsletter .content.complex h2,
.design-2023 .footer .newsletter .content.newsletter-thanks h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3.2rem;
  color: #80395b;
}

.design-2023 .footer .newsletter .content.complex h2 + p,
.design-2023 .footer .newsletter .content.newsletter-thanks h2 + p {
  font-weight: 400;
  line-height: 1.2;
}

.design-2023 .footer .newsletter .content.complex {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 7.2rem;
          column-gap: 7.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.design-2023 .footer .newsletter .content.complex * + * {
  margin-top: 0;
}

.design-2023 .footer .newsletter .content.complex .text,
.design-2023 .footer .newsletter .content.complex .newsletter_form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups .form-group {
  margin: 0;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups > *:nth-child(n + 3) {
  grid-column: span 2;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups input[type="email"],
.design-2023 .footer .newsletter .content.complex .newsletter_input_groups input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  line-height: 1.2;
  padding: 1.45rem 1.8rem;
  border-radius: 0.5rem;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups input[type="submit"] {
  line-height: 1.2;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-top: 0.8rem;
  border-radius: 60px;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups input[type="submit"]:hover {
  background: #444444;
  border-color: #444444;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups .terms {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 0.8rem;
  padding-left: 3.6rem;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups .terms label {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.395;
  padding-left: 0;
  margin-bottom: 0;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups .terms label:before,
.design-2023 .footer .newsletter .content.complex .newsletter_input_groups .terms label:after {
  top: -0.2rem;
  left: -3.6rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  -webkit-transform: none;
          transform: none;
}

.design-2023 .footer .newsletter .content.complex .newsletter_input_groups .terms label a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .design-2023 .footer .newsletter .content.complex h2,
  .design-2023 .footer .newsletter .content.newsletter-thanks h2 {
    font-size: 3.7rem;
  }
}

@media (max-width: 1024px) {
  .design-2023 .footer .newsletter {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }

  .design-2023 .footer .newsletter .content.complex {
    -webkit-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .footer .newsletter {
    padding-top: 6.4rem;
    padding-bottom: 9.8rem;
  }

  .design-2023 .footer .newsletter .content.complex h2,
  .design-2023 .footer .newsletter .content.newsletter-thanks h2 {
    font-size: 3.2rem;
    font-weight: 700;
  }

  .design-2023 .footer .newsletter .content.complex {
    -webkit-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .design-2023 .footer .newsletter .content.complex .newsletter_input_groups {
    grid-template-columns: none;
    grid-template-rows: auto;
  }

  .design-2023 .footer .newsletter .content.complex .newsletter_input_groups > *:nth-child(n + 3) {
    grid-column: auto;
  }
}

@media (max-width: 540px) {
  .design-2023 .footer .newsletter {
    padding-top: 3.6rem;
    padding-bottom: 6.4rem;
  }

  .design-2023 .footer .newsletter .content.complex {
    row-gap: 2.4rem;
    -webkit-column-gap: normal;
            column-gap: normal;
    grid-template-columns: none;
    grid-template-rows: auto auto;
  }
}

.design-2023 .footer .footer-main {
  background: #000;
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 13.5rem;
}

.design-2023 .footer .footer-main .wrap.main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.5rem;
  border-bottom: 0;
}

.design-2023 .footer .footer-main .awards {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.1rem solid #b4b4b4;
}

.design-2023 .footer .footer-main .awards .njt-logo {
  height: 5.6rem;
}

.design-2023 .footer .footer-main .awards .awards-logos {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
}

.design-2023 .footer .footer-main .awards .awards-logos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-decoration: none;
  color: #80395b;
  height: 6rem;
}

.design-2023 .footer .footer-main .awards .awards-logos a svg {
  width: initial;
  height: 100%;
  opacity: 0.4;
  fill: #fff;
}

.design-2023 .footer .footer-main .awards .awards-logos-second-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

@media (max-width: 840px) {
  .design-2023 .footer .footer-main .awards .awards-logos-second-set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.design-2023 .footer .footer-main .awards .awards-logos-second-set li {
  width: auto;
  height: 7rem;
}

.design-2023 .footer .footer-main .awards .awards-logos-second-set li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
}

.design-2023 .footer .footer-main .awards .awards-logos-second-set li .tp {
  width: auto;
  height: 3rem;
  display: block;
}

.design-2023 .footer .footer-main .footer-menu {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.7rem;
          column-gap: 1.7rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  padding-top: 4.2rem;
  padding-bottom: 6.4rem;
  border-bottom: 0.1rem solid #b4b4b4;
}

.design-2023 .footer .footer-main .footer-menu ul.navlink-group {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.design-2023 .footer .footer-main .footer-menu ul.navlink-group li {
  margin-bottom: 1.6rem;
}

.design-2023 .footer .footer-main .footer-menu ul.navlink-group li span {
  display: block;
  font-weight: bold;
  line-height: 0.9843;
  color: #fff;
}

.design-2023 .footer .footer-main .footer-menu ul.navlink-group li a {
  display: block;
  font-weight: 300;
  line-height: 0.9843;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.design-2023 .footer .footer-main .footer-menu ul.navlink-group li:last-child {
  margin-bottom: 0;
}

.design-2023 .footer .footer-main .footer-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 6.4rem;
          column-gap: 6.4rem;
  padding-top: 5.2rem;
}

.design-2023 .footer .footer-main .footer-bottom .content p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.44;
  color: #b4b4b4;
  margin-top: 0;
}

.design-2023 .footer .footer-main .footer-bottom .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.design-2023 .footer .footer-main .footer-bottom .socials .social-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
}

.design-2023 .footer .footer-main .footer-bottom .socials .social-item-link svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .design-2023 .footer .footer-main {
    padding-bottom: 10.6rem;
  }
}

@media (max-width: 1024px) {
  .design-2023 .footer .footer-main {
    padding-bottom: 7.2rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .footer .footer-main {
    padding-bottom: 5.6rem;
  }

  .design-2023 .footer .footer-main .wrap.main {
    padding: 0;
  }

  .design-2023 .footer .footer-main .awards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .design-2023 .footer .footer-main .awards .njt-logo-container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .footer .footer-main .awards .awards-logos {
    padding: 0 2.4rem 3.2rem;
  }

  .design-2023 .footer .footer-main .awards .awards-logos-second-set {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.4rem;
    border-top: 0.1rem solid #b4b4b4;
    border-bottom: 0.1rem solid #b4b4b4;
  }

  .design-2023 .footer .footer-main .awards .awards-logos-second-set li {
    height: 9.3rem;
  }

  .design-2023 .footer .footer-main .awards .awards-logos-second-set li.mobile-height {
    height: 7.3rem;
  }

  .design-2023 .footer .footer-main .footer-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 4.2rem;
  }

  .design-2023 .footer .footer-main .footer-bottom {
    padding-top: 4.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width: 640px) {
  .design-2023 .footer .footer-main .awards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .design-2023 .footer .footer-main .awards .njt-logo-container {
    width: 100%;
    border-bottom: 0.1rem solid #b4b4b4;
  }

  .design-2023 .footer .footer-main .awards .awards-logos {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 3.2rem 2.4rem;
  }

  .design-2023 .footer .footer-main .awards .awards-logos a {
    height: 4.5rem;
  }

  .design-2023 .footer .footer-main .footer-menu {
    row-gap: 3.6rem;
    -webkit-column-gap: normal;
            column-gap: normal;
    grid-template-rows: auto;
    grid-template-columns: none;
  }

  .design-2023 .footer .footer-main .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 3.6rem;
    -webkit-column-gap: normal;
            column-gap: normal;
  }
}

@media (max-width: 540px) {
  .design-2023 .footer .footer-main {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .design-2023 .footer .footer-main .awards .awards-logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .design-2023 .footer .footer-main .awards .awards-logos a {
    height: 3.816rem;
  }

  .design-2023 .footer .footer-main .footer-menu {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .footer .footer-main .footer-bottom {
    padding-top: 3.2rem;
  }
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #444444;
  z-index: 10000;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  display: none;
}

.cookie-popup > .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie-popup > .wrap p,
.cookie-popup > .wrap p > a {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
}

.cookie-popup > .wrap p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cookie-popup > .wrap p > a {
  text-decoration: underline;
}

.cookie-popup > .wrap a.cta.button {
  padding: 1.2rem 5rem;
  text-align: center;
  margin-left: 7.5rem;
}

@media (max-width: 540px) {
  .cookie-popup > .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cookie-popup > .wrap a.cta.button {
    margin-top: 2rem;
    margin-left: 0;
  }
}

::-webkit-input-placeholder {
  color: #b4b4b4;
}

:-moz-placeholder {
  color: #b4b4b4;
}

::-moz-placeholder {
  color: #b4b4b4;
}

:-ms-input-placeholder {
  color: #b4b4b4;
}

form input,
form select,
form textarea {
  font-family: "Fira Sans", sans-serif;
}

form .input_icon_container > input[type=number],
form input[type="text"],
form input[type=password],
form input[type="email"],
form input[type="tel"],
form select,
form textarea,
form input[type="date"] {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
          box-shadow: 0 0 0 0.1rem #c4c4c4;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.5rem 1.5rem;
  font-size: 1.6rem;
  color: #444444;
  font-weight: 300;
  outline: none;
  line-height: 2rem;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.125s linear;
  transition: -webkit-box-shadow 0.125s linear;
  transition: box-shadow 0.125s linear;
  transition: box-shadow 0.125s linear, -webkit-box-shadow 0.125s linear;
}

form .input_icon_container > input[type=number]:focus,
form input[type="text"]:focus,
form input[type=password]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form select:focus,
form textarea:focus,
form input[type="date"]:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
          box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
}

form select {
  background-size: 1.2rem 0.7rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDQ0NDQ0IiBzdHJva2Utd2lkdGg9IjIiIC8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 2rem center;
}

form select::-ms-expand {
  display: none;
}

form textarea {
  resize: none;
  height: 15rem;
}

form .checkbox_standard {
  display: none;
}

form .checkbox_standard + label {
  position: relative;
  padding-left: 3.4rem;
}

form .checkbox_standard + label:before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #f7f4f3;
  border-radius: 0.3rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

form .checkbox_standard + label:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxLjIwMzE5TDMuMjA2NDggOUwwIDUuNzkyMTZMMS40MDg5MiA0LjU4ODk4TDMuMjA2NDggNi4zODcyOUw5LjU5MTA4IDBMMTEgMS4yMDMxOVoiIGZpbGw9IiM4MTM5NUIiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.1rem 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

form .checkbox_standard:checked + label:after {
  opacity: 1;
}

form .wrap {
  max-width: 76rem;
}

@media (max-width: 540px) {
  form .wrap {
    margin-bottom: 3rem;
  }
}

form .field + .field {
  margin-top: 2rem;
}

form .field.field_border_top {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}

form .field.field_border_bottom {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 840px) {
  form .field {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

form .error .label {
  color: red;
}

form .error .errorMessage {
  color: red;
  margin-top: 2rem;
  font-size: 1.2rem;
}

form .error select,
form .error input,
form .error textarea {
  -webkit-box-shadow: 0 0 0 0.1rem red, 0 0 0.5rem 0.1rem red;
          box-shadow: 0 0 0 0.1rem red, 0 0 0.5rem 0.1rem red;
}

form .error select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSJyZWQiIHN0cm9rZS13aWR0aD0iMiIgLz48L3N2Zz4=");
}

form .label {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  color: #444444;
  margin-bottom: 2rem;
}

form .field_switch .options {
  font-size: 1.4rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10rem;
  height: 5rem;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
          box-shadow: 0 0 0 0.1rem #c4c4c4;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.125s linear;
  transition: -webkit-box-shadow 0.125s linear;
  transition: box-shadow 0.125s linear;
  transition: box-shadow 0.125s linear, -webkit-box-shadow 0.125s linear;
}

form .field_switch .options:before {
  content: '';
  display: block;
  background: #c4c4c4;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

form .field_switch .options label {
  position: relative;
  z-index: 10;
  height: 5rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  line-height: 2rem;
  padding: 1.5rem 0;
  cursor: pointer;
}

form .field_switch .options label:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  width: 0;
  height: 1.1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA2LjE3NjQ3TDMuNjA4NyA5TDExIDEiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  opacity: 0;
  -webkit-transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
  transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
}

form .field_switch .options input[type="radio"] {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}

form .field_switch .options input[type="radio"]:checked + label {
  color: #fff;
}

form .field_switch .options input[type="radio"]:checked + label:before {
  opacity: 1;
  width: 1.2rem;
}

form .field_switch .options .bg {
  display: block;
  width: 50%;
  height: 100%;
  background: #80395b;
  position: absolute;
  top: 0%;
  left: 25%;
  opacity: 0;
  -webkit-transition: opacity 0.125s linear, left 0.125s linear;
  transition: opacity 0.125s linear, left 0.125s linear;
}

form .field_switch .options input[type="radio"]:checked + label + input[type="radio"] + label + .bg {
  opacity: 1;
  left: 0;
}

form .field_switch .options input[type="radio"]:checked + label + .bg {
  opacity: 1;
  left: 50%;
}

form .field_switch.error .options {
  -webkit-box-shadow: 0 0 0 0.1rem red, 0 0 0.5rem 0.1rem red;
          box-shadow: 0 0 0 0.1rem red, 0 0 0.5rem 0.1rem red;
}

form .field_switch.error .options:before {
  background: red;
}

form .field_switch.three .options {
  width: 99.9999%;
  margin-left: auto;
  margin-right: auto;
}

form .field_switch.three .options:before,
form .field_switch.three .options::after {
  content: '';
  display: block;
  background: #c4c4c4;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
}

form .field_switch.three .options::before {
  left: 33.3333%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

form .field_switch.three .options::after {
  left: 66.6667%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

form .field_switch.three .options label {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}

form .field_switch.three .options .bg {
  width: 33.3333%;
}

form .field_switch.three .options input[type="radio"]:checked + label + input[type="radio"] + label + input[type="radio"] + label + .bg {
  opacity: 1;
  left: 0;
}

form .field_switch.three .options input[type="radio"]:checked + label + input[type="radio"] + label + .bg {
  opacity: 1;
  left: 33.3333%;
}

form .field_switch.three .options input[type="radio"]:checked + label + .bg {
  opacity: 1;
  left: 66.6667%;
}

@media (max-width: 720px) {
  form .field_switch.three .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 0.1rem;
    -webkit-transition: none;
    transition: none;
  }

  form .field_switch.three .options:before,
  form .field_switch.three .options::after {
    content: none;
  }

  form .field_switch.three .options label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background: #fff;
    border-radius: 5rem;
    -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
            box-shadow: 0 0 0 0.1rem #c4c4c4;
    margin-bottom: 1rem;
  }

  form .field_switch.three .options label:nth-last-child(2) {
    margin-bottom: 0;
  }

  form .field_switch.three .options input[type="radio"]:checked + label {
    background: transparent;
  }

  form .field_switch.three .options .bg {
    width: calc(100% - 0.2rem);
    height: 5rem;
    border-radius: 5rem;
  }

  form .field_switch.three .options input[type="radio"]:checked + label + input[type="radio"] + label + input[type="radio"] + label + .bg {
    top: 0;
    left: 0.1rem;
  }

  form .field_switch.three .options input[type="radio"]:checked + label + input[type="radio"] + label + .bg {
    top: 6rem;
    left: 0.1rem;
  }

  form .field_switch.three .options input[type="radio"]:checked + label + .bg {
    top: 12rem;
    left: 0.1rem;
  }
}

form .field_checkbox_fancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form .field_checkbox_fancy .label {
  width: 100%;
  margin-bottom: 1rem;
}

form .field_checkbox_fancy .option {
  margin: 1rem 0 0;
  width: calc(50% - 1rem);
  font-size: 1.4rem;
}

@media (max-width: 540px) {
  form .field_checkbox_fancy .option {
    width: 100%;
  }
}

form .field_checkbox_fancy .option label {
  position: relative;
  z-index: 10;
  height: 5rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  line-height: 2rem;
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: 10rem;
  height: 5rem;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
          box-shadow: 0 0 0 0.1rem #c4c4c4;
  cursor: pointer;
  display: block;
}

form .field_checkbox_fancy .option label:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  width: 0;
  height: 1.1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA2LjE3NjQ3TDMuNjA4NyA5TDExIDEiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  opacity: 0;
  -webkit-transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
  transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
}

form .field_checkbox_fancy .option input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

form .field_checkbox_fancy .option input[type="checkbox"]:checked + label {
  color: #fff;
  background: #80395b;
  -webkit-box-shadow: 0 0 0 0.1rem #80395b;
          box-shadow: 0 0 0 0.1rem #80395b;
}

form .field_checkbox_fancy .option input[type="checkbox"]:checked + label:before {
  opacity: 1;
  width: 1.2rem;
}

form .field_checkbox_fancy .option input[type="checkbox"]:focus + label {
  -webkit-box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
          box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
}

@media (max-width: 540px) {
  form .field_checkbox_fancy .option {
    width: 100%;
  }
}

form .field_checkbox_simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3.4rem;
}

form .field_checkbox_simple .field_checkbox {
  width: calc(33.3333% - 0.5rem);
  margin-bottom: 1rem;
}

form .field_checkbox_simple.error .errorMessage {
  margin-top: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (max-width: 540px) {
  form .field_checkbox_simple .field_checkbox {
    width: calc(50% - 1rem);
  }
}

form .field_input input {
  display: block;
  width: 100%;
}

form .field_select select {
  display: block;
  width: 100%;
}

form .field_textarea textarea {
  display: block;
  width: 100%;
}

form .field_checkbox label {
  position: relative;
  padding-left: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  min-height: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 200;
  line-height: 1.5;
}

form .field_checkbox label:before {
  content: '';
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
          box-shadow: 0 0 0 0.1rem #c4c4c4;
  border-radius: 0.3rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

form .field_checkbox label:after {
  content: '';
  display: block;
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA2LjE3NjQ3TDMuNjA4NyA5TDExIDEiIHN0cm9rZT0iIzgwMzk1QiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  background-size: 1rem 0.8rem;
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.125s linear, -webkit-transform 0.125s linear;
  transition: opacity 0.125s linear, -webkit-transform 0.125s linear;
  transition: opacity 0.125s linear, transform 0.125s linear;
  transition: opacity 0.125s linear, transform 0.125s linear, -webkit-transform 0.125s linear;
}

form .field_checkbox input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

form .field_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

form .field_checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
          box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
}

form .field_checkbox.error label {
  color: red;
}

form .field_checkbox.error label:before {
  -webkit-box-shadow: 0 0 0 0.1rem red, 0 0 0.5rem 0.1rem red;
          box-shadow: 0 0 0 0.1rem red, 0 0 0.5rem 0.1rem red;
}

form .field_datepicker input,
form .field_datepicker_range input {
  width: 100%;
  background-size: 1.5rem 1.6rem;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNzMyMSAxLjA2NjY3SDEyLjg1NzFWMC4yNjY2NjdDMTIuODU3MSAwLjExOTIgMTIuNzM3NCAwIDEyLjU4OTMgMEgxMC43MTQzQzEwLjU2NjIgMCAxMC40NDY0IDAuMTE5MiAxMC40NDY0IDAuMjY2NjY3VjEuMDY2NjdINC41NTM1N1YwLjI2NjY2N0M0LjU1MzU3IDAuMTE5MiA0LjQzMzg0IDAgNC4yODU3MSAwSDIuNDEwNzFDMi4yNjI1OSAwIDIuMTQyODYgMC4xMTkyIDIuMTQyODYgMC4yNjY2NjdWMS4wNjY2N0gwLjI2Nzg1N0MwLjExOTczMiAxLjA2NjY3IDAgMS4xODU4NyAwIDEuMzMzMzNWNC4yNjY2N1YxNS43MzMzQzAgMTUuODgwOCAwLjExOTczMiAxNiAwLjI2Nzg1NyAxNkgxNC43MzIxQzE0Ljg4MDMgMTYgMTUgMTUuODgwOCAxNSAxNS43MzMzVjQuMjY2NjdWMS4zMzMzM0MxNSAxLjE4NTg3IDE0Ljg4MDMgMS4wNjY2NyAxNC43MzIxIDEuMDY2NjdaTTEwLjk4MjEgMC41MzMzMzNIMTIuMzIxNFYxLjMzMzMzVjIuMTMzMzNIMTAuOTgyMVYxLjMzMzMzVjAuNTMzMzMzWk0yLjY3ODU3IDAuNTMzMzMzSDQuMDE3ODZWMS4zMzMzM1YyLjEzMzMzSDIuNjc4NTdWMS4zMzMzM1YwLjUzMzMzM1pNMC41MzU3MTQgMS42SDIuMTQyODZWMi40QzIuMTQyODYgMi41NDc0NyAyLjI2MjU5IDIuNjY2NjcgMi40MTA3MSAyLjY2NjY3SDQuMjg1NzFDNC40MzM4NCAyLjY2NjY3IDQuNTUzNTcgMi41NDc0NyA0LjU1MzU3IDIuNFYxLjZIMTAuNDQ2NFYyLjRDMTAuNDQ2NCAyLjU0NzQ3IDEwLjU2NjIgMi42NjY2NyAxMC43MTQzIDIuNjY2NjdIMTIuNTg5M0MxMi43Mzc0IDIuNjY2NjcgMTIuODU3MSAyLjU0NzQ3IDEyLjg1NzEgMi40VjEuNkgxNC40NjQzVjRIMC41MzU3MTRWMS42Wk0wLjUzNTcxNCAxNS40NjY3VjQuNTMzMzNIMTQuNDY0M1YxNS40NjY3SDAuNTM1NzE0WiIgZmlsbD0iIzQ0NDQ0NCIvPjxwYXRoIGQ9Ik05LjY0MjMgNi4xMzMzSDcuNzY3M0g3LjIzMTU5SDUuMzU2NTlINC44MjA4N0gyLjQxMDE2VjguNTMzM1Y5LjA2NjYzVjEwLjkzMzNWMTEuNDY2NlYxMy44NjY2SDQuODIwODdINS4zNTY1OUg3LjIzMTU5SDcuNzY3M0g5LjY0MjNIMTAuMTc4SDEyLjU4ODdWMTEuNDY2NlYxMC45MzMzVjkuMDY2NjNWOC41MzMzVjYuMTMzM0gxMC4xNzhIOS42NDIzWk03Ljc2NzMgNi42NjY2M0g5LjY0MjNWOC41MzMzSDcuNzY3M1Y2LjY2NjYzWk05LjY0MjMgMTAuOTMzM0g3Ljc2NzNWOS4wNjY2M0g5LjY0MjNWMTAuOTMzM1pNNS4zNTY1OSA5LjA2NjYzSDcuMjMxNTlWMTAuOTMzM0g1LjM1NjU5VjkuMDY2NjNaTTUuMzU2NTkgNi42NjY2M0g3LjIzMTU5VjguNTMzM0g1LjM1NjU5VjYuNjY2NjNaTTIuOTQ1ODcgNi42NjY2M0g0LjgyMDg3VjguNTMzM0gyLjk0NTg3VjYuNjY2NjNaTTIuOTQ1ODcgOS4wNjY2M0g0LjgyMDg3VjEwLjkzMzNIMi45NDU4N1Y5LjA2NjYzWk00LjgyMDg3IDEzLjMzMzNIMi45NDU4N1YxMS40NjY2SDQuODIwODdWMTMuMzMzM1pNNy4yMzE1OSAxMy4zMzMzSDUuMzU2NTlWMTEuNDY2Nkg3LjIzMTU5VjEzLjMzMzNaTTkuNjQyMyAxMy4zMzMzSDcuNzY3M1YxMS40NjY2SDkuNjQyM1YxMy4zMzMzWk0xMi4wNTMgMTMuMzMzM0gxMC4xNzhWMTEuNDY2NkgxMi4wNTNWMTMuMzMzM1pNMTIuMDUzIDEwLjkzMzNIMTAuMTc4VjkuMDY2NjNIMTIuMDUzVjEwLjkzMzNaTTEyLjA1MyA2LjY2NjYzVjguNTMzM0gxMC4xNzhWNi42NjY2M0gxMi4wNTNaIiBmaWxsPSIjNDQ0NDQ0Ii8+PC9zdmc+");
}

form .field_qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

form .field_qty .label {
  width: 100%;
}

form .field_qty .field_qty_item {
  width: 33.3333%;
  max-width: 17rem;
}

@media (max-width: 840px) {
  form .field_qty .field_qty_item {
    margin: 0 1rem;
    width: calc(33.3333% - 2rem);
  }
}

@media (max-width: 540px) {
  form .field_qty .field_qty_item {
    width: 100%;
    max-width: 100%;
  }
}

form .field_qty .field_qty_item label {
  display: block;
  margin: 2rem 0;
}

form .field_qty .field_qty_item label strong {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #444444;
}

form .field_qty .field_qty_item label span {
  display: block;
  font-size: 1.2rem;
  color: #b4b4b4;
  margin-top: 0.5rem;
}

form .field_qty .field_qty_item .controls {
  background: #444444;
  border-radius: 10rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  margin: auto;
  max-width: 17rem;
}

form .field_qty .field_qty_item .controls input {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 10rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  appearance: none;
  outline: none;
}

form .field_qty .field_qty_item .controls input::-webkit-outer-spin-button,
form .field_qty .field_qty_item .controls input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

form .field_qty .field_qty_item .controls > span {
  display: block;
  line-height: 5rem;
  width: 5rem;
  height: 5rem;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity,-webkit-transform 0.2s linear;
  transition: opacity,-webkit-transform 0.2s linear;
  transition: opacity,transform 0.2s linear;
  transition: opacity,transform 0.2s linear,-webkit-transform 0.2s linear;
  will-change: opacity;
  cursor: pointer;
}

form .field_qty .field_qty_item .controls > span:before {
  content: '';
  display: block;
  width: 1rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

form .field_qty .field_qty_item .controls > span.control_increase:after {
  content: '';
  display: block;
  height: 1rem;
  width: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

form .field_qty .field_qty_item .controls > span.control_inactive {
  opacity: 0.2;
  pointer-events: none;
}

form .field_qty .field_qty_item .controls > span:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.hbspt-form input[type=number],
.hbspt-form input[type=text],
.hbspt-form input[type=password],
.hbspt-form input[type=email],
.hbspt-form select,
.hbspt-form textarea,
.hbspt-form input[type=date],
.hbspt-form input[type=tel],
.hbspt-form input[type=file] {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
          box-shadow: 0 0 0 0.1rem #c4c4c4;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.5rem 1.5rem;
  font-size: 1.6rem;
  color: #444444;
  font-weight: 300;
  outline: none;
  line-height: 2rem;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.125s linear;
  transition: -webkit-box-shadow 0.125s linear;
  transition: box-shadow 0.125s linear;
  transition: box-shadow 0.125s linear, -webkit-box-shadow 0.125s linear;
  width: 100% !important;
}

.hbspt-form input[type=number]:focus,
.hbspt-form input[type=text]:focus,
.hbspt-form input[type=password]:focus,
.hbspt-form input[type=email]:focus,
.hbspt-form select:focus,
.hbspt-form textarea:focus,
.hbspt-form input[type=date]:focus,
.hbspt-form input[type=tel]:focus,
.hbspt-form input[type=file]:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
          box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
}

.hbspt-form select {
  background-size: 1.2rem 0.7rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDQ0NDQ0IiBzdHJva2Utd2lkdGg9IjIiIC8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 2rem center;
}

.hbspt-form ul li {
  padding-left: 0 !important;
}

.hbspt-form ul li::before {
  content: none !important;
}

.hbspt-form ul.multi-container {
  margin: 0 -1rem -2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hbspt-form ul.multi-container li {
  padding-left: 1rem !important;
  padding-right: 1rem;
}

.hbspt-form .hs-error-msg {
  color: red;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.hbspt-form .hs-main-font-element {
  color: red;
  font-size: 1.6rem;
}

.hbspt-form .hs-form-checkbox-display span,
.hbspt-form .hs-form-booleancheckbox-display span,
.hbspt-form .hs-form-radio-display span {
  position: relative;
  padding-left: 3.4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 1.6rem;
  min-height: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 200;
  line-height: 1.5;
  margin-left: 0 !important;
}

.hbspt-form .hs-form-checkbox-display span:before,
.hbspt-form .hs-form-booleancheckbox-display span:before,
.hbspt-form .hs-form-radio-display span:before {
  content: '';
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
          box-shadow: 0 0 0 0.1rem #c4c4c4;
  border-radius: 0.3rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hbspt-form .hs-form-checkbox-display span:after,
.hbspt-form .hs-form-booleancheckbox-display span:after,
.hbspt-form .hs-form-radio-display span:after {
  content: '';
  display: block;
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA2LjE3NjQ3TDMuNjA4NyA5TDExIDEiIHN0cm9rZT0iIzgwMzk1QiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  background-size: 1rem 0.8rem;
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.125s linear, -webkit-transform 0.125s linear;
  transition: opacity 0.125s linear, -webkit-transform 0.125s linear;
  transition: opacity 0.125s linear, transform 0.125s linear;
  transition: opacity 0.125s linear, transform 0.125s linear, -webkit-transform 0.125s linear;
}

.hbspt-form .hs-form-checkbox-display input[type=checkbox],
.hbspt-form .hs-form-checkbox-display input[type=radio],
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox],
.hbspt-form .hs-form-booleancheckbox-display input[type=radio],
.hbspt-form .hs-form-radio-display input[type=checkbox],
.hbspt-form .hs-form-radio-display input[type=radio] {
  display: block;
  width: 0 !important;
  height: 0;
  margin: 0;
  opacity: 0;
}

.hbspt-form .hs-form-checkbox-display input[type=checkbox]:checked + span:after,
.hbspt-form .hs-form-checkbox-display input[type=radio]:checked + span:after,
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after,
.hbspt-form .hs-form-booleancheckbox-display input[type=radio]:checked + span:after,
.hbspt-form .hs-form-radio-display input[type=checkbox]:checked + span:after,
.hbspt-form .hs-form-radio-display input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.hbspt-form .hs-form-checkbox-display input[type=checkbox]:focus + span:before,
.hbspt-form .hs-form-checkbox-display input[type=radio]:focus + span:before,
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox]:focus + span:before,
.hbspt-form .hs-form-booleancheckbox-display input[type=radio]:focus + span:before,
.hbspt-form .hs-form-radio-display input[type=checkbox]:focus + span:before,
.hbspt-form .hs-form-radio-display input[type=radio]:focus + span:before {
  -webkit-box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
          box-shadow: 0 0 0 0.1rem #80395b, 0 0 0.5rem 0.1rem #80395b;
}

.hbspt-form .multi-container > *:last-child .hs-form-checkbox-display,
.hbspt-form .multi-container > *:last-child .hs-form-radio-display {
  margin-bottom: 0;
}

.hbspt-form .hs-form-radio-display span::before,
.hbspt-form .hs-form-radio-display span::after {
  border-radius: 50%;
}

.hbspt-form .hs-richtext,
.hbspt-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 1.5rem;
}

.hbspt-form fieldset {
  max-width: none !important;
}

.hbspt-form fieldset.form-columns-1,
.hbspt-form fieldset.form-columns-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.hbspt-form fieldset.form-columns-1 > .field,
.hbspt-form fieldset.form-columns-1 > .legal-consent-container,
.hbspt-form fieldset.form-columns-2 > .field,
.hbspt-form fieldset.form-columns-2 > .legal-consent-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hbspt-form fieldset.form-columns-1 > .field + .field,
.hbspt-form fieldset.form-columns-1 > .legal-consent-container + .field,
.hbspt-form fieldset.form-columns-2 > .field + .field,
.hbspt-form fieldset.form-columns-2 > .legal-consent-container + .field {
  margin-top: 0;
}

.hbspt-form fieldset.form-columns-1 .input,
.hbspt-form fieldset.form-columns-2 .input {
  margin-left: 0 !important;
}

.hbspt-form fieldset + fieldset {
  margin-top: 2rem;
}

html {
  font: 62.5% "Fira Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #444444;
  background: #f7f4f3;
  padding-top: 16.6rem;
}

@media (max-width: 1024px) {
  body {
    padding-top: 6.8rem;
  }
}

@media (max-width: 840px) {
  body {
    font-size: 1.4rem;
  }
}

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

.wrap {
  width: 100%;
  max-width: 123rem;
  margin: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tcentre {
  text-align: center;
}

.block.animateIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.block.animateIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.block + .block {
  margin-top: 6rem;
}

.block.mt_0 {
  margin-top: 0 !important;
}

.block.small_block .wrap {
  max-width: 74rem;
}

.block .blockTitle {
  margin-bottom: 6rem;
  line-height: 130%;
}

.block .blockTitle.smargin {
  margin-bottom: 2.4rem;
}

@media (max-width: 1024px) {
  .block + .block {
    margin-top: 4rem;
  }
}

@media (max-width: 840px) {
  .block + .block {
    margin-top: 3rem;
  }

  .block .blockTitle {
    margin-bottom: 3rem;
  }
}

@media (max-width: 540px) {
  .block + .block {
    margin-top: 3rem;
  }

  .block + .block.promo {
    margin-top: 1rem;
  }

  .block + .block.specialisms {
    margin-bottom: 0;
  }

  .block + .block.logos {
    margin-top: 0.1rem;
  }
}

.facebook {
  border: 0.1rem solid #b4b4b4;
  border-radius: 3rem;
  line-height: 2rem;
  font-size: 1.7rem;
  padding: 1.2rem 2rem;
  color: #475993;
  text-decoration: none;
  display: block;
  margin-left: 2rem;
  background: #fff;
  min-width: 15.6rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.facebook svg {
  fill: #475993;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
}

.facebook span {
  display: inline-block;
  vertical-align: middle;
}

.facebook:hover {
  background: #475993;
  color: #fff;
  border-color: #475993;
}

.facebook:hover svg {
  fill: #fff;
}

@media (max-width: 840px) {
  .facebook {
    padding: 0.9rem 1.8rem;
    height: 4rem;
  }
}

.profile {
  border-radius: 27.5rem;
  width: 27.5rem;
  height: 27.5rem;
  overflow: hidden;
  position: relative;
}

.profile img {
  width: 100%;
  height: 100%;
}

.profile .profile-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 3rem 0;
  background: #fff;
  color: #80395b;
}

.profile .profile-text div {
  max-width: 70%;
  font-size: 1.7rem;
  margin: auto;
  text-align: center;
}

.profile .profile-text div span {
  display: block;
  font-weight: 200;
  padding-bottom: 0.5rem;
}

.profile .profile-text div strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 540px) {
  .profile {
    width: 16rem;
    height: 16rem;
  }

  .profile .profile-text {
    padding: 0 0 2rem 0;
  }

  .profile .profile-text div span {
    font-size: 1rem;
  }

  .profile .profile-text div strong {
    font-size: 1.2rem;
  }

  .profile .angle:before {
    height: 1.5rem;
  }
}

.angle:before {
  content: "";
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
  display: block;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYwIiBoZWlnaHQ9IjMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjYwIDMwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDMwTDEzMCAwTDI2MCAzMEgwWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-size: 100% 100%;
}

.offer-corner {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(50%, -50%) translate(1rem, -1rem) rotate(45deg);
          transform: translate(50%, -50%) translate(1rem, -1rem) rotate(45deg);
  width: 22rem;
  height: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1rem;
}

.offer-corner.bg_white {
  background: #fff;
  color: #80395b;
}

.offer-corner.bg_purple {
  background: #80395b;
  color: #fff;
}

.shadow {
  position: relative;
}

.shadow:before {
  content: "";
  display: block;
  position: absolute;
  left: 6rem;
  right: 6rem;
  top: 40%;
  bottom: 0%;
  background: #fff;
  -webkit-box-shadow: 0px 0.4rem 6rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.4rem 6rem rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.shadow > * {
  z-index: 10;
}

ul.tags {
  margin-bottom: 6rem !important;
}

ul.tags > li {
  margin-right: 1rem;
}

ul.tags > li > a {
  display: block;
  border-radius: 3rem;
  color: #80395b;
  border: 0.2rem solid #80395b;
  color: #80395b !important;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.8rem;
  padding: 1.3rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 0.8rem;
  -webkit-transition: padding-left 0.125s linear 0.125s;
  transition: padding-left 0.125s linear 0.125s;
  cursor: pointer;
}

ul.tags > li > a:before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 0;
  height: 1.1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA2LjE3NjQ3TDMuNjA4NyA5TDExIDEiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  opacity: 0;
  -webkit-transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
  transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
}

ul.tags > li.selected a {
  background: #80395b;
  color: #fff !important;
  padding-left: 2rem;
}

ul.tags > li.selected a:before {
  opacity: 1;
  width: 1.2rem;
}

ul.tags > li:last-child {
  margin-right: 0;
}

ul.tags > li.more {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  cursor: pointer;
  position: relative;
}

ul.tags > li.more::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -0.3rem;
  right: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

ul.tags > li.more > span.text {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #80395b;
  padding: 1.3rem 0 1.3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
  height: 100%;
}

ul.tags > li.more > span.text > span {
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background: #80395b;
  display: inline-block;
  margin-left: 0.6rem;
}

ul.tags > li.more > span.text > span:first-child {
  margin-left: 1rem;
}

ul.tags > li.more > .moreList {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  background-color: #fff;
  width: 24rem;
  text-align: left;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

ul.tags > li.more > .moreList ul {
  padding: 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

ul.tags > li.more > .moreList li {
  padding-left: 0 !important;
}

ul.tags > li.more > .moreList li a {
  color: #444444;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

ul.tags > li.more > .moreList li a:hover {
  color: #80395b;
}

ul.tags > li.more > .moreList li a::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 0;
  height: 1.1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA2LjE3NjQ3TDMuNjA4NyA5TDExIDEiIHN0cm9rZT0iIzgxMzk1QiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  opacity: 0;
  -webkit-transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
  transition: opacity 0.125s linear 0.125s, width 0.125s linear 0.125s;
}

ul.tags > li.more > .moreList li.selected a {
  color: #80395b !important;
}

ul.tags > li.more > .moreList li.selected a:after {
  opacity: 1;
  width: 1.2rem;
}

ul.tags > li.more > .moreList li::before {
  content: "";
}

ul.tags > li.more:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

ul.tags > li.more:hover .moreList {
  height: auto;
  opacity: 1;
  overflow-y: scroll;
  max-height: 56rem;
  -webkit-transform: translatey(0);
          transform: translatey(0);
}

@media (max-width: 1024px) {
  ul.tags {
    padding: 0 1.5rem !important;
  }

  ul.tags > li:nth-last-child(2),
  ul.tags > li:nth-last-child(3) {
    display: none;
  }
}

@media (max-width: 840px) {
  ul.tags > li:nth-last-child(4),
  ul.tags > li:nth-last-child(5) {
    display: none;
  }
}

@media (max-width: 540px) {
  ul.tags {
    display: none;
  }
}

.dropdown_wrap {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 2rem !important;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.dropdown_wrap select.dropdown {
  background: transparent;
  color: #80395b;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #80395b;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 1.4rem 0;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
}

.dropdown_wrap select::-ms-expand {
  display: none;
}

.dropdown_wrap select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}

.dropdown_wrap::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjODEzOTVCIiBzdHJva2Utd2lkdGg9IjIiIC8+PC9zdmc+");
  background-size: 1rem 0.5rem;
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 1.5rem;
}

@media (max-width: 540px) {
  .dropdown_wrap {
    display: block;
  }
}

.articles {
  overflow: hidden;
}

.articles .items.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articles .items.flex .item {
  margin-bottom: 4rem;
}

.articles .items.flex .item.animateIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.articles .items.flex .item.animateIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (max-width: 840px) {
  .articles .items.flex .item {
    margin-bottom: 3rem;
  }
}

.articles .items.carousel {
  margin-bottom: 6rem;
}

.articles .items.carousel .item {
  margin-right: 4rem;
}

.articles .items.carousel .item:nth-child(3n + 3) {
  margin-right: 4rem;
}

.articles .items.carousel.flickity-resize .item {
  min-height: 100%;
}

@media (max-width: 840px) {
  .articles .items.carousel {
    margin-bottom: 3rem;
  }
}

.articles .items.carousel:after {
  content: "flickity";
  color: rgba(247, 244, 243, 0);
}

.articles .items.carousel.short_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articles .items.carousel.short_carousel .item:last-child {
  margin-right: 0;
}

.articles .items.carousel.short_carousel:after {
  content: "";
}

@media (max-width: 840px) {
  .articles .items.carousel.short_carousel {
    display: block;
  }

  .articles .items.carousel.short_carousel:after {
    content: "flickity";
  }
}

.articles .items .item {
  margin-right: 4rem;
  width: calc(33.3% - 2.66666666667rem);
}

.articles .items .item:nth-child(3n + 3) {
  margin-right: 0;
}

.articles .items .text {
  padding: 1.5rem 2rem 0;
}

.articles .items .text h5 {
  margin: 1rem 0;
}

.articles .flickity-page-dots {
  display: none;
}

@media (max-width: 1024px) {
  .articles .wrap {
    padding: 0;
  }

  .articles .items,
  .articles .items.carousel {
    padding: 0 1.5rem;
  }

  .articles .items .item,
  .articles .items.carousel .item {
    width: 31%;
    max-width: calc(100vw - 5rem);
    margin-right: 1.5rem;
  }

  .articles .items .item:nth-child(3n + 3),
  .articles .items.carousel .item:nth-child(3n + 3) {
    margin-right: 1.5rem;
  }

  .articles .items.items_only .item {
    width: 32%;
    max-width: none;
  }

  .articles .items.items_only .item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 840px) {
  .articles .items .item,
  .articles .items.carousel .item {
    width: 48%;
  }

  .articles .items.items_only .item {
    width: calc(50% - 0.75rem);
  }

  .articles .items.items_only .item:nth-child(3n + 3) {
    margin-right: 1.5rem;
  }

  .articles .items.items_only .item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .articles .wrap {
    margin-bottom: 3rem;
  }

  .articles .items .item,
  .articles .items.carousel .item {
    width: 95%;
  }

  .articles .items.items_only .item {
    width: 100%;
    margin-right: 0;
  }

  .articles .items.items_only .item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.articles .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-decoration: none;
}

.articles .item .image {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.articles .item .image::before {
  content: "";
  display: block;
  height: 0;
  min-height: 0;
  width: 100%;
  z-index: 200;
  padding-bottom: 63.768115942%;
}

.articles .item .image img {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.articles .item .image .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 2rem);
  text-transform: uppercase;
  color: #80395b;
  font-size: 1.1rem;
  font-weight: bold;
}

.articles .item .image .tags .tag {
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 3rem;
  margin-left: 1rem;
}

.articles .item .text {
  position: relative;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.articles .item .text .date {
  font-size: 1.1rem;
  font-weight: bold;
  color: #80395b;
  text-align: left;
}

.articles .item .text h5 {
  text-align: left;
}

.articles .item .text p {
  font-size: 1.5rem;
  font-weight: 200;
  color: #000;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.articles .item .text .button {
  margin: 1.5rem 0 2.5rem 0;
  min-width: 20rem;
}

@media (max-width: 840px) {
  .articles .item .text .button {
    min-width: auto;
  }
}

@media (max-width: 540px) {
  .articles .item .text .button {
    min-width: 20rem;
  }
}

.articles .item .text > *:not(.button) {
  width: 100%;
}

.articles > .wrap.tagOffset {
  padding-top: 6rem;
}

.articles_simple {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articles_simple .item {
  width: calc(50% - 1.25rem);
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.articles_simple .item:hover {
  opacity: 0.6;
}

.articles_simple .text {
  padding: 1rem 0 0;
  color: #80395b;
}

.articles_simple .text h5 {
  font-size: 1.4rem;
  margin: 0.5rem 0 0;
  font-weight: bold;
  line-height: 1.28;
}

.design-2023 .articles.block {
  margin-top: 0;
  padding-top: 10.6rem;
  padding-bottom: 4.2rem;
}

.design-2023 .articles.block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.design-2023 .articles.block .blockTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 6rem;
}

.design-2023 .articles.block .see-more-button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 6rem;
}

.design-2023 .articles.block .articles-carousel-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

.design-2023 .articles.block .items.carousel {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.design-2023 .articles.block .items.carousel .item {
  width: calc(33.333% - 6rem);
  height: auto;
  max-width: 100%;
  margin-right: 4.3rem;
  margin-bottom: 10.65rem;
}

.design-2023 .articles.block .items.carousel::after {
  display: none;
}

.design-2023 .articles.block .items.carousel.short_carousel .glide__slides {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.design-2023 .articles.block .items.carousel.short_carousel .glide__arrows,
.design-2023 .articles.block .items.carousel.short_carousel .glide__bullets {
  display: none;
}

.design-2023 .articles.block .items.carousel.short_carousel .item {
  width: calc(33.333% - 2.866666666666667rem);
}

.design-2023 .articles.block .items.carousel.short_carousel .item:last-child {
  margin-right: 0;
}

.design-2023 .articles.block .items.items_only .item {
  height: auto;
}

.design-2023 .articles.block .glide__arrows {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.design-2023 .articles.block .glide__arrow {
  position: relative;
  top: auto;
  width: 4.65rem;
  height: 4.65rem;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  background: #80395b;
  border: none;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.design-2023 .articles.block .glide__arrow::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS4yMjMuNjc5Yy4xMiAwIC4yMzkuMDQ0LjMzMy4xMzhhLjQ3NC40NzQgMCAwIDEgMCAuNjY2TDIuMDc1IDQuOTY0bDMuNDgxIDMuNDgyYS40NzQuNDc0IDAgMCAxIDAgLjY2Ni40NzQuNDc0IDAgMCAxLS42NjYgMEwxLjA3NiA1LjI5N2EuNDc0LjQ3NCAwIDAgMSAwLS42NjZMNC44OS44MTdhLjQ2Ni40NjYgMCAwIDEgLjMzMy0uMTM4WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xLjUxNiA0LjQ5M0gxMi4wOWMuMjU4IDAgLjQ3Mi4yMTQuNDcyLjQ3MWEuNDc1LjQ3NSAwIDAgMS0uNDcyLjQ3MkgxLjUxNmEuNDc1LjQ3NSAwIDAgMS0uNDcyLS40NzJjMC0uMjU3LjIxNC0uNDcxLjQ3Mi0uNDcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 2;
}

.design-2023 .articles.block .glide__arrow.glide__arrow--disabled {
  opacity: 1;
  background: #ccb8b8;
}

.design-2023 .articles.block .glide__arrow.glide__arrow--left.previous {
  left: auto;
}

.design-2023 .articles.block .glide__arrow.glide__arrow--left.previous::after {
  left: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

.design-2023 .articles.block .glide__arrow.glide__arrow--right.next {
  right: auto;
}

.design-2023 .articles.block .glide__arrow.glide__arrow--right.next::after {
  right: 50%;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%);
}

.design-2023 .articles.block .glide__bullets {
  position: absolute;
  display: block;
  top: auto;
  left: 0;
  bottom: 1.584rem;
  width: auto;
  font-size: 0;
  -webkit-transform: none;
          transform: none;
}

.design-2023 .articles.block .glide__bullets .glide__bullet {
  cursor: pointer;
  display: inline-block;
  width: 1.482rem;
  height: 1.482rem;
  margin: 0 0.8rem 0 0;
  background: #ccb8b8;
  border-radius: 50%;
  border: none;
}

.design-2023 .articles.block .glide__bullets .glide__bullet.glide__bullet--active {
  background: #80395b;
}

.design-2023 .articles.block .glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .design-2023 .articles.block {
    padding-top: 7.2rem;
  }
}

@media (max-width: 1024px) {
  .design-2023 .articles.block {
    padding-top: 5.6rem;
  }

  .design-2023 .articles.block .blockTitle {
    margin-bottom: 5.6rem;
  }

  .design-2023 .articles.block .items.carousel .item {
    width: calc(50% - 5rem);
    margin-right: 2.4rem;
  }

  .design-2023 .articles.block .items.carousel.short_carousel .item {
    width: calc(33.333% - 1.6rem);
  }

  .design-2023 .articles.block .items.carousel.short_carousel .item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 840px) {
  .design-2023 .articles.block {
    padding-top: 4.2rem;
  }

  .design-2023 .articles.block .blockTitle {
    margin-bottom: 4.2rem;
  }

  .design-2023 .articles.block .see-more-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4.2rem;
    margin-bottom: 0;
  }

  .design-2023 .articles.block .articles-carousel-container {
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-left: 2.4rem;
  }

  .design-2023 .articles.block .items.carousel .item {
    width: 82.8%;
    margin-bottom: 8.85rem;
  }

  .design-2023 .articles.block .items.carousel.short_carousel .glide__arrows,
  .design-2023 .articles.block .items.carousel.short_carousel .glide__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .design-2023 .articles.block .glide__arrows {
    right: 2.4rem;
  }

  .design-2023 .articles.block .glide__bullets {
    bottom: 1.815rem;
  }

  .design-2023 .articles.block .glide__bullets .glide__bullet {
    width: 1.02rem;
    height: 1.02rem;
    margin-right: 0.549rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .articles.block {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .articles.block .blockTitle {
    text-align: left;
    margin-bottom: 3.2rem;
  }

  .design-2023 .articles.block .items.carousel .item {
    width: 91.1681%;
    margin-right: 1rem;
    margin-bottom: 7.85rem;
  }
}

.hero-text p strong {
  font-weight: bold;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero.hero_dark {
  color: #fff;
}

.hero .image {
  min-height: 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero .image::before {
  content: "";
  display: block;
  height: 0;
  min-height: 0;
  width: 100%;
  z-index: 200;
  padding-bottom: 15.625%;
}

.hero .image.top {
  background-position: center top;
}

.hero .image.centered {
  background-position: center center;
}

.hero .image.bottom {
  background-position: center bottom;
}

@media (max-width: 840px) {
  .hero .image::before {
    padding-bottom: 34.1333333333%;
  }
}

.hero h1 {
  font-size: 5.4rem;
  font-weight: 200;
  margin-bottom: 3rem;
}

.hero h1 strong {
  font-family: "GoldenPlains", sans-serif;
  font-size: 8.4rem;
  font-weight: 400;
  line-height: 0.82;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 4.4rem;
  }

  .hero h1 strong {
    font-size: 6.4rem;
  }
}

@media (max-width: 840px) {
  .hero h1 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 540px) {
  .hero h1 {
    font-size: 2.4rem;
  }

  .hero h1 br {
    display: none;
  }

  .hero h1 strong {
    font-size: 4.6rem;
  }
}

.hero h1.fancy {
  font-size: 15rem;
  font-family: "GoldenPlains", sans-serif;
}

@media (max-width: 1024px) {
  .hero h1.fancy {
    font-size: 10rem;
  }
}

@media (max-width: 840px) {
  .hero h1.fancy {
    font-size: 8rem;
  }
}

@media (max-width: 540px) {
  .hero h1.fancy {
    font-size: 6rem;
  }
}

.hero p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 130%;
}

@media (max-width: 540px) {
  .hero p {
    font-size: 1.4rem;
  }
}

.hero .text .wrap {
  padding-top: 6rem;
  z-index: 10;
  position: relative;
  max-width: 90rem;
}

@media (max-width: 540px) {
  .hero .text .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 840px) {
  .hero .text .wrap {
    padding-top: 9rem;
  }
}

.hero .notice {
  background: #80395b;
  color: #fff;
  padding: 1rem 0;
}

.hero .notice .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .notice .flex p {
  font-size: 1.6rem;
  padding-right: 2rem;
}

.hero .notice .flex .button:hover {
  background: #fff;
  color: #80395b;
}

@media (max-width: 840px) {
  .hero .notice {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .hero .notice .flex p {
    font-size: 1.2rem;
  }
}

.hero .text {
  z-index: 4;
  position: relative;
}

.hero .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero .inner > .hero-text {
  width: 100%;
}

.hero .inner .hero-profile + .hero-text {
  width: calc(100% - 32rem);
}

@media (max-width: 840px) {
  .hero .inner {
    display: block;
  }

  .hero .inner .hero-profile {
    margin: 2rem auto;
  }

  .hero .inner .hero-profile + .hero-text {
    width: 100%;
    text-align: center;
    max-width: 50rem;
    margin: auto;
  }
}

.hero .buttons {
  margin-top: 4rem;
  text-align: center;
}

.hero .buttons .button {
  margin: 0 3rem 4rem;
}

@media (max-width: 840px) {
  .hero .buttons {
    margin-top: 2rem;
  }

  .hero .buttons .button {
    margin: 0 1rem 1rem;
  }
}

@media (max-width: 350px) {
  .hero .buttons .button {
    display: block;
    max-width: 24rem;
    margin: 1rem auto 0;
  }
}

.large_hero .text .wrap {
  max-width: 104rem;
}

.hero_simple {
  color: #80395b;
  text-align: center;
}

.hero_simple .wrap {
  padding-top: 6rem;
  z-index: 10;
  position: relative;
  max-width: 90rem;
}

@media (max-width: 840px) {
  .hero_simple .wrap {
    padding-top: 9rem;
  }
}

@media (max-width: 540px) {
  .hero_simple .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.hero_simple h1 {
  font-size: 5.4rem;
  font-weight: 200;
  margin-bottom: 3rem;
}

.hero_simple h1 strong {
  font-size: 8.4rem;
  font-family: "GoldenPlains", sans-serif;
}

@media (max-width: 1024px) {
  .hero_simple h1 {
    font-size: 4.4rem;
  }

  .hero_simple h1 strong {
    font-size: 6.4rem;
  }
}

@media (max-width: 840px) {
  .hero_simple h1 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 540px) {
  .hero_simple h1 {
    font-size: 3.6rem;
  }

  .hero_simple h1 br {
    display: none;
  }

  .hero_simple h1 strong {
    font-size: 4.6rem;
  }
}

.hero_simple p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 130%;
}

@media (max-width: 540px) {
  .hero_simple p {
    font-size: 1.4rem;
  }
}

.hero_corner .wrap {
  padding: 0;
  max-width: none;
}

.hero_corner .image {
  padding-bottom: 20%;
}

@media (max-width: 1024px) {
  .hero_corner .image {
    padding-bottom: 36.98%;
  }
}

@media (max-width: 840px) {
  .hero_corner .wrap {
    padding-top: 6rem;
  }
}

@media (max-width: 540px) {
  .hero_corner .image {
    padding-bottom: 53.33%;
  }
}

header.scrolling + .hero_search .refine_panel > .wrap {
  padding-top: 14.2rem;
}

.preshow_panel {
  position: absolute;
  max-height: 0;
  height: auto;
  top: 100%;
  left: 0;
  width: 100vw;
  z-index: 21;
  overflow: hidden;
  -webkit-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.04))), #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 100%), #ffffff;
}

.preshow_panel .wrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.preshow_panel .wrap > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.preshow_panel .wrap .result_cate_name {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #b4b4b4;
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  display: none;
}

.preshow_panel .wrap ul.items {
  margin-bottom: 3rem;
}

.preshow_panel .wrap ul.items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preshow_panel .wrap ul.items li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.preshow_panel .wrap ul.items li img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  margin-right: 2rem;
}

.preshow_panel .wrap ul.items li .result_info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 6rem;
}

.preshow_panel .wrap ul.items li .result_info .result_text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  color: #80395b;
}

.preshow_panel .wrap ul.items li .result_info .result_text > .keyword {
  font-weight: 600;
}

.preshow_panel .wrap ul.items li .result_info .result_cate {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
}

.preshow_panel .wrap ul.items li + li {
  margin-top: 2rem;
}

.preshow_panel .wrap > div.right_panel {
  padding-left: 6rem;
}

.preshow_panel.shown {
  max-height: 100vh;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .preshow_panel {
    width: calc(100vw - 17px);
  }
}

@supports (-ms-ime-align: auto) {
  .preshow_panel {
    width: calc(100vw - 16px);
  }
}

.hero_search {
  background-color: #dad3d1;
  margin-top: -2rem;
  padding: 3.5rem 0 1.5rem;
  position: relative;
}

.hero_search .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero_search .refine_text {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.4rem;
  padding-left: 8rem;
  text-decoration: underline;
  cursor: pointer;
}

.hero_search .search_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.hero_search .search_container > .search_form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero_search .search_container .modal_close {
  display: none;
}

.hero_search .refine_panel {
  position: fixed;
  max-height: 0;
  height: auto;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fbf9f9;
  overflow-y: hidden;
  z-index: 98;
  -webkit-transition: max-height 0.35s linear;
  transition: max-height 0.35s linear;
}

.hero_search .refine_panel > .wrap {
  padding-top: 22.6rem;
  padding-bottom: 6rem;
}

.hero_search .refine_panel .cancel {
  text-align: right;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  cursor: pointer;
}

.hero_search .refine_panel .modal_close {
  display: none;
}

.hero_search .refine_panel h2 {
  font-size: 4.2rem;
  font-weight: 200;
  color: #80395b;
}

@media (max-width: 1440px) {
  .hero_search .refine_panel h2 {
    font-size: 3.1rem;
  }
}

@media (max-width: 840px) {
  .hero_search .refine_panel h2 {
    font-size: 2rem;
  }
}

.hero_search .refine_panel form.refine-search-form {
  padding-top: 6rem;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-top: 0;
  position: relative;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > input[type="text"],
.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field.field_select > select {
  -webkit-box-shadow: 0 0 0 0.1rem #b4b4b4;
          box-shadow: 0 0 0 0.1rem #b4b4b4;
  text-overflow: ellipsis;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items {
  background: #fff;
  position: absolute;
  border-top: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  width: 100%;
  top: 100%;
  z-index: 2;
  display: none;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items > li.item {
  padding: 1.7rem 1.5rem 1.5rem;
  border-bottom: 1px solid #b4b4b4;
  text-decoration: none;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items > li.item > a {
  text-decoration: none;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items > li.item .result_info .result_text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  color: #80395b;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items > li.item .result_info .result_text > .keyword {
  font-weight: 600;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items > li.item .result_info .result_cate {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider {
  color: #444444;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  margin-top: 5.6rem;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::before,
.hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::after {
  content: "";
  height: 4rem;
  width: 0.1rem;
  background: #c4c4c4;
  position: absolute;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::before {
  bottom: calc(100% + 1.6rem);
  left: 50%;
}

.hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::after {
  top: calc(100% + 1.6rem);
  left: 50%;
}

.hero_search .refine_panel form.refine-search-form .form_footer .form_footer_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.hero_search .refine_panel form.refine-search-form .form_footer .form_footer_inner > * {
  display: inline-block;
  width: auto;
}

.hero_search .refine_panel form.refine-search-form .form_footer .form_footer_inner > a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  margin-top: 6rem;
}

.hero_search .refine_panel form.refine-search-form .form_footer .form_footer_inner > input {
  font-size: 1.5rem;
  line-height: 1.475;
  min-width: 25rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  margin-top: 6rem;
}

.hero_search .refine_panel.shown {
  max-height: 100vh;
  overflow-y: visible;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero_search .refine_panel {
    width: calc(100vw - 17px);
  }
}

@supports (-ms-ime-align: auto) {
  .hero_search .refine_panel {
    width: calc(100vw - 16px);
  }
}

@media (max-width: 1024px) {
  .hero_search .refine_panel > .wrap {
    padding-top: 12.8rem;
  }

  .hero_search .refine_panel form.refine-search-form {
    padding-top: 4rem;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > input,
  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > a {
    margin-top: 4.8rem;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > input {
    min-width: 20rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 840px) {
  .hero_search {
    padding-top: 9.5rem;
  }

  .hero_search .refine_text {
    padding-left: 4rem;
  }

  .hero_search .search_container,
  .hero_search .preshow_panel {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hero_search .refine_panel > .wrap {
    padding-top: 16.6rem;
    padding-bottom: 4rem;
  }

  .hero_search .refine_panel .search_inputs_container > .field {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_search .refine_panel form.refine-search-form {
    padding-top: 4rem;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > input,
  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > a {
    margin-top: 4rem;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > input {
    min-width: 20rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .hero_search .modal_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #80395b;
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    cursor: pointer;
  }

  .hero_search .modal_close .close_icon {
    position: relative;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    background-color: #80395b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.8rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .hero_search .modal_close .close_icon:hover {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .hero_search .modal_close .close_icon::before,
  .hero_search .modal_close .close_icon::after {
    content: "";
    height: 1.6rem;
    width: 0.2rem;
    background-color: #fff;
    position: absolute;
    bottom: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .hero_search .modal_close .close_icon::before {
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }

  .hero_search .modal_close .close_icon::after {
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }

  .hero_search .refine_text {
    padding-left: 2rem;
  }

  .hero_search .refine_panel {
    z-index: 100;
    height: 100%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero_search .refine_panel > .wrap {
    padding: 2rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero_search .refine_panel .cancel {
    display: none;
  }

  .hero_search .refine_panel .modal_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero_search .refine_panel form.refine-search-form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    overflow-y: scroll;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container {
    display: block;
    margin-bottom: 6rem;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > .field {
    width: calc(100% - 0.2rem);
    margin-left: auto;
    margin-right: auto;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > .field.field_select {
    margin-top: 2rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0.1rem;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items {
    position: relative;
    border: none;
    margin-top: 2rem;
    top: 0;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > .field > .items > li.item {
    padding: 0 1.5rem 1.2rem 0;
    border-bottom: 0;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::before,
  .hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::after {
    width: calc(50% - 4rem);
    height: 0.1rem;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::before {
    left: 0;
    bottom: 50%;
  }

  .hero_search .refine_panel form.refine-search-form .search_inputs_container > p.divider::after {
    right: 0;
    left: auto;
    top: 50%;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer {
    margin-top: 2rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner {
    border-top: 1px solid #c4c4c4;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > input {
    min-width: auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin-top: 1.6rem;
  }

  .hero_search .refine_panel form.refine-search-form .form_footer > .form_footer_inner > a {
    margin-top: 1.6rem;
  }
}

@media (max-width: 540px) {
  body.searchopen .hero.search_hero {
    z-index: 100;
  }

  body.searchopen .hero.search_hero .search_container,
  body.searchopen .hero_search .search_container {
    z-index: 100;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  body.searchopen .hero.search_hero .search_container .modal_close,
  body.searchopen .hero_search .search_container .modal_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #80395b;
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    cursor: pointer;
  }

  body.searchopen .hero.search_hero .search_container .modal_close .close_icon,
  body.searchopen .hero_search .search_container .modal_close .close_icon {
    position: relative;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    background-color: #80395b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.8rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  body.searchopen .hero.search_hero .search_container .modal_close .close_icon:hover,
  body.searchopen .hero_search .search_container .modal_close .close_icon:hover {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  body.searchopen .hero.search_hero .search_container .modal_close .close_icon::before,
  body.searchopen .hero.search_hero .search_container .modal_close .close_icon::after,
  body.searchopen .hero_search .search_container .modal_close .close_icon::before,
  body.searchopen .hero_search .search_container .modal_close .close_icon::after {
    content: "";
    height: 1.6rem;
    width: 0.2rem;
    background-color: #fff;
    position: absolute;
    bottom: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  body.searchopen .hero.search_hero .search_container .modal_close .close_icon::before,
  body.searchopen .hero_search .search_container .modal_close .close_icon::before {
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }

  body.searchopen .hero.search_hero .search_container .modal_close .close_icon::after,
  body.searchopen .hero_search .search_container .modal_close .close_icon::after {
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }

  body.searchopen .hero.search_hero .search_container > .refine_text,
  body.searchopen .hero_search .search_container > .refine_text {
    display: none;
  }

  body.searchopen .hero.search_hero .search_container > .search_form,
  body.searchopen .hero_search .search_container > .search_form {
    padding-bottom: 2rem;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }

  body.searchopen .hero.search_hero .search_container input[type="text"],
  body.searchopen .hero_search .search_container input[type="text"] {
    -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
            box-shadow: 0 0 0 0.1rem #c4c4c4;
  }

  body.searchopen .hero.search_hero .search_container .modal_close,
  body.searchopen .hero_search .search_container .modal_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel,
  body.searchopen .hero_search .search_container .preshow_panel {
    position: relative;
    top: 0;
    background: #fff;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap,
  body.searchopen .hero_search .search_container .preshow_panel .wrap {
    display: block;
    padding: 0;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap .result_cate_name,
  body.searchopen .hero_search .search_container .preshow_panel .wrap .result_cate_name {
    display: inline-block;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap ul.items,
  body.searchopen .hero_search .search_container .preshow_panel .wrap ul.items {
    margin-bottom: 2rem;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap ul.items li img,
  body.searchopen .hero_search .search_container .preshow_panel .wrap ul.items li img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap ul.items li .result_info,
  body.searchopen .hero_search .search_container .preshow_panel .wrap ul.items li .result_info {
    min-height: 4rem;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap ul.items li .result_info .result_text,
  body.searchopen .hero_search .search_container .preshow_panel .wrap ul.items li .result_info .result_text {
    font-size: 1.4rem;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap ul.items li + li,
  body.searchopen .hero_search .search_container .preshow_panel .wrap ul.items li + li {
    margin-top: 1.5rem;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap a.cta.button,
  body.searchopen .hero_search .search_container .preshow_panel .wrap a.cta.button {
    position: absolute;
    right: 0;
    top: 2rem;
    font-size: 1.2rem;
    border: none;
    text-decoration: underline;
    padding: 0;
    line-height: inherit;
  }

  body.searchopen .hero.search_hero .search_container .preshow_panel .wrap > div.right_panel,
  body.searchopen .hero_search .search_container .preshow_panel .wrap > div.right_panel {
    padding-left: 0;
    border-top: 1px solid #c4c4c4;
  }

  body.searchopen .noresult_mobile_panel {
    max-width: 100%;
  }

  body.searchopen .noresult_mobile_panel.shown {
    max-height: 100vh;
  }
}

.hero.search_hero {
  z-index: 20;
}

.hero.search_hero .text > .wrap {
  max-width: 66rem;
  position: initial;
}

.hero.search_hero .text > .wrap .hero-text p {
  line-height: 1.56;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero.search_hero .text > .wrap {
    position: static;
  }
}

.hero.search_hero .search_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.hero.search_hero .search_container > .search_form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero.search_hero .search_container .modal_close {
  display: none;
}

.hero.search_hero .search_form {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  z-index: 2;
}

.hero.search_hero .preshow_panel {
  top: calc(100% - 2.5rem);
  left: 0;
  z-index: 1;
}

.hero.search_hero .preshow_panel .wrap {
  max-width: 123rem;
}

.wedding_hero {
  background-color: #db667e;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: inherit;
  padding-top: 10.8rem;
}

.wedding_hero > .wedding-content {
  display: block;
  position: relative;
}

.wedding_hero > .wedding-content > .wrap {
  margin-top: 0;
}

.wedding_hero > .wedding-content > .large_wrap {
  max-width: 112rem;
  z-index: 2;
}

.wedding_hero > .wedding-content > .content_footer {
  max-width: 123rem;
  padding-top: 12rem;
  padding-right: 5rem;
  padding-bottom: 6rem;
  z-index: 1;
}

.wedding_hero > .wedding-content::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 57, 91, 0.8)), to(rgba(128, 57, 91, 0))) no-repeat, #db667e;
  background: linear-gradient(to bottom, rgba(128, 57, 91, 0.8) 0%, rgba(128, 57, 91, 0) 100%) no-repeat, #db667e;
  position: absolute;
  top: -10.8rem;
  left: 0;
  bottom: calc(15.625% + 10.8rem);
  width: 100%;
  z-index: 0;
}

.wedding_hero > .wedding-content.veritcal-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wedding_hero > .wedding-content.veritcal-center > .wrap {
  padding-top: 0;
  padding-bottom: 10.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 540px) {
  .wedding_hero > .wedding-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.wedding_hero .find_out_wrapper {
  max-width: 62rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 3rem 1.75rem;
  z-index: 4;
}

.wedding_hero .find_out_wrapper > .find_out_container {
  padding: 2rem;
  border: 1px #fff solid;
  position: relative;
}

.wedding_hero .find_out_wrapper > .find_out_container legend {
  padding: 0 2.4rem;
  margin: auto;
  text-align: center;
}

.wedding_hero .find_out_wrapper > .find_out_container > .find_out_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wedding_hero .find_out_wrapper > .find_out_container > .find_out_inner > p {
  font-size: 1.2rem;
  margin-right: 1.2rem;
  text-align: left;
  line-height: 150%;
  width: 100%;
}

@media (max-width: 540px) {
  .wedding_hero .find_out_wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .wedding_hero .find_out_wrapper > .find_out_container {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }

  .wedding_hero .find_out_wrapper > .find_out_container legend {
    padding-top: 11rem;
    color: #80395b;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 200;
  }

  .wedding_hero .find_out_wrapper > .find_out_container > .find_out_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wedding_hero .find_out_wrapper > .find_out_container > .find_out_inner > p {
    color: #80395b;
    margin-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .wedding_hero .find_out_wrapper > .find_out_container > .find_out_inner > .button {
    color: #80395b;
    border-color: #80395b;
    background: #fff;
    margin-bottom: 1rem;
  }

  .wedding_hero .find_out_wrapper > .find_out_container > .find_out_inner > .button:hover {
    background: #80395b;
    border-color: #80395b;
    color: #fff;
  }
}

.wedding_hero > .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-position: left center;
}

@media (max-width: 540px) {
  .wedding_hero > .image {
    margin-bottom: -12rem;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.wedding_hero h1 {
  margin-bottom: 1rem;
}

.wedding_hero h1 .fancy {
  font-size: 13rem;
  font-family: "GoldenPlains", sans-serif;
}

.wedding_hero h1 .fancy.smaller {
  font-size: 10rem;
}

@media (max-width: 1024px) {
  .wedding_hero h1 .fancy {
    font-size: 10rem;
  }

  .wedding_hero h1 .fancy.smaller {
    font-size: 8rem;
  }
}

@media (max-width: 840px) {
  .wedding_hero h1 .fancy {
    font-size: 8rem;
  }

  .wedding_hero h1 .fancy.smaller {
    font-size: 6rem;
  }
}

@media (max-width: 540px) {
  .wedding_hero h1 .fancy {
    font-size: 6rem;
  }

  .wedding_hero h1 .fancy.smaller {
    font-size: 4.2rem;
  }
}

.wedding_hero h2 {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.382;
}

.wedding_hero h2 strong {
  font-size: 8.4rem;
  font-family: "GoldenPlains", sans-serif;
  line-height: 1;
}

@media (max-width: 1024px) {
  .wedding_hero h2 strong {
    font-size: 6.4rem;
  }
}

@media (max-width: 840px) {
  .wedding_hero h2 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 540px) {
  .wedding_hero h2 {
    font-size: 2rem;
  }

  .wedding_hero h2 br {
    display: none;
  }

  .wedding_hero h2 strong {
    font-size: 4.6rem;
  }
}

.wedding_hero .back_button {
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  line-height: 2rem;
  font-size: 1.7rem;
  padding: 1.2rem 2.5rem;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-left: 2rem;
  background: transparent;
  min-width: 15.6rem;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  position: relative;
}

.wedding_hero .back_button svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  left: 2rem;
  position: absolute;
}

.wedding_hero .back_button span {
  display: inline-block;
  vertical-align: middle;
}

.wedding_hero .back_button:hover {
  background: #80395b;
  border-color: #80395b;
  color: #fff;
}

@media (max-width: 840px) {
  .wedding_hero .back_button {
    padding: 0.9rem 2rem;
    height: 4rem;
  }
}

.wedding_hero .large_wrap > .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wedding_hero .large_wrap > .inner > .img_wrap {
  max-width: 27rem;
  max-height: 27rem;
  width: 100%;
  height: 100%;
  margin-right: 4.2rem;
}

.wedding_hero .large_wrap > .inner > .img_wrap > .img_inner {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 100% 0 0 0;
}

.wedding_hero .large_wrap > .inner > .img_wrap > .img_inner > img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: 0;
  top: 0;
  bottom: 0;
}

.wedding_hero .large_wrap > .inner > .hero-text {
  max-width: 65rem;
  position: relative;
}

.wedding_hero .large_wrap > .inner > .hero-text > .buttons {
  text-align: left;
  position: absolute;
  top: calc(100% + 5rem);
  left: 0;
  margin-top: 0;
}

.wedding_hero .large_wrap > .inner > .hero-text > .buttons a.button {
  margin-left: 0;
  margin-right: 2rem;
  margin-bottom: 0;
}

.wedding_hero .large_wrap > .inner > .hero-text > .buttons a.button:last-child {
  margin-right: 0;
}

.wedding_hero .large_wrap > .inner > .hero-text.widder {
  max-width: 70rem;
}

.wedding_hero .short_inner {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wedding_hero .short_inner > p {
  font-size: 1.6rem;
  line-height: 150%;
  width: 100%;
}

.wedding_hero .short_inner > .gift_form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 2rem;
  width: 100%;
}

.wedding_hero .short_inner > .gift_form input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(100% - 12rem);
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.wedding_hero .short_inner > .gift_form input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 12rem;
  padding-left: 0;
  padding-right: 0;
}

.wedding_hero .short_inner .forgotten_text {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 150%;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.wedding_hero .short_inner .forgotten_text::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -2px;
  left: 0;
}

.wedding_hero .short_inner > .reset-form {
  width: 100%;
  text-align: left;
}

.wedding_hero .short_inner > .reset-form .wrap {
  padding-top: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.wedding_hero .short_inner > .reset-form .field_input {
  padding-left: 0;
  padding-right: 0;
}

.wedding_hero .short_inner > .reset-form .field_input label {
  color: #fff;
}

.wedding_hero .short_inner > .reset-form input[type="submit"] {
  font-size: 1.4rem;
  padding: 1.2rem 2.5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.wedding_hero h3 {
  font-size: 2.4rem;
  font-weight: 200;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.wedding_hero h3 strong {
  font-weight: bold;
}

@media (max-width: 840px) {
  .wedding_hero {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    overflow-y: visible;
    padding-top: 0;
  }

  .wedding_hero > .wedding-content {
    padding-top: 10.8rem;
    background-position: 0 3rem;
  }

  .wedding_hero > .wedding-content > .wrap {
    padding-top: 0;
  }

  .wedding_hero > .wedding-content > .wrap h1.large_h1 {
    margin-top: -1rem;
    margin-bottom: 0;
    font-size: 3.4rem;
  }

  .wedding_hero > .wedding-content > .content_footer {
    padding-right: 0;
  }

  .wedding_hero > .image {
    background-position: 10% center;
  }

  .wedding_hero > .image::before {
    padding-bottom: 42%;
  }

  .wedding_hero .large_wrap > .inner > .img_wrap {
    max-width: 18rem;
    max-height: 18rem;
    margin: 0.6rem auto 1rem;
  }

  .wedding_hero .large_wrap > .inner > .hero-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wedding_hero .large_wrap > .inner > .hero-text h1 {
    font-size: 3.4rem;
  }

  .wedding_hero .large_wrap > .inner > .hero-text h1 br {
    display: inherit;
  }

  .wedding_hero .large_wrap > .inner > .hero-text h3 {
    font-size: 2rem;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .img_wrap {
    max-width: 24rem;
    max-height: 24rem;
    margin-bottom: 3rem;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .hero-text .buttons {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .hero-text .buttons > * {
    width: 100%;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .hero-text .buttons > *:last-child {
    margin-top: 1.6rem;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .hero-text h2 br {
    display: block;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer {
    text-align: center;
    padding-right: 1rem;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer > .back_button {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    margin-left: 0;
    border: none;
    opacity: 0.5;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer > .back_button svg {
    width: 0;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer > .back_button span {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer > .back_button span:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -0.1rem;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer > .back_button:hover {
    opacity: 1;
    background: transparent;
  }
}

@media (max-width: 540px) {
  .wedding_hero > .image {
    background-size: auto 142%;
  }

  .wedding_hero > .image::before {
    padding-bottom: 48%;
  }

  .wedding_hero .large_wrap > .inner > .img_wrap {
    max-width: 12rem;
    max-height: 12rem;
    margin: 0.6rem auto 1rem;
  }

  .wedding_hero .short_inner > p {
    font-size: 1.4rem;
  }

  .wedding_hero .short_inner > .gift_form {
    padding-left: 0;
    padding-right: 0;
  }

  .wedding_hero .short_inner > .gift_form input[type="text"] {
    -webkit-box-shadow: 0 0 0 0.1rem #c4c4c4;
            box-shadow: 0 0 0 0.1rem #c4c4c4;
    width: 100%;
    border-radius: 0.3rem;
  }

  .wedding_hero .short_inner > .gift_form input[type="submit"] {
    border-radius: 10rem;
    width: 100%;
    margin-top: 1.4rem;
  }

  .wedding_hero .short_inner .forgotten_text {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 150%;
    text-decoration: none;
    color: #fff;
    position: relative;
  }

  .wedding_hero .short_inner .forgotten_text::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -2px;
    left: 0;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .img_wrap {
    max-width: 20rem;
    max-height: 20rem;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .hero-text h2 {
    font-size: 2.4rem;
  }

  .wedding_hero .large_wrap.no_flex > .inner > .hero-text .buttons > * {
    max-width: none;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer {
    padding-right: 2rem;
  }

  .wedding_hero .large_wrap.no_flex + .content_footer .back_button span {
    font-size: 1.5rem;
  }
}

.wedding_hero.no_background {
  background-color: transparent;
  background-position: top left;
}

.wedding_hero.no_background > .wedding-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wedding_hero.no_background > .wedding-content::before {
  content: none;
}

.wedding_hero.no_background > .image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
}

.wedding_hero.account_bg > .wedding-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wedding_hero.account_bg > .image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
}

.pit-hero {
  background-color: #f7f4f3;
  overflow: hidden;
}

.pit-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50vw - 123rem * 1.5);
  width: 123rem;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(58.83%, rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 58.83%);
}

.pit-hero .image::before {
  padding-bottom: 28%;
}

.pit-hero .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 123rem) * 0.5);
  width: 123rem;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(58.83%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 58.83%);
}

.pit-hero .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
}

.pit-hero .text .wrap {
  max-width: 123rem;
  padding-top: 0;
}

.pit-hero .image .tag-text,
.pit-hero .inner .tag-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.pit-hero .image .tag-text {
  display: none;
}

.pit-hero .inner {
  max-width: 60rem;
}

.pit-hero .inner h1 {
  font-weight: 500;
}

.pit-hero .inner p {
  line-height: 1.5;
}

@media (max-width: 1230px) {
  .pit-hero::after {
    content: none;
  }

  .pit-hero .image::after {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1920px) {
  .pit-hero .image::before {
    padding-bottom: 33.6%;
  }
}

@media (max-width: 1600px) {
  .pit-hero .image::before {
    padding-bottom: 42%;
  }
}

@media (max-width: 1024px) {
  .pit-hero .image::before {
    padding-bottom: 50.4%;
  }

  .pit-hero .text .wrap {
    padding-top: 6rem;
  }
}

@media (max-width: 840px) {
  .pit-hero .image::before {
    padding-bottom: 70%;
  }
}

@media (max-width: 640px) {
  .pit-hero .image::before {
    padding-bottom: 92.4%;
  }
}

@media (max-width: 540px) {
  .pit-hero .image::before {
    padding-bottom: 100%;
  }

  .pit-hero .image .tag-text {
    display: block;
    position: absolute;
    top: 8rem;
    left: 2rem;
    z-index: 2;
  }

  .pit-hero .image::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f4f3), color-stop(50%, rgba(247, 244, 243, 0)));
    background: linear-gradient(360deg, #f7f4f3 0%, rgba(247, 244, 243, 0) 50%);
  }

  .pit-hero .text {
    position: relative;
    margin-top: -10rem;
  }

  .pit-hero .inner .tag-text {
    display: none;
  }

  .pit-hero .inner h1 {
    color: #80395b;
  }

  .pit-hero .inner p {
    color: #444444;
  }
}

.design-2023 .hero-carousel .notice {
  background: #ec6762;
  color: #fff;
  padding: 1.2rem 0;
}

.design-2023 .hero-carousel .notice .flex {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.design-2023 .hero-carousel .notice .flex p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 0.9839;
  padding-right: 2rem;
}

@media (max-width: 540px) {
  .design-2023 .hero-carousel .notice .flex p {
    line-height: 1.2;
  }
}

.design-2023 .hero-carousel .notice .flex .button.bg_white {
  line-height: 1.2;
  color: #ec6762;
  padding: 1.1rem 1.5rem;
}

.design-2023 .hero-carousel .notice .flex .button.bg_white:hover {
  color: #ec6762;
}

.design-2023 .hero-carousel .trustpilot-widget {
  background-color: transparent;
  padding-top: 0;
}

.design-2023 .hero-carousel .trustpilot-widget iframe {
  left: -37px;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-carousel {
  outline: none;
}

.design-2023 .hero-carousel .banner-carousel-container .carousel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}

.design-2023 .hero-carousel .banner-carousel-container .carousel-item.glide__slide--active {
  z-index: 1;
}

.design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents h1 {
  font-size: 6.2rem;
}

.design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents h1 span {
  display: inline-block;
  margin-bottom: 1.4rem;
}

.design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents h1 strong {
  font-family: "GoldenPlains", sans-serif;
  font-size: 8.4rem;
  font-weight: 400;
  line-height: 0.82;
  padding-left: 1rem;
  padding-right: 1rem;
}

.design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.2rem;
}

.design-2023 .hero-carousel .banner-carousel-container .carousel-item-inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #006987;
  z-index: 1;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-bg-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design-2023 .hero-carousel .banner-carousel-container .wrap {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.2rem;
  padding: 4.8rem;
  max-width: 64.8333%;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-contents .small-tag {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #444444;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-contents h1 {
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #80395b;
  margin-bottom: 2.4rem;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-contents .details p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.56;
  color: #444444;
  max-width: 50rem;
}

.design-2023 .hero-carousel .banner-carousel-container .banner-contents .button.hollow_coral,
.design-2023 .hero-carousel .banner-carousel-container .banner-contents .button.bg_coral {
  line-height: 1.2;
  padding: 1.1rem 3.2rem;
}

.design-2023 .hero-carousel .banner-carousel-container .glide__bullets {
  position: absolute;
  top: auto;
  left: auto;
  right: calc(50vw - 60rem);
  bottom: 2.718rem;
  width: auto;
  font-size: 0;
  -webkit-transform: none;
          transform: none;
}

.design-2023 .hero-carousel .banner-carousel-container .glide__bullets .glide__bullet {
  cursor: pointer;
  display: inline-block;
  width: 1.482rem;
  height: 1.482rem;
  margin: 0 0.8rem 0 0;
  background: #c7c7c7;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.design-2023 .hero-carousel .banner-carousel-container .glide__bullets .glide__bullet.glide__bullet--active {
  background: #fff;
}

.design-2023 .hero-carousel .banner-carousel-container .glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}

.design-2023 .hero-carousel .profile-container {
  position: absolute;
  top: 10rem;
  left: 0;
}

.design-2023 .hero-carousel .profile-container:not(.nocircle)::before {
  left: 4rem;
  right: 4rem;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  z-index: -1;
}

.design-2023 .hero-carousel .profile-container.shadow.nocircle::before {
  content: none;
}

.design-2023 .hero-carousel .profile-container .profile {
  border-radius: 27.5rem;
  width: 27.5rem;
  height: 27.5rem;
  overflow: hidden;
  position: relative;
  background: #c4c4c4;
}

.design-2023 .hero-carousel .profile-container .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design-2023 .hero-carousel .profile-container .profile .profile-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #80395b;
  padding: 0 0 3rem 0;
  background: #fff;
}

.design-2023 .hero-carousel .profile-container .profile .profile-text div {
  font-size: 1.7rem;
  margin: auto;
  max-width: 70%;
  text-align: center;
}

.design-2023 .hero-carousel .profile-container .profile .profile-text div span {
  display: block;
  font-weight: 200;
  padding-bottom: 0.5rem;
}

.design-2023 .hero-carousel .profile-container .profile .profile-text div strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1230px) {
  .design-2023 .hero-carousel .banner-carousel-container .glide__bullets {
    right: 1.5rem;
  }

  .design-2023 .hero-carousel .profile-container {
    left: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .design-2023 .hero-carousel .banner-carousel-container .wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .banner-contents h1 {
    font-size: 5.6rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .glide__bullets {
    bottom: 3.6rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .hero-carousel .banner-carousel-container {
    padding-top: 6rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents {
    max-width: calc(100% - 29.9rem);
  }

  .design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents h1 {
    font-size: 3.2rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents h1 span {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents h1 strong {
    font-size: 5.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents .button-group {
    gap: 1.6rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents .button-group .cta.button {
    width: 100%;
    text-align: center;
  }

  .design-2023 .hero-carousel .banner-carousel-container .wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .banner-contents {
    padding: 3.2rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .banner-contents h1 {
    font-size: 4.8rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .glide__bullets {
    right: 2.4rem;
    bottom: 2.4rem;
  }

  .design-2023 .hero-carousel .profile-container {
    left: 2.4rem;
  }
}

@media (max-width: 640px) {
  .design-2023 .hero-carousel .notice {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .carousel-item.tc .banner-contents {
    max-width: 100%;
  }

  .design-2023 .hero-carousel .banner-carousel-container .banner-bg-container {
    position: relative;
    height: 35rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .wrap {
    position: static;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .design-2023 .hero-carousel .banner-carousel-container .banner-contents {
    padding: 2.4rem;
    max-width: 100%;
    height: 100%;
  }

  .design-2023 .hero-carousel .banner-carousel-container .banner-contents h1 {
    font-size: 3.2rem;
  }

  .design-2023 .hero-carousel .banner-carousel-container .banner-contents .button.hollow_coral,
  .design-2023 .hero-carousel .banner-carousel-container .banner-contents .button.bg_coral {
    width: 100%;
    text-align: center;
  }

  .design-2023 .hero-carousel .banner-carousel-container .glide__bullets {
    top: 32.2rem;
    right: 2.031rem;
    bottom: auto;
  }

  .design-2023 .hero-carousel .banner-carousel-container .glide__bullets .glide__bullet {
    width: 1.282rem;
    height: 1.282rem;
    margin-right: 0.69rem;
    background: #646464;
  }

  .design-2023 .hero-carousel .banner-carousel-container .glide__bullets .glide__bullet.glide__bullet--active {
    background: #fff;
  }

  .design-2023 .hero-carousel .banner-carousel-container .glide__bullets .glide__bullet:last-child {
    margin-right: 0;
  }

  .design-2023 .hero-carousel .carousel-item-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .design-2023 .hero-carousel .profile-container {
    top: 2.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }

  .design-2023 .hero-carousel .profile-container .profile .profile-text div span,
  .design-2023 .hero-carousel .profile-container .profile .profile-text div strong {
    font-size: 1.7rem;
  }
}

.faqs .wrap {
  max-width: 72rem;
}

.faqs .wrap .item {
  position: relative;
}

.faqs .wrap .item .question {
  font-size: 1.6rem;
  padding: 2rem 3rem 2rem 0;
  line-height: 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.faqs .wrap .item .question:before {
  content: '';
  display: block;
  width: 1rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDQ0NDQ0IiBzdHJva2Utd2lkdGg9IjIiIC8+PC9zdmc+");
  background-size: 1rem 0.5rem;
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.faqs .wrap .item .question.opened:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faqs .wrap .item .answer {
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}

.faqs .wrap .item .answer > *:last-of-type {
  padding-bottom: 3rem;
}

.faqs .wrap .item .answer > *:first-of-type {
  padding-top: 1rem;
}

.faqs .wrap .item .close {
  max-height: 0;
}

.faqs .wrap .item + .item {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 840px) {
  .faqs .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.promo .flex > * {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.promo .flex > *.text {
  text-transform: uppercase;
  padding: 4rem;
  background: #0152A2;
  color: #fff;
}

.promo .flex > *.text h2 {
  font-size: 4.2rem;
  font-weight: bold;
}

.promo .flex > *.text h2 em {
  font-size: 1.8rem;
}

.promo .flex > *.text p {
  margin-top: 2rem;
  line-height: 120%;
}

.promo .flex > *.text .button {
  margin-top: 2rem;
}

.promo .flex > *.image {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.promo .flex > *.image img {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.promo .flex > *.image .offer-corner span {
  font-size: 2rem;
}

.promo .flex > *.image .offer-corner strong {
  font-size: 3.2rem;
}

.promo .flex > *.banner-images {
  width: 100%;
}

.promo .flex > *.banner-images .w-vulcan--background,
.promo .flex > *.banner-images .desktop-bnr,
.promo .flex > *.banner-images .mobile-bnr {
  cursor: pointer;
}

.promo .flex > *.banner-images > .desktop-bnr {
  display: block;
  width: 100%;
}

.promo .flex > *.banner-images > .mobile-bnr {
  display: none;
}

@media (max-width: 720px) {
  .promo .flex > *.banner-images > .desktop-bnr {
    display: none;
  }

  .promo .flex > *.banner-images > .mobile-bnr {
    display: block;
  }
}

@media (max-width: 540px) {
  .promo .flex .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .promo .flex .text h2 {
    font-size: 2.4rem;
  }

  .promo .flex .text p {
    font-size: 1.4rem;
  }

  .promo .flex .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 56.338028169%;
  }
}

.usps {
  color: #80395b;
  margin: 6rem 0;
}

.usps .items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.usps .items .item {
  width: calc(33.3333333% - 26.6666666667px);
  padding: 0;
}

.usps .items .item img {
  margin: 0 auto 2rem;
}

.usps .items .item h3 {
  margin-bottom: 2rem !important;
  line-height: 1.2;
}

.usps .items .item .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #80395b;
  border: 5px solid #80395b;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2rem;
}

.usps .items .item::before {
  content: '';
}

.usps .items.left_align > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.usps .items.left_align > .item h3 {
  margin-bottom: 1.2rem !important;
}

.usps .items.left_align > .item > p {
  font-weight: 300;
  margin-bottom: 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.usps .items.round .item > .img_wrap {
  max-height: 26rem;
  max-width: 26rem;
  margin: 0 auto 2rem;
}

.usps .items.round .item > .img_wrap > .img_inner {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 100% 0 0 0;
}

.usps .items.round .item > .img_wrap > .img_inner > img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: 0;
  top: 0;
  bottom: 0;
}

.usps .items.purple_text .item > p {
  color: #80395b;
}

.usps .items + .button {
  margin-top: 8rem !important;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.usps .items.bubble > .item {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 60px;
}

.usps .items.bubble > .item > a {
  padding: 6rem 3rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.usps .items.bubble > .item img {
  height: 12rem;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .usps .items.round .item > .img_wrap {
    max-height: 24rem;
    max-width: 24rem;
  }

  .usps .items.bubble > .item > a {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .usps .items.bubble > .item img {
    height: 10rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 840px) {
  .usps .items .item img {
    max-width: 7.2rem;
    max-height: 7.2rem;
  }

  .usps .items.round .item > .img_wrap {
    max-height: 20rem;
    max-width: 20rem;
  }

  .usps .items.round .item > .img_wrap img {
    max-width: none;
    max-height: none;
  }

  .usps .items + .button {
    margin-top: 6rem !important;
    margin-left: 0 !important;
  }

  .usps .items.bubble > .item > a {
    padding: 3rem 2rem;
  }
}

@media (max-width: 540px) {
  .usps .items {
    display: block;
  }

  .usps .items.left_align {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .usps .items.left_align > .item h3 {
    margin-bottom: 1rem !important;
  }

  .usps .items.left_align > .item > p {
    margin-bottom: 2rem;
  }

  .usps .items .item {
    width: 100%;
    margin: 0 auto 3rem;
    max-width: 40rem;
  }

  .usps .items + .button {
    margin-top: 0rem !important;
  }
}

@media (max-width: 540px) {
  .usps {
    margin-bottom: 3rem;
  }
}

.usps .tp-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 6rem;
  margin-top: 6rem;
}

.usps .tp-block div {
  width: 200px;
}

.logos {
  background: #fff;
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 840px) {
  .logos .wrap {
    padding: 0;
  }
}

.logos .blockTitle {
  color: #000;
}

.logos .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logos .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1.5rem;
  width: 15rem;
  height: 10rem;
}

.logos .items .item > img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media (max-width: 840px) {
  .logos .items {
    display: block;
  }

  .logos .items .item {
    width: 18%;
  }

  .logos .items .item img {
    width: 12rem;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .logos .items:after {
    content: "flickity";
    display: none;
    /* hide :after */
  }
}

@media (max-width: 540px) {
  .logos {
    padding: 3rem 0;
  }

  .logos .blockTitle {
    margin-bottom: 0;
  }

  .logos .items .item {
    width: 40%;
  }
}

.design-2023 .logos {
  margin-top: 0;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
  min-width: 0;
}

.design-2023 .logos .items .item {
  height: 8.3rem;
}

.design-2023 .logos .glide__slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.design-2023 .logos .glide__arrows,
.design-2023 .logos .glide__bullets {
  display: none;
}

@media (max-width: 1024px) {
  .design-2023 .logos .items .item {
    height: 7.2rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .logos {
    padding-top: 2.4rem;
    padding-bottom: 8.6rem;
  }

  .design-2023 .logos .wrap {
    padding-right: 0;
  }

  .design-2023 .logos .items .item {
    height: 12rem;
  }

  .design-2023 .logos .glide__arrows {
    display: block;
  }

  .design-2023 .logos .glide__arrow {
    top: auto;
    bottom: -6.2rem;
    width: 3.8rem;
    height: 3.8rem;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    -webkit-transform: none;
            transform: none;
  }

  .design-2023 .logos .glide__arrow::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuMTI1IDE4Ljk2NWMwIDguODk1LTcuMjMgMTYuMTI1LTE2LjEyNSAxNi4xMjVTMS44NzUgMjcuODYgMS44NzUgMTguOTY1IDkuMTA1IDIuODQgMTggMi44NHMxNi4xMjUgNy4yMyAxNi4xMjUgMTYuMTI1Wm0tMzAgMGMwIDcuNjUgNi4yMjUgMTMuODc1IDEzLjg3NSAxMy44NzVzMTMuODc1LTYuMjI1IDEzLjg3NS0xMy44NzVTMjUuNjUgNS4wOSAxOCA1LjA5IDQuMTI1IDExLjMxNSA0LjEyNSAxOC45NjVaIiBmaWxsPSIjRThFOEU4Ii8+PHBhdGggZD0iTTIxLjAxNiAxMy42N2MwIC4yODUtLjEwNS41Ny0uMzMuNzk1bC00LjUgNC41IDQuNSA0LjVhMS4xMzIgMS4xMzIgMCAwIDEgMCAxLjU5IDEuMTMyIDEuMTMyIDAgMCAxLTEuNTkgMEwxMy44IDE5Ljc2YTEuMTMyIDEuMTMyIDAgMCAxIDAtMS41OWw1LjI5NS01LjI5NWExLjEzMiAxLjEzMiAwIDAgMSAxLjU5IDBjLjIyNS4yMjUuMzMuNTEuMzMuNzk1WiIgZmlsbD0iI0E1QTVBNSIvPjwvc3ZnPg==");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.6rem;
    height: 3.7rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    z-index: 2;
  }

  .design-2023 .logos .glide__arrow.glide__arrow--disabled {
    opacity: 0.75;
  }

  .design-2023 .logos .glide__arrow.glide__arrow--left.previous {
    left: 0;
  }

  .design-2023 .logos .glide__arrow.glide__arrow--left.previous::after {
    left: 50%;
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%);
  }

  .design-2023 .logos .glide__arrow.glide__arrow--right.next {
    right: 2.4rem;
  }

  .design-2023 .logos .glide__arrow.glide__arrow--right.next::after {
    right: 50%;
    -webkit-transform: rotate(180deg) translate(-50%, -50%);
            transform: rotate(180deg) translate(-50%, -50%);
  }

  .design-2023 .logos .glide__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    left: 50%;
    bottom: -4.75rem;
    width: auto;
    font-size: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .design-2023 .logos .glide__bullets .glide__bullet {
    cursor: pointer;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.485rem 0 0;
    background: #ebebeb;
    border-radius: 50%;
    border: none;
  }

  .design-2023 .logos .glide__bullets .glide__bullet.glide__bullet--active {
    background: #80395b;
  }

  .design-2023 .logos .glide__bullets .glide__bullet:last-child {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .design-2023 .logos .items .item {
    width: 25%;
  }
}

@media (max-width: 540px) {
  .design-2023 .logos .items .item {
    width: 40%;
  }
}

.offers {
  overflow: hidden;
}

.offers .items.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offers .items.flex .item {
  margin-bottom: 4rem;
  text-decoration: none !important;
}

.offers .items.flex .item.animateIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.offers .items.flex .item.animateIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (max-width: 840px) {
  .offers .items.flex .item {
    margin-bottom: 3rem;
  }
}

.offers .items.carousel {
  margin-bottom: 6rem;
}

.offers .items.carousel .item {
  margin-right: 4rem;
  text-decoration: none !important;
}

.offers .items.carousel .item:nth-child(3n + 3) {
  margin-right: 4rem;
}

.offers .items.carousel.flickity-resize .item {
  min-height: 100%;
  height: 100%;
}

@media (max-width: 840px) {
  .offers .items.carousel {
    margin-bottom: 3rem;
  }
}

.offers .items.carousel:after {
  content: "flickity";
  color: rgba(247, 244, 243, 0);
}

.offers .items.carousel.short_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offers .items.carousel.short_carousel .item:last-child {
  margin-right: 0;
}

.offers .items.carousel.short_carousel:after {
  content: "";
}

@media (max-width: 840px) {
  .offers .items.carousel.short_carousel {
    display: block;
  }

  .offers .items.carousel.short_carousel:after {
    content: "flickity";
  }
}

.offers > .wrap.tagOffset {
  padding-top: 6rem;
}

@media (max-width: 1024px) {
  .offers .wrap {
    padding: 0;
  }

  .offers .items,
  .offers .items.carousel {
    padding: 0 1.5rem;
  }

  .offers .items .item,
  .offers .items.carousel .item {
    width: 31%;
    max-width: calc(100vw - 5rem);
    margin-right: 1.5rem;
  }

  .offers .items .item:nth-child(3n + 3),
  .offers .items.carousel .item:nth-child(3n + 3) {
    margin-right: 1.5rem;
  }

  .offers .items.items_only .item {
    width: 32%;
    max-width: none;
  }

  .offers .items.items_only .item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 840px) {
  .offers .items.carousel .item {
    width: 48%;
  }

  .offers .items.items_only .item {
    width: calc(50% - 0.75rem);
  }

  .offers .items.items_only .item:nth-child(3n + 3) {
    margin-right: 1.5rem;
  }

  .offers .items.items_only .item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .offers .wrap {
    margin-bottom: 3rem;
  }

  .offers .items.carousel .item {
    width: 95%;
  }

  .offers .items.items_only .item {
    width: 100%;
    margin-right: 0;
  }

  .offers .items.items_only .item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.offers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3% - 2.66666666667rem);
  margin-right: 4rem;
  position: relative;
}

.offers .item:nth-child(3n + 3) {
  margin-right: 0;
}

.offers .item .image {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  min-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.offers .item .image::before {
  content: "";
  display: block;
  height: 0;
  min-height: 0;
  width: 100%;
  z-index: 200;
  padding-bottom: 88.2352941176%;
}

.offers .item .image img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.offers .item .image .offer-corner.offer-corner-type-text span {
  font-size: 1.4rem;
}

.offers .item .image .offer-corner.offer-corner-type-text strong {
  font-size: 2.8rem;
}

.offers .item .image .offer-corner.offer-corner-type-text.bigger span {
  font-size: 1.3rem;
}

.offers .item .image .offer-corner.offer-corner-type-text.bigger strong {
  font-size: 3.6rem;
}

.offers .item .image .offer-corner.offer-corner-type-text.bg_grey,
.offers .item .image .offer-corner.offer-corner-type-text.bg_orange,
.offers .item .image .offer-corner.offer-corner-type-text.bg_blue,
.offers .item .image .offer-corner.offer-corner-type-text.bg_yellowgreen,
.offers .item .image .offer-corner.offer-corner-type-text.bg_pink {
  color: #fff;
}

.offers .item .image .offer-corner.offer-corner-type-text.bg_grey strong,
.offers .item .image .offer-corner.offer-corner-type-text.bg_orange strong,
.offers .item .image .offer-corner.offer-corner-type-text.bg_blue strong,
.offers .item .image .offer-corner.offer-corner-type-text.bg_yellowgreen strong,
.offers .item .image .offer-corner.offer-corner-type-text.bg_pink strong {
  font-size: 2.6rem;
}

.offers .item .image .offer-corner.offer-corner-type-text.bg_grey {
  background: #a69292;
}

.offers .item .image .offer-corner.offer-corner-type-text.bg_orange {
  background: #f08a44;
}

.offers .item .image .offer-corner.offer-corner-type-text.bg_blue {
  background: #0071ac;
}

.offers .item .image .offer-corner.offer-corner-type-text.bg_yellowgreen {
  background: #b7bf56;
}

.offers .item .image .offer-corner.offer-corner-type-text.bg_pink {
  background: #db667e;
}

.offers .item .image .offer-corner.offer-corner-type-percentage span span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: normal;
}

.offers .item .image .offer-corner.offer-corner-type-percentage span span em {
  font-size: 1.4rem;
  display: block;
}

.offers .item .image .offer-corner.offer-corner-type-percentage span strong {
  display: inline-block;
  font-size: 5rem;
}

.offers .item .text {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.offers .item .text .intro {
  display: block;
  font-family: "GoldenPlains", sans-serif;
  font-size: 2.9rem;
  color: #80395b;
  position: relative;
  top: -1rem;
  padding: 0 3rem;
}

.offers .item .text .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: 2.9rem;
  font-weight: 200;
  color: #000;
  padding: 0 3rem;
}

.offers .item .text .details {
  margin-top: 2rem;
  border-top: 0.1rem solid #dad3d1;
}

.offers .item .text .details > * {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2rem 1rem;
}

.offers .item .text .details .price {
  font-size: 1.4rem;
  font-weight: 200;
  border-right: 0.1rem solid #dad3d1;
  color: #000;
  line-height: 1.2;
}

.offers .item .text .details .price strong {
  font-weight: bold;
}

.offers .item .text .details .price em {
  font-weight: bold;
  display: block;
  font-size: 3.1rem;
  color: #80395b;
}

.offers .item .text .details .price em small {
  font-size: 1.4rem;
  font-weight: 200;
}

.offers .item .text .details .cta .button {
  padding: 1rem 0;
  width: 100%;
}

@media (max-width: 840px) {
  .offers .item .text .details .cta .button {
    font-size: 1.4rem;
  }
}

.design-2023 .offers {
  margin-top: 0;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
  background: #fff;
}

.design-2023 .offers.block .blockTitle {
  margin-bottom: 6rem;
}

.design-2023 .offers ul.tags > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.design-2023 .offers .wrap {
  margin-bottom: 0;
}

.design-2023 .offers .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: none;
  width: 100%;
  min-height: 48.5rem;
  margin-right: 0;
}

.design-2023 .offers .item .item-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}

.design-2023 .offers .item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.design-2023 .offers .item .image > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.design-2023 .offers .item .image::before {
  padding-bottom: 48.5rem;
}

.design-2023 .offers .item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(11.69%, rgba(0, 0, 0, 0.8)), color-stop(57.34%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 11.69%, rgba(0, 0, 0, 0) 57.34%);
}

.design-2023 .offers .item .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  padding: 10.8rem 3.2rem 3rem;
  text-align: left;
}

.design-2023 .offers .item .text .text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 2rem;
  padding-bottom: 3.2rem;
}

.design-2023 .offers .item .text h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.43;
  text-decoration: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  max-width: 75%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.design-2023 .offers .item .text .price {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  border-right: none;
  margin-bottom: 0.9rem;
}

.design-2023 .offers .item .text .price em {
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.design-2023 .offers .item .text .price em small {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}

.design-2023 .offers .item .text .cta .button {
  padding: 1.1rem 6.04rem;
}

.design-2023 .offers .item .offer-type {
  position: absolute;
  top: 3rem;
  left: 0;
  padding: 2.3rem 1.8rem 2.3rem 5.2rem;
  border-radius: 0 3px 3px 0;
  background: #ec6762;
}

.design-2023 .offers .item .offer-type span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0.84;
  text-transform: uppercase;
  color: #fff;
}

.design-2023 .offers .items.featured {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 6rem;
}

.design-2023 .offers .items.featured > *:first-child {
  grid-column: span 2;
}

.design-2023 .offers .items.featured .item {
  text-decoration: none !important;
}

.design-2023 .offers .items.flex {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.design-2023 .offers .items.flex .item {
  text-decoration: none !important;
}

.design-2023 .offers .items.flex .item .text h3 {
  max-width: 100%;
}

.design-2023 .offers .items.flex .item.animateIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.design-2023 .offers .items.flex .item.animateIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.design-2023 .offers .items.flex.items_only .item {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .design-2023 .offers {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .design-2023 .offers.block .blockTitle {
    margin-bottom: 5.6rem;
  }

  .design-2023 .offers ul.tags {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 5.6rem !important;
  }

  .design-2023 .offers .dropdown_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .design-2023 .offers .items.featured {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5.6rem;
  }

  .design-2023 .offers .items.flex.items_only .item .text {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .design-2023 .offers .items.flex.items_only .item .text .text-inner {
    padding-bottom: 2.4rem;
  }

  .design-2023 .offers .items.flex.items_only .item .text h3 {
    max-width: 100%;
    margin-bottom: 0.6rem;
  }

  .design-2023 .offers .items.flex.items_only .item .text .cta {
    width: 100%;
  }

  .design-2023 .offers .items.flex.items_only .item .text .cta .button {
    text-align: center;
    width: 100%;
    max-width: 22.8rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .offers {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .design-2023 .offers.block .blockTitle {
    margin-bottom: 4.2rem;
  }

  .design-2023 .offers ul.tags {
    margin-bottom: 4.2rem !important;
  }

  .design-2023 .offers .items.featured {
    gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: none;
    margin-bottom: 4.2rem;
  }

  .design-2023 .offers .items.featured > *:first-child {
    grid-column: auto;
  }

  .design-2023 .offers .items.flex.items_only {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .design-2023 .offers {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .offers.block .blockTitle {
    text-align: left;
    margin-bottom: 3.2rem;
  }

  .design-2023 .offers .item .text {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .design-2023 .offers .item .text .text-inner {
    padding-bottom: 2.4rem;
  }

  .design-2023 .offers .item .text h3 {
    max-width: 100%;
    margin-bottom: 0.6rem;
  }

  .design-2023 .offers .items.featured {
    margin-bottom: 3.2rem;
  }

  .design-2023 .offers .items.flex.items_only {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.specialisms {
  margin: 6rem 0;
}

.specialisms .items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.specialisms .item {
  display: block;
  position: relative;
  width: calc(50% - 2rem);
  position: relative;
  text-decoration: none;
}

.specialisms .item:nth-child(n+3) {
  margin-top: 4rem;
}

.specialisms .item .bgimage {
  min-height: 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  margin-top: -0.1rem;
  position: relative;
}

.specialisms .item .bgimage::before {
  content: '';
  display: block;
  height: 0;
  min-height: 0;
  width: 100%;
  z-index: 200;
  padding-bottom: 50.38639876352396%;
}

.specialisms .item .text {
  padding: 3rem;
  z-index: 10;
  position: relative;
  padding: 8.620689655172415% 13.793103448275861% 0;
}

.specialisms .item .text h2 {
  margin-bottom: 2rem;
}

.specialisms .item .text .inner {
  padding: 4rem;
  height: 22rem;
}

.specialisms .item .text .inner p {
  color: inherit;
}

.specialisms .item .cta {
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 0 0 2rem 0;
}

.specialisms .item.light .text,
.specialisms .item .light .text {
  color: #000;
}

.specialisms .item.light .text h2,
.specialisms .item .light .text h2 {
  color: #000;
}

.specialisms .item.light .text .inner,
.specialisms .item .light .text .inner {
  border: 0.5rem solid #000;
}

.specialisms .item.dark .text,
.specialisms .item .dark .text {
  color: #fff;
}

.specialisms .item.dark .text h2,
.specialisms .item .dark .text h2 {
  color: #fff;
}

.specialisms .item.dark .text .inner,
.specialisms .item .dark .text .inner {
  border: 0.5rem solid #fff;
}

.specialisms.pure_color > .wrap {
  max-width: 80rem;
}

.specialisms.pure_color .items > .item .bgimage {
  padding-bottom: 52.6666666667%;
  padding-left: 5.3333333333333%;
  padding-right: 5.3333333333333%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.specialisms.pure_color .items > .item .bgimage > img {
  max-width: 100%;
  margin-top: 50%;
  max-height: 12.4rem;
}

.specialisms.pure_color .items > .item .text {
  background-color: transparent;
  padding: 5.3333333333333% 5.3333333333333% 0;
}

.specialisms.pure_color .items > .item .text h2 {
  margin-bottom: 0;
  font-size: 3rem;
}

@media (max-width: 840px) {
  .specialisms.pure_color .items > .item .text h2 {
    font-size: 2.6rem;
  }
}

.specialisms.pure_color .items > .item .text .inner {
  height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-width: 0.3rem;
}

.specialisms.pure_color .items > .item::before {
  z-index: -1;
}

@media (max-width: 840px) {
  .specialisms .wrap {
    padding: 0;
  }

  .specialisms .wrap .items {
    display: block;
  }

  .specialisms .wrap .items .item {
    width: 100%;
    max-width: 54rem;
    margin: 0 auto 3rem auto;
  }
}

@media (max-width: 540px) {
  .specialisms .wrap .items .item {
    margin: 0 auto;
  }
}

.testimonials .testimonial {
  width: 100%;
}

.testimonials .testimonial .author {
  font-size: 1.2rem;
  font-weight: 200;
  margin-top: 2rem;
}

.testimonials .testimonial .text {
  padding-bottom: 6.6rem;
}

.testimonials .testimonial .inner {
  position: relative;
}

.testimonials .testimonial.dark .page-dots .dot,
.testimonials .testimonial.dark .glide__bullets .glide__bullet {
  background: #fff;
  border-color: #fff;
}

.testimonials .testimonial.light .page-dots .dot,
.testimonials .testimonial.light .glide__bullets .glide__bullet {
  background: #000;
  border-color: #000;
}

.testimonials .page-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

.testimonials .page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border-width: 0.1rem;
  border-style: solid;
  cursor: pointer;
}

.testimonials .page-dots .dot.is-selected {
  background: rgba(0, 0, 0, 0) !important;
}

.testimonials .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.testimonials .flickity-slider > * {
  left: 0 !important;
}

.testimonials .flickity-viewport {
  overflow: visible;
}

.testimonials .fade_carousel .flickity-button {
  display: none;
}

.testimonials .testimonial {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.testimonials .testimonial.is-selected {
  opacity: 1;
  z-index: 0;
}

.testimonials .glide .glide__slides {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.testimonials .glide .glide__bullets {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials .glide .glide__bullets .glide__bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border-width: 0.1rem;
  border-style: solid;
  cursor: pointer;
}

.testimonials .glide .glide__bullets .glide__bullet.glide__bullet--active {
  background: rgba(0, 0, 0, 0) !important;
}

.testimonials .testimonial.glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}

.testimonials .testimonial.glide__slide.glide__slide--active {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 1;
  z-index: 1;
}

.trustpilot-widget {
  padding: 30px 0;
  background: #fff;
}

@media (max-width: 1440px) {
  .trustpilot-block {
    padding: 0 5rem;
  }
}

@media (max-width: 540px) {
  .trustpilot-block {
    padding: 0 0;
  }
}

.trustpilot-block > .desktop-block {
  display: block;
  width: 100%;
}

.trustpilot-block > .mobile-block {
  display: none;
}

@media (max-width: 720px) {
  .trustpilot-block > .desktop-block {
    display: none;
  }

  .trustpilot-block > .mobile-block {
    display: block;
  }
}

.content h1 {
  font-size: 5.4rem;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1024px) {
  .content h1 {
    font-size: 4.4rem;
  }
}

@media (max-width: 540px) {
  .content h1 {
    font-size: 3.6rem;
  }
}

.content h2 {
  font-size: 4.2rem;
  color: #80395b;
}

@media (max-width: 1440px) {
  .content h2 {
    font-size: 3.1rem;
  }
}

@media (max-width: 840px) {
  .content h2 {
    font-size: 2rem;
  }
}

.content h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #80395b;
}

@media (max-width: 840px) {
  .content h3 {
    font-size: 1.8rem;
  }
}

.content h4 {
  font-weight: bold;
  color: #80395b;
}

.content h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 125%;
  color: #80395b;
}

.content a {
  color: #80395b;
  text-decoration: underline;
}

.content a.button {
  text-decoration: none;
}

.content p {
  line-height: 130%;
  font-weight: 400;
}

.content p.highlight {
  color: #80395b;
  font-weight: bold;
}

.content ul {
  list-style: none;
  color: #444444;
  margin: 0;
  padding: 0;
}

.content ul li {
  position: relative;
  line-height: 1.5;
  padding-bottom: 0.32rem;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.content ul li:last-child {
  padding-bottom: 0;
}

.content ul li > a {
  text-decoration: none;
  color: #444444;
}

.content ul li::before {
  content: "\2022";
  position: absolute;
  color: #80395b;
  font-weight: 400;
  font-size: 2.5rem;
  display: inline-block;
  width: 0.6rem;
  margin-left: -2rem;
  line-height: 2.4rem;
}

@media (max-width: 840px) {
  .content ul li {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}

.content ul ul {
  padding: 1.4rem 2rem;
}

.content ul ul li::before {
  content: "-";
}

.content ul.list_styleless > li {
  padding-left: 0;
}

.content ul.list_styleless > li::before {
  content: "";
}

.content ul.list_styleless > li:last-child {
  border-bottom: none;
}

.content ul.border_bottom > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content ul.purple_style > li {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.content ul.purple_style > li > * {
  color: #80395b;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: -0.02em;
}

@media (max-width: 840px) {
  .content ul.purple_style > li > * {
    font-size: 1.6rem;
  }
}

.content ul.ticks {
  margin-bottom: 6rem;
}

.content ul.ticks li {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 2;
  color: #80395b;
}

@media (max-width: 540px) {
  .content ul.ticks li {
    font-size: 1.5rem;
  }
}

.content ul.ticks li::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48ZWxsaXBzZSBjeD0iMjU2IiBjeT0iMjU2IiByeD0iMjU2IiByeT0iMjU1LjgzMiIgZmlsbD0iIzgxMzk1YiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yMzUuNDcyIDM5Mi4wOGwtMTIxLjA0LTk0LjI5NiAzNC40MTYtNDQuMTY4IDc0LjMyOCA1Ny45MDQgMTIyLjY3Mi0xNzcuMDE2IDQ2LjAzMiAzMS44ODh6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 50% 10px;
  width: 24px;
  height: 34px;
  line-height: 34px;
  margin-left: -30px;
}

@media (max-width: 540px) {
  .content ul.ticks li::before {
    background-size: 12px;
    background-position: 50% 9px;
    width: 12px;
    height: 22px;
    line-height: 12px;
    margin-left: -18px;
  }
}

.content ul.extra_padding {
  padding-bottom: 4rem;
}

@media (max-width: 840px) {
  .content ul.extra_padding {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
  }

  .content ul.extra_padding + ul.pagination {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content ul.mt_0 {
  margin-top: 0 !important;
}

.content ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
}

.content ul.pagination > li {
  padding-bottom: 0;
  line-height: 3rem;
}

.content ul.pagination > li.active {
  font-weight: bold;
}

.content ul.pagination > li:first-child {
  padding-left: 0;
}

.content ul.pagination > li:first-child,
.content ul.pagination > li:last-child {
  margin-top: -0.2rem;
}

.content ul.pagination > li:first-child,
.content ul.pagination > li:first-child > a,
.content ul.pagination > li:last-child,
.content ul.pagination > li:last-child > a {
  color: #80395b;
  font-size: 2.5rem;
  font-weight: 400;
}

.content ul.pagination > li::before {
  content: "";
}

.content ul.pagination > li:last-child {
  border-bottom: none;
}

@media (max-width: 540px) {
  .content ul.pagination > li:first-child {
    margin-right: auto;
  }

  .content ul.pagination > li:last-child {
    margin-left: auto;
  }
}

.content .video_clip {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.content .video_clip > iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content .blockquote_container {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 4rem 0;
}

.content .blockquote_container blockquote {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 150%;
  color: #80395b;
  position: relative;
  padding-left: 6rem;
}

.content .blockquote_container blockquote::before {
  content: "\201C";
  font-size: 12.5rem;
  position: absolute;
  display: block;
  top: -2rem;
  left: -2rem;
  padding-left: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: #80395b;
}

.content .blockquote_container blockquote::after {
  content: "\201D";
  font-size: 12.5rem;
  position: absolute;
  display: block;
  top: 105%;
  right: -2rem;
  padding-right: 1.5rem;
  font-weight: 500;
  color: #80395b;
}

.content .blockquote_container blockquote p {
  color: #444444;
  position: relative;
  padding: 0 9rem 0 6rem;
}

@media (max-width: 540px) {
  .content .blockquote_container blockquote p {
    padding: 0;
    padding-top: 4rem;
  }

  .content .blockquote_container blockquote p::before {
    top: -3rem;
  }

  .content .blockquote_container blockquote p::after {
    content: "";
  }
}

.content .blockquote_container blockquote cite {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-top: 1.6rem;
  padding: 0 9rem 0 0;
}

@media (max-width: 540px) {
  .content .blockquote_container blockquote cite {
    padding: 0;
  }
}

@media (max-width: 540px) {
  .content .blockquote_container blockquote {
    padding: 0;
    font-size: 1.4rem;
  }
}

.content .content_buttons {
  margin: 0;
  padding: 0;
}

.content .content_buttons > .button {
  margin-top: 0;
  margin-right: 2rem;
}

.content .content_buttons > .button:first-child {
  margin-top: 0;
}

.content .content_buttons > .button:last-child {
  margin-right: 0;
}

.content > * + * {
  margin-top: 1.4rem;
}

.content.content_medium p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #444444;
}

.content.content_medium p.highlight {
  color: #80395b;
  font-weight: bold;
}

@media (max-width: 840px) {
  .content.content_medium p {
    font-size: 1.4rem;
  }
}

.content.content_large p {
  font-size: 1.8rem;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.article.block + .block.socials,
.article.block + .block.article {
  padding-top: 6rem;
}

.article.block + .block.socials.specialisms,
.article.block + .block.article.specialisms {
  padding-top: 0;
  padding-bottom: 0.1rem;
}

@media (max-width: 1024px) {
  .article.block + .block.socials,
  .article.block + .block.article {
    padding-top: 4rem;
  }
}

@media (max-width: 840px) {
  .article.block + .block.socials,
  .article.block + .block.article {
    padding-top: 3rem;
  }
}

.article .profile-container {
  position: relative;
}

.article .profile-container::before {
  left: 4rem;
  right: 4rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.article .profile-container::after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50%;
  border: 0.4rem solid #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article .profile-container.large > .profile {
  border-radius: 50%;
  width: 38rem;
  height: 38rem;
}

@media (max-width: 840px) {
  .article .profile-container.large > .profile {
    width: 24rem;
    height: 24rem;
  }
}

@media (max-width: 540px) {
  .article .profile-container.large > .profile {
    width: 16rem;
    height: 16rem;
  }
}

.article > .wrap {
  padding: 0;
  padding-top: 6rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #b4b4b4;
}

.article > .wrap .extra_info {
  font-size: 3.7rem;
  font-family: "Fira Sans", sans-serif;
  color: #80395b;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 1.2rem;
}

@media (max-width: 540px) {
  .article > .wrap .extra_info {
    font-size: 2rem;
    margin-bottom: 0;
    padding-top: 2rem;
  }
}

.article > .wrap .embed_component > * {
  width: 100%;
}

.article > .wrap .embed_component span.caption {
  margin-top: 1rem;
  display: block;
  font-size: 1.2rem;
  color: #444444;
  font-style: italic;
}

@media (max-width: 840px) {
  .article > .wrap .embed_component span.caption {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.article > .wrap .main_content_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
}

.article > .wrap .main_content_wrap > * {
  max-width: 72rem;
  width: 100%;
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap > * {
    max-width: none;
  }

  .article > .wrap .main_content_wrap > *:not(.embed_component):not(.embed_gallery):not(.tab_container):not(.cta):not(.extralink_panel) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .article > .wrap .main_content_wrap > *.extralink_panel {
    margin-left: 2rem;
    margin-right: 2rem;
    width: auto;
  }

  .article > .wrap .main_content_wrap > *:last-child:not(.extralink_panel):not(.profile-header) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 540px) {
  .article > .wrap .main_content_wrap > *.extralink_panel {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.article > .wrap .main_content_wrap > * + * {
  margin-top: 6rem;
}

.article > .wrap .main_content_wrap > * + *.smargin {
  margin-top: 4rem;
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap > * + * {
    margin-top: 4rem;
  }

  .article > .wrap .main_content_wrap > * + *.smargin {
    margin-top: 4rem;
  }
}

@media (max-width: 540px) {
  .article > .wrap .main_content_wrap > * + * {
    margin-top: 3rem;
  }

  .article > .wrap .main_content_wrap > * + *.smargin {
    margin-top: 3rem;
  }
}

.article > .wrap .main_content_wrap > iframe {
  max-width: none;
  width: 100%;
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap > iframe {
    margin-top: 5rem;
  }
}

.article > .wrap .main_content_wrap h2,
.article > .wrap .main_content_wrap h3,
.article > .wrap .main_content_wrap h4 {
  margin-bottom: 3.6rem;
}

.article > .wrap .main_content_wrap h2 + p,
.article > .wrap .main_content_wrap h3 + p,
.article > .wrap .main_content_wrap h4 + p {
  margin-top: 0;
}

.article > .wrap .main_content_wrap h2 + .content_buttons,
.article > .wrap .main_content_wrap h3 + .content_buttons,
.article > .wrap .main_content_wrap h4 + .content_buttons {
  margin-top: 2rem;
}

@media (max-width: 540px) {
  .article > .wrap .main_content_wrap h2 + .content_buttons,
  .article > .wrap .main_content_wrap h3 + .content_buttons,
  .article > .wrap .main_content_wrap h4 + .content_buttons {
    margin-top: 0;
  }
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap h2,
  .article > .wrap .main_content_wrap h3,
  .article > .wrap .main_content_wrap h4 {
    margin-bottom: 3rem;
  }
}

.article > .wrap .main_content_wrap p {
  width: 100%;
}

.article > .wrap .main_content_wrap p + p {
  margin-top: 2rem;
}

.article > .wrap .main_content_wrap p + ul {
  margin-top: 3rem;
}

.article > .wrap .main_content_wrap p strong {
  font-weight: bold;
}

.article > .wrap .main_content_wrap a.button {
  margin-top: 2rem;
  width: auto;
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap a.button {
    margin-left: 2rem;
  }
}

.article > .wrap .main_content_wrap .content_buttons a.button {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media (max-width: 540px) {
  .article > .wrap .main_content_wrap .content_buttons a.button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .article > .wrap .main_content_wrap .content_buttons a.button:first-child {
    margin-top: 0;
  }
}

.article > .wrap .main_content_wrap > .profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article > .wrap .main_content_wrap > .profile-header > h1 {
  color: #80395b;
  margin-top: 3rem;
}

.article > .wrap .main_content_wrap > .profile-header > p {
  color: #80395b;
  margin-top: 1.5rem;
}

.article > .wrap .main_content_wrap > .profile-header > p a {
  font-weight: bold;
}

.article > .wrap .main_content_wrap > .profile-header > a.button {
  margin-top: 2rem;
  margin-left: 0;
}

.article > .wrap .main_content_wrap.centre_content {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article > .wrap .main_content_wrap.centre_content {
    width: 100%;
  }

  .article > .wrap .main_content_wrap.centre_content > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.article > .wrap .main_content_wrap.inner_wrap_ignore > *.wrap.headings + .wrap.paragraphs {
  margin-top: 0;
}

.article > .wrap .main_content_wrap.inner_wrap_ignore > *.wrap.headings + .wrap.content_buttons_wrapper {
  margin-top: 2rem;
}

.article > .wrap .main_content_wrap.inner_wrap_ignore:not(:only-child) > *.wrap:not(.blockquote_container) {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article > .wrap .main_content_wrap.inner_wrap_ignore:not(:only-child) > *.wrap:not(.blockquote_container) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap.inner_wrap_ignore:not(:only-child) > *.wrap:not(.blockquote_container) {
    margin-bottom: 3rem;
  }

  .article > .wrap .main_content_wrap.inner_wrap_ignore:not(:only-child) > *.wrap:not(.blockquote_container).embed_gallery {
    margin-bottom: 1rem;
  }
}

@media (max-width: 840px) and (max-width: 540px) {
  .article > .wrap .main_content_wrap.inner_wrap_ignore:not(:only-child) > *.wrap:not(.blockquote_container) {
    margin-top: 0;
  }
}

.article > .wrap .main_content_wrap.inner_wrap_ignore > *.wrap.blockquote_container {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 4rem 0;
  margin-left: 0;
  margin-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article > .wrap .main_content_wrap.inner_wrap_ignore > *.wrap.blockquote_container {
    margin-left: auto;
    margin-right: auto;
  }
}

.article > .wrap .main_content_wrap.inner_wrap_ignore > *.wrap.blockquote_container + .wrap.blockquote_container {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap.inner_wrap_ignore > *.wrap.blockquote_container {
    margin-bottom: 3rem;
  }

  .article > .wrap .main_content_wrap.inner_wrap_ignore > *.wrap.blockquote_container + .wrap.blockquote_container:last-child {
    margin-bottom: 3rem;
  }
}

.article > .wrap .main_content_wrap > section {
  max-width: none;
}

.article > .wrap .main_content_wrap > section:first-child {
  margin-top: 0;
}

.article > .wrap .main_content_wrap > section:not(.usps):not(.banner-promo) > .wrap {
  padding-left: 0;
  padding-right: 0;
}

.article > .wrap .main_content_wrap > section.cross {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article > .wrap .main_content_wrap > section.cross {
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 8.5px);
    margin-right: calc(-50vw + 8.5px);
  }
}

@supports (-ms-ime-align: auto) {
  .article > .wrap .main_content_wrap > section.cross {
    width: calc(100vw - 16px);
    margin-left: calc(-50vw + 8px);
    margin-right: calc(-50vw + 8px);
  }
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap > section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.article > .wrap.large_wrap {
  max-width: 120rem;
}

.article > .wrap.spadding {
  padding-top: 6rem;
}

@media (max-width: 840px) {
  .article > .wrap.spadding {
    padding-top: 4rem;
  }
}

@media (max-width: 540px) {
  .article > .wrap.spadding {
    padding-top: 3rem;
  }
}

.article > .wrap.pt-0 {
  padding-top: 0;
}

.article > .wrap.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 840px) {
  .article > .wrap.flexed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.article > .wrap.main_container {
  max-width: 110rem;
}

@media (max-width: 1440px) {
  .article > .wrap.main_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .article > .wrap.main_container > .main_content_wrap {
    padding-right: 5rem;
  }
}

@media (max-width: 840px) {
  .article > .wrap.main_container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
  }

  .article > .wrap.main_container > .main_content_wrap {
    padding-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.article > .wrap.pt_0 {
  padding-top: 0;
}

.article > .wrap.borderless {
  border-top: none;
}

@media (max-width: 840px) {
  .article > .wrap {
    padding-top: 12rem;
  }
}

.article .pendant-wrap {
  position: relative;
  width: 28.5rem;
}

@media (max-width: 840px) {
  .article .pendant-wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .article .pendant-wrap .pendant-container .profile {
    width: 27.5rem;
    height: 27.5rem;
  }
}

.article .pendant-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

.article .pendant-container > * + * {
  margin-top: 3rem;
}

@media (max-width: 840px) {
  .article .pendant-container > * + * {
    margin-top: 2rem;
  }
}

@media (max-width: 350px) {
  .article .pendant-container > * + * {
    margin-top: 1.5rem;
  }
}

.article .pendant-container .telephone {
  display: block;
  color: #80395b;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.4rem;
}

.article .pendant-container .telephone svg {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  fill: #80395b;
  margin-right: 0.6rem;
}

.article .pendant-container .telephone span {
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 1024px) {
  .article .pendant-container .telephone {
    font-size: 2.2rem;
  }

  .article .pendant-container .telephone svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media (max-width: 840px) {
  .article .pendant-container .telephone {
    font-size: 1.8rem;
  }
}

@media (max-width: 350px) {
  .article .pendant-container .telephone {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .article .pendant-container .cta {
    margin-left: 1rem;
  }
}

@media (max-width: 840px) {
  .article .pendant-container {
    margin-left: auto;
    margin-right: auto;
  }
}

.article .image img {
  width: 100%;
}

.article.block.p_0 {
  padding: 0;
}

.article.white_gradient {
  position: relative;
}

.article.white_gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 22rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 1;
  z-index: -1;
}

.article .specials_wrap h1 {
  font-size: 5.4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.6rem;
}

@media (max-width: 1024px) {
  .article .specials_wrap h1 {
    font-size: 4.4rem;
  }
}

@media (max-width: 840px) {
  .article .specials_wrap h1 {
    font-size: 3rem;
  }
}

.article .specials_wrap .experience_angle {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 100%;
  z-index: 3;
}

.article .specials_wrap .experience_angle::before {
  z-index: -1;
  height: 12rem;
  bottom: 0;
}

.article .specials_wrap .experience_angle.angle_text {
  font-family: "GoldenPlains", sans-serif;
  font-size: 5.4rem;
  color: #80395b;
}

@media (max-width: 1440px) {
  .article .specials_wrap .experience_angle::before {
    height: 10rem;
  }

  .article .specials_wrap .experience_angle.angle_text {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .article .specials_wrap .experience_angle::before {
    height: 8rem;
  }

  .article .specials_wrap .experience_angle.angle_text {
    font-size: 3.6rem;
  }
}

@media (max-width: 840px) {
  .article .specials_wrap .experience_angle {
    position: relative;
  }

  .article .specials_wrap .experience_angle::before {
    height: 3rem;
    bottom: 100%;
  }

  .article .specials_wrap .experience_angle.angle_text {
    font-size: 3rem;
    padding-top: 2rem;
  }
}

.article .specials_wrap .special_offer {
  position: absolute;
  bottom: calc(100% + 6rem);
  padding-bottom: 18rem;
  padding-top: 18rem;
  padding-left: 5rem;
  padding-right: 5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIwIiBoZWlnaHQ9IjM4MyIgdmlld0JveD0iMCAwIDUyMCAzODMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTI2MCA3OS42NTY5TDAgMFYzODIuMzUzSDI2MFY3OS42NTY5WiBNMjYwIDc5LjY1NjlMNTIwIDBWMzgyLjM1M0gyNjBWNzkuNjU2OVoiIGZpbGw9InJnYmEoMTI4LCA1NywgOTEsIDAuOCkiLz48L3N2Zz4=");
  background-size: 100% 100%;
  opacity: 1;
  height: 100%;
  z-index: 2;
  max-width: 54rem;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article .specials_wrap .special_offer > p {
  font-size: 5.2rem;
  line-height: 1.26;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #fff;
  width: 100%;
  text-align: center;
}

.article .specials_wrap .special_offer > p.special_desc {
  font-weight: bold;
  font-size: 5.3rem;
  letter-spacing: normal;
  padding-bottom: 1.2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article .specials_wrap .special_offer > p.special_desc {
    margin-top: -7rem;
  }
}

.article .specials_wrap .special_offer > p.border_text {
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.article .specials_wrap .special_offer::before {
  display: block;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYwIiBoZWlnaHQ9IjMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjYwIDMwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDMwTDEzMCAwTDI2MCAzMEgwWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-size: 100% 100%;
}

@media (max-width: 1440px) {
  .article .specials_wrap .special_offer {
    max-width: 48rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    padding-bottom: 15rem;
    padding-top: 15rem;
    bottom: calc(100% + 5rem);
  }

  .article .specials_wrap .special_offer > p {
    font-size: 4rem;
  }

  .article .specials_wrap .special_offer > p.special_desc {
    font-size: 4.1rem;
  }
}

@media all and (max-width: 1440px) and (-ms-high-contrast: none), (max-width: 1440px) and (-ms-high-contrast: active) {
  .article .specials_wrap .special_offer > p.special_desc {
    margin-top: -5rem;
  }
}

@media (max-width: 1024px) {
  .article .specials_wrap .special_offer {
    max-width: 40rem;
    padding-bottom: 12rem;
    padding-top: 12rem;
    bottom: calc(100% + 4rem);
  }

  .article .specials_wrap .special_offer > p {
    font-size: 3.6rem;
  }

  .article .specials_wrap .special_offer > p.special_desc {
    font-size: 3.7rem;
  }
}

@media all and (max-width: 1024px) and (-ms-high-contrast: none), (max-width: 1024px) and (-ms-high-contrast: active) {
  .article .specials_wrap .special_offer > p.special_desc {
    margin-top: -4.5rem;
  }
}

@media (max-width: 840px) {
  .article .specials_wrap .special_offer {
    max-width: none;
    position: relative;
    bottom: auto;
    padding: 0 3rem 2rem;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 1;
  }

  .article .specials_wrap .special_offer > p {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    font-weight: 300;
    color: #80395b;
  }

  .article .specials_wrap .special_offer > p.special_desc {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: normal;
    padding-bottom: 0.25rem;
  }
}

@media all and (max-width: 840px) and (-ms-high-contrast: none), (max-width: 840px) and (-ms-high-contrast: active) {
  .article .specials_wrap .special_offer > p.special_desc {
    margin-top: 0;
  }
}

@media (max-width: 840px) {
  .article .specials_wrap .special_offer > p.border_text {
    border: none;
  }

  .article .specials_wrap .special_offer::before {
    content: "";
    height: 4rem;
  }

  .article .specials_wrap .special_offer + .experience_angle::before {
    background: transparent;
    height: 0;
    bottom: auto;
  }
}

@media (max-width: 540px) {
  .article .specials_wrap .special_offer > p {
    font-size: 1.4rem;
  }

  .article .specials_wrap .special_offer > p.special_desc {
    font-size: 2rem;
  }

  .article .specials_wrap .special_offer::before {
    content: "";
    height: 3rem;
  }
}

@media (max-width: 840px) {
  .article .specials_wrap {
    padding-top: 6rem;
  }
}

.article > .wrap .main_content_wrap + .side-content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-right: 1rem;
}

.article > .wrap .main_content_wrap + .side-content .form-wrapper {
  background: #fff;
  padding: 3rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
}

.article > .wrap .main_content_wrap + .side-content .form-wrapper h2 span {
  font-weight: 700;
  text-transform: uppercase;
}

.article > .wrap .main_content_wrap + .side-content .form-wrapper h2 + p {
  margin: 2rem 0;
}

.article > .wrap .main_content_wrap + .side-content .form-wrapper .form input[type="submit"] {
  max-width: 22.5rem;
  padding: 1.6rem 3rem;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 840px) {
  .article > .wrap .main_content_wrap + .side-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .article > .wrap .main_content_wrap + .side-content .form {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.embed_gallery + * {
  margin-top: 0 !important;
}

.gallery_image {
  padding-bottom: 56.2%;
  height: 0;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery_image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(232.1deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 20.56%);
}

.gallery_image > img {
  max-width: none;
  height: 100%;
  min-width: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery_image > p {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: right;
  color: #fff !important;
  z-index: 2;
  margin-top: 1.5rem;
  width: auto !important;
  padding: 0.5rem 2.4rem;
  background: transparent;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 1024px) {
  .gallery_image {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .gallery_image::before {
    content: none;
  }

  .gallery_image > p {
    background: #000;
    margin-top: 0;
  }
}

.gallery_thumbnails .items.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}

.gallery_thumbnails .items.carousel .item {
  margin-right: 2rem;
  margin-bottom: 6rem;
}

@media (max-width: 840px) {
  .gallery_thumbnails .items.carousel .item {
    margin-right: 1rem;
    margin-bottom: 3rem;
  }
}

.gallery_thumbnails .item {
  display: block;
  width: calc(25.69% - 20px);
  position: relative;
  height: 11rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery_thumbnails .item.is-clicked::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.25);
  border: 4px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .gallery_thumbnails .item {
    width: calc(30% - 15px);
  }
}

@media (max-width: 540px) {
  .gallery_thumbnails .item {
    width: calc(45% - 10px);
  }
}

.gallery_thumbnails .glide__arrow {
  width: 3.4rem;
  height: 3.4rem;
}

@media (max-width: 1338px) {
  .gallery_thumbnails {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (max-width: 1200px) {
  .gallery_thumbnails .glide__arrow.previous {
    padding-left: 0;
  }

  .gallery_thumbnails .glide__arrow.next {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .gallery_thumbnails {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery_thumbnails .glide__arrows {
    display: none;
  }
}

.socials .wrap {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 5.6rem 0;
  max-width: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 540px) {
  .socials .wrap {
    padding: 3rem 0;
  }
}

.socials .socials-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials .socials-inner > span {
  letter-spacing: -0.02em;
  font-weight: 600;
}

.socials .socials-inner > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.socials .socials-inner > ul li {
  display: inline-block;
  padding-left: 3rem;
  padding-bottom: 0;
  padding-top: 0.2rem;
}

.socials .socials-inner > ul li a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.socials .socials-inner > ul li a img {
  height: 2.4rem;
}

.socials .socials-inner > ul li::before {
  content: '';
}

li strong {
  font-weight: bold;
}

.tab_container {
  width: 100%;
  height: 30rem;
}

.tab_container #tab1:checked ~ .contents .item .tab1-content,
.tab_container #tab2:checked ~ .contents .item .tab2-content,
.tab_container #tab3:checked ~ .contents .item .tab3-content {
  display: block;
}

@media (max-width: 840px) {
  .tab_container #tab1:checked ~ .contents .item .tab1-content,
  .tab_container #tab2:checked ~ .contents .item .tab2-content,
  .tab_container #tab3:checked ~ .contents .item .tab3-content {
    height: auto !important;
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 540px) {
  .tab_container #tab1:checked ~ .contents .item .tab1-content,
  .tab_container #tab2:checked ~ .contents .item .tab2-content,
  .tab_container #tab3:checked ~ .contents .item .tab3-content {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.tab_container #tab1:checked ~ .contents .item .tab1,
.tab_container #tab2:checked ~ .contents .item .tab2,
.tab_container #tab3:checked ~ .contents .item .tab3 {
  background-color: #fff;
}

.tab_container #tab1:checked ~ .contents .item .tab1 p,
.tab_container #tab2:checked ~ .contents .item .tab2 p,
.tab_container #tab3:checked ~ .contents .item .tab3 p {
  color: #000 !important;
}

@media (max-width: 840px) {
  .tab_container #tab1:checked ~ .contents .item .tab1::before,
  .tab_container #tab2:checked ~ .contents .item .tab2::before,
  .tab_container #tab3:checked ~ .contents .item .tab3::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.tab_container input[type=radio] {
  display: none;
}

.tab_container .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.tab_container .contents .item {
  display: inline-block;
  width: 100%;
}

.tab_container .contents .item > .tab {
  display: inline-block;
  height: 5rem;
  padding: 0;
  margin-right: 1rem;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #b4b4b4;
  color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.tab_container .contents .item > .tab > p {
  color: #fff !important;
}

.tab_container .contents .item > .content {
  background: #fff;
  padding: 5rem 3rem 3rem;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}

.tab_container .contents .item > .content table {
  width: 100%;
  border: none;
  background: transparent;
  margin-top: 0;
  margin-bottom: 2rem;
}

.tab_container .contents .item > .content table tbody tr {
  border-bottom: 1px solid #dad3d1;
}

.tab_container .contents .item > .content table tbody tr > td {
  font-size: 1.6rem;
  font-weight: 200;
  color: #444444;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
}

@media (max-width: 840px) {
  .tab_container .contents {
    display: block;
  }

  .tab_container .contents .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    background: #fff;
  }

  .tab_container .contents .item > .tab {
    background: #fff;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    border-radius: 0;
    text-align: left;
  }

  .tab_container .contents .item > .tab::before {
    content: '';
    display: block;
    width: 1rem;
    height: 0.5rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDQ0NDQ0IiBzdHJva2Utd2lkdGg9IjIiIC8+PC9zdmc+");
    background-size: 1rem 0.5rem;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }

  .tab_container .contents .item > .tab > p {
    color: #000 !important;
  }

  .tab_container .contents .item > .content {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 0 1rem;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  .tab_container .contents .item + .item {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 540px) {
  .tab_container .contents .item > .content {
    padding: 0;
  }
}

@media (max-width: 840px) {
  .tab_container {
    height: auto !important;
  }

  .tab_container.shadow::before {
    content: none;
  }
}

.cross {
  position: relative;
}

.cross > .wrap.cross_background {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.cross > .wrap.cross_background::before {
  content: '';
  background-color: #679bad;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
}

.cross > .wrap.cross_background > .background_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cross > .wrap.cross_background > .cross_content {
  z-index: 30;
  position: relative;
  max-width: 123rem;
  margin: auto;
  padding: 8rem 1rem;
}

.cross > .wrap.cross_background > .cross_content > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cross > .wrap.cross_background > .cross_content > .item .img_wrap {
  max-width: 27rem;
  max-height: 27rem;
  width: 100%;
  height: 100%;
  margin-right: 10rem;
}

.cross > .wrap.cross_background > .cross_content > .item .img_wrap > .img_inner {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 100% 0 0 0;
}

.cross > .wrap.cross_background > .cross_content > .item .img_wrap > .img_inner > img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: 0;
  top: 0;
  bottom: 0;
}

.cross > .wrap.cross_background > .cross_content > .item .item_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cross > .wrap.cross_background > .cross_content > .item .item_info h2,
.cross > .wrap.cross_background > .cross_content > .item .item_info p {
  color: #fff;
}

.cross > .wrap.cross_background > .cross_content > .item .item_info h2 {
  margin-bottom: 0.5rem;
  margin-top: -2rem;
}

.cross > .wrap.cross_background > .cross_content > .item .item_info h2 > strong {
  font-size: 8.4rem;
  font-family: "GoldenPlains", sans-serif;
}

.cross > .wrap.cross_background > .cross_content > .item .item_info p {
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.cross > .wrap.cross_background > .cross_content > .item .item_info a.button {
  margin-top: 3rem;
}

.cross > .wrap.cross_background > .cross_content > .item + .item {
  margin-top: 6rem;
}

@media (max-width: 1024px) {
  .cross > .wrap.cross_background > .cross_content > .item .img_wrap {
    margin-right: 5rem;
    max-width: 22rem;
    max-height: 22rem;
  }
}

@media (max-width: 840px) {
  .cross > .wrap.cross_background > .cross_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cross > .wrap.cross_background > .cross_content > .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cross > .wrap.cross_background > .cross_content > .item .img_wrap {
    margin: 0;
    margin-bottom: 2rem;
    max-width: 18rem;
    max-height: 18rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .cross > .wrap.cross_background > .cross_content > .item .item_info {
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .cross > .wrap.cross_background > .cross_content > .item .item_info h2 {
    font-size: 4.2rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 540px) {
  .cross > .wrap.cross_background > .cross_content > .item .item_info p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.429;
  }
}

.search_form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.search_form input[type="text"] {
  width: calc(100% - 18rem);
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search_form input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 18rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 540px) {
  .search_form input[type="text"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYiIHN0cm9rZT0iIzgxMzk1QiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xMSAxMkwxNiAxNyIgc3Ryb2tlPSIjODEzOTVCIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: right 1.7rem center;
    padding-right: 4rem;
    width: 100%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    text-overflow: ellipsis;
  }

  .search_form input[type="submit"] {
    display: none;
    border: 0;
  }
}

.design-2023 .search_form {
  position: relative;
}

.design-2023 .search_form input[type="text"] {
  width: 100%;
  border-radius: 5.4rem;
  border: 1px solid #b4b4b4;
  background-color: #f3f3f3;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 2.45rem 8.3rem 2.45rem 3.2rem;
}

.design-2023 .search_form .submit-button {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 6.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ec6762;
}

.design-2023 .search_form .submit-button input[type="submit"] {
  font-size: 0;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 6.5rem;
  border: 0;
  padding: 0;
  background: transparent;
  z-index: 2;
}

.design-2023 .search_form .submit-button::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMjEuNzVjLTUuNjUgMC0xMC4yNS00LjYtMTAuMjUtMTAuMjVTNi4zNSAxLjI1IDEyIDEuMjVzMTAuMjUgNC42IDEwLjI1IDEwLjI1UzE3LjY1IDIxLjc1IDEyIDIxLjc1Wm0wLTE5Yy00LjgzIDAtOC43NSAzLjkzLTguNzUgOC43NXMzLjkyIDguNzUgOC43NSA4Ljc1IDguNzUtMy45MyA4Ljc1LTguNzVTMTYuODMgMi43NSAxMiAyLjc1Wk0yMi41IDIyLjc1Yy0uMTkgMC0uMzgtLjA3LS41My0uMjJsLTItMmEuNzU0Ljc1NCAwIDAgMSAwLTEuMDZjLjI5LS4yOS43Ny0uMjkgMS4wNiAwbDIgMmMuMjkuMjkuMjkuNzcgMCAxLjA2LS4xNS4xNS0uMzQuMjItLjUzLjIyWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}

@media (max-width: 840px) {
  .design-2023 .search_form input[type="text"] {
    font-size: 1.6rem;
    padding: 1.5rem 5.2rem 1.5rem 2rem;
  }

  .design-2023 .search_form .submit-button {
    right: 0.5rem;
    width: 4.08rem;
    height: 4.08rem;
    border-radius: 4.08rem;
  }

  .design-2023 .search_form .submit-button input[type="submit"] {
    width: 4.08rem;
    height: 4.08rem;
    border-radius: 4.08rem;
  }

  .design-2023 .search_form .submit-button::after {
    width: 1.6rem;
    height: 1.7rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .search_form .submit-button input[type="submit"] {
    display: block;
  }
}

.results {
  overflow: hidden;
}

.results .wrap > h2 {
  margin-bottom: 6rem;
  text-align: left;
}

.results .wrap > h2 > strong {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .results .wrap > h2 {
    margin-left: 1rem;
  }
}

@media (max-width: 840px) {
  .results .wrap > h2 {
    margin-left: 1.5rem;
  }
}

@media (max-width: 540px) {
  .results .wrap > h2 {
    margin-left: 0;
    text-align: center;
  }
}

.results .items.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.results .items.flex .item {
  margin-bottom: 6rem;
}

.results .items.flex .item.animateIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.4s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.results .items.flex .item.animateIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (max-width: 840px) {
  .results .items.flex .item {
    margin-bottom: 3rem;
  }
}

.results .items .item {
  width: calc(33.3% - 2.66666666667rem);
}

.results .items .text {
  padding: 1.5rem 2rem 0;
}

.results .items .text h5 {
  margin: 1rem 0;
}

@media (max-width: 1024px) {
  .results .wrap {
    padding: 0;
  }

  .results .items {
    padding: 0 1.5rem;
  }

  .results .items .item {
    width: 31%;
    max-width: calc(100vw - 5rem);
  }

  .results .items.items_only .item {
    width: 32%;
    max-width: none;
  }
}

@media (max-width: 840px) {
  .results .items .item {
    width: 48%;
  }

  .results .items.items_only .item {
    width: calc(50% - 0.75rem);
  }
}

@media (max-width: 540px) {
  .results .wrap {
    margin-bottom: 3rem;
  }

  .results .items .item {
    width: 95%;
  }

  .results .items.items_only .item {
    width: 100%;
  }
}

.results .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

.results .item > .profile-container.small > .profile {
  width: 26rem;
  height: 26rem;
}

.results .item > .profile-container.small > .profile .profile-text > div {
  z-index: 10;
  position: relative;
}

.results .item > .profile-container.small > .profile .stars {
  margin-top: -0.8rem;
  margin-bottom: 0.6rem;
}

.results .item > .profile-container.small > .profile .stars.platinum > svg:nth-child(2n+1) {
  width: 1.6rem;
}

.results .item > .profile-container.small > .profile .stars.platinum > svg:nth-child(2) {
  width: 2.4rem;
}

.results .item > .profile-container.small > .profile .stars.gold > svg:nth-child(2n+1) {
  width: 1.6rem;
}

.results .item > .profile-container.small > .profile .stars.gold > svg:nth-child(2) {
  display: none;
}

.results .item > .profile-container.small > .profile .stars.silver > svg:nth-child(2n+1) {
  display: none;
}

.results .item > .profile-container.small > .profile .stars.silver > svg:nth-child(2) {
  width: 1.6rem;
}

@media (max-width: 840px) {
  .results .item > .profile-container.small > .profile {
    width: 23rem;
    height: 23rem;
  }
}

.results .item > .profile-container::before {
  left: 3rem;
  right: 3rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.results .item > .profile-container::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50%;
  border: 0.4rem solid #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.results .item > p.name_text {
  font-size: 3.2rem;
  line-height: 1.2;
  color: #80395b;
  font-weight: 600;
  margin-top: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.results .item .cta {
  margin-top: 1.8rem;
}

@media (max-width: 840px) {
  .results .item {
    margin-left: auto;
    margin-right: auto;
  }
}

.no-results {
  margin-top: 12rem !important;
  margin-bottom: 12rem;
}

.no-results h2 {
  line-height: 1.4;
}

.no-results h2.black_text {
  color: #000;
  font-weight: 600;
  line-height: 1.19;
}

.no-results p {
  font-weight: 300 !important;
  line-height: 1.375 !important;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 540px) {
  .no-results p > br {
    display: none;
  }
}

.noresult_mobile_panel {
  background: #fff;
  max-width: 0;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
  overflow-y: auto;
  overflow-x: hidden;
}

.noresult_mobile_panel > .wrap {
  padding-top: 6rem !important;
  text-align: center;
}

.noresult_mobile_panel > .wrap h2 {
  font-size: 2rem;
  color: #80395b;
  font-weight: 300;
  line-height: 1.6;
}

.noresult_mobile_panel > .wrap h2.black_text {
  color: #000;
  font-weight: 600;
  line-height: 1.19;
  margin-top: 0.6rem;
}

.noresult_mobile_panel > .wrap p {
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 1.428 !important;
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  color: #444444;
}

.search-result {
  margin-top: 6rem !important;
  margin-bottom: 12rem;
}

.search-result > .wrap .profile-header > .profile-container {
  display: inline-block;
}

.search-result > .wrap .profile-header > .profile-container .profile-text > div {
  z-index: 10;
  position: relative;
}

.search-result > .wrap .profile-header > .profile-container .stars {
  margin-top: -0.8rem;
  margin-bottom: 0.6rem;
}

.search-result > .wrap .profile-header > .profile-container .stars.platinum > svg:nth-child(2n+1) {
  width: 1.6rem;
}

.search-result > .wrap .profile-header > .profile-container .stars.platinum > svg:nth-child(2) {
  width: 2.4rem;
}

.search-result > .wrap .profile-header > .profile-container .stars.gold > svg:nth-child(2n+1) {
  width: 1.6rem;
}

.search-result > .wrap .profile-header > .profile-container .stars.gold > svg:nth-child(2) {
  display: none;
}

.search-result > .wrap .profile-header > .profile-container .stars.silver > svg:nth-child(2n+1) {
  display: none;
}

.search-result > .wrap .profile-header > .profile-container .stars.silver > svg:nth-child(2) {
  width: 1.6rem;
}

.search-result > .wrap .profile-header > .buttons {
  margin-bottom: 3rem;
}

.search-result > .wrap .profile-header > .buttons > a + a {
  margin-left: 2rem;
}

.search-result > .wrap .profile-header > .calling_text {
  font-weight: 300;
  color: #444444 !important;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 0 !important;
}

@media (max-width: 840px) {
  .search-result {
    margin-bottom: 6rem;
  }

  .search-result > .wrap {
    padding-top: 6rem;
  }

  .search-result > .wrap .profile-header > .profile-container.large > .profile {
    height: 33rem;
    width: 33rem;
  }
}

@media (max-width: 540px) {
  .search-result {
    margin-bottom: 3rem;
  }

  .search-result > .wrap {
    padding-top: 3rem;
  }

  .search-result > .wrap .profile-header > .profile-container.large > .profile {
    height: 28rem;
    width: 28rem;
  }

  .search-result > .wrap .profile-header > .buttons {
    margin-bottom: 1.8rem;
  }

  .search-result > .wrap .profile-header > .buttons > a {
    margin-top: 1.6rem;
  }

  .search-result > .wrap .profile-header > .buttons > a:first-child {
    margin-left: 0;
  }
}

@media (max-width: 350px) {
  .search-result > .wrap .profile-header > .profile-container.large > .profile {
    width: 22rem;
    height: 22rem;
  }

  .search-result > .wrap .profile-header > .buttons > a {
    width: 100%;
  }

  .search-result > .wrap .profile-header > .buttons > a + a {
    margin-left: 0;
  }
}

.extralink_panel {
  background: #fff;
  padding: 6rem 0;
  border-radius: 5px;
}

.extralink_panel::before {
  z-index: -1;
}

.extralink_panel > h3 {
  font-weight: 300;
}

.extralink_panel > h3.black_text {
  color: #444444;
  font-weight: bold;
}

.extralink_panel > h3 > strong {
  font-weight: bold;
}

.extralink_panel > a.cta.button {
  margin-top: 2.8rem;
}

.extralink_panel.small_padding {
  padding: 4rem;
}

.extralink_panel.small_padding > h3 {
  margin-bottom: 2rem !important;
}

.extralink_panel.small_padding > p a.link_text {
  color: #444444;
}

.extralink_panel.small_padding > p br {
  display: none;
}

@media (max-width: 540px) {
  .extralink_panel.small_padding {
    text-align: center;
    padding: 3rem;
  }

  .extralink_panel.small_padding > h3 {
    margin-bottom: 1.2rem !important;
  }

  .extralink_panel.small_padding > p br {
    display: block;
  }
}

@media (max-width: 540px) {
  .extralink_panel {
    padding: 3rem;
  }

  .extralink_panel > a.cta.button {
    margin-top: 2rem;
  }
}

@media (max-width: 540px) {
  .extralink > .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.exit-intent-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -100;
}

.exit-intent-popup.is_visible {
  opacity: 1;
  z-index: 200;
}

.exit-intent-popup.is_visible .popup_container {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.exit-intent-popup .popup_container {
  position: relative;
  max-width: 85rem;
  width: 100%;
  background: #fff;
  margin: 25vh auto 0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 10px 45px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 45px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.exit-intent-popup .popup_container .popup_close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #80395b;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.exit-intent-popup .popup_container .popup_close .close_icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.exit-intent-popup .popup_container .popup_close .close_icon:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.exit-intent-popup .popup_container .popup_close .close_icon::before,
.exit-intent-popup .popup_container .popup_close .close_icon::after {
  content: '';
  height: 1.2rem;
  width: 0.2rem;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.exit-intent-popup .popup_container .popup_close .close_icon::before {
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}

.exit-intent-popup .popup_container .popup_close .close_icon::after {
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.exit-intent-popup .popup_container .popup_content .heading-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 2rem 3rem 0;
}

.exit-intent-popup .popup_container .popup_content .heading-title > span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.exit-intent-popup .popup_container .popup_content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.exit-intent-popup .popup_container .popup_content_left {
  padding: 2rem 3rem;
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.exit-intent-popup .popup_container .popup_content_left p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.exit-intent-popup .popup_container .popup_content_left ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}

.exit-intent-popup .popup_container .popup_content_left ul li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.32rem;
  padding-left: 2rem;
}

.exit-intent-popup .popup_container .popup_content_left ul li:last-child {
  padding-bottom: 0;
}

.exit-intent-popup .popup_container .popup_content_left ul li::before {
  content: '-';
  position: absolute;
  color: #80395b;
  font-weight: 400;
  font-size: 2.5rem;
  display: inline-block;
  width: 0.6rem;
  margin-left: -2rem;
  line-height: 2.4rem;
}

@media (max-width: 840px) {
  .exit-intent-popup .popup_container .popup_content_left ul li {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}

.exit-intent-popup .popup_container .popup_content_left .tag-container {
  min-height: 5.4rem;
  margin: 0 -3rem 1rem;
  padding: 1.5rem 0 1.5rem 3rem;
}

.exit-intent-popup .popup_container .popup_content_left .tag-container p {
  font-size: 2rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
}

.exit-intent-popup .popup_container .popup_content_left .popup-form {
  margin-top: 2rem;
}

.exit-intent-popup .popup_container .popup_content_left .popup-form .fields-group {
  margin: -0.8rem;
}

.exit-intent-popup .popup_container .popup_content_left .popup-form .fields-group .field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem;
}

.exit-intent-popup .popup_container .popup_content_left .popup-form .fields-group .field + .field {
  margin-top: 0;
}

.exit-intent-popup .popup_container .popup_content_left .popup-form .privacy-text {
  line-height: 1.3;
  margin-top: 1.2rem;
}

.exit-intent-popup .popup_container .popup_content_left .popup-form .popup_submit {
  font-size: 2rem;
  margin-top: 2rem;
  padding: 1.6rem 3rem;
  text-transform: uppercase;
}

.exit-intent-popup .popup_container .popup_content_left .popup-form .error .errorMessage {
  margin-top: 1rem;
}

.exit-intent-popup .popup_container .popup_content_right {
  position: relative;
  padding: 2rem 3rem;
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.exit-intent-popup .popup_container .popup_content_right .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2rem;
}

.exit-intent-popup .popup_container .popup_content_right .img-container img {
  display: block;
  width: auto;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.exit-intent-popup .popup_container .popup_content_right .img-container .img-container-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.exit-intent-popup .success-submit {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  margin-top: 2rem;
  padding: 0.5rem 1.5rem;
}

.exit-intent-popup .success-submit p {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .exit-intent-popup .popup_container .popup_content .heading-title > span {
    font-size: 4rem;
  }

  .exit-intent-popup .popup_container .popup_content_left .tag-container p,
  .exit-intent-popup .popup_container .popup_content_left .popup-form .popup_submit {
    font-size: 1.8rem;
  }
}

@media (max-width: 840px) {
  .exit-intent-popup .popup_container .popup_content .heading-title {
    font-size: 2rem;
  }

  .exit-intent-popup .popup_container .popup_content .heading-title > span {
    font-size: 3rem;
  }

  .exit-intent-popup .popup_container .popup_content_left .tag-container p,
  .exit-intent-popup .popup_container .popup_content_left .popup-form .popup_submit {
    font-size: 1.6rem;
  }

  .exit-intent-popup .popup_container .popup_content_left .popup-form .field {
    padding-left: 0;
    padding-right: 0;
  }

  .exit-intent-popup .popup_container .popup_content_left .popup-form .popup_submit {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .exit-intent-popup .popup_container {
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 640px) {
  .exit-intent-popup .popup_container .popup_content_left {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .exit-intent-popup .popup_container .popup_content_left .tag-container {
    padding-right: 3rem;
  }

  .exit-intent-popup .popup_container .popup_content_right {
    display: none;
  }
}

@media (max-width: 540px) {
  .exit-intent-popup .popup_container .popup_content .heading-title {
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .exit-intent-popup .popup_container .popup_content .heading-title > span {
    font-size: 2.5rem;
  }

  .exit-intent-popup .popup_container .popup_content_left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .exit-intent-popup .popup_container .popup_content_left .tag-container {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .exit-intent-popup .popup_container .popup_content_left .popup-form .popup_submit {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 1440px) {
  .design-2023 .desktop-only {
    display: none;
  }
}

@media (max-width: 540px) {
  .design-2023 .mobile-only {
    display: none;
  }
}

.design-2023 .wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 840px) {
  .design-2023 .wrap {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.design-2023 .secondary {
  position: relative;
}

.design-2023 .secondary img {
  width: 100%;
  height: 100%;
}

.design-2023 .secondary .profile-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 3rem 0;
  background: #fff;
  color: #80395b;
}

.design-2023 .secondary .profile-text div {
  max-width: 70%;
  font-size: 1.7rem;
  margin: auto;
  text-align: center;
}

.design-2023 .secondary .profile-text div span {
  display: block;
  font-weight: 200;
  padding-bottom: 0.5rem;
}

.design-2023 .secondary .profile-text div strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 540px) {
  .design-2023 .secondary {
    width: 25rem;
    height: 25rem;
  }

  .design-2023 .secondary .profile-text {
    padding: 0 0 2rem 0;
  }

  .design-2023 .secondary .profile-text div span {
    font-size: 1rem;
  }

  .design-2023 .secondary .profile-text div strong {
    font-size: 1.2rem;
  }

  .design-2023 .secondary .angle:before {
    height: 1.5rem;
  }
}

.design-2023 .block .blockTitle {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.13;
  color: #80395b;
  margin-bottom: 2.4rem;
}

.design-2023 .block .blockTitle + p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  max-width: 76.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.8rem;
}

@media (max-width: 1440px) {
  .design-2023 .block .blockTitle {
    font-size: 5.4rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .block .blockTitle {
    font-size: 3.2rem;
  }
}

.design-2023 .block.podcasts {
  margin-top: 0;
  padding-top: 10.6rem;
  padding-bottom: 10.6rem;
  background: #f2f2f2;
}

@media (max-width: 1024px) {
  .design-2023 .block.podcasts {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .block.podcasts {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .design-2023 .block.podcasts .blockTitle + p {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .block.podcasts {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

.design-2023 .aspect-ratio-image {
  min-height: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.design-2023 .aspect-ratio-image::before {
  content: "";
  display: block;
  height: 0;
  min-height: 0;
  width: 100%;
  z-index: 0;
}

.design-2023 .trustpilot-testimonials {
  display: none;
  background: #fff;
  margin-top: 0;
}

.design-2023 .trustpilot-testimonials .block-title {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.design-2023 .trustpilot-testimonials .block-title .blockTitle {
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .design-2023 .trustpilot-testimonials {
    display: block;
  }
}

.design-2023 .trustpilot-block {
  margin-top: 0;
  padding: 7.5rem 0;
  background: #fff;
}

.design-2023 .trustpilot-block .desktop-block {
  display: block;
  width: 100%;
}

.design-2023 .trustpilot-block .desktop-block.horizontal {
  margin-bottom: 2.2rem;
}

.design-2023 .trustpilot-block .mobile-block {
  display: none;
}

@media (max-width: 1024px) {
  .design-2023 .trustpilot-block {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .trustpilot-block {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

@media (max-width: 720px) {
  .design-2023 .trustpilot-block .desktop-block {
    display: none;
  }

  .design-2023 .trustpilot-block .mobile-block {
    display: block;
  }
}

@media (max-width: 540px) {
  .design-2023 .trustpilot-block {
    padding-top: 0;
    padding-bottom: 3.2rem;
  }

  .design-2023 .trustpilot-block .trustpilot-widget {
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
  }
}

.design-2023 .find-personal-consultants {
  position: relative;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
  margin-top: 0;
  background: #fff;
  z-index: 2;
}

.design-2023 .find-personal-consultants > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.design-2023 .find-personal-consultants > .wrap .left-content {
  -ms-flex-preferred-size: 47.167%;
      flex-basis: 47.167%;
  padding-right: 2.4rem;
}

.design-2023 .find-personal-consultants > .wrap .left-content h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.13;
  color: #80395b;
  margin-bottom: 2.4rem;
}

.design-2023 .find-personal-consultants > .wrap .left-content h2 + p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.56;
  color: #595959;
}

.design-2023 .find-personal-consultants > .wrap .right-content {
  -ms-flex-preferred-size: 52.833%;
      flex-basis: 52.833%;
}

.design-2023 .find-personal-consultants .search_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.design-2023 .find-personal-consultants .search_container > .search_form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.design-2023 .find-personal-consultants .search_container .modal_close {
  position: absolute;
  right: calc(50vw - 60rem);
  z-index: 22;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
  color: #80395b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 3rem;
  cursor: pointer;
}

.design-2023 .find-personal-consultants .search_container .modal_close.shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.design-2023 .find-personal-consultants .search_container .modal_close .close_icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin-right: 0.8rem;
}

.design-2023 .find-personal-consultants .search_container .modal_close .close_icon:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.design-2023 .find-personal-consultants .search_container .modal_close .close_icon::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA2IDYiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiM4MTM4NUIiIGQ9Ik01Ljg2NC4xNGEuNDUzLjQ1MyAwIDAgMC0uNjQxIDBMMyAyLjM2Ljc3OC4xMzZhLjQ1My40NTMgMCAwIDAtLjY0MS42NDFMMi4zNTkgMyAuMTM3IDUuMjIzYS40NTMuNDUzIDAgMSAwIC42NC42NEwzIDMuNjQxbDIuMjIzIDIuMjIyYS40NTMuNDUzIDAgMCAwIC42NC0uNjRMMy42NDIgMyA1Ljg2NC43NzdhLjQ1Ni40NTYgMCAwIDAgMC0uNjM2WiIvPjwvc3ZnPg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.design-2023 .find-personal-consultants .preshow_panel .preshow_panel-inner {
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap .result_cate_name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 3rem;
  margin-bottom: 3.6rem;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap ul.items {
  list-style: none;
  margin-bottom: 2rem;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap ul.items li {
  padding-left: 0;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap ul.items li::before {
  content: none;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap ul.items li .result_info {
  min-height: 0;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap .cta.button {
  line-height: 1.2;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap .right_panel .result_cate_name {
  margin-bottom: 3rem;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap .right_panel ul.items {
  margin-bottom: 0;
}

.design-2023 .find-personal-consultants .preshow_panel .wrap .right_panel ul.items li + li {
  margin-top: 4rem;
}

.design-2023 .find-personal-consultants .noresult_mobile_panel {
  position: absolute;
  left: 0;
  width: 100vw;
  height: auto;
  max-height: 0;
  z-index: 21;
  overflow: hidden;
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
}

.design-2023 .find-personal-consultants .noresult_mobile_panel > .wrap {
  padding-bottom: 6rem;
}

.design-2023 .find-personal-consultants .noresult_mobile_panel.shown {
  max-width: none;
  max-height: 100vh;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .design-2023 .find-personal-consultants .noresult_mobile_panel {
    width: calc(100vw - 17px);
  }
}

@supports (-ms-ime-align: auto) {
  .design-2023 .find-personal-consultants .noresult_mobile_panel {
    width: calc(100vw - 16px);
  }
}

@media (max-width: 1230px) {
  .design-2023 .find-personal-consultants .search_container .modal_close {
    right: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .design-2023 .find-personal-consultants {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .find-personal-consultants {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

@media (max-width: 720px) {
  .design-2023 .find-personal-consultants > .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .design-2023 .find-personal-consultants > .wrap .left-content,
  .design-2023 .find-personal-consultants > .wrap .right-content {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .design-2023 .find-personal-consultants > .wrap .left-content {
    margin-bottom: 2.4rem;
    padding-right: 0;
  }

  .design-2023 .find-personal-consultants > .wrap .left-content h2 {
    font-size: 4rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .find-personal-consultants {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .find-personal-consultants > .wrap .left-content h2 {
    font-size: 3.2rem;
  }

  .design-2023 .find-personal-consultants .preshow_panel {
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .design-2023 .find-personal-consultants .preshow_panel .preshow_panel-inner {
    border-top: 0;
    border-bottom: 0;
  }

  .design-2023 .find-personal-consultants .preshow_panel .wrap {
    display: block;
    padding: 0;
  }

  .design-2023 .find-personal-consultants .preshow_panel .wrap .result_cate_name {
    display: inline-block;
  }

  .design-2023 .find-personal-consultants .preshow_panel .wrap ul.items {
    margin-bottom: 3rem;
  }

  .design-2023 .find-personal-consultants .preshow_panel .wrap a.cta.button {
    position: absolute;
    top: 3rem;
    right: 2.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.56;
    padding: 0;
    border: none;
    text-decoration: underline;
  }

  .design-2023 .find-personal-consultants .preshow_panel .wrap > div.right_panel {
    border-top: 1px solid #c4c4c4;
    padding-left: 0;
    margin-bottom: 0;
  }

  .design-2023 .find-personal-consultants .noresult_mobile_panel {
    position: relative;
    width: auto;
    border-top: none;
    border-bottom: none;
    margin-top: 1rem;
  }
}

.design-2023 .travel-charities {
  margin-top: 0;
  padding-bottom: 6rem;
}

.design-2023 .travel-charities .travel-charities-inner {
  position: relative;
}

.design-2023 .travel-charities .travel-charities-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.design-2023 .travel-charities .travel-charities-bg::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: -1rem;
  width: 100%;
  background-image: url("/images/design-2023/charity-relevant.jpg");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.design-2023 .travel-charities .travel-charities-bg::after {
  content: "";
  position: absolute;
  top: -12.371rem;
  left: 0;
  width: 60%;
  height: 59.3rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkzOCIgaGVpZ2h0PSI1OTMiIHZpZXdCb3g9IjAgMCAxOTM4IDU5MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTgwOS41IDI2MS41QzE4MDMuOSAxNDIuNyAxODc2LjE3IDM3LjY2NyAxOTEzIDBMMCAzNHY1NTVjNjU0LjgzMyAyLjMzMyAxOTU5IDUuNiAxOTM3IDAtMjcuNS03LTEyMC41LTE3OS0xMjcuNS0zMjcuNVoiIGZpbGw9IiM2M0EzODMiLz48L3N2Zz4=");
  background-position: right center;
  background-size: 1938px 593px;
  background-repeat: no-repeat;
}

.design-2023 .travel-charities .contents {
  position: relative;
  padding: 6.4rem 4.2rem;
  z-index: 1;
}

.design-2023 .travel-charities .contents h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.design-2023 .travel-charities .contents h2 strong {
  display: inline-block;
  font-family: "GoldenPlains", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.design-2023 .travel-charities .contents p {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  max-width: 50rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .design-2023 .travel-charities {
    padding-bottom: 5.6rem;
  }

  .design-2023 .travel-charities .contents {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .design-2023 .travel-charities .contents h2 {
    font-size: 5rem;
  }

  .design-2023 .travel-charities .contents h2 strong {
    font-size: 9rem;
  }

  .design-2023 .travel-charities .contents p {
    font-size: 2.6rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .travel-charities {
    padding-bottom: 4.2rem;
  }

  .design-2023 .travel-charities .contents {
    padding: 4.2rem 1.8rem 4.2rem 3.2rem;
  }

  .design-2023 .travel-charities .contents h2 {
    font-size: 4.5rem;
    margin-bottom: 3.2rem;
  }

  .design-2023 .travel-charities .contents h2 strong {
    font-size: 8rem;
  }

  .design-2023 .travel-charities .contents p {
    font-size: 2.4rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .travel-charities {
    padding-bottom: 3.2rem;
  }

  .design-2023 .travel-charities .travel-charities-bg::before {
    top: 49.0126%;
    left: 0;
    bottom: -3.2rem;
    width: 100%;
  }

  .design-2023 .travel-charities .travel-charities-bg::after {
    top: auto;
    bottom: 12.531rem;
    width: 100%;
    height: calc(100% - 12.531rem);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OTMiIGhlaWdodD0iMTkzOCIgdmlld0JveD0iMCAwIDU5MyAxOTM4IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjNjNBMzgzIiBkPSJNMzMwLjU5MiAxODA5LjkxYzExOC44LTUuNiAyMjMuODMzIDY2LjY3IDI2MS41IDEwMy41bC0zNC0xOTEzaC01NTVjLTIuMzM0IDY1NC44MzMtNS42IDE5NTkgMCAxOTM3IDctMjcuNSAxNzktMTIwLjUgMzI3LjUtMTI3LjVaIi8+PC9zdmc+");
    background-size: 593px 1938px;
    background-position: bottom center;
  }

  .design-2023 .travel-charities .travel-charities-inner {
    padding-bottom: 26.7rem;
  }

  .design-2023 .travel-charities .contents {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .travel-charities .contents h2 {
    font-size: 4rem;
    margin-bottom: 4.2rem;
  }

  .design-2023 .travel-charities .contents h2 strong {
    font-size: 7rem;
    margin-top: -0.8rem;
  }

  .design-2023 .travel-charities .contents p {
    font-size: 2.2rem;
  }
}

@media (max-width: 540px) {
  .design-2023.searchopen {
    overflow: hidden;
  }

  .design-2023.searchopen .find-personal-consultants {
    z-index: 100;
  }

  .design-2023.searchopen .find-personal-consultants .search_container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 3.2rem 2.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    z-index: 100;
  }

  .design-2023.searchopen .find-personal-consultants .search_container > .search_form {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .design-2023.searchopen .find-personal-consultants .search_container .modal_close {
    position: relative;
    top: auto !important;
    right: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: initial;
    margin-top: 0;
  }

  .design-2023.searchopen .find-personal-consultants .preshow_panel {
    position: relative;
    top: 0 !important;
    background: transparent;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .design-2023.searchopen .find-personal-consultants .noresult_mobile_panel {
    position: relative;
    top: 0 !important;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.design-2023 .ambassadors {
  position: relative;
  margin-top: 0;
  padding-top: 6.6rem;
  padding-bottom: 6.6rem;
}

.design-2023 .ambassadors::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #7ac1c7), color-stop(50%, #155d66));
  background: linear-gradient(90deg, #7ac1c7 50%, #155d66 50%);
  z-index: 0;
}

.design-2023 .ambassadors .ambassadors-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
}

.design-2023 .ambassadors .ambassador-info {
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
  padding-right: 2.4rem;
}

.design-2023 .ambassadors .ambassador-info .blockTitle {
  color: #155d66;
  margin-bottom: 2.8rem;
}

.design-2023 .ambassadors .ambassador-info .blockTitle + p {
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 3.75rem;
}

.design-2023 .ambassadors .ambassador-info blockquote {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #155d66;
  padding-left: 3.2rem;
  quotes: "\201C" "\201D" "\2018" "\2019";
  max-width: 34rem;
  margin-bottom: 3.75rem;
}

.design-2023 .ambassadors .ambassador-info blockquote::before {
  content: "\201C";
  position: absolute;
  display: block;
  top: -2.05rem;
  left: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.56;
  color: #155d66;
}

.design-2023 .ambassadors .ambassador-info blockquote .end-quote {
  position: relative;
  width: 2.4rem;
  height: 1.6rem;
  margin-left: 8px;
}

.design-2023 .ambassadors .ambassador-info blockquote .end-quote::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS4zNDQuOTE0YzEuMiAwIDIuMi4zODMgMyAxLjE1LjguNzY3IDEuMiAxLjczMyAxLjIgMi45IDAgLjYzMy0uMTE3IDEuMjgzLS4zNSAxLjk1LS4yLjY2Ny0uNTY3IDEuNTY3LTEuMSAyLjdsLTMuMiA2LjU1SC44NDRsMi4xLTcuOGMtMS4yMzQtLjg2Ny0xLjg1LTIuMDE3LTEuODUtMy40NSAwLTEuMTMzLjQtMi4wODMgMS4yLTIuODUuODMzLS43NjcgMS44NS0xLjE1IDMuMDUtMS4xNVptMTAuMjUgMGMxLjIgMCAyLjIuMzgzIDMgMS4xNS44Ljc2NyAxLjIgMS43MzMgMS4yIDIuOSAwIC42MzMtLjExNyAxLjI4My0uMzUgMS45NS0uMi42NjctLjU2NyAxLjU2Ny0xLjEgMi43bC0zLjIgNi41NWgtNC4wNWwyLjEtNy44Yy0xLjIzNC0uODY3LTEuODUtMi4wMTctMS44NS0zLjQ1IDAtMS4xMzMuNC0yLjA4MyAxLjItMi44NS44MzMtLjc2NyAxLjg1LTEuMTUgMy4wNS0xLjE1WiIgZmlsbD0iIzE1NUQ2NiIvPjwvc3ZnPg==");
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 0;
  color: #155d66;
}

.design-2023 .ambassadors .ambassador-image {
  -ms-flex-preferred-size: 62.5%;
      flex-basis: 62.5%;
}

@media (max-width: 1024px) {
  .design-2023 .ambassadors {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .ambassadors {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .design-2023 .ambassadors .ambassador-info .blockTitle {
    font-size: 4.8rem;
  }
}

@media (max-width: 720px) {
  .design-2023 .ambassadors::before {
    background: #155d66;
  }

  .design-2023 .ambassadors .ambassadors-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .design-2023 .ambassadors .ambassador-info {
    position: relative;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-right: 0;
    padding-bottom: 2.4rem;
  }

  .design-2023 .ambassadors .ambassador-info::before {
    content: "";
    position: absolute;
    top: -4.2rem;
    left: -2.4rem;
    right: -2.4rem;
    bottom: -5.4rem;
    background: #7ac1c7;
    z-index: -1;
  }

  .design-2023 .ambassadors .ambassador-image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }

  .design-2023 .ambassadors .ambassador-image .aspect-ratio-image::before {
    padding-bottom: 81.9572%;
  }
}

@media (max-width: 540px) {
  .design-2023 .ambassadors {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .ambassadors .ambassador-info::before {
    top: -3.2rem;
  }
}

.design-2023 .holiday-benefits {
  margin-top: 0;
  padding-bottom: 4.2rem;
  background: #f8f8f8;
}

.design-2023 .holiday-benefits .block-title {
  padding-top: 5.3rem;
  padding-bottom: 5.3rem;
}

.design-2023 .holiday-benefits .block-title .blockTitle + p {
  margin-bottom: 2rem;
}

.design-2023 .holiday-benefits .holiday-benefits-content {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.design-2023 .holiday-benefits .holiday-benefits-content > *:first-child {
  grid-column: span 2;
}

.design-2023 .holiday-benefits .holiday-benefit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.1);
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-image {
  -ms-flex-preferred-size: 62.9167%;
      flex-basis: 62.9167%;
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-image .aspect-ratio-image {
  height: 100%;
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-image .aspect-ratio-image::before {
  padding-bottom: 60%;
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-image .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-preferred-size: 37.0833%;
      flex-basis: 37.0833%;
  background: #fff;
  padding: 5.225rem 3.2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-content img {
  display: block;
  max-width: 10rem;
  margin-bottom: 1.6rem;
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-content h3 {
  line-height: 1.13;
  color: #000;
  margin-bottom: 3.2rem;
}

.design-2023 .holiday-benefits .holiday-benefit-card .card-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

.design-2023 .holiday-benefits .holiday-benefit-card.stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.design-2023 .holiday-benefits .holiday-benefit-card.stacked .card-image {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.design-2023 .holiday-benefits .holiday-benefit-card.stacked .card-image .aspect-ratio-image::before {
  padding-bottom: 52.8547%;
}

.design-2023 .holiday-benefits .holiday-benefit-card.stacked .card-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.design-2023 .holiday-benefits .holiday-benefit-card.stacked.reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 1024px) {
  .design-2023 .holiday-benefits .holiday-benefits-content {
    gap: 3.2rem;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-content {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .holiday-benefits .block-title {
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }

  .design-2023 .holiday-benefits .block-title .blockTitle {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 4rem;
  }

  .design-2023 .holiday-benefits .block-title .blockTitle + p {
    margin-bottom: 2rem;
  }

  .design-2023 .holiday-benefits .block-title p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .design-2023 .holiday-benefits .holiday-benefits-content {
    gap: 2.4rem;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-content {
    padding: 2.4rem;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-content h3 {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .holiday-benefits {
    padding-bottom: 3.2rem;
  }

  .design-2023 .holiday-benefits .holiday-benefits-content {
    gap: 1.6rem;
    grid-template-rows: auto;
    grid-template-columns: none;
  }

  .design-2023 .holiday-benefits .holiday-benefits-content > *:first-child {
    grid-column: auto;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e5e5e5;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-image .aspect-ratio-image::before {
    padding-bottom: 49.0667%;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-content {
    padding: 3rem 2.4rem 2.4rem;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-content h3 {
    line-height: 1.56;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card .card-content p {
    max-width: 22rem;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card.stacked .card-image .aspect-ratio-image::before {
    padding-bottom: 49.0667%;
  }

  .design-2023 .holiday-benefits .holiday-benefit-card.stacked.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.design-2023 .personal-consultants {
  margin-top: 0;
  padding-top: 7.2rem;
  padding-bottom: 4.2rem;
  background: #f8f8f8;
}

.design-2023 .personal-consultants .block-title .blockTitle {
  margin-bottom: 6.4rem;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .personal-consultants-carousel {
  outline: none;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item.glide__slide--active {
  z-index: 1;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-image .aspect-ratio-image {
  min-height: 100%;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-image .aspect-ratio-image::before {
  padding-bottom: 56.785%;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-image .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.2rem;
  padding: 9.8rem;
  background: #fff;
  text-align: center;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content img {
  display: block;
  width: 9.2rem;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content h3 {
  line-height: 1.13;
  color: #000;
  max-width: 42.6rem;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  max-width: 42.6rem;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrows {
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrow {
  position: relative;
  top: auto;
  bottom: 0;
  width: 4.65rem;
  height: 4.65rem;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  background: #80395b;
  border: none;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrow::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS4yMjMuNjc5Yy4xMiAwIC4yMzkuMDQ0LjMzMy4xMzhhLjQ3NC40NzQgMCAwIDEgMCAuNjY2TDIuMDc1IDQuOTY0bDMuNDgxIDMuNDgyYS40NzQuNDc0IDAgMCAxIDAgLjY2Ni40NzQuNDc0IDAgMCAxLS42NjYgMEwxLjA3NiA1LjI5N2EuNDc0LjQ3NCAwIDAgMSAwLS42NjZMNC44OS44MTdhLjQ2Ni40NjYgMCAwIDEgLjMzMy0uMTM4WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xLjUxNiA0LjQ5M0gxMi4wOWMuMjU4IDAgLjQ3Mi4yMTQuNDcyLjQ3MWEuNDc1LjQ3NSAwIDAgMS0uNDcyLjQ3MkgxLjUxNmEuNDc1LjQ3NSAwIDAgMS0uNDcyLS40NzJjMC0uMjU3LjIxNC0uNDcxLjQ3Mi0uNDcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 2;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrow.glide__arrow--disabled {
  background: #ccb8b8;
  opacity: 1;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrow.glide__arrow--left.previous {
  left: auto;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrow.glide__arrow--left.previous::after {
  left: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrow.glide__arrow--right.next {
  right: auto;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrow.glide__arrow--right.next::after {
  right: 50%;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%);
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__bullets {
  position: absolute;
  top: auto;
  left: 25%;
  bottom: 4.28rem;
  width: auto;
  font-size: 0;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__bullets .glide__bullet {
  cursor: pointer;
  display: inline-block;
  width: 1.02rem;
  height: 1.02rem;
  margin: 0 0.549rem 0 0;
  background: #ccb8b8;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__bullets .glide__bullet.glide__bullet--active {
  background: #80395b;
}

.design-2023 .personal-consultants .personal-consultants-carousel-container .glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .design-2023 .personal-consultants {
    padding-top: 5.6rem;
  }

  .design-2023 .personal-consultants .block-title .blockTitle {
    margin-bottom: 4.2rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content {
    padding: 6.4rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .personal-consultants {
    padding-top: 4.2rem;
  }

  .design-2023 .personal-consultants .block-title .blockTitle {
    font-size: 4.2rem;
    margin-bottom: 3.2rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content {
    gap: 3.6rem;
    padding: 5.6rem 4.2rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content img {
    width: 7.2rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content h3 {
    font-size: 3.2rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content .button {
    margin-top: 0.6rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .personal-consultants {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-image,
  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-image {
    width: 100%;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-image .aspect-ratio-image::before {
    padding-bottom: 35rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.4rem;
    width: 100%;
    padding: 3.2rem 2.4rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content img {
    display: block;
    width: 6.3rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .carousel-item-inner .carousel-item-content .button {
    margin-top: 1.8rem;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .glide__arrows {
    top: 30.35rem;
    right: 0;
    bottom: auto;
  }

  .design-2023 .personal-consultants .personal-consultants-carousel-container .glide__bullets {
    top: 31.2rem;
    left: 3rem;
    right: 0;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
            transform: none;
  }
}

.design-2023 .destinations,
.design-2023 .holiday-types {
  margin-top: 0;
  padding-top: 10.6rem;
  padding-bottom: 10.6rem;
}

.design-2023 .destinations .carousel-item,
.design-2023 .holiday-types .carousel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65.5417%;
  padding-right: 5.3rem;
  height: auto;
}

.design-2023 .destinations .carousel-item.glide__slide--active,
.design-2023 .holiday-types .carousel-item.glide__slide--active {
  z-index: 1;
}

.design-2023 .destinations .carousel-item-inner,
.design-2023 .holiday-types .carousel-item-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1px;
}

.design-2023 .destinations .carousel-item-inner .carousel-item-image .aspect-ratio-image::before,
.design-2023 .holiday-types .carousel-item-inner .carousel-item-image .aspect-ratio-image::before {
  padding-bottom: 49.08%;
}

.design-2023 .destinations .carousel-item-inner .carousel-item-image .image-container img,
.design-2023 .holiday-types .carousel-item-inner .carousel-item-image .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design-2023 .destinations .carousel-item-inner .carousel-item-content,
.design-2023 .holiday-types .carousel-item-inner .carousel-item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding-top: 5.3rem;
}

.design-2023 .destinations .carousel-item-inner .carousel-item-content h3,
.design-2023 .holiday-types .carousel-item-inner .carousel-item-content h3 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.056;
  color: #80395b;
}

.design-2023 .destinations .carousel-item-inner .carousel-item-content p,
.design-2023 .holiday-types .carousel-item-inner .carousel-item-content p {
  line-height: 1.74;
  letter-spacing: 0;
  color: #000;
}

.design-2023 .destinations .glide__arrows,
.design-2023 .holiday-types .glide__arrows {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -9.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.design-2023 .destinations .glide__arrow,
.design-2023 .holiday-types .glide__arrow {
  position: relative;
  top: auto;
  width: 4.65rem;
  height: 4.65rem;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  background: #80395b;
  border: none;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.design-2023 .destinations .glide__arrow::after,
.design-2023 .holiday-types .glide__arrow::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS4yMjMuNjc5Yy4xMiAwIC4yMzkuMDQ0LjMzMy4xMzhhLjQ3NC40NzQgMCAwIDEgMCAuNjY2TDIuMDc1IDQuOTY0bDMuNDgxIDMuNDgyYS40NzQuNDc0IDAgMCAxIDAgLjY2Ni40NzQuNDc0IDAgMCAxLS42NjYgMEwxLjA3NiA1LjI5N2EuNDc0LjQ3NCAwIDAgMSAwLS42NjZMNC44OS44MTdhLjQ2Ni40NjYgMCAwIDEgLjMzMy0uMTM4WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xLjUxNiA0LjQ5M0gxMi4wOWMuMjU4IDAgLjQ3Mi4yMTQuNDcyLjQ3MWEuNDc1LjQ3NSAwIDAgMS0uNDcyLjQ3MkgxLjUxNmEuNDc1LjQ3NSAwIDAgMS0uNDcyLS40NzJjMC0uMjU3LjIxNC0uNDcxLjQ3Mi0uNDcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 2;
}

.design-2023 .destinations .glide__arrow.glide__arrow--disabled,
.design-2023 .holiday-types .glide__arrow.glide__arrow--disabled {
  background: #ccb8b8;
  opacity: 1;
}

.design-2023 .destinations .glide__arrow.glide__arrow--left.previous,
.design-2023 .holiday-types .glide__arrow.glide__arrow--left.previous {
  left: auto;
}

.design-2023 .destinations .glide__arrow.glide__arrow--left.previous::after,
.design-2023 .holiday-types .glide__arrow.glide__arrow--left.previous::after {
  left: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

.design-2023 .destinations .glide__arrow.glide__arrow--right.next,
.design-2023 .holiday-types .glide__arrow.glide__arrow--right.next {
  right: auto;
}

.design-2023 .destinations .glide__arrow.glide__arrow--right.next::after,
.design-2023 .holiday-types .glide__arrow.glide__arrow--right.next::after {
  right: 50%;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%);
}

.design-2023 .destinations .glide__bullets,
.design-2023 .holiday-types .glide__bullets {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -7.866rem;
  width: auto;
  font-size: 0;
  -webkit-transform: none;
          transform: none;
}

.design-2023 .destinations .glide__bullets .glide__bullet,
.design-2023 .holiday-types .glide__bullets .glide__bullet {
  cursor: pointer;
  display: inline-block;
  width: 1.482rem;
  height: 1.482rem;
  margin: 0 0.8rem 0 0;
  background: #ccb8b8;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.design-2023 .destinations .glide__bullets .glide__bullet.glide__bullet--active,
.design-2023 .holiday-types .glide__bullets .glide__bullet.glide__bullet--active {
  background: #80395b;
}

.design-2023 .destinations .glide__bullets .glide__bullet:last-child,
.design-2023 .holiday-types .glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .design-2023 .destinations,
  .design-2023 .holiday-types {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

@media (max-width: 840px) {
  .design-2023 .destinations,
  .design-2023 .holiday-types {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .design-2023 .destinations .carousel-item,
  .design-2023 .holiday-types .carousel-item {
    width: 82.8%;
    padding-left: 2.4rem;
    padding-right: 0;
  }

  .design-2023 .destinations .carousel-item-inner .carousel-item-image .aspect-ratio-image::before,
  .design-2023 .holiday-types .carousel-item-inner .carousel-item-image .aspect-ratio-image::before {
    padding-bottom: 83.77%;
  }

  .design-2023 .destinations .carousel-item-inner .carousel-item-content h3,
  .design-2023 .holiday-types .carousel-item-inner .carousel-item-content h3 {
    font-size: 3.2rem;
  }

  .design-2023 .destinations .carousel-item-inner .carousel-item-content p,
  .design-2023 .holiday-types .carousel-item-inner .carousel-item-content p {
    font-size: 1.6rem;
  }

  .design-2023 .destinations .glide__arrows,
  .design-2023 .holiday-types .glide__arrows {
    right: 2.4rem;
  }

  .design-2023 .destinations .glide__bullets,
  .design-2023 .holiday-types .glide__bullets {
    left: 2.4rem;
    bottom: -7.635rem;
  }

  .design-2023 .destinations .glide__bullets .glide__bullet,
  .design-2023 .holiday-types .glide__bullets .glide__bullet {
    width: 1.02rem;
    height: 1.02rem;
    margin-right: 0.549rem;
  }
}

@media (max-width: 540px) {
  .design-2023 .destinations,
  .design-2023 .holiday-types {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .design-2023 .destinations .block-title,
  .design-2023 .holiday-types .block-title {
    text-align: left;
  }
}

.design-2023 .destinations {
  background: #fff;
}

.design-2023 .destinations .destinations-carousel-container {
  padding-bottom: 9.45rem;
}

.design-2023 .destinations .destinations-carousel-container .destinations-carousel {
  outline: none;
}

@media (max-width: 840px) {
  .design-2023 .destinations .destinations-carousel-container {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}

.design-2023 .holiday-types {
  background: #f7f4f3;
}

.design-2023 .holiday-types .holiday-types-carousel-container,
.design-2023 .holiday-types .destinations-carousel-container {
  padding-bottom: 9.45rem;
}

.design-2023 .holiday-types .holiday-types-carousel-container .holiday-types-carousel,
.design-2023 .holiday-types .holiday-types-carousel-container .destinations-carousel,
.design-2023 .holiday-types .destinations-carousel-container .holiday-types-carousel,
.design-2023 .holiday-types .destinations-carousel-container .destinations-carousel {
  outline: none;
}

@media (max-width: 840px) {
  .design-2023 .holiday-types .holiday-types-carousel-container,
  .design-2023 .holiday-types .destinations-carousel-container {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}

.theme-primary-bgColor {
  background-color: #80395b;
}

.theme-primary-color-text {
  color: #80395b;
}

.theme-primary-borderColor {
  border-color: #80395b;
}

