/* ------------------------------------------------------------ *\
	import scss files
\* ------------------------------------------------------------ */
/*  Variables  */
/*  Functions  */
/*  Mixins  */
/* example usage*/
/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
:root {
  --vh: 1vh;
  --vh: 1svh;
  --win-height: calc(100 * var(--vh));
  --fz-base: 1.6rem;
  --fw-base: 400;
  --lh-base: 1.2;
  --ff-sans-serif: "Inter", sans-serif;
  --ff-pattaya: "Pattaya", sans-serif;
  --ff-serif: "Times New Roman", Times, Georgia, serif;
  --ff-fa-solid: "fa-solid-900";
  --ff-base: var(--ff-sans-serif);
  --t-dur: .3s;
  --t-easing: ease;
  --c-black: #000000;
  --c-white: #FFFFFF;
  --c-gray: #F5F5F5;
  --c-blue: #18488F;
  --c-yellow: #ECC92B;
  --c-theme: var(--c-blue);
  --c-theme-dark: #143F80;
  --c-theme2: var(--c-yellow);
  --c-base: #000;
  --c-base: var(--c-theme);
  --section-spacing: 4rem;
  --offset-gutter: 4rem;
  --container-max-width: 1600px;
  --container-large-max-width: 1920px;
  --container-medium-max-width: 1140px;
  --container-gutter: 4.2rem;
  --gap: 2.4rem;
  --gap-secondary: 1.6rem;
  --slider-arrow-width: 3.4rem;
  --slider-arrow-height: 3.4rem;
  --border-radius: 5.2rem;
}
@media (max-width: 1399px) {
  :root {
    --offset-gutter: 3.2rem;
  }
}
@media (max-width: 1199px) {
  :root {
    --container-gutter: 2.4rem;
    --offset-gutter: 2.4rem;
  }
}
@media (max-width: 1023px) {
  :root {
    --gap: 2rem;
    --container-gutter: 2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --section-spacing: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Functions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Normalize/resets
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Black.woff2") format("woff2"), url("../assets/fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Regular.woff2") format("woff2"), url("../assets/fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("../assets/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Light.woff2") format("woff2"), url("../assets/fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Medium.woff2") format("woff2"), url("../assets/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Bold.woff2") format("woff2"), url("../assets/fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Thin.woff2") format("woff2"), url("../assets/fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pattaya";
  src: url("../assets/fonts/Pattaya-Regular.woff2") format("woff2"), url("../assets/fonts/Pattaya-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fa-brands-400";
  src: url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-brands-400.woff") format("woff"), url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fa-light-300";
  src: url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.woff") format("woff"), url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-light-300.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fa-regular-400";
  src: url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.woff") format("woff"), url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-regular-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fa-solid-900";
  src: url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.woff") format("woff"), url("../vendor/fontawesome-pro-5.7.2-web/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: var(--c-white, #fff);
  font-family: var(--ff-base, sans-serif);
  font-weight: var(--fw-base, 400);
  font-size: var(--fz-base, 1.6rem);
  line-height: var(--lh-base, 1.4);
  color: var(--c-base, #000);
}
body:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-white, #fff);
  opacity: 1;
  transition: opacity var(--t-dur, 0.3s), z-index var(--t-dur, 0.3s), visibility var(--t-dur, 0.3s);
  pointer-events: all;
  z-index: 9999;
}
body.is-open {
  overflow: hidden;
}
body.no-overlay:before {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}
.skip-link:focus {
  width: unset;
  height: unset;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: unset;
  border: 0;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a[href^=tel] {
  text-decoration: none;
}
ul {
  padding-left: 0;
}
figure {
  margin: 0;
}
.bg-gray,
.bg-grey {
  background-color: var(--c-gray);
}
.bg-media-wrapper {
  position: relative;
  isolation: isolate;
}
.bg-media-wrapper .bg-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.bg-media-wrapper .bg-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.color-theme {
  color: var(--c-theme);
}
.color-theme :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: var(--c-theme);
}
.bg-theme {
  background-color: var(--c-theme);
  color: var(--c-white);
}
.bg-theme .btn:not(.btn--white) {
  color: var(--c-theme);
  background-color: var(--c-theme2);
  border: 1px solid var(--c-theme2);
}
@media (hover: hover) {
  .bg-theme .btn:not(.btn--white):hover {
    color: var(--c-theme2);
    background-color: var(--c-theme);
    border-color: var(--c-theme2);
  }
}
.bg-theme .btn:not(.btn--white):active {
  color: var(--c-theme2);
  background-color: var(--c-theme);
  border-color: var(--c-theme2);
}
.bg-theme2 {
  background-color: var(--c-theme2);
  color: var(--c-theme);
}
.bg-theme2 .btn {
  color: var(--c-theme);
  background-color: var(--c-white);
  border: 1px solid var(--c-white);
}
@media (hover: hover) {
  .bg-theme2 .btn:hover {
    color: var(--c-white);
    background-color: var(--c-theme);
    border-color: var(--c-theme);
  }
}
.bg-theme2 .btn:active {
  color: var(--c-white);
  background-color: var(--c-theme);
  border-color: var(--c-theme);
}
:is(div, section).section-size-s {
  padding: 2rem 0;
}
:is(div, section).section-size-xl {
  padding: var(--section-spacing) 0;
}
@media (min-width: 767.02px) {
  :is(div, section).section-size-xl {
    padding: 4rem 0;
  }
}
@media (min-width: 1023.02px) {
  :is(div, section).section-size-xl {
    padding: 5rem 0;
  }
}
@media (min-width: 1199.02px) {
  :is(div, section).section-size-xl {
    padding: 6rem 0;
  }
}
@media (min-width: 1399.02px) {
  :is(div, section).section-size-xl {
    padding: 8rem 0;
  }
}
:is(div, section).section-xl-offset-top {
  padding-top: var(--section-spacing);
}
@media (min-width: 767.02px) {
  :is(div, section).section-xl-offset-top {
    padding-top: 4rem;
  }
}
@media (min-width: 1023.02px) {
  :is(div, section).section-xl-offset-top {
    padding-top: 5rem;
  }
}
@media (min-width: 1199.02px) {
  :is(div, section).section-xl-offset-top {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1399.02px) {
  :is(div, section).section-xl-offset-top {
    padding-bottom: 8rem;
  }
}
:is(div, section).section-xl-offset-bottom {
  padding-bottom: var(--section-spacing);
}
@media (min-width: 767.02px) {
  :is(div, section).section-xl-offset-bottom {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1023.02px) {
  :is(div, section).section-xl-offset-bottom {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1199.02px) {
  :is(div, section).section-xl-offset-bottom {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1399.02px) {
  :is(div, section).section-xl-offset-bottom {
    padding-bottom: 8rem;
  }
}
:is(div, section).section-s-offset-top {
  padding-top: 2rem;
}
:is(div, section).section-s-offset-bottom {
  padding-bottom: 2rem;
}
:is(div, section).no-offset-top {
  padding-top: 0;
}
:is(div, section).no-offset-bottom {
  padding-bottom: 0;
}
:is(div, section).no-offsets {
  padding: 0;
}
.has-border-radius {
  border-radius: var(--border-radius);
}
.no-animation {
  animation-name: unset !important;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(var(--lh-base) / 2 * 1em);
  font-size: 700;
}
.h1,
h1 {
  font-size: 7.5rem;
  line-height: 1;
  font-family: var(--ff-pattaya);
}
@media (max-width: 1599px) {
  .h1,
  h1 {
    font-size: 6.8rem;
  }
}
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 5.4rem;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 2.6rem;
  }
}
.h2,
h2 {
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: var(--ff-base, sans-serif);
}
@media (max-width: 1599px) {
  .h2,
  h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1399px) {
  .h2,
  h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 375px) {
  .h2,
  h2 {
    font-size: 2.4rem;
  }
}
.h3,
h3 {
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 1.8rem;
  }
}
.h4,
h4 {
  line-height: 1.2;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .h4,
  h4 {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}
.h5,
h5 {
  font-size: var(--fz-base);
  line-height: var(--lh-base);
}
.h6,
h6 {
  font-size: 1.4rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 1em);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear-float:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}
.hidden-soft {
  display: none;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-inline-flex,
.visible-xs-flex,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-s-inline-block,
.visible-s-block,
.visible-s-inline-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  .hidden-s {
    display: none !important;
  }
  .visible-s-block {
    display: block !important;
  }
  .visible-s-flex {
    display: flex !important;
  }
  .visible-s-inline {
    display: inline !important;
  }
  .visible-s-inline-block {
    display: inline-block !important;
  }
  .visible-s-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 1199px) {
  .hidden-m {
    display: none !important;
  }
  .visible-m-block {
    display: block !important;
  }
  .visible-m-flex {
    display: flex !important;
  }
  .visible-m-inline {
    display: inline !important;
  }
  .visible-m-inline-block {
    display: inline-block !important;
  }
  .visible-m-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.hidden-visually {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
/* ------------------------------------------------------------ *\
    Actions-holder
\* ------------------------------------------------------------ */
.actions-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem var(--gap);
}
.actions-holder:not(:first-child) {
  margin-top: 3.4rem;
}
@media (max-width: 1023px) {
  .actions-holder:not(:first-child) {
    margin-top: 2.4rem;
  }
}
/* ------------------------------------------------------------ *\
    Animations
\* ------------------------------------------------------------ */
@keyframes fadeInRightSmall {
  0% {
    transform: translateX(15rem);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRightSmall {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: translateX(15rem);
  }
}
@keyframes bubbleSkew {
  0% {
    transform: skew(15deg, 0) scale(1);
  }
  20% {
    transform: skew(-15deg, 0) scale(0.9) translateY(-10%);
  }
  40% {
    transform: skew(0deg, 0) scale(1.1);
  }
  60% {
    transform: skew(7deg, 0) scale(0.9) translateY(-10%);
  }
  100% {
    transform: skew(15deg, 0) scale(1);
  }
}
@keyframes bubbleScaleOpacity {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.92) translateY(-10%);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0.92) translateY(-10%);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lightBulpFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes screwLeft {
  0% {
    transform: translateX(0) rotateX(0);
  }
  50% {
    transform: translateX(25%) rotateX(180deg);
  }
  100% {
    transform: translateX(0) rotateX(360deg);
  }
}
@keyframes screwTop {
  0% {
    transform: translateY(0) rotateY(0);
  }
  50% {
    transform: translateY(55%) rotateY(180deg);
  }
  100% {
    transform: translateY(0) rotateY(360deg);
  }
}
@keyframes floatRight1 {
  0% {
    transform: translate(20%, -40%) rotate(0);
  }
  50% {
    transform: translate(25%, -80%) rotate(180deg);
  }
  100% {
    transform: translate(20%, -40%) rotate(360deg);
  }
}
@keyframes floatRight1Mod {
  0% {
    transform: translate(5%, 0) rotate(0);
  }
  50% {
    transform: translate(10%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(5%, 0) rotate(360deg);
  }
}
@keyframes floatRight2 {
  0% {
    transform: translate(20%, 50%) rotate(0);
  }
  50% {
    transform: translate(25%, -180%) rotate(180deg);
  }
  100% {
    transform: translate(20%, 50%) rotate(360deg);
  }
}
@keyframes floatRight2Mod {
  0% {
    transform: translate(5%, 0) rotate(25deg);
  }
  50% {
    transform: translate(5%, 15%) rotate(45deg);
  }
  100% {
    transform: translate(5%, 0) rotate(25deg);
  }
}
@keyframes floatRight2Mod2 {
  0% {
    transform: translate(60%, -10%) rotate(-40deg) scaleX(-1);
  }
  50% {
    transform: translate(60%, -7%) rotate(-50deg) scaleX(-1);
  }
  100% {
    transform: translate(60%, -10%) rotate(-40deg) scaleX(-1);
  }
}
@keyframes floatRight2Mod3 {
  0% {
    transform: translate(5%, 5%) rotate(0);
  }
  50% {
    transform: translate(5%, 15%) rotate(90deg);
  }
  100% {
    transform: translate(5%, 5%) rotate(0);
  }
}
@keyframes floatLeft1 {
  0% {
    transform: translate(-20%, -50%) rotate(0);
  }
  50% {
    transform: translate(-35%, -155%) rotate(-180deg);
  }
  100% {
    transform: translate(-20%, -50%) rotate(-360deg);
  }
}
@keyframes floatLeft1Mod {
  0% {
    transform: translate(-165%, 25%) rotate(0);
  }
  50% {
    transform: translate(-200%, 60%) rotate(-180deg);
  }
  100% {
    transform: translate(-165%, 25%) rotate(-360deg);
  }
}
@keyframes floatLeft2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0.5rem, -0.5rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floatLeft2Mod2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0.5rem, -0.5rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floatTop {
  0% {
    transform: translate(0, 0%) rotate(0);
  }
  50% {
    transform: translate(100%, 17%) rotate(180deg) scale(1.2);
  }
  100% {
    transform: translate(0, 0%) rotate(360deg);
  }
}
@keyframes floatTopMod {
  0% {
    transform: translate(0, 0%) rotate(0);
  }
  50% {
    transform: translate(200%, 60%) rotate(180deg) scale(1.2);
  }
  100% {
    transform: translate(0, 0%) rotate(360deg);
  }
}
@keyframes polish {
  0% {
    transform: translate(-5%, 10%);
  }
  50% {
    transform: translate(-5%, 0%);
  }
  100% {
    transform: translate(-5%, 10%);
  }
}
@keyframes hammer {
  0% {
    transform: translate(20%, 3%);
  }
  50% {
    transform: translate(10%, -2%) rotate(-15deg);
  }
  100% {
    transform: translate(20%, 3%);
  }
}
/* ------------------------------------------------------------ *\
    Bg-els holder
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    bg-els-holder
\* ------------------------------------------------------------ */
.bg-els-holder {
  position: relative;
  overflow: hidden;
  /*  section sides cards  */
}
.bg-els-holder .bg-el {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.bg-els-holder .bg-el img {
  width: 100%;
  pointer-events: none;
}
.bg-els-holder .bg-el.no-anim {
  animation-name: none;
}
.bg-els-holder .bg-el-bubble {
  animation: bubleRotateScale 6s forwards infinite;
}
.bg-els-holder .bg-el-bubble-top-left-upper {
  animation: bubleRotateScaleUp 6s forwards infinite;
  top: 0;
  transform: translateY(-30%);
  left: -13%;
  max-width: 38%;
}
@keyframes bubleRotateScaleUp {
  0% {
    transform: translateY(-30%);
  }
  20% {
    transform: translateY(-30%) rotate(-10deg) scale(0.9);
  }
  50% {
    transform: translateY(-30%) rotate(10deg) scale(0.9);
  }
  80% {
    transform: translateY(-30%) rotate(0) scale(1.03);
  }
  100% {
    transform: translateY(-30%) scale(1);
  }
}
.bg-els-holder .bg-el-bubble-bottom-right-under {
  animation: bubleRotateScaleDown 7s forwards infinite;
  bottom: 0;
  transform: translateY(30%);
  right: -13%;
  max-width: 38%;
}
@keyframes bubleRotateScaleDown {
  0% {
    transform: translateY(30%);
  }
  20% {
    transform: translateY(30%) rotate(-10deg) scale(0.9);
  }
  50% {
    transform: translateY(30%) rotate(10deg) scale(0.9);
  }
  80% {
    transform: translateY(30%) rotate(0) scale(1.03);
  }
  100% {
    transform: translateY(30%) scale(1);
  }
}
/* ------------------------------------------------------------ *\
    Box-alt
\* ------------------------------------------------------------ */
.box-alt {
  text-align: center;
  border-radius: var(--border-radius);
}
.box-alt .box__head:not(:last-child) {
  margin-bottom: 2rem;
}
.box-alt .box__inner {
  margin: auto;
  border-radius: var(--border-radius);
  background-color: var(--c-theme);
  padding: 4rem 17rem 4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .box-alt .box__inner {
    padding: 3rem 10%;
  }
}
.box-alt .bg-el-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14%;
  animation: polish 4s forwards infinite linear;
}
@media (max-width: 1199px) {
  .box-alt .bg-el-left {
    width: 9%;
  }
}
@media (max-width: 575px) {
  .box-alt .bg-el-left {
    width: 12%;
  }
}
.box-alt .bg-el-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
  animation: hammer 2s forwards infinite ease-in-out;
}
@media (max-width: 1199px) {
  .box-alt .bg-el-right {
    width: 9%;
  }
}
@media (max-width: 575px) {
  .box-alt .bg-el-right {
    width: 12%;
  }
}
.box-alt .box__bg-el-screw {
  position: absolute;
}
.box-alt .box__bg-el-screw.top-left {
  top: -5rem;
  left: 4rem;
  width: 2%;
  animation: screwTop 3s forwards infinite;
}
@media (max-width: 1199px) {
  .box-alt .box__bg-el-screw.top-left {
    top: -5rem;
    left: 4rem;
  }
}
@media (max-width: 1023px) {
  .box-alt .box__bg-el-screw.top-left {
    top: -4rem;
    left: 4rem;
  }
}
@media (max-width: 767px) {
  .box-alt .box__bg-el-screw.top-left {
    top: -2.7rem;
    left: 4rem;
  }
}
@media (max-width: 575px) {
  .box-alt .box__bg-el-screw.top-left {
    top: -2.5rem;
    left: 4rem;
    width: 3%;
  }
}
@media (max-width: 375px) {
  .box-alt .box__bg-el-screw.top-left {
    top: -2rem;
    left: 4rem;
  }
}
.box-alt .form {
  position: relative;
  z-index: 10;
}
/* ------------------------------------------------------------ *\
    Box-frame
\* ------------------------------------------------------------ */
.box-frame {
  padding: 4rem;
  position: relative;
  max-width: 74rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .box-frame {
    padding: 3rem;
  }
}
@media (max-width: 575px) {
  .box-frame {
    padding: 3rem var(--gap);
  }
}
.box-frame .box__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-frame .box__bg > div {
  position: absolute;
  animation: rotateSelf 3s forwards infinite;
}
.box-frame .box__bg .box__bg-top-left {
  top: 0;
  left: 0;
}
.box-frame .box__bg .box__bg-top-right {
  top: 0;
  right: 0;
}
.box-frame .box__bg .box__bg-bot-left {
  bottom: 0;
  left: 0;
}
.box-frame .box__bg .box__bg-bot-right {
  bottom: 0;
  right: 0;
}
@keyframes rotateSelf {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}
.box-frame .box__content {
  position: relative;
  z-index: 5;
  text-align: center;
}
.box-frame .box__content h2:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 1399px) {
  .box-frame .box__content h2:not(:last-child) {
    margin-bottom: var(--offset-gutter);
  }
}
.box-frame .box__content h4:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 1399px) {
  .box-frame .box__content h4:not(:last-child) {
    margin-bottom: var(--offset-gutter);
  }
}
.box-frame .box__content .btn:not(:first-child) {
  margin-top: var(--offset-gutter);
}
/* ------------------------------------------------------------ *\
    Box
\* ------------------------------------------------------------ */
.box {
  text-align: center;
}
.box .box__head:not(:last-child) {
  margin-bottom: 4rem;
}
.box .box__inner {
  margin: auto;
  position: relative;
  padding: 3rem 4rem 6rem;
  background-color: var(--c-white);
  border: 6px solid var(--c-theme);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.box .box__body:not(:last-child) {
  margin-bottom: 3rem;
}
.box .box__foot {
  text-align: center;
}
.box .box__foot h4 small {
  font-size: 100%;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .box .box__body:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .box .box__inner {
    border-radius: 4rem;
  }
}
@media (max-width: 1023px) {
  .box .box__inner {
    border-width: 3px;
    padding: 3rem;
  }
}
@media (max-width: 575px) {
  .box .box__inner {
    padding: var(--container-gutter);
  }
}
.box .box__bg-el-screw {
  position: absolute;
}
.box .box__bg-el-screw.meta-top-left {
  top: 5rem;
  left: -5.6rem;
  width: 5%;
  animation: screwLeft 3s forwards infinite;
}
@media (max-width: 1399px) {
  .box .box__bg-el-screw.meta-top-left {
    top: 5rem;
    left: -3.7rem;
    width: 4%;
  }
}
@media (max-width: 1199px) {
  .box .box__bg-el-screw.meta-top-left {
    top: 5rem;
    left: -2.1rem;
    width: 3%;
  }
}
@media (max-width: 1023px) {
  .box .box__bg-el-screw.meta-top-left {
    top: 5rem;
    left: -1.8rem;
    width: 3%;
  }
}
@media (max-width: 767px) {
  .box .box__bg-el-screw.meta-top-left {
    top: 5rem;
    left: -1.7rem;
    width: 5%;
  }
}
@media (max-width: 375px) {
  .box .box__bg-el-screw.meta-top-left {
    top: 5rem;
    left: -1.7rem;
    width: 7%;
  }
}
/* ------------------------------------------------------------ *\
    Btn-ico-holder
\* ------------------------------------------------------------ */
.btn-ico-holder {
  position: relative;
  padding-right: 5rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
.btn-ico-holder img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 5rem;
  height: 5rem;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  line-height: 1;
  border-radius: 0;
  transition: background-color var(--t-dur), color var(--t-dur), border-color var(--t-dur);
  padding: 0.8rem 1.2rem 1rem;
  color: var(--c-white);
  background-color: var(--c-theme);
  border: 1px solid var(--c-theme);
  position: relative;
  isolation: isolate;
  border-radius: var(--border-radius);
  font-size: 2rem;
  min-width: 10.8rem;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn :where(i, img, svg) {
  margin-left: 0.9rem;
}
@media (hover: hover) {
  .btn:hover {
    color: var(--c-theme);
    background-color: var(--c-white);
    border-color: var(--c-theme);
  }
}
.btn:active {
  color: var(--c-theme);
  background-color: var(--c-white);
  border-color: var(--c-theme);
}
/*  btn theme  */
.btn--theme {
  color: var(--c-white);
  background-color: var(--c-theme);
  border: 1px solid var(--c-theme);
}
@media (hover: hover) {
  .btn--theme:hover {
    color: var(--c-theme);
    background-color: var(--c-white);
    border-color: var(--c-theme);
  }
}
.btn--theme:active {
  color: var(--c-theme);
  background-color: var(--c-white);
  border-color: var(--c-theme);
}
/*  btn white  */
.btn--white {
  color: var(--c-theme);
  background-color: var(--c-white);
  border: 1px solid var(--c-white);
}
@media (hover: hover) {
  .btn--white:hover {
    color: var(--c-white);
    background-color: var(--c-theme);
    border-color: var(--c-white);
  }
}
.btn--white:active {
  color: var(--c-white);
  background-color: var(--c-theme);
  border-color: var(--c-white);
}
/*  Btn block  */
.btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
    Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
  line-height: 1;
}
.checkbox label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--c-white, #fff);
  border: 1px solid var(--c-theme);
  transition: background-color var(--t-dur), border-color var(--t-dur);
}
.checkbox input[type=checkbox]:checked + label:before {
  background-color: var(--c-theme);
}
/* ------------------------------------------------------------ *\
    Checkboxes
\* ------------------------------------------------------------ */
.checkboxes ul {
  list-style-type: none;
  padding-left: 0;
}
.checkboxes li + li {
  margin-top: 0.9rem;
}
.field {
  display: block;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  height: 4rem;
  width: 100%;
  text-transform: none;
  line-height: 1;
  font-weight: inherit;
  border: 1px solid var(--c-theme);
  padding: 0.2rem var(--gap-secondary) 0.4rem;
  background-color: var(--c-white);
  border-radius: 5rem;
  color: var(--c-theme);
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .field {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .field {
    font-size: 16px;
  }
}
.field::-moz-placeholder {
  opacity: 0.6;
}
.field::placeholder {
  opacity: 0.6;
}
.field--textarea {
  line-height: 1.2;
  resize: none;
  height: 33rem;
  padding: 1.8rem var(--gap-secondary);
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .field--textarea {
    height: 24rem;
  }
}
/* ------------------------------------------------------------ *\
    Floating-btn
\* ------------------------------------------------------------ */
.floating-btn {
  position: fixed;
  top: 2rem;
  right: var(--container-gutter);
  z-index: 120;
  text-decoration: none;
  text-align: center;
  transition: opacity var(--t-dur);
  width: 23.4rem;
  min-height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width var(--t-dur), min-height var(--t-dur);
}
@media (max-width: 1599px) {
  .floating-btn {
    width: 16rem;
    min-height: 13rem;
    top: 0.5rem;
  }
}
@media (max-width: 1399px) {
  .floating-btn {
    width: 14rem;
    min-height: 10rem;
  }
}
@media (max-width: 1199px) {
  .floating-btn {
    display: none;
  }
}
.floating-btn .floating__entry {
  position: relative;
  z-index: 5;
  padding-bottom: 2.4rem;
  transition: padding var(--t-dur);
}
@media (max-width: 1399px) {
  .floating-btn .floating__entry {
    padding-bottom: 1.5rem;
  }
}
.floating-btn p {
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .floating-btn p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1399px) {
  .floating-btn p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1599px) {
  .floating-btn h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1399px) {
  .floating-btn h4 {
    font-size: 1.4rem;
  }
}
.floating-btn .floating__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floating-btn .floating__bg img {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .floating-btn:hover {
    opacity: 0.7;
  }
}
/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 4rem 0 2rem;
}
.footer .footer__cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(-1 * var(--gap) / 2);
}
@media (max-width: 575px) {
  .footer .footer__cols {
    margin: calc(-1 * var(--gap) / 2);
  }
}
.footer .footer__cols .footer__col {
  flex: 1;
  max-width: 100%;
  padding: calc(var(--gap) / 2);
}
@media (max-width: 575px) {
  .footer .footer__cols .footer__col {
    padding: calc(var(--gap) / 2);
  }
}
.footer .footer__cols .footer__col--size-1 {
  flex: 0 0 39%;
  max-width: 39%;
}
@media (max-width: 1023px) {
  .footer .footer__cols .footer__col--size-1 {
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .footer .footer__cols .footer__col--size-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__cols .footer__col--size-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1599px) {
  .footer .footer__cols .footer__col--size-2 {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (max-width: 1399px) {
  .footer .footer__cols .footer__col--size-2 {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (max-width: 1199px) {
  .footer .footer__cols .footer__col--size-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__cols .footer__col--size-2 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .footer .footer__cols .footer__col--size-2 {
    order: unset;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__cols .footer__col--size-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__cols .footer__col--size-3 {
  flex: 0 0 12%;
  max-width: 12%;
}
@media (max-width: 1599px) {
  .footer .footer__cols .footer__col--size-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 1399px) {
  .footer .footer__cols .footer__col--size-3 {
    flex: 0 0 16%;
    max-width: 16%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__cols .footer__col--size-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .footer .footer__cols .footer__col--size-3 {
    order: unset;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__cols .footer__col--size-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__cols .footer__col--size-4 {
  flex: 0 0 12%;
  max-width: 12%;
}
@media (max-width: 1599px) {
  .footer .footer__cols .footer__col--size-4 {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 1399px) {
  .footer .footer__cols .footer__col--size-4 {
    flex: 0 0 16%;
    max-width: 16%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__cols .footer__col--size-4 {
    flex: 0 0 50%;
    max-width: 50%;
    order: 4;
  }
}
@media (max-width: 575px) {
  .footer .footer__cols .footer__col--size-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer .footer__cols .footer__col--size-5 {
  flex: 0 0 10%;
  max-width: 10%;
}
@media (max-width: 1599px) {
  .footer .footer__cols .footer__col--size-5 {
    flex: 0 0 12%;
    max-width: 12%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__cols .footer__col--size-5 {
    order: 5;
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  .footer .footer__cols .footer__col--size-5 {
    max-width: 33.3333333333%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .footer .footer__cols .footer__col--size-5 {
    max-width: 33.3333333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .footer__cols .footer__col.mobile-align-right {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .footer .footer__cols .footer__col.mobile-align-right {
    text-align: left;
  }
}
.footer .footer__subtitle:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .footer .footer__subtitle:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.footer .footer__actions {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer .footer__actions {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer .footer__actions {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .footer .footer__actions {
    justify-content: flex-start;
  }
}
.footer .footer__nav ul {
  list-style: none;
  padding-left: 0;
}
.footer .footer__nav ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  line-height: 1;
}
.footer .footer__nav ul li + li {
  margin-top: 1.2rem;
}
.footer .footer__nav ul a {
  transition: color var(--t-dur);
  text-decoration: none;
}
@media (hover: hover) {
  .footer .footer__nav ul a:hover {
    color: var(--c-theme2);
  }
}
/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */
.form {
  color: var(--c-theme);
}
.form:not(:last-child) {
  margin-bottom: 3rem;
}
.form .form__head:not(:last-child) {
  margin-bottom: 2.5rem;
}
.form .form__cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4.2rem;
}
@media (max-width: 1399px) {
  .form .form__cols {
    margin: 0 -3rem;
  }
}
@media (max-width: ) {
  .form .form__cols {
    margin: 0 calc(-1 * var(--gap));
  }
}
@media (max-width: 1023px) {
  .form .form__cols {
    display: block;
    margin: 0;
  }
}
.form .form__col {
  padding: 0 4.2rem;
  flex: 1;
}
@media (max-width: 1399px) {
  .form .form__col {
    padding: 0 3rem;
  }
}
@media (max-width: 1199px) {
  .form .form__col {
    padding: 0 var(--gap);
  }
}
@media (max-width: 1023px) {
  .form .form__col {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .form .form__col + .form__col {
    margin-top: 1.6rem;
  }
}
.form .form__col--1of2 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .form .form__col--1of2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form .form__row + .form__row {
  margin-top: 2.8rem;
}
@media (max-width: 1399px) {
  .form .form__row + .form__row {
    margin-top: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .form .form__row + .form__row {
    margin-top: 1.6rem;
  }
}
.form .form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem var(--gap);
}
@media (max-width: 575px) {
  .form .form__actions {
    justify-content: center;
  }
}
.form .form__actions:not(:first-child) {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .form .form__actions:not(:first-child) {
    margin-top: 3.4rem;
  }
}
.form .form__success:not(:last-child) {
  margin-bottom: 1.6rem;
}
.form .form__success:not(:last-child) :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: var(--c-theme);
}
.form .form__label {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
  line-height: 1;
  color: var(--c-theme);
}
@media (max-width: 1023px) {
  .form .form__label {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.form .form__label-alt {
  font-size: var(--fz-base);
  font-weight: 300;
  line-height: 1;
  margin-top: 0.5rem;
  color: var(--c-theme);
  font-style: italic;
}
.form .form__title {
  color: var(--c-theme);
  font-weight: 400;
}
.form .form__title:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .form .form__title:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.form .form__meta-link {
  display: inline-block;
  transition: color var(--t-dur);
}
@media (hover: hover) {
  .form .form__meta-link:hover {
    color: var(--c-theme-dark);
  }
}
.form .form__docs p {
  margin-top: 1rem;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid-flex {
  display: flex;
  flex-flow: row wrap;
  margin: calc(-1 * var(--gap) / 2);
  justify-content: center;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col 1of4  */
  /*  Grid col 1of5  */
}
.grid-flex .grid__col {
  max-width: 100%;
  flex: 1;
  padding: calc(var(--gap) / 2);
}
.grid-flex .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .grid-flex .grid__col--1of2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid-flex .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
@media (max-width: 1023px) {
  .grid-flex .grid__col--1of3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .grid-flex .grid__col--1of3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid-flex .grid__col--1of4 {
  max-width: 25%;
  flex: 0 0 25%;
}
@media (max-width: 1199px) {
  .grid-flex .grid__col--1of4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 1023px) {
  .grid-flex .grid__col--1of4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .grid-flex .grid__col--1of4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid-flex .grid__col--1of5 {
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 1199px) {
  .grid-flex .grid__col--1of5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .grid-flex .grid__col--1of5 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .grid-flex .grid__col--1of5 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
/* ------------------------------------------------------------ *\
    Grid
\* ------------------------------------------------------------ */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: 1fr;
  gap: var(--gap);
}
.grid .grid__col.span-2cols {
  grid-column: span 2;
}
/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header-holder {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-height);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  background-color: var(--c-theme2, #fff);
  padding: 0.7rem 0 0.7rem;
  color: var(--c-theme);
  height: 10.4rem;
  /*  Is Open  */
  /*  elements  */
}
@media (max-width: 1599px) {
  .header {
    height: 6.5rem;
  }
}
@media (max-width: 1399px) {
  .header {
    height: 4.4rem;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 0;
    height: unset;
  }
}
.header.is-under-holder .logo {
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 1599px) {
  .header.is-under-holder .logo {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media (max-width: 1399px) {
  .header.is-under-holder .logo {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (max-width: 1023px) {
  .header.is-under-holder .logo {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (max-width: 1199px) {
  .header .shell {
    display: contents;
  }
}
.header .header__inner {
  display: contents;
}
.header .header__utilities {
  display: contents;
}
@media (max-width: 1199px) {
  .header .header__utilities {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 0.5rem var(--container-gutter);
    min-height: 4.4rem;
  }
}
@media (max-width: 1023px) {
  .header .header__utilities {
    min-height: 3.8rem;
  }
}
.header .header__actions {
  display: none;
}
@media (max-width: 1199px) {
  .header .header__actions {
    display: flex;
    align-items: center;
    gap: 0 2.4rem;
    margin-left: 13rem;
  }
}
@media (max-width: 767px) {
  .header .header__actions {
    margin-left: 8rem;
  }
}
@media (max-width: 1199px) {
  .header .header__actions .btn {
    padding: 0.3rem 1rem 0.6rem;
    font-size: 1.6rem;
  }
}
.header .logo {
  position: absolute;
  top: 0;
  left: var(--container-gutter);
  width: 21.8rem;
  height: 21.8rem;
  transition: width var(--t-dur), height var(--t-dur);
}
@media (max-width: 1599px) {
  .header .logo {
    width: 13rem;
    height: 13rem;
  }
}
@media (max-width: 1399px) {
  .header .logo {
    width: 8.8rem;
    height: 8.8rem;
  }
}
@media (max-width: 1023px) {
  .header .logo {
    width: 7.6rem;
    height: 7.6rem;
  }
}
.header .nav-trigger {
  display: none;
}
@media (max-width: 1199px) {
  .header .nav-trigger {
    display: inline-block;
  }
}
.header .shell {
  height: 100%;
}
.header .header__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 0 24rem;
}
@media (max-width: 1199px) {
  .header .header__navigation {
    position: fixed;
    top: var(--header-height);
    bottom: 0;
    left: 0;
    right: 0;
    min-height: calc(var(--win-height) - var(--header-height));
    border: none;
    margin: 0;
    overflow-x: clip;
    overflow-y: auto;
    z-index: 3;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--t-dur), visibility var(--t-dur);
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .header .header__navigation.is-open {
    opacity: 1;
    visibility: visible;
  }
  .header .header__navigation.is-open .nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.header .header__navigation .header__bg {
  display: none;
}
@media (max-width: 1199px) {
  .header .header__navigation .header__bg {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: var(--header-height);
    min-height: calc(var(--win-height) - var(--header-height));
    background-color: var(--c-black);
    z-index: 2;
    opacity: 0.5;
  }
}
@media (max-width: 1199px) {
  .header .header__navigation .nav {
    z-index: 3;
    position: relative;
    min-height: 100%;
    max-width: 32rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    margin-left: auto;
    padding: 2rem var(--gap) 3rem;
    transition: opacity var(--t-dur), visibility var(--t-dur), transform var(--t-dur);
    text-align: right;
    background-color: var(--c-theme);
    color: var(--c-white);
  }
}
@media (max-width: 575px) {
  .header .header__navigation .nav {
    max-width: 29rem;
  }
}
@media (max-width: 375px) {
  .header .header__navigation .nav {
    max-width: 26rem;
  }
}
/* ------------------------------------------------------------ *\
    Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
}
.hero .slider:not(.is-disabled) .splide {
  padding: 0;
}
.hero .shell {
  display: contents;
}
.hero .slider {
  position: static;
  width: 100%;
}
.hero .slider .splide {
  position: static;
}
.hero .slider .splide__track {
  position: static;
  overflow: visible;
}
.hero .slider .splide__list {
  position: static;
}
.hero .slider .splide__slide {
  position: static;
}
.hero .hero__media {
  display: block;
  height: 100%;
  width: 100%;
}
.hero .hero__media img {
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
    logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  transition: opacity var(--t-dur), visibility var(--t-dur);
  height: 16px;
  width: 24px;
  display: inline-block;
  position: relative;
  z-index: 55;
}
.nav-trigger span:nth-child(1),
.nav-trigger span:nth-child(2),
.nav-trigger span:nth-child(3) {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--c-theme);
  transition: transform var(--t-dur);
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-trigger span:nth-child(3) {
  bottom: 0;
}
.nav-trigger.is-open span:nth-child(2) {
  display: none;
}
.nav-trigger.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-trigger.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}
/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */
.nav {
  display: block;
}
.nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 0 4rem;
}
@media (max-width: 1199px) {
  .nav > ul {
    display: block;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li + li {
    margin-top: 1.3rem;
  }
}
.nav > ul > li.is-current > a {
  color: var(--c-white);
  cursor: default;
  pointer-events: none;
}
.nav > ul > li.is-current > a:after {
  background-color: var(--c-white);
  transform: scaleX(1);
}
.nav > ul > li > a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  line-height: 1;
  font-weight: 400;
  transition: color var(--t-dur);
}
@media (max-width: 1199px) {
  .nav > ul > li > a {
    font-size: var(-fz-base);
    opacity: 0;
    font-weight: 500;
  }
}
.nav > ul > li > a.anim-in {
  animation: 0.6s ease alternate forwards;
  animation-name: fadeInRightSmall;
}
.nav > ul > li > a.anim-out {
  animation: 0.6s ease alternate forwards;
  animation-name: fadeOutRightSmall;
}
.nav > ul > li > a:hover {
  color: var(--c-white);
}
@media (hover: hover) {
  .nav > ul > li > a:hover:after {
    transform: scaleX(1);
    background-color: var(--c-white);
  }
}
.nav > ul > li > a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--c-theme);
  transition: transform var(--t-dur), background-color var(--t-dur);
  transform: scaleX(0);
  transform-origin: center;
}
@media (max-width: 1199px) {
  .nav > ul > li > a:after {
    background-color: var(--c-white);
  }
}
@media (max-width: 1199px) {
  .nav > ul > li.has-dropdown > a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.nav > ul > li.has-dropdown .nav__dropdown-trigger {
  display: none;
}
@media (max-width: 1199px) {
  .nav > ul > li.has-dropdown .nav__dropdown-trigger {
    display: inline-flex;
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    background-color: var(--c-theme-dark);
    border-radius: 3px;
    transition: background-color var(--t-dur);
    margin-left: 1rem;
  }
  .nav > ul > li.has-dropdown .nav__dropdown-trigger:before, .nav > ul > li.has-dropdown .nav__dropdown-trigger:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-color: var(--c-white);
    transition: transform var(--t-dur), opacity var(--t-dur);
  }
  .nav > ul > li.has-dropdown .nav__dropdown-trigger:before {
    width: 7px;
    height: 2px;
  }
  .nav > ul > li.has-dropdown .nav__dropdown-trigger:after {
    width: 2px;
    height: 7px;
  }
}
.nav > ul > li.has-dropdown > .dropdown {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .nav > ul > li.has-dropdown > .dropdown {
    opacity: 1;
    visibility: visible;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--t-dur), padding var(--t-dur);
  }
}
@media (hover: hover) {
  .nav > ul > li.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li.has-dropdown.is-open > a {
    color: var(--c-white);
    border-color: var(--c-white);
  }
  .nav > ul > li.has-dropdown.is-open .nav__dropdown-trigger {
    background-color: var(--c-white);
  }
  .nav > ul > li.has-dropdown.is-open .nav__dropdown-trigger:before {
    opacity: 0;
  }
  .nav > ul > li.has-dropdown.is-open .nav__dropdown-trigger:after {
    transform: translate(-50%, -50%) rotate(90deg);
    background-color: var(--c-theme-dark);
  }
  .nav > ul > li.has-dropdown.is-open .dropdown {
    grid-template-rows: 1fr;
  }
  .nav > ul > li.has-dropdown.is-open .dropdown .dropdown__inner {
    padding: 1.2rem 1.8rem 0 0;
  }
}
/* ------------------------------------------------------------ *\
    radio
\* ------------------------------------------------------------ */
.radio input {
  display: none;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
  line-height: 1;
}
.radio label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--c-white, #fff);
  border: 1px solid var(--c-theme);
  transition: background-color var(--t-dur), border-color var(--t-dur);
}
.radio input[type=radio]:checked + label:before {
  background-color: var(--c-theme);
}
/* ------------------------------------------------------------ *\
    radios
\* ------------------------------------------------------------ */
.radios ul {
  list-style-type: none;
  padding-left: 0;
}
.radios li + li {
  margin-top: 0.9rem;
}
/* ------------------------------------------------------------ *\
    Section-callout
\* ------------------------------------------------------------ */
.section-callout {
  position: relative;
  margin-bottom: var(--section-spacing);
  padding-bottom: 8%;
}
.section-callout .section__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-callout .section__bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.section-callout .section__content {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 90.8rem;
  min-height: 30rem;
  margin: 0 auto;
  padding: 1rem 5rem 3rem;
}
@media (max-width: 1599px) {
  .section-callout .section__content {
    max-width: 80rem;
    min-height: 28rem;
  }
}
@media (max-width: 1399px) {
  .section-callout .section__content {
    max-width: 70rem;
    min-height: 22rem;
  }
}
@media (max-width: 1023px) {
  .section-callout .section__content {
    max-width: 60rem;
    min-height: 20rem;
  }
}
@media (max-width: 767px) {
  .section-callout .section__content {
    max-width: 56rem;
    min-height: 18rem;
  }
}
@media (max-width: 575px) {
  .section-callout .section__content {
    min-height: 13rem;
  }
}
@media (max-width: 375px) {
  .section-callout .section__content {
    min-height: 11rem;
    padding: 1rem 3rem 3rem;
  }
}
.section-callout .section__content .section__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--c-theme-dark);
  animation: bubbleSkew 8s forwards infinite;
}
.section-callout .section__content .section__content-bg svg {
  width: 100%;
  height: 100%;
}
.section-callout .section__content .section__entry {
  position: relative;
  z-index: 7;
}
.section-callout .section__content h1 {
  color: var(--c-white);
}
/*  section callout theme2  */
.section-callout--theme2 .section__content .section__content-bg {
  color: var(--c-theme2);
}
.section-callout--actions .section__content {
  display: flex;
}
@media (max-width: 767px) {
  .section-callout--actions .section__content {
    max-width: 47rem;
  }
}
@media (max-width: 575px) {
  .section-callout--actions .section__content {
    max-width: 27rem;
  }
}
@media (max-width: 375px) {
  .section-callout--actions .section__content {
    max-width: 21.5rem;
  }
}
.section-callout--actions .section__content .section__content-bg {
  animation-name: bubbleScaleOpacity;
  transition-timing-function: ease-in-out;
}
.section-callout--actions .section__entry {
  margin: auto;
}
.section-callout--actions .btn {
  padding: 1.2rem 2rem 1.4rem;
}
@media (max-width: 575px) {
  .section-callout--actions .btn {
    padding: 0.6rem 0.8rem 0.8rem;
  }
}
/* ------------------------------------------------------------ *\
    Section-sliders
\* ------------------------------------------------------------ */
.section-sliders {
  padding: var(--section-spacing) 0;
}
.section-sliders .section__inner {
  display: flex;
  margin-left: -11.4rem;
}
@media (max-width: 1299px) {
  .section-sliders .section__inner {
    margin-left: 0;
  }
  .section-sliders .section__inner .section__aside {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-sliders .section__inner {
    display: block;
  }
}
.section-sliders .section__content {
  flex: 0 0 35.7%;
  max-width: 35.7%;
  padding-left: 5rem;
}
@media (max-width: 1299px) {
  .section-sliders .section__content {
    padding-left: 4rem;
    flex: 0 0 38%;
    max-width: 38%;
  }
}
@media (max-width: 1199px) {
  .section-sliders .section__content {
    padding-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .section-sliders .section__content {
    padding-left: var(--gap);
  }
}
@media (max-width: 767px) {
  .section-sliders .section__content {
    max-width: 100%;
    padding-left: 0;
  }
}
.section-sliders .section__content > h3,
.section-sliders .section__content > h2 {
  color: var(--c-theme);
  line-height: 1.35;
}
.section-sliders .section__content > h3:not(:last-child),
.section-sliders .section__content > h2:not(:last-child) {
  margin-bottom: 1rem;
}
.section-sliders .section__content > h3 strong,
.section-sliders .section__content > h2 strong {
  display: block;
}
.section-sliders .section__content > h3 small,
.section-sliders .section__content > h2 small {
  font-weight: 700;
  font-size: 100%;
}
.section-sliders .section__content .section__content-group {
  border-top: 1px solid var(--c-theme);
  padding: 1.4rem 0 1.3rem;
}
.section-sliders .section__content .section__content-group:has(.section__price) {
  padding: 0.3rem 0 1.3rem;
}
.section-sliders .section__content .section__content-utilities {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}
.section-sliders .section__content .section__content-utilities .list-fill-icons {
  margin-bottom: 0;
}
.section-sliders .section__content .section__content-utilities:not(:last-child) {
  margin-bottom: 0.9rem;
}
.section-sliders .section__content .section__price {
  display: flex;
  align-items: center;
}
.section-sliders .section__content .section__price :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: var(--c-theme);
}
.section-sliders .section__content .section__price .section__price-current {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 800;
}
.section-sliders .section__content .section__price .section__price-current + .section__price-off {
  margin-left: 1rem;
}
.section-sliders .section__content .section__price .section__price-off {
  display: none;
  position: relative;
  font-weight: 400;
  line-height: 1;
  font-size: 2.5rem;
}
.section-sliders .section__content .section__price .section__price-off:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 100%;
  height: 1px;
  margin-top: 2px;
  z-index: 2;
  background-color: var(--c-theme);
}
.section-sliders .section__content .pills:not(:last-child) {
  margin-bottom: 2.5rem;
}
.section-sliders .section__content .section__content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.3rem;
}
.section-sliders .section__content .section__content-actions:not(:last-child) {
  margin-bottom: 2rem;
}
.section-sliders .section__content .section__content-actions .btn {
  min-width: 12.8rem;
  font-weight: 700;
  padding: 0.6rem 2rem 0.7rem;
}
.section-sliders .section__content .accordion {
  padding-right: 5rem;
}
@media (max-width: 1299px) {
  .section-sliders .section__content .accordion {
    padding-right: 0rem;
  }
}
.section-sliders .section__content .accordion .accordion__head {
  justify-content: flex-start;
}
.section-sliders .section__content .accordion .action__trigger-meta {
  margin-top: 3px;
}
.section-sliders .section__content .accordion .accordion__body p {
  line-height: 1.15;
  text-align: left;
}
.section-sliders .section__content .accordion .accordion__section.is-open .accordion__body-inner {
  padding: 0.2rem 0 0;
}
.section-sliders .section__aside {
  flex: 0 0 64.3%;
  max-width: 64.3%;
  padding-right: 9rem;
}
@media (max-width: 1299px) {
  .section-sliders .section__aside {
    flex: 0 0 62%;
    max-width: 62%;
  }
}
@media (max-width: 767px) {
  .section-sliders .section__aside {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------ *\
    Section
\* ------------------------------------------------------------ */
.section {
  padding: var(--section-spacing) 0;
}
.section .section__head {
  text-align: center;
}
.section .section__head:not(:last-child) {
  margin-bottom: var(--offset-gutter);
}
/*  section about  */
.section--about {
  position: relative;
}
@media (max-width: 575px) {
  .section--about {
    padding: 10rem 0 var(--section-spacing);
  }
}
.section--about .section__bg-el {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 7%;
  animation: 8s forwards infinite;
}
@media (max-width: 1399px) {
  .section--about .section__bg-el {
    right: 0;
    transform: translate(-30%, -50%);
  }
}
@media (max-width: 1023px) {
  .section--about .section__bg-el {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .section--about .section__bg-el {
    top: 0;
    transform: translate(-30%, 5%);
  }
}
@media (max-width: 575px) {
  .section--about .section__bg-el {
    transform: translate(-50%, 1rem);
    right: auto;
    left: 50%;
    width: 7%;
  }
}
.section--about .section__bg-el img {
  width: 100%;
  pointer-events: none;
}
.section--about .section__bg-el svg {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section--about .section__bg-el svg {
    height: auto;
  }
}
.section--about .section__bg-el .lightbulp .lightbulp__color {
  animation: lightBulpFlash 3s forwards infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .section--about .section__body {
    padding: 0 4%;
  }
}
@media (max-width: 575px) {
  .section--about .section__body {
    padding: 0;
  }
}
/*  section services  */
.section--services .section__body {
  max-width: 124rem;
  margin: 0 auto;
}
.section--services .section__body-bg-els {
  width: 100%;
}
.section--services .section__body-bg-els img {
  width: 100%;
}
.section--services .bg-el--meta-bot-left {
  width: 8%;
  bottom: 0;
  left: 0;
  animation: floatRight1 10s forwards infinite linear;
}
@media (max-width: 1399px) {
  .section--services .bg-el--meta-bot-left {
    animation-name: floatRight1Mod;
    width: 5%;
  }
}
@media (max-width: 767px) {
  .section--services .bg-el--meta-bot-left {
    width: 8%;
  }
}
.section--services .bg-el--meta-center-right {
  width: 10%;
  top: 50%;
  right: 0;
  transform: translate(-20%, -50%);
  animation: floatLeft1 20s forwards infinite linear;
}
@media (max-width: 1399px) {
  .section--services .bg-el--meta-center-right {
    animation-name: floatLeft1Mod;
    width: 10%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section--services .bg-el--meta-center-right {
    width: 15%;
  }
}
.section--services .box {
  position: relative;
  z-index: 10;
  margin-top: -2.4rem;
}
/*  section contacts  */
.section--contacts .section__head,
.section--contacts .section__body {
  position: relative;
  z-index: 10;
}
.section--contacts .bg-el--meta-center-left {
  width: 10%;
  top: 50%;
  left: 0;
  animation: floatRight2 15s forwards infinite linear;
}
@media (max-width: 1399px) {
  .section--contacts .bg-el--meta-center-left {
    animation: floatRight2Mod 2.9s forwards infinite linear;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .section--contacts .bg-el--meta-center-left {
    animation: floatRight2Mod2 2.7s forwards infinite linear;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section--contacts .bg-el--meta-center-left {
    animation: floatRight2Mod3 2.5s forwards infinite linear;
  }
}
@media (max-width: 575px) {
  .section--contacts .bg-el--meta-center-left {
    width: 13%;
  }
}
.section--contacts .bg-el--meta-top-center {
  width: 7%;
  top: 0;
  right: 25%;
  animation: floatTop 8s forwards infinite linear;
}
@media (max-width: 1399px) {
  .section--contacts .bg-el--meta-top-center {
    animation-name: floatTopMod;
    top: 0;
  }
}
.section--contacts .bg-el--meta-center-right {
  width: 10%;
  top: 50%;
  right: 0;
  animation: floatLeft2 1s forwards infinite linear;
}
@media (max-width: 1399px) {
  .section--contacts .bg-el--meta-center-right {
    animation-name: floatLeft2;
    top: auto;
    bottom: -1.2rem;
    right: -1rem;
  }
}
@media (max-width: 767px) {
  .section--contacts .bg-el--meta-center-right {
    bottom: -0.6rem;
    right: -1.2rem;
  }
}
@media (max-width: 575px) {
  .section--contacts .bg-el--meta-center-right {
    animation-name: floatLeft2Mod2;
    bottom: 0;
    right: 0;
    width: 13%;
  }
}
/*  section testimonials  */
.section--testimonials {
  position: relative;
  padding-bottom: 8%;
  margin-bottom: var(--section-spacing);
}
.section--testimonials .section__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--testimonials .section__bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.section--testimonials .section__body {
  position: relative;
  z-index: 10;
  border-radius: var(--border-radius);
  padding: 4rem 5rem;
}
@media (max-width: 1199px) {
  .section--testimonials .section__body {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .section--testimonials .section__body {
    padding: var(--gap);
  }
}
.section--testimonials .section__body .testimonials {
  max-width: 116rem;
  margin: 0 auto 2rem;
}
/*  section error  */
.section--error .section__body {
  margin: auto;
  text-align: center;
}
.section--error .section__body h1 {
  margin-bottom: 2rem;
}
.section--error .section__body .section__image {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
@media (max-width: 1399px) {
  .section--error .section__body .section__image {
    max-width: 70%;
    margin: 0 auto 2rem;
  }
}
.section--error .section__body h3 {
  margin-bottom: 2rem;
}
.section--error .section__body p {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.section--error .section__body .btn {
  min-width: 12rem;
}
@media (max-width: 1199px) {
  .section--error .section__body .btn {
    min-width: 10rem;
  }
}
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(var(--container-max-width, 1400px) + var(--container-gutter, 24px) * 2);
  padding-left: var(--container-gutter, 24px);
  padding-right: var(--container-gutter, 24px);
  margin: auto;
  width: 100%;
}
.shell--large {
  max-width: calc(var(--container-large-max-width, 1400px) + var(--container-gutter, 24px) * 2);
}
.shell--medium {
  max-width: calc(var(--container-medium-max-width, 1400px) + var(--container-gutter, 24px) * 2);
}
.shell--small {
  max-width: calc(var(--container-small-max-width, 1400px) + var(--container-gutter, 24px) * 2);
}
/* shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
    Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
}
.slider:not(.is-disabled) .splide {
  padding: 0 calc(var(--slider-arrow-width) + 1rem);
}
.slider .slider__actions {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slider .slider__actions {
    padding: 0 0.4rem;
  }
}
.slider .splide__arrow {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  background: transparent;
  color: var(--c-theme);
  border-radius: 0;
  width: var(--slider-arrow-width);
  height: var(--slider-arrow-height);
  pointer-events: all;
  border: none;
  transition: border-color var(--t-dur), background-color var(--t-dur), color var(--t-dur);
  opacity: 1;
  pointer-events: all;
}
.slider .splide__arrow img {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .slider .splide__arrow:hover {
    opacity: 1;
  }
  .slider .splide__arrow:hover img {
    transform: scale(1.15);
  }
}
.slider .splide__arrow img {
  transition: transform var(--t-dur);
}
.slider .splide__arrow[disabled] {
  pointer-events: none;
  color: var(--c-gray);
}
.slider .splide__arrow--prev {
  left: 0;
}
@media (max-width: 767px) {
  .slider .splide__arrow--prev {
    left: calc(var(--container-gutter) * -1);
  }
}
.slider .splide__arrow--next {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .slider .splide__arrow--next {
    right: calc(var(--container-gutter) * -1);
  }
}
.slider .slider__paging {
  bottom: 0;
}
.slider .slider__paging .splide__pagination__page {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 1px solid var(--c-theme);
  background: transparent;
  transition: background var(--t-dur);
  opacity: 1;
  margin: 3px;
  pointer-events: all;
}
.slider .slider__paging .splide__pagination__page.is-active {
  background: var(--c-theme);
  transform: none;
}
.slider.is-disabled .splide__slide--clone {
  display: none;
}
.slider.is-disabled .splide__list {
  transform: none !important;
  justify-content: center;
}
.slider.is-disabled .splide__slide {
  transform: none !important;
}
.slider.is-disabled .slider__actions {
  display: none;
}
.slider.is-disabled .splide__arrow:focus {
  outline: none;
}
.slider.is-disabled .slider__paging {
  display: none;
}
.slider.is-disabled .splide__list {
  justify-content: center;
}
.slider.is-disabled .slider__slide:last-child {
  margin-right: 0 !important;
}
.slider.is-disabled .splide__slide--clone {
  display: none;
}
.slider .slider__slide .card {
  height: 100%;
}
.slider .slider__slide .card .card__inner {
  height: 100%;
}
.slider .slider__slide .tile {
  height: 100%;
}
.slider .slider__slide .tile .card__inner {
  height: 100%;
}
/*  slider hero  */
.slider--hero .slider__paging {
  padding: 0 var(--container-gutter);
  bottom: 1.4rem;
}
/*  slider thumbs  */
.slider-thumbs-holder {
  position: relative;
}
.slider-thumbs-holder .slider--main {
  max-width: 59.4rem;
  margin: 0 auto;
}
.slider-thumbs-holder .slider--main .slider__slide h4:not(:last-child) {
  margin-bottom: var(--offset-gutter);
}
.slider-thumbs-holder:not(.is-disabled) .slider--thumbs .splide {
  padding: 0 calc(var(--slider-arrow-width) + 1rem);
}
@media (max-width: 1023px) {
  .slider-thumbs-holder:not(.is-disabled) .slider--thumbs .splide {
    padding: 0 2.4rem;
  }
}
@media (max-width: 767px) {
  .slider-thumbs-holder:not(.is-disabled) .slider--thumbs .splide {
    padding: 0 2rem;
  }
}
.slider-thumbs-holder:not(.is-disabled) .slider--main .splide {
  padding: 0;
}
.slider-thumbs-holder .slider--thumbs {
  z-index: 3;
  margin-bottom: 4rem;
}
.slider-thumbs-holder .slider--thumbs .splide__track {
  overflow-y: visible;
  overflow-x: clip;
}
.slider-thumbs-holder .slider--thumbs .splide__list {
  align-items: center;
}
@media (max-width: 767px) {
  .slider-thumbs-holder .slider--thumbs .splide__list {
    justify-content: unset;
  }
}
.slider-thumbs-holder .slider--thumbs .slider__slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-thumbs-holder .slider--thumbs .slider__slide.is-active {
  border: none;
}
.slider-thumbs-holder .slider--thumbs .slider__slide.is-active .tile-image {
  transform: scale(1.2);
  background-color: var(--c-theme2);
}
@media (max-width: 1399px) {
  .slider-thumbs-holder .slider--thumbs .slider__slide.is-active .tile-image {
    transform: none;
  }
}
.slider-thumbs-holder .slider--thumbs .slider__slide img {
  max-height: 100%;
}
.slider-thumbs-holder .slider--thumbs .slider__actions {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow {
  color: var(--c-theme);
  background-color: var(--c-theme2);
  border-radius: 50%;
  width: 3.4rem;
  flex: 0 0 3.4rem;
  height: 3.4rem;
  padding: 0.8rem;
}
.slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--prev[disabled],
.slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--next[disabled] {
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--prev {
    left: -2rem;
  }
}
@media (max-width: 767px) {
  .slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--prev {
    left: -3rem;
  }
}
@media (max-width: 575px) {
  .slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--prev {
    left: -2.4rem;
  }
}
@media (max-width: 1023px) {
  .slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--next {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--next {
    right: -3rem;
  }
}
@media (max-width: 575px) {
  .slider-thumbs-holder .slider--thumbs .slider__actions .splide__arrow--next {
    right: -2.4rem;
  }
}
.slider-thumbs-holder.is-disabled .slider--thumbs .splide__slide--clone {
  display: none;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .splide__list {
  transform: none !important;
  justify-content: center;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .splide__slide {
  transform: none !important;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .slider__actions {
  display: none;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .splide__arrow:focus {
  outline: none;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .slider__paging {
  display: none;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .splide__list {
  justify-content: center;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .slider__slide:last-child {
  margin-right: 0 !important;
}
.slider-thumbs-holder.is-disabled .slider--thumbs .splide__slide--clone {
  display: none;
}
/* ------------------------------------------------------------ *\
    Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  color: var(--c-black);
}
.testimonial .testimonial__image {
  max-width: 80%;
  margin: 0 auto 2rem;
  text-align: center;
  min-height: var(--elem-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ------------------------------------------------------------ *\
    Testimonials
\* ------------------------------------------------------------ */
@media (min-width: 1199.02px) {
  .testimonials .grid-flex {
    margin: -2.4rem -5rem;
  }
}
@media (min-width: 1199.02px) {
  .testimonials .grid__col {
    padding: 2.4rem 5rem;
  }
}
/* ------------------------------------------------------------ *\
    Tile-image
\* ------------------------------------------------------------ */
.tile-image {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: transform var(--t-dur);
  background-color: var(--c-theme);
  transition: background-color var(--t-dur), transform var(--t-dur), width var(--t-dur), height var(--t-dur), flex-basis var(--t-dur);
  border-radius: 50%;
  padding-top: 79.8%;
  max-width: 11.5rem;
  max-height: 11.5rem;
}
.tile-image img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100svh;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
}
.wrapper .main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wrapper .main > section:not(.section-breadcrumbs):not(.section--title) {
  flex: 1;
  display: flex;
}
.wrapper:has(.header.is-under-holder) .floating-btn {
  top: 0.2rem;
  width: 21.4rem;
  min-height: 11rem;
}
@media (max-width: 1599px) {
  .wrapper:has(.header.is-under-holder) .floating-btn {
    width: 17.4rem;
    min-height: 8rem;
  }
}
@media (max-width: 1399px) {
  .wrapper:has(.header.is-under-holder) .floating-btn {
    width: 16.4rem;
    min-height: 7rem;
  }
}
.wrapper:has(.header.is-under-holder) .floating-btn .floating__entry {
  padding-bottom: 1.9rem;
}
@media (max-width: 1599px) {
  .wrapper:has(.header.is-under-holder) .floating-btn .floating__entry {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 1399px) {
  .wrapper:has(.header.is-under-holder) .floating-btn .floating__entry {
    padding-bottom: 1rem;
  }
}