@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);

/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 425px){
  .container{
    max-width: 425px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1670px){
  .container{
    max-width: 1670px;
  }
}
@media (min-width: 2048px){
  .container{
    max-width: 2048px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0;
}
.left-0{
  left: 0;
}
.bottom-0{
  bottom: 0;
}
.bottom-20{
  bottom: 5rem;
}
.right-0{
  right: 0;
}
.-left-20{
  left: -5rem;
}
.-top-10{
  top: -2.5rem;
}
.top-45p{
  top: 45%;
}
.left-45p{
  left: 45%;
}
.-bottom-100p{
  bottom: -100%;
}
.-right-40{
  right: -10rem;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.-bottom-20{
  bottom: -5rem;
}
.left-\[42\%\]{
  left: 42%;
}
.left-40p{
  left: 40%;
}
.left-\[35\%\]{
  left: 35%;
}
.left-30p{
  left: 30%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-30{
  z-index: 30;
}
.z-100{
  z-index: 100;
}
.z-\[999\]{
  z-index: 999;
}
.m-auto{
  margin: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-30{
  margin-top: 7.5rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-60{
  margin-top: 15rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-40{
  margin-top: 10rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.\!mb-0{
  margin-bottom: 0 !important;
}
.-mt-16{
  margin-top: -4rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mr-20{
  margin-right: 5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-6{
  height: 1.5rem;
}
.h-1px{
  height: 1px;
}
.h-16{
  height: 4rem;
}
.h-full{
  height: 100%;
}
.h-80{
  height: 20rem;
}
.h-30{
  height: 7.5rem;
}
.h-8{
  height: 2rem;
}
.h-200{
  height: 50rem;
}
.h-2{
  height: 0.5rem;
}
.h-56{
  height: 14rem;
}
.h-48{
  height: 12rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-auto{
  height: auto;
}
.h-32{
  height: 8rem;
}
.h-18{
  height: 4.5rem;
}
.h-120{
  height: 30rem;
}
.h-36{
  height: 9rem;
}
.h-12{
  height: 3rem;
}
.h-24{
  height: 6rem;
}
.h-50{
  height: 12.5rem;
}
.h-26{
  height: 6.5rem;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-screen{
  height: 100vh;
}
.max-h-280{
  max-height: 70rem;
}
.max-h-full{
  max-height: 100%;
}
.max-h-200{
  max-height: 50rem;
}
.min-h-\[66\.4vh\]{
  min-height: 66.4vh;
}
.w-50p{
  width: 50%;
}
.w-full{
  width: 100%;
}
.w-\[75\%\]{
  width: 75%;
}
.w-6{
  width: 1.5rem;
}
.w-40{
  width: 10rem;
}
.w-16{
  width: 4rem;
}
.w-auto{
  width: auto;
}
.w-8{
  width: 2rem;
}
.w-2{
  width: 0.5rem;
}
.w-fit{
  width: fit-content;
}
.w-80p{
  width: 80%;
}
.w-56{
  width: 14rem;
}
.w-48{
  width: 12rem;
}
.w-20{
  width: 5rem;
}
.w-max{
  width: max-content;
}
.w-fit-content{
  width: fit-content;
}
.w-28{
  width: 7rem;
}
.w-18{
  width: 4.5rem;
}
.w-36{
  width: 9rem;
}
.w-12{
  width: 3rem;
}
.w-\[48\.75\%\]{
  width: 48.75%;
}
.w-100p{
  width: 100%;
}
.w-32{
  width: 8rem;
}
.w-1px{
  width: 1px;
}
.w-160{
  width: 40rem;
}
.w-45p{
  width: 45%;
}
.w-screen{
  width: 100vw;
}
.w-100{
  width: 25rem;
}
.w-14{
  width: 3.5rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-128{
  max-width: 32rem;
}
.flex-none{
  flex: none;
}
.flex-auto{
  flex: 1 1 auto;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-tl-\[30px\]{
  border-top-left-radius: 30px;
}
.rounded-tr-\[30px\]{
  border-top-right-radius: 30px;
}
.border-1{
  border-width: 1px;
}
.border-5{
  border-width: 5px;
}
.border-y-1{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-l-1{
  border-left-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(202 180 132 / var(--tw-border-opacity));
}
.border-text{
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity));
}
.border-\[\#CCCCCC\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#CFDBD3\]{
  --tw-border-opacity: 1;
  border-color: rgb(207 219 211 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(159 159 159 / var(--tw-border-opacity));
}
.border-babyblue{
  --tw-border-opacity: 1;
  border-color: rgb(192 215 255 / var(--tw-border-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
}
.bg-tertiary{
  background-color: rgba(191,190,190,0.2);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\]{
  background-color: rgba(255,255,255,0.7);
}
.bg-\[\#F0F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#F5FEF8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 254 248 / var(--tw-bg-opacity));
}
.bg-\[\#CCCCCC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.bg-\[\#CFDBD3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(207 219 211 / var(--tw-bg-opacity));
}
.bg-\[\#1b3a3177\]{
  background-color: #1b3a3177;
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(159 159 159 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#333333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-text{
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}
.bg-\[\#CAB484\]{
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
}
.bg-\[\#1b3a3188\]{
  background-color: #1b3a3188;
}
.bg-\[\#cab484b2\]{
  background-color: #cab484b2;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-cover{
  background-size: cover;
}
.object-cover{
  object-fit: cover;
}
.object-center{
  object-position: center;
}
.object-left{
  object-position: left;
}
.p-10{
  padding: 2.5rem;
}
.p-14{
  padding: 3.5rem;
}
.p-16{
  padding: 4rem;
}
.p-8{
  padding: 2rem;
}
.p-20{
  padding: 5rem;
}
.p-6{
  padding: 1.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-30{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-40{
  padding-top: 10rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pt-30{
  padding-top: 7.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-30{
  padding-bottom: 7.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-secondary{
  font-family: Raleway, sans-serif;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-4xl{
  font-size: 40px;
}
.text-xl{
  font-size: 20px;
}
.text-base{
  font-size: 16px;
}
.text-2xl{
  font-size: 25px;
}
.text-sm{
  font-size: 14px;
}
.text-xs{
  font-size: 12px;
}
.text-lg{
  font-size: 18px;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-tight{
  line-height: 1.25;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-normal{
  line-height: 1.5;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(202 180 132 / var(--tw-text-opacity));
}
.text-text{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-tertiary{
  color: rgba(191,190,190,0.2);
}
.text-\[\#2EC4F1\]{
  --tw-text-opacity: 1;
  color: rgb(46 196 241 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-50{
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-250{
  transition-duration: 250ms;
}
.duration-500{
  transition-duration: 600ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*! purgecss start ignore */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
/* -------------------------------------------------------------------------- */
/*                                 base start                                 */
/* -------------------------------------------------------------------------- */
button, hr, input {
  overflow: visible;
}
audio, canvas, progress, video {
  display: inline-block;
}
progress, sub, sup {
  vertical-align: baseline;
}
[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
  user-select: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, select {
  text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
input[type=submit] {
  cursor: pointer;
}
:root {
  font-size: 62.5%;
  line-height: 1.45;
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
p {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}
ol {
  list-style: decimal !important;
}
*::-moz-selection {
  color: #fff;
  background: #CAB484;
}
::selection {
  color: #fff;
  background: #CAB484;
}
/* -------------------------------- scrollbar -------------------------------- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.8);
}
*:focus {
  outline: none;
}
/* -------------------------------------------------------------------------- */
/*                                  base end                                  */
/* -------------------------------------------------------------------------- */
.is-faded{
  pointer-events: none;
  opacity: 0;
}
\:root {
  font-size: 62.5%;
  line-height: 1.45;
}
.group-hover\:bright-110 {
  transition-property: all;
}
.group:hover .group-hover\:bright-110 {
  filter: brightness(1.1);
}
img {
  margin: 0;
}
button:focus {
  outline: none;
}
b, strong {
  font-weight: 700;
}
figure {
  margin: 0;
  padding: 10px 0 0 0;
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
.hover-anim-jello:hover, .hover-anim-jello:focus {
  animation: jello 1s;
  transform-origin: center;
}
.hover-scale-down {
  transition: all 0.3s;
}
.hover-scale-down:hover, .hover-scale-down:focus {
  transform: scale(0.9);
}
.hover-scale-up {
  transition: all 0.3s;
}
.hover-scale-up:hover, .hover-scale-up:focus {
  transform: scale(1.05);
}
@keyframes scaleUp {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  50% {
    transform: scale(105%);
    opacity: 0.8;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  50% {
    transform: scale(95%);
    opacity: 0.8;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
.scaleup {
  animation: scaleUp 2s infinite;
}
.scaledown {
  animation: scaleDown 2s infinite;
}
@keyframes shine {
  10% {
    opacity: 1;
    top: 0;
    left: -25%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: 0;
    left: 200%;
    transition-property: left, top, opacity;
  }
}
.hover-pulse:hover {
  animation: pulse-opacity 1s;
}
.pulse {
  animation: infinite pulse-opacity 1s;
}
@keyframes pulse-opacity {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.infinite-anim-pulse {
  animation: 2s rotate infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes slow_rotation {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hover-anim-shake:hover {
  animation: 2s shake infinite alternate;
}
@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.hover-anim-shake2:hover {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
@keyframes shake2 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-180px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes reveal-top {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) {
  .pl-container {
    padding-left: calc((100vW - 768px - 30px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 768px - 30px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .pl-container {
    padding-left: calc((100vW - 1024px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1024px + 15px) / 2);
  }
}
@media only screen and (min-width: 1280px) {
  .pl-container {
    padding-left: calc((100vW - 1280px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1280px + 15px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .pl-container {
    padding-left: calc((100vW - 1440px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1440px + 15px) / 2);
  }
}
@media only screen and (min-width: 1670px) {
  .pl-container {
    padding-left: calc((100vW - 1670px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1670px + 15px) / 2);
  }
}
.page-navigation{
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 1440px){
  .page-navigation{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .is-scrolled-down{
    --tw-bg-opacity: 1;
    background-color: rgb(159 159 159 / var(--tw-bg-opacity));
  }
}
.is-scrolled-down {
  transition: all 1s ease-in-out;
}
.is-scrolled-down .logo {
  transition: all 0.8s ease-in-out;
  height: 4rem;
}
@media (min-width: 375px){
  .is-scrolled-down .logo{
    height: 5rem;
  }
}
@media (min-width: 1280px){
  .is-scrolled-down .logo{
    height: 6rem;
  }
}
@media (min-width: 1440px){
  .is-scrolled-down .logo{
    height: 7rem;
  }
}
@media (min-width: 1670px){
  .is-scrolled-down .logo{
    height: 9rem;
  }
}
.is-scrolled-down .logo-mobile{
  display: none;
}
.is-scrolled-up {
  transition: all 1s ease-in-out;
}
.is-scrolled-up .logo {
  transition: all 0.8s ease-in-out;
}
.menu{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1024px){
  .menu{
    align-items: center;
  }
}
@media (min-width: 1440px){
  .menu{
    height: 100%;
  }
  .menu{
    flex-direction: row;
  }
  .menu{
    align-items: baseline;
  }
  .menu{
    justify-content: space-evenly;
  }
}
.menu-item{
  position: relative;
  margin-right: 2rem;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px){
  .menu-item{
    flex-direction: row;
  }
}
@media (min-width: 1440px){
  .menu-item{
    margin-right: 2.4rem;
  }
}
@media (min-width: 1670px){
  .menu-item{
    margin-right: 4rem;
  }
}
.menu-item a{
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px){
  .menu-item a{
    height: 100%;
  }
}
.menu-item a {
  z-index: 10;
}
.menu-item a:hover, .menu-item a:focus {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1440px){
  .menu > .menu-item{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.logo{
  height: 5rem;
}
@media (min-width: 375px){
  .logo{
    height: 8rem;
  }
}
@media (min-width: 1024px){
  .logo{
    height: 9rem;
  }
}
@media (min-width: 1670px){
  .logo{
    height: 10rem;
  }
}
.menu-nav{
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1440px){
  .menu-nav{
    display: flex;
  }
}
.menu-nav.is-visible{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 640px){
  .menu-nav.is-visible{
    width: 66.666667%;
  }
}
.menu-nav.is-visible {
  transform-origin: top center;
  animation: slideLeft 600ms ease-in-out forwards;
}
@media only screen and (max-width: 1279px) {
  .menu-nav.is-visible {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.menu-nav.is-visible .menu {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.menu-nav.is-visible .menu-item{
  margin-bottom: 1.25rem;
  width: max-content;
}
.menu-nav.is-visible .menu-item a{
  width: fit-content;
  padding-bottom: 2rem;
}
.menu-nav.is-visible .sub-menu .menu-item a{
  margin-left: 1rem;
}
.menu-nav.is-visible .sub-menu .menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 4px;
  margin-top: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
}
.openMenu{
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  cursor: pointer;
}
@media (min-width: 1440px){
  .openMenu{
    display: none;
  }
}
.openMenu {
  transition: transform 1s ease;
}
.line {
  fill: none;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: rgb(202, 180, 132);
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 7;
  stroke: rgb(202, 180, 132);
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: rgb(202, 180, 132);
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: rgb(202, 180, 132);
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: rgb(202, 180, 132);
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14{
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
}
@media (min-width: 1440px){
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    top: 0;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    top: auto;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    left: 0.25rem;
  }
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14 {
  animation: transform 500ms ease-in-out;
}
.svg-inline--fa.rotate, .fa-chevron-down.rotate, .fa-w-14.rotate {
  margin-top: 0;
  transform: rotateZ(-180deg);
  animation: all 500ms ease-in-out;
}
.sub-menu{
  display: none;
  overflow: hidden;
}
.sub-menu.opened{
  left: 0;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1440px){
  .sub-menu.opened{
    position: absolute;
  }
  .sub-menu.opened{
    top: 84%;
  }
  .sub-menu.opened{
    margin-top: 0;
  }
  .sub-menu.opened{
    min-width: 100%;
  }
  .sub-menu.opened{
    --tw-bg-opacity: 1;
    background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  }
  .sub-menu.opened{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sub-menu.opened{
    padding-top: 2.5rem;
  }
  .sub-menu.opened{
    --tw-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 5px 20px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media only screen and (max-width: 1279px) {
  .sub-menu.opened {
    transform-origin: top center;
    animation: slideLeft 300ms ease-in-out forwards;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-menu.opened {
    transform-origin: top center;
    animation: slideDown 300ms ease-in-out forwards;
  }
}
.sub-menu.opened > .menu-item{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  border-style: none;
}
@media (min-width: 1440px){
  .sub-menu.opened > .menu-item{
    justify-content: center;
  }
}
.sub-menu.opened > .menu-item {
  word-break: break-word;
}
.sub-menu.opened > .menu-item a{
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
}
@media (min-width: 1440px){
  .sub-menu.opened > .menu-item a{
    flex-wrap: nowrap;
  }
}
.sub-menu-arrow{
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 1440px){
  .sub-menu-arrow{
    position: relative;
  }
  .sub-menu-arrow{
    display: flex;
  }
  .sub-menu-arrow{
    width: 0.5rem;
  }
  .sub-menu-arrow{
    flex-direction: row;
  }
  .sub-menu-arrow{
    align-items: center;
  }
}
.logo-mobile{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.logo-mobile:hover, .logo-mobile:focus {
  transform: scale(1.05);
}
.menu-item-has-children{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px){
  .menu-item-has-children{
    flex-direction: row;
  }
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1670px){
  .footer-menu{
    justify-content: space-between;
  }
}
.footer-menu .menu-item{
  margin-right: 1rem;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(202 180 132 / var(--tw-text-opacity));
}
.pll-parent-menu-item {
  position: relative;
}
.unclickable > a {
  pointer-events: none;
}
.bg-gradient {
  background-image: linear-gradient(to right, #333333, #333333);
}
.title{
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 375px){
  .title{
    font-size: 25px;
  }
}
@media (min-width: 425px){
  .title{
    font-size: 30px;
  }
}
@media (min-width: 640px){
  .title{
    font-size: 35px;
  }
}
@media (min-width: 768px){
  .title{
    font-size: 40px;
  }
}
@media (min-width: 1024px){
  .title{
    font-size: 45px;
  }
}
@media (min-width: 1280px){
  .title{
    font-size: 50px;
  }
}
@media (min-width: 1440px){
  .title{
    font-size: 55px;
  }
}
@media (min-width: 1670px){
  .title{
    font-size: 60px;
  }
}
.title-small{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 375px){
  .title-small{
    font-size: 20px;
  }
}
@media (min-width: 425px){
  .title-small{
    font-size: 25px;
  }
}
@media (min-width: 640px){
  .title-small{
    font-size: 30px;
  }
}
@media (min-width: 768px){
  .title-small{
    font-size: 32px;
  }
}
@media (min-width: 1280px){
  .title-small{
    font-size: 37px;
  }
}
@media (min-width: 1440px){
  .title-small{
    font-size: 42px;
  }
}
@media (min-width: 1670px){
  .title-small{
    font-size: 48px;
  }
}
.title-small::before, .title-small::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  width: 10rem;
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
}
.title-small::after{
  left: -11.5rem;
}
.title-small::before{
  right: -11.5rem;
}
.title-cta{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 375px){
  .title-cta{
    font-size: 20px;
  }
}
@media (min-width: 425px){
  .title-cta{
    font-size: 25px;
  }
}
@media (min-width: 640px){
  .title-cta{
    font-size: 30px;
  }
}
@media (min-width: 768px){
  .title-cta{
    font-size: 32px;
  }
}
@media (min-width: 1280px){
  .title-cta{
    font-size: 37px;
  }
}
@media (min-width: 1440px){
  .title-cta{
    font-size: 42px;
  }
}
@media (min-width: 1670px){
  .title-cta{
    font-size: 49px;
  }
}
.heading{
  margin-bottom: 1.25rem;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(202 180 132 / var(--tw-text-opacity));
}
@media screen and (min-width: 768px) {
  .align {
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: -o-right;
    text-align: -ms-right;
    text-align: right;
    align-self: self-end;
  }
  @media (min-width: 768px){
    .align li{
      align-self: flex-end;
    }
  }
}
.offer-tile,
.cs-tile {
  display: none;
}
.offer-tile.visible,
.cs-tile.visible {
  animation: fadeInUp forwards 0.4s;
  display: block;
}
.offer-btn, .cs-btn{
  display: block;
  cursor: pointer;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 300;
  font-family: Raleway, sans-serif;
  line-height: 1.2;
}
@media (min-width: 1024px){
  .offer-btn, .cs-btn{
    font-size: 17px;
  }
}
@media (min-width: 1280px){
  .offer-btn, .cs-btn{
    font-size: 18px;
  }
}
@media (min-width: 1440px){
  .offer-btn, .cs-btn{
    font-size: 20px;
  }
}
@media (min-width: 1670px){
  .offer-btn, .cs-btn{
    font-size: 25px;
  }
}
.offer-btn.active, .cs-btn.active{
  --tw-border-opacity: 1;
  border-color: rgb(159 159 159 / var(--tw-border-opacity));
  font-weight: 700;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-number {
  position: relative;
  margin-right: 2.5rem;
}
@media (min-width: 1280px){
  .slide-number{
    margin-right: 5rem;
  }
}
.slide-number.active:after {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.slide-number.activee{
  font-weight: 700;
}
.slide-number:last-of-type {
  margin-right: 0;
}
.content-variants p {
  margin-bottom: 16px;
}
.content-variants ul li {
  position: relative;
  margin-bottom: 16px;
}
.content-variants ul li:after{
  position: absolute;
  content: url('data:image/svg+xml; utf8, <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9998 17.3992C12.7227 17.3992 12.4596 17.2766 12.2815 17.0642L7.2817 11.1028C6.949 10.7061 7.00086 10.1148 7.3976 9.78206C7.79428 9.44937 8.3856 9.50122 8.71836 9.89796L12.9986 15.0014L23.5304 2.39919C23.8625 2.00198 24.4537 1.94896 24.851 2.28101C25.2483 2.61306 25.3012 3.20427 24.9692 3.60153L13.7192 17.0629C13.5413 17.2758 13.2782 17.3989 13.0007 17.3992C13.0003 17.3992 13.0001 17.3992 12.9998 17.3992Z" fill="%23EF3E1B"/><path d="M13 25.1875C6.27982 25.1875 0.8125 19.7202 0.8125 13C0.8125 6.27982 6.27982 0.8125 13 0.8125C15.5406 0.8125 17.9762 1.58793 20.0435 3.05494C20.4657 3.35459 20.5651 3.93982 20.2655 4.36205C19.9659 4.78428 19.3806 4.88371 18.9583 4.58406C17.21 3.34334 15.1496 2.6875 13 2.6875C7.31365 2.6875 2.6875 7.31365 2.6875 13C2.6875 18.6863 7.31365 23.3125 13 23.3125C18.6863 23.3125 23.3125 18.6863 23.3125 13C23.3125 11.9157 23.1451 10.8483 22.8149 9.82738C22.6555 9.33473 22.9257 8.80621 23.4184 8.64684C23.9112 8.48764 24.4396 8.75775 24.5989 9.25029C24.9895 10.4579 25.1875 11.7195 25.1875 13C25.1875 19.7202 19.7202 25.1875 13 25.1875Z" fill="%23585858"/></svg>');
  width: 14px;
  height: 14px;
  border-radius: 100%;
  top: 0;
  left: -28px;
  transform: scale(0.8);
}
.house-tile{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  position: relative;
  cursor: pointer;
}
.house-tile-content{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(207 219 211 / var(--tw-border-opacity));
}
.house-tile.active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}
.house-tile.active::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  top: -1px;
  left: -8px;
  height: 40px;
  width: 8px;
}
.house-tile.active .content-variants ul li:after {
  content: url('data:image/svg+xml; utf8, <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9998 17.3992C12.7227 17.3992 12.4596 17.2766 12.2815 17.0642L7.2817 11.1028C6.949 10.7061 7.00086 10.1148 7.3976 9.78206C7.79428 9.44937 8.3856 9.50122 8.71836 9.89796L12.9986 15.0014L23.5304 2.39919C23.8625 2.00198 24.4537 1.94896 24.851 2.28101C25.2483 2.61306 25.3012 3.20427 24.9692 3.60153L13.7192 17.0629C13.5413 17.2758 13.2782 17.3989 13.0007 17.3992C13.0003 17.3992 13.0001 17.3992 12.9998 17.3992Z" fill="%23EF3E1B"/><path d="M13 25.1875C6.27982 25.1875 0.8125 19.7202 0.8125 13C0.8125 6.27982 6.27982 0.8125 13 0.8125C15.5406 0.8125 17.9762 1.58793 20.0435 3.05494C20.4657 3.35459 20.5651 3.93982 20.2655 4.36205C19.9659 4.78428 19.3806 4.88371 18.9583 4.58406C17.21 3.34334 15.1496 2.6875 13 2.6875C7.31365 2.6875 2.6875 7.31365 2.6875 13C2.6875 18.6863 7.31365 23.3125 13 23.3125C18.6863 23.3125 23.3125 18.6863 23.3125 13C23.3125 11.9157 23.1451 10.8483 22.8149 9.82738C22.6555 9.33473 22.9257 8.80621 23.4184 8.64684C23.9112 8.48764 24.4396 8.75775 24.5989 9.25029C24.9895 10.4579 25.1875 11.7195 25.1875 13C25.1875 19.7202 19.7202 25.1875 13 25.1875Z" fill="%23fff"/></svg>');
}
.house-tile.active .house-tile-content{
  --tw-border-opacity: 1;
  border-color: rgb(202 180 132 / var(--tw-border-opacity));
}
.youtube-container{
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.youtube-container iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
.dropshadow {
  filter: drop-shadow(rgba(28, 38, 53, 0.4) 5px 10px 20px);
}
.boxshadow {
  box-shadow: 0px 0px 10px rgba(57, 58, 61, 0.1607843137);
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.wp-block-columns{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1280px){
  .wp-block-columns{
    flex-direction: row;
  }
}
.wp-block-columns {
  align-items: center !important;
}
.wp-block-preformatted{
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-family: Raleway, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .wp-block-preformatted{
    text-align: justify;
  }
}
.wp-block-gallery{
  margin-top: 2.5rem;
}
.wp-block-image{
  display: flex;
  justify-content: center;
}
.blocks-gallery-item a{
  margin-bottom: 2.5rem;
  transition: transform 300ms ease-in;
}
.blocks-gallery-item a:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: transform 300ms ease-in;
}
.gallery-item a {
  transition: transform 300ms ease-in;
}
.gallery-item a:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: transform 300ms ease-in;
}
figure.aligncenter{
  margin-left: auto;
  margin-right: auto;
}
#oferta {
  height: 0;
  transform: translateY(-50px);
}
/* purgecss start ignore */
.footer p{
  margin-bottom: 0;
}
/* purgecss start end */
.container,
.container-fluid {
  padding-left: clamp(20px, 2vw, 50px);
  padding-right: clamp(20px, 2vw, 50px);
  margin-left: auto;
  margin-right: auto;
}
.container.p-0,
.container-fluid.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: clamp(20px, 2vw, 50px);
  margin-right: clamp(20px, 2vw, 50px);
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.row.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.icon-before {
  position: relative;
  padding-left: 25px;
}
.icon-before:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.container.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content:not(.content-icons){
  line-height: 1.8;
}
.content:not(.content-icons) blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(159 159 159 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
}
.content:not(.content-icons) h1, .content:not(.content-icons) h2, .content:not(.content-icons) h3, .content:not(.content-icons) h4, .content:not(.content-icons) h5, .content:not(.content-icons) h6{
  font-weight: 600;
  line-height: 1.5;
}
.content:not(.content-icons) h1{
  margin-bottom: 2.5rem;
  font-size: 22px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h1{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h1{
    font-size: 30px;
  }
}
.content:not(.content-icons) h2{
  margin-bottom: 2.5rem;
  font-size: 22px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h2{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h2{
    font-size: 30px;
  }
}
.content:not(.content-icons) h3{
  margin-bottom: 2.5rem;
  font-size: 18px;
}
@media (min-width: 375px){
  .content:not(.content-icons) h3{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .content:not(.content-icons) h3{
    font-size: 22px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h3{
    font-size: 25px;
  }
}
.content:not(.content-icons) h4{
  margin-bottom: 2.5rem;
  font-size: 18px;
}
@media (min-width: 375px){
  .content:not(.content-icons) h4{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .content:not(.content-icons) h4{
    font-size: 22px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h4{
    font-size: 25px;
  }
}
.content:not(.content-icons) h5{
  margin-bottom: 2rem;
  font-size: 18px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h5{
    font-size: 20px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h5{
    font-size: 22px;
  }
}
.content:not(.content-icons) h6{
  margin-bottom: 2rem;
  font-size: 18px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h6{
    font-size: 20px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h6{
    font-size: 22px;
  }
}
.content:not(.content-icons) a:not(.btn-special){
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.custom-list {
  position: relative;
}
.custom-list ul li:not(.blocks-gallery-item) {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  text-align: left;
}
.custom-list ul li:not(.blocks-gallery-item):after{
  position: absolute;
  content: url('data:image/svg+xml; utf8, <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9998 17.3992C12.7227 17.3992 12.4596 17.2766 12.2815 17.0642L7.2817 11.1028C6.949 10.7061 7.00086 10.1148 7.3976 9.78206C7.79428 9.44937 8.3856 9.50122 8.71836 9.89796L12.9986 15.0014L23.5304 2.39919C23.8625 2.00198 24.4537 1.94896 24.851 2.28101C25.2483 2.61306 25.3012 3.20427 24.9692 3.60153L13.7192 17.0629C13.5413 17.2758 13.2782 17.3989 13.0007 17.3992C13.0003 17.3992 13.0001 17.3992 12.9998 17.3992Z" fill="%23EF3E1B"/><path d="M13 25.1875C6.27982 25.1875 0.8125 19.7202 0.8125 13C0.8125 6.27982 6.27982 0.8125 13 0.8125C15.5406 0.8125 17.9762 1.58793 20.0435 3.05494C20.4657 3.35459 20.5651 3.93982 20.2655 4.36205C19.9659 4.78428 19.3806 4.88371 18.9583 4.58406C17.21 3.34334 15.1496 2.6875 13 2.6875C7.31365 2.6875 2.6875 7.31365 2.6875 13C2.6875 18.6863 7.31365 23.3125 13 23.3125C18.6863 23.3125 23.3125 18.6863 23.3125 13C23.3125 11.9157 23.1451 10.8483 22.8149 9.82738C22.6555 9.33473 22.9257 8.80621 23.4184 8.64684C23.9112 8.48764 24.4396 8.75775 24.5989 9.25029C24.9895 10.4579 25.1875 11.7195 25.1875 13C25.1875 19.7202 19.7202 25.1875 13 25.1875Z" fill="%23EF3E1B"/></svg>');
  width: 14px;
  height: 14px;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.custom-list li > ol {
  padding-left: 10px;
}
.custom-list ol > li {
  margin-bottom: 10px;
  margin-left: 10px;
}
.steps-list, .normal-list {
  position: relative;
}
.steps-list ul, .normal-list ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .steps-list ul li, .normal-list ul li{
    width: max-content;
  }
  .steps-list ul li, .normal-list ul li{
    max-width: 30rem;
  }
}
@media (min-width: 1024px){
  .steps-list ul li, .normal-list ul li{
    max-width: 40rem;
  }
}
@media (min-width: 1280px){
  .steps-list ul li, .normal-list ul li{
    max-width: 50rem;
  }
}
@media (min-width: 1440px){
  .steps-list ul li, .normal-list ul li{
    max-width: 64rem;
  }
}
.steps-list ul li, .normal-list ul li {
  position: relative;
  padding-left: 10px;
}
.steps-list ul li:before, .normal-list ul li:before{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  top: 10px;
  left: 0;
}
.steps-list li > ol, .normal-list li > ol {
  padding-left: 10px;
}
.steps-list ol > li, .normal-list ol > li {
  margin-bottom: 10px;
  margin-left: 10px;
}
@media (min-width: 768px){
  .normal-list ul li{
    width: 100%;
  }
  .normal-list ul li{
    max-width: 100%;
  }
}
@media (min-width: 1024px){
  .normal-list ul li{
    max-width: 100%;
  }
}
@media (min-width: 1280px){
  .normal-list ul li{
    max-width: 100%;
  }
}
@media (min-width: 1440px){
  .normal-list ul li{
    max-width: 100%;
  }
}
.table {
  border-top: 1px solid #CFDBD3;
  width: 100%;
}
.table tr{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #CFDBD3 !important;
}
.table td {
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 0;
  border-right: 0;
}
.form{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Raleway, sans-serif;
  margin-bottom: 10px;
}
.form-text{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form-group{
  width: 100%;
}
.form-half{
  width: 100%;
}
@media (min-width: 640px){
  .form-half{
    width: 45%;
  }
}
.form input:not(.wpcf7-submit), .form textarea{
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
}
@media (min-width: 640px){
  .form input:not(.wpcf7-submit), .form textarea{
    font-size: 16px;
  }
}
.form input:not(.wpcf7-submit)::placeholder, .form textarea::placeholder{
  font-family: Raleway, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .form input:not(.wpcf7-submit)::placeholder, .form textarea::placeholder{
    font-size: 16px;
  }
}
.form input:not(.wpcf7-submit){
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form textarea{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form select{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: solid 1px #000;
}
.form input:not(.wpcf7-submit), .form textarea{
  width: 100%;
}
.form input[type=checkbox],
.form input[type=date] {
  width: auto !important;
  padding-top: 0;
  padding-bottom: 2rem;
}
.form label {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 640px){
  .form label{
    font-size: 16px;
  }
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-submit{
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#agree, input[type=checkbox]{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(202 180 132 / var(--tw-border-opacity));
}
.wpcf7-list-item label{
  display: flex;
  align-items: center;
}
#agree, input[type=checkbox]{
  width: fit-content;
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: relative;
  top: 0;
  cursor: pointer;
  appearance: none;
  height: auto;
  border-radius: 5px;
}
#agree:before,
input[type=checkbox]:before {
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#agree:checked:before,
input[type=checkbox]:checked:before {
  content: "✓";
  text-align: center;
  color: #EFEFEF;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(202 180 132 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  border-radius: 4px;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}
#agree:after,
input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  border-radius: 4px;
}
#agree{
  left: -10px;
}
@media (min-width: 1670px){
  #agree{
    left: -20px;
  }
}
input[type=checkbox]{
  left: -5px;
}
@media (min-width: 1670px){
  input[type=checkbox]{
    left: -5px;
  }
}
input[type=checkbox] {
  border-radius: 4px;
}
.wpcf7-spinner {
  display: none;
}
.submitting {
  position: relative;
}
.submitting::before {
  content: url('data:image/svg+xml; utf8, <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"       viewBox="0 0 496 496" style="enable-background:new 0 0 496 496;" xml:space="preserve"><path style="fill:%2376FFE5;" d="M248,92c-13.6,0-24-10.4-24-24V24c0-13.6,10.4-24,24-24s24,10.4,24,24v44C272,80.8,261.6,92,248,92z"/><path style="fill:%230DBFBA;" d="M248,496c-13.6,0-24-10.4-24-24v-44c0-13.6,10.4-24,24-24s24,10.4,24,24v44 C272,485.6,261.6,496,248,496z"/><path style="fill:%23BBFFF2;" d="M157.6,116c-8,0-16-4-20.8-12l-21.6-37.6c-6.4-11.2-2.4-26.4,8.8-32.8s26.4-2.4,32.8,8.8L178.4,80 c6.4,11.2,2.4,26.4-8.8,32.8C166.4,114.4,161.6,116,157.6,116z"/><path style="fill:%231BCEB8;" d="M360,465.6c-8,0-16-4-20.8-12L317.6,416c-6.4-11.2-2.4-26.4,8.8-32.8c11.2-6.4,26.4-2.4,32.8,8.8 l21.6,37.6c6.4,11.2,2.4,26.4-8.8,32.8C368,464.8,364,465.6,360,465.6z"/><path style="fill:%23E1FFF9;" d="M92,181.6c-4,0-8-0.8-12-3.2l-37.6-21.6c-11.2-6.4-15.2-21.6-8.8-32.8s21.6-15.2,32.8-8.8l37.6,21.6 c11.2,6.4,15.2,21.6,8.8,32.8C108,177.6,100,181.6,92,181.6z"/><path style="fill:%2326DBC0;" d="M442.4,384c-4,0-8-0.8-12-3.2L392,359.2c-11.2-6.4-15.2-21.6-8.8-32.8c6.4-11.2,21.6-15.2,32.8-8.8 l37.6,21.6c11.2,6.4,15.2,21.6,8.8,32.8C458.4,380,450.4,384,442.4,384z"/><path style="fill:%23F3FFFD;" d="M68,272H24c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S80.8,272,68,272z"/><path style="fill:%232EE5C6;" d="M472,272h-44c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S485.6,272,472,272z"/><path style="fill:%2311AEBA;" d="M53.6,384c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8 c6.4,11.2,2.4,26.4-8.8,32.8l-37.6,21.6C62.4,383.2,58.4,384,53.6,384z"/><path style="fill:%233BEDCB;" d="M404,181.6c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8 s2.4,26.4-8.8,32.8L416,178.4C412,180.8,408,181.6,404,181.6z"/><path style="fill:%230FB8BC;" d="M136,465.6c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8 c11.2,6.4,15.2,21.6,8.8,32.8l-21.6,37.6C152,461.6,144,465.6,136,465.6z"/><path style="fill:%2357F7D8;" d="M338.4,116c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8 c11.2,6.4,15.2,21.6,8.8,32.8L359.2,104C354.4,111.2,346.4,116,338.4,116z"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  animation: spin infinite 1s;
}
.map iframe {
  width: 100%;
}
@media (min-width: 640px){
  .bubble{
    pointer-events: none;
  }
}
.bubble {
  display: none;
  position: relative;
  animation: opacity 0.2s forwards;
  padding: 10px;
}
.bubble.is-visible{
  position: absolute;
  margin-bottom: 2rem;
  display: flex;
  width: 90%;
  flex-direction: column;
}
@media (min-width: 375px){
  .bubble.is-visible{
    width: 80%;
  }
}
@media (min-width: 425px){
  .bubble.is-visible{
    width: 70%;
  }
}
@media (min-width: 640px){
  .bubble.is-visible{
    margin-bottom: 0;
  }
  .bubble.is-visible{
    display: block;
  }
  .bubble.is-visible{
    width: max-content;
  }
}
.bubble.is-visible {
  height: max-content;
  min-height: 10rem;
  background-color: white;
  z-index: 50;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  animation: opacity 0.2s forwards;
}
.bubble_1.is-visible{
  left: 0;
  top: -10rem;
}
@media (min-width: 425px){
  .bubble_1.is-visible{
    left: -10px;
  }
  .bubble_1.is-visible{
    top: -3rem;
  }
}
@media (min-width: 1280px){
  .bubble_1.is-visible{
    top: -6rem;
  }
}
@media (min-width: 1440px){
  .bubble_1.is-visible{
    top: -3rem;
  }
}
@media (min-width: 1670px){
  .bubble_1.is-visible{
    left: 5rem;
  }
}
.bubble_2.is-visible{
  left: 0;
  bottom: 39rem;
}
@media (min-width: 375px){
  .bubble_2.is-visible{
    bottom: 43rem;
  }
}
@media (min-width: 425px){
  .bubble_2.is-visible{
    bottom: 20rem;
  }
}
@media (min-width: 640px){
  .bubble_2.is-visible{
    left: -8rem;
  }
}
@media (min-width: 768px){
  .bubble_2.is-visible{
    left: -14rem;
  }
  .bubble_2.is-visible{
    bottom: 15rem;
  }
}
@media (min-width: 1280px){
  .bubble_2.is-visible{
    bottom: 13rem;
  }
}
@media (min-width: 1670px){
  .bubble_2.is-visible{
    bottom: 16rem;
  }
}
.bubble_3.is-visible{
  bottom: 26rem;
  left: 0;
}
@media (min-width: 375px){
  .bubble_3.is-visible{
    bottom: 30rem;
  }
}
@media (min-width: 425px){
  .bubble_3.is-visible{
    bottom: 5rem;
  }
  .bubble_3.is-visible{
    left: 11rem;
  }
}
@media (min-width: 640px){
  .bubble_3.is-visible{
    bottom: 0;
  }
}
@media (min-width: 1024px){
  .bubble_3.is-visible{
    bottom: auto;
  }
  .bubble_3.is-visible{
    top: 246px;
  }
}
@media (min-width: 1280px){
  .bubble_3.is-visible{
    top: 200px;
  }
  .bubble_3.is-visible{
    left: 7rem;
  }
}
@media (min-width: 1670px){
  .bubble_3.is-visible{
    top: 246px;
  }
  .bubble_3.is-visible{
    left: 11rem;
  }
}
.bubble_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.active-region {
  filter: drop-shadow(2px 4px 6px black);
}
.joboffer_text {
  display: none;
}
.joboffer_text.is-visible {
  display: block;
  animation: slideDown forwards 0.5s;
}
.subpage-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subpage-gallery .gallery-img{
  width: 48%;
}
@media (min-width: 768px){
  .subpage-gallery .gallery-img{
    width: 30%;
  }
}
@media (min-width: 1024px){
  .subpage-gallery .gallery-img{
    width: 24%;
  }
}
.subpage-gallery .gallery-img img{
  height: 15rem;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 640px){
  .subpage-gallery .gallery-img img{
    height: 20rem;
  }
}
@media (min-width: 1280px){
  .subpage-gallery .gallery-img img{
    height: 25rem;
  }
}
.js-post_title {
  transition: all 0.5s ease;
  position: relative;
}
.js-post_title::after {
  content: "";
  position: absolute;
  background-color: #B03A35;
  top: 98%;
  left: 0;
  height: 2px;
  width: 0;
}
.js-post_title.highlighted {
  transition: all 0.5s ease;
}
.js-post_title.highlighted::after {
  width: 100%;
  transition: all 0.5s ease;
}
.js-post_title:hover {
  transition: all 0.5s ease;
}
.js-post_title:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}
.post-gallery,
.posts-gallery,
.subcat_post-gallery {
  display: none;
}
.post-gallery.visible,
.posts-gallery.visible,
.subcat_post-gallery.visible {
  display: block;
  animation: slideLeft 0.5s forwards;
}
.gallery-item--img {
  overflow: hidden;
  display: block;
  filter: drop-shadow(rgba(0, 0, 0, 0.1098039216) 0 0 15px);
}
.gallery-item--img.hide {
  display: none;
}
.gallery-item--img.animate {
  animation: slideDown 0.5s forwards;
}
.gallery-item--img:hover img {
  transform: scale(120%);
  transition: all ease-in-out 0.5s;
}
.gallery-img {
  overflow: hidden;
  display: block;
  transition: transform ease-in-out 0.5s;
}
.gallery-img img {
  overflow: hidden;
  transition: transform ease-in-out 0.5s;
}
.gallery-img.hide {
  display: none;
}
.gallery-img.animate {
  animation: slideDown 0.5s forwards;
}
.gallery-img:hover img {
  transform: scale(105%);
  transition: all ease-in-out 0.5s;
}
.fp-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
}
.fp-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fp-gallery .gallery-item .gallery-img:first-of-type{
  width: 49.6%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(2){
  width: 24.5%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(3){
  width: 24.5%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(4){
  margin-top: 1rem;
  width: 24.4%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(5){
  margin-top: 1rem;
  width: 24.4%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(6){
  margin-top: 1rem;
  width: 49.6%;
}
.subpage-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
}
.subpage-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subpage-gallery .gallery-item .gallery-img:first-of-type{
  width: 49.6%;
  margin-right: 0.7%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(2){
  width: 24.5%;
  margin-right: 0.7%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(3){
  width: 24.5%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(4){
  width: 100%;
  margin-top: 0.7%;
}
.page-gallery .gallery-item {
  display: block;
  columns: 2;
}
@media (min-width: 640px){
  .page-gallery .gallery-item{
    columns: 3;
  }
}
@media (min-width: 1024px){
  .page-gallery .gallery-item{
    columns: 4;
  }
}
.page-gallery .gallery-item {
  column-gap: 1rem;
}
.page-gallery .gallery-item .gallery-img {
  margin-bottom: 1rem;
}
.page-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.breadcrumbs, .woocommerce-breadcrumb{
  font-family: Raleway, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.breadcrumbs a, .woocommerce-breadcrumb a{
  position: relative;
  margin-top: 2.5rem;
  margin-left: 1.25rem;
}
@media (min-width: 1024px){
  .breadcrumbs a, .woocommerce-breadcrumb a{
    margin-top: 0.5rem;
  }
}
.breadcrumbs a:after, .woocommerce-breadcrumb a:after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  top: calc(50% - 1px);
  right: -10px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus{
  text-decoration-line: underline;
  transition: all 0.5s ease-in-out;
}
.breadcrumbs > span > span:first-of-type > a,
.woocommerce-breadcrumb > span > span:first-of-type > a {
  display: inline;
}
.breadcrumbs span, .woocommerce-breadcrumb span{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.breadcrumbs span.breadcrumb_last, .woocommerce-breadcrumb span.breadcrumb_last{
  margin-left: 1.25rem;
  font-weight: 600;
}
.breadcrumbs span.breadcrumb_last a::after,
.woocommerce-breadcrumb span.breadcrumb_last a::after {
  content: "";
}
.btn{
  display: flex;
  min-width: 12rem;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(202 180 132 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .btn{
    font-size: 16px;
  }
}
.btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.btn__label{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.btn .arrow{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.btn:hover, .btn:focus {
  transition: all 0.2s ease-in-out;
}
.btn-cta{
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
}
.btn-cta .btn__label, .btn-cta .arrow{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-cta:hover::before, .btn-cta:focus::before{
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
}
.button, .content:not(.content-icons) a:not(.btn-special){
  position: relative;
  z-index: 10;
}
.button__default {
  overflow: hidden;
}
.button__default:after{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
}
.button__default:hover, .button__default:focus{
  --tw-text-opacity: 1;
  color: rgb(202 180 132 / var(--tw-text-opacity));
}
.button__default:hover:after, .button__default:focus:after {
  animation: slide 0.5s forwards;
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.button__default--white:after {
  background-color: white;
}
.button__default--white:hover, .button__default--white:focus{
  --tw-text-opacity: 1;
  color: rgb(202 180 132 / var(--tw-text-opacity));
}
.button__default--white:hover:after, .button__default--white:focus:after{
  --tw-bg-opacity: 1;
  background-color: rgb(159 159 159 / var(--tw-bg-opacity));
}
.button__underline, .content:not(.content-icons) a:not(.btn-special){
  overflow: hidden;
}
.button__underline:after, .content:not(.content-icons) a:not(.btn-special):after{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  --tw-translate-x: -100%;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
}
.button__underline:hover, .content:not(.content-icons) a:hover:not(.btn-special), .button__underline:focus, .content:not(.content-icons) a:focus:not(.btn-special){
  --tw-text-opacity: 1;
  color: rgb(202 180 132 / var(--tw-text-opacity));
}
.button__underline:hover:after, .content:not(.content-icons) a:hover:not(.btn-special):after, .button__underline:focus:after, .content:not(.content-icons) a:focus:not(.btn-special):after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.button__underline--primary{
  --tw-text-opacity: 1;
  color: rgb(202 180 132 / var(--tw-text-opacity));
}
.button__underline--white:after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button__underline--white:hover, .button__underline--white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button__underline--visible:after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.navbutton{
  position: fixed;
  top: 0;
  right: 0;
  height: 6rem;
  width: 6rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  z-index: 48;
}
.navbutton__item{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navbutton__item:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbutton-close{
  position: absolute;
  right: 1.5rem;
  height: 3rem;
  width: 3rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  top: 13px;
}
.navbutton-close__item{
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(202 180 132 / var(--tw-bg-opacity));
  transform: rotate(45deg);
}
.navbutton-close__item:first-child {
  transform: rotate(-45deg);
}
.swiper-lazy-preloader{
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(202 180 132 / var(--tw-border-opacity));
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border-width: 4px;
  border-radius: 50%;
  border-top-color: transparent !important;
  animation: spin 2s linear infinite;
}
.swiper-container {
  margin: 0;
}
.swiper-pagination {
  display: flex;
  align-items: center;
}
.swiper-pagination-bullet{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  cursor: pointer;
  padding-bottom: 0.5rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(207 219 211 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.swiper-pagination-bullet:first-of-type{
  margin-left: 0;
}
.arrow{
  z-index: 80;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.anim-img{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 600ms;
}
.anim-title, .anim-subtitle, .anim-content, .anim-btn{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 150ms;
  transition-duration: 600ms;
}
.anim-subtitle{
  transition-delay: 200ms;
}
.anim-content{
  transition-delay: 250ms;
}
.anim-btn{
  transition-delay: 300ms;
}
.js-slider-main .swiper-slide-active-img{
  --tw-translate-x: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.js-slider-main .swiper-slide-active-title, .js-slider-main .swiper-slide-active-subtitle, .js-slider-main .swiper-slide-active-content, .js-slider-main .swiper-slide-active-btn{
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
#arrow-left, #arrow-right{
  display: flex;
  height: 6rem;
  width: 6rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  #arrow-left, #arrow-right{
    height: 7rem;
  }
  #arrow-left, #arrow-right{
    width: 7rem;
  }
}
@media (min-width: 1024px){
  #arrow-left, #arrow-right{
    height: 8rem;
  }
  #arrow-left, #arrow-right{
    width: 8rem;
  }
}
@media (min-width: 1280px){
  #arrow-left, #arrow-right{
    height: 9rem;
  }
  #arrow-left, #arrow-right{
    width: 9rem;
  }
}
#arrow-left,
#arrow-right {
  transition: all 0.5s;
}
#arrow-left-small, #arrow-right-small{
  display: flex;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  #arrow-left-small, #arrow-right-small{
    height: 5rem;
  }
  #arrow-left-small, #arrow-right-small{
    width: 5rem;
  }
}
@media (min-width: 1024px){
  #arrow-left-small, #arrow-right-small{
    height: 6rem;
  }
  #arrow-left-small, #arrow-right-small{
    width: 6rem;
  }
}
@media (min-width: 1280px){
  #arrow-left-small, #arrow-right-small{
    height: 6.5rem;
  }
  #arrow-left-small, #arrow-right-small{
    width: 6.5rem;
  }
}
#arrow-left-small,
#arrow-right-small {
  transition: all 0.5s;
}
#arrow-left:hover, #arrow-right:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}
#arrow-right:hover img {
  transition: all 0.5s;
}
#arrow-left:hover img {
  transition: all 0.5s;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  background-color: #CAB484;
  position: relative;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.swiper-pagination-bullet-active::before, .swiper-pagination-bullet:hover::before{
  position: absolute;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  background-color: #cab4845b;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.pagination{
  margin-top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-numbers{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.page-numbers:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-numbers:focus{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-decoration-line: underline;
}
.page-numbers.current{
  display: flex;
  height: 5rem;
  width: 5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 255 / var(--tw-bg-opacity));
}
.page-numbers.prev, .page-numbers.next{
  display: flex;
  height: 50px;
  width: 7rem;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(192 215 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.page-numbers.prev svg, .page-numbers.next svg{
  height: 2rem;
  width: 2rem;
}
.page-numbers.prev:hover, .page-numbers.prev:focus, .page-numbers.next:hover, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(159 159 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-numbers.prev:focus, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.page-numbers.next svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
table {
  border-collapse: separate !important;
  border-spacing: 3px;
  border-radius: 20px;
}
table td, table th{
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 49 66 / var(--tw-border-opacity));
  padding: 1rem;
}
table th{
  --tw-bg-opacity: 1;
  background-color: rgb(192 215 255 / var(--tw-bg-opacity));
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(38 49 66 / var(--tw-text-opacity));
}
table tr:nth-child(2n+2){
  background-color: rgba(239, 239, 239, 0.1);
}
@media screen and (min-width: 1024) {
  table th{
    font-size: 20px;
  }
}
.wp-block-table thead {
  border-bottom: none !important;
  border: rgb(235, 245, 252) solid 1px;
}
.wp-block-table thead tr th {
  border-radius: 20px;
}
.wp-block-table tbody {
  border: rgb(16, 71, 149);
}
.wp-block-table table tr, .wp-block-table table th, .wp-block-table table td {
  border: white;
}
@media screen and (max-width: 639px) {
  .main-table table thead {
    display: none;
  }
  .main-table table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px white solid !important;
  }
  .main-table table tr:last-of-type {
    border-bottom: none !important;
  }
  .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize;
}
.icv__icv--vertical {
  cursor: row-resize;
}
.icv__icv--horizontal {
  cursor: col-resize;
}
.icv__img {
  pointer-events: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block;
}
.icv__is--fluid .icv__img {
  display: none;
}
.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}
.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}
.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}
.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.icv__is--fluid .icv__wrapper, .icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}
.icv__is--fluid .icv__wrapper, .icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}
.icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icv__control {
  position: absolute;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}
.icv__icv--vertical .icv__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  width: 100%;
}
.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}
.icv__icv--vertical .icv__control-line {
  width: 50%;
}
.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}
.icv__icv--vertical .icv__theme-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icv__arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}
.icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}
.icv__circle {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 999px;
}
.icv__label {
  position: absolute;
  bottom: 1rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icv__label.vertical {
  bottom: auto;
  left: 1rem;
}
.icv__label.on-hover {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
  transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}
.icv:hover .icv__label.on-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icv__label-before {
  left: 1rem;
}
.icv__label-after {
  right: 1rem;
}
.icv__label-before.vertical {
  top: 1rem;
}
.icv__label-after.vertical {
  bottom: 1rem;
  right: auto;
}
.icv__body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*! purgecss end ignore */
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(159 159 159 / var(--tw-bg-opacity));
}
.hover\:bg-babyblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 215 255 / var(--tw-bg-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bottom-0{
  bottom: 0;
}
.group:hover .group-hover\:right-0{
  right: 0;
}
.group:hover .group-hover\:-translate-x-4{
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 375px){
  .xs\:left-\[35\%\]{
    left: 35%;
  }
  .xs\:h-60{
    height: 15rem;
  }
  .xs\:h-96{
    height: 24rem;
  }
  .xs\:max-w-full{
    max-width: 100%;
  }
  .xs\:p-20{
    padding: 5rem;
  }
}
@media (min-width: 425px){
  .s\:mb-0{
    margin-bottom: 0;
  }
  .s\:h-30{
    height: 7.5rem;
  }
  .s\:h-80{
    height: 20rem;
  }
  .s\:flex-row{
    flex-direction: row;
  }
  .s\:items-center{
    align-items: center;
  }
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:-bottom-20{
    bottom: -5rem;
  }
  .sm\:-left-40{
    left: -10rem;
  }
  .sm\:left-40{
    left: 10rem;
  }
  .sm\:-top-10{
    top: -2.5rem;
  }
  .sm\:bottom-0{
    bottom: 0;
  }
  .sm\:left-\[42\%\]{
    left: 42%;
  }
  .sm\:m-auto{
    margin: auto;
  }
  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mt-0{
    margin-top: 0;
  }
  .sm\:mb-0{
    margin-bottom: 0;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mr-20{
    margin-right: 5rem;
  }
  .sm\:ml-20{
    margin-left: 5rem;
  }
  .sm\:-mt-18{
    margin-top: -4.5rem;
  }
  .sm\:ml-10{
    margin-left: 2.5rem;
  }
  .sm\:mt-40{
    margin-top: 10rem;
  }
  .sm\:-mb-20{
    margin-bottom: -5rem;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-32{
    height: 8rem;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-30{
    height: 7.5rem;
  }
  .sm\:h-140{
    height: 35rem;
  }
  .sm\:h-40{
    height: 10rem;
  }
  .sm\:h-120{
    height: 30rem;
  }
  .sm\:h-160{
    height: 40rem;
  }
  .sm\:h-14{
    height: 3.5rem;
  }
  .sm\:min-h-\[50vh\]{
    min-height: 50vh;
  }
  .sm\:w-90p{
    width: 90%;
  }
  .sm\:w-80p{
    width: 80%;
  }
  .sm\:w-120{
    width: 30rem;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-\[33\%\]{
    width: 33%;
  }
  .sm\:w-\[46\%\]{
    width: 46%;
  }
  .sm\:w-50p{
    width: 50%;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-\[49\%\]{
    width: 49%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-\[46\.5\%\]{
    width: 46.5%;
  }
  .sm\:w-max{
    width: max-content;
  }
  .sm\:w-45p{
    width: 45%;
  }
  .sm\:w-70p{
    width: 70%;
  }
  .sm\:w-14{
    width: 3.5rem;
  }
  .sm\:min-w-160{
    min-width: 40rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:bg-transparent{
    background-color: transparent;
  }
  .sm\:bg-\[\#1b3a312f\]{
    background-color: #1b3a312f;
  }
  .sm\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\]{
    background-color: rgba(255,255,255,0.7);
  }
  .sm\:p-20{
    padding: 5rem;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-\[45px\]{
    font-size: 45px;
  }
  .sm\:text-base{
    font-size: 16px;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-0{
    bottom: 0;
  }
  .md\:-top-16{
    top: -4rem;
  }
  .md\:left-100p{
    left: 100%;
  }
  .md\:right-100p{
    right: 100%;
  }
  .md\:-top-20{
    top: -5rem;
  }
  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mb-0{
    margin-bottom: 0;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:ml-20{
    margin-left: 5rem;
  }
  .md\:mr-20{
    margin-right: 5rem;
  }
  .md\:mr-10{
    margin-right: 2.5rem;
  }
  .md\:ml-10{
    margin-left: 2.5rem;
  }
  .md\:ml-16{
    margin-left: 4rem;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-88{
    height: 22rem;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:w-45p{
    width: 45%;
  }
  .md\:w-\[47\%\]{
    width: 47%;
  }
  .md\:w-120{
    width: 30rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-\[49\%\]{
    width: 49%;
  }
  .md\:w-60p{
    width: 60%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:pb-0{
    padding-bottom: 0;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-5xl{
    font-size: 50px;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-top-24{
    top: -6rem;
  }
  .lg\:left-45p{
    left: 45%;
  }
  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mt-0{
    margin-top: 0;
  }
  .lg\:mb-40{
    margin-bottom: 10rem;
  }
  .lg\:mr-0{
    margin-right: 0;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:-mt-14{
    margin-top: -3.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mb-30{
    margin-bottom: 7.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-40{
    height: 10rem;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-\[90vh\]{
    height: 90vh;
  }
  .lg\:h-160{
    height: 40rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-100{
    height: 25rem;
  }
  .lg\:h-180{
    height: 45rem;
  }
  .lg\:h-30{
    height: 7.5rem;
  }
  .lg\:w-80p{
    width: 80%;
  }
  .lg\:w-48{
    width: 12rem;
  }
  .lg\:w-1px{
    width: 1px;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-\[calc\(100\%-12rem\)\]{
    width: calc(100% - 12rem);
  }
  .lg\:w-50p{
    width: 50%;
  }
  .lg\:w-30p{
    width: 30%;
  }
  .lg\:w-\[31\%\]{
    width: 31%;
  }
  .lg\:w-\[48\%\]{
    width: 48%;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-60p{
    width: 60%;
  }
  .lg\:w-40p{
    width: 40%;
  }
  .lg\:w-\[55\%\]{
    width: 55%;
  }
  .lg\:w-70p{
    width: 70%;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-\[32\%\]{
    width: 32%;
  }
  .lg\:w-\[47\%\]{
    width: 47%;
  }
  .lg\:w-\[48\.75\%\]{
    width: 48.75%;
  }
  .lg\:w-160{
    width: 40rem;
  }
  .lg\:w-45p{
    width: 45%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-\[49\%\]{
    width: 49%;
  }
  .lg\:min-w-200{
    min-width: 50rem;
  }
  .lg\:max-w-90p{
    max-width: 90%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pl-0{
    padding-left: 0;
  }
  .lg\:pr-40{
    padding-right: 10rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-30{
    padding-top: 7.5rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:text-\[57px\]{
    font-size: 57px;
  }
  .lg\:text-lg{
    font-size: 18px;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:-left-20{
    left: -5rem;
  }
  .xl\:left-20{
    left: 5rem;
  }
  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:mb-0{
    margin-bottom: 0;
  }
  .xl\:mt-0{
    margin-top: 0;
  }
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:mt-20{
    margin-top: 5rem;
  }
  .xl\:ml-20{
    margin-left: 5rem;
  }
  .xl\:mt-30{
    margin-top: 7.5rem;
  }
  .xl\:h-14{
    height: 3.5rem;
  }
  .xl\:h-100{
    height: 25rem;
  }
  .xl\:h-40{
    height: 10rem;
  }
  .xl\:h-200{
    height: 50rem;
  }
  .xl\:h-120{
    height: 30rem;
  }
  .xl\:h-104{
    height: 26rem;
  }
  .xl\:w-70p{
    width: 70%;
  }
  .xl\:w-45p{
    width: 45%;
  }
  .xl\:w-50p{
    width: 50%;
  }
  .xl\:w-14{
    width: 3.5rem;
  }
  .xl\:w-\[48\%\]{
    width: 48%;
  }
  .xl\:w-\[22\%\]{
    width: 22%;
  }
  .xl\:w-\[23\%\]{
    width: 23%;
  }
  .xl\:w-\[47\%\]{
    width: 47%;
  }
  .xl\:w-\[31\.5\%\]{
    width: 31.5%;
  }
  .xl\:w-30p{
    width: 30%;
  }
  .xl\:w-\[55\%\]{
    width: 55%;
  }
  .xl\:w-40p{
    width: 40%;
  }
  .xl\:w-\[31\%\]{
    width: 31%;
  }
  .xl\:w-60p{
    width: 60%;
  }
  .xl\:w-40{
    width: 10rem;
  }
  .xl\:w-200{
    width: 50rem;
  }
  .xl\:w-\[24\%\]{
    width: 24%;
  }
  .xl\:w-20p{
    width: 20%;
  }
  .xl\:w-\[75\%\]{
    width: 75%;
  }
  .xl\:max-w-80p{
    max-width: 80%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-end{
    align-items: flex-end;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:py-50{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:pt-120{
    padding-top: 30rem;
  }
  .xl\:pt-40{
    padding-top: 10rem;
  }
  .xl\:pb-20{
    padding-bottom: 5rem;
  }
  .xl\:pt-80{
    padding-top: 20rem;
  }
}
@media (min-width: 1440px){
  .\32xl\:-left-40{
    left: -10rem;
  }
  .\32xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .\32xl\:mr-10{
    margin-right: 2.5rem;
  }
  .\32xl\:mt-40{
    margin-top: 10rem;
  }
  .\32xl\:ml-0{
    margin-left: 0;
  }
  .\32xl\:mb-0{
    margin-bottom: 0;
  }
  .\32xl\:ml-24{
    margin-left: 6rem;
  }
  .\32xl\:mr-20{
    margin-right: 5rem;
  }
  .\32xl\:block{
    display: block;
  }
  .\32xl\:flex{
    display: flex;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:h-16{
    height: 4rem;
  }
  .\32xl\:h-\[28rem\]{
    height: 28rem;
  }
  .\32xl\:h-20{
    height: 5rem;
  }
  .\32xl\:h-180{
    height: 45rem;
  }
  .\32xl\:h-44{
    height: 11rem;
  }
  .\32xl\:h-220{
    height: 55rem;
  }
  .\32xl\:w-60p{
    width: 60%;
  }
  .\32xl\:w-16{
    width: 4rem;
  }
  .\32xl\:w-\[33\%\]{
    width: 33%;
  }
  .\32xl\:w-80p{
    width: 80%;
  }
  .\32xl\:w-\[42\%\]{
    width: 42%;
  }
  .\32xl\:w-45p{
    width: 45%;
  }
  .\32xl\:w-\[23\.5\%\]{
    width: 23.5%;
  }
  .\32xl\:w-20{
    width: 5rem;
  }
  .\32xl\:w-\[37\%\]{
    width: 37%;
  }
  .\32xl\:w-\[65\%\]{
    width: 65%;
  }
  .\32xl\:w-44{
    width: 11rem;
  }
  .\32xl\:w-\[64rem\]{
    width: 64rem;
  }
  .\32xl\:w-auto{
    width: auto;
  }
  .\32xl\:w-30p{
    width: 30%;
  }
  .\32xl\:w-\[35\%\]{
    width: 35%;
  }
  .\32xl\:max-w-70p{
    max-width: 70%;
  }
  .\32xl\:flex-row{
    flex-direction: row;
  }
  .\32xl\:items-center{
    align-items: center;
  }
  .\32xl\:justify-center{
    justify-content: center;
  }
  .\32xl\:justify-between{
    justify-content: space-between;
  }
  .\32xl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\32xl\:text-xl{
    font-size: 20px;
  }
}
@media (min-width: 1670px){
  .\33xl\:ml-40{
    margin-left: 10rem;
  }
  .\33xl\:hidden{
    display: none;
  }
  .\33xl\:h-120{
    height: 30rem;
  }
  .\33xl\:h-200{
    height: 50rem;
  }
  .\33xl\:h-240{
    height: 60rem;
  }
  .\33xl\:w-50p{
    width: 50%;
  }
  .\33xl\:w-\[42\%\]{
    width: 42%;
  }
  .\33xl\:w-1\/4{
    width: 25%;
  }
  .\33xl\:w-60p{
    width: 60%;
  }
  .\33xl\:w-\[33\%\]{
    width: 33%;
  }
  .\33xl\:max-w-70p{
    max-width: 70%;
  }
}
