@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --yelow: #ffc900;
  --green: #00af49;
  --gray: hsl(0, 0%, 60%);
  --graybg: hsl(0, 0%, 96%);
  --graybgdark: hsl(0, 0%, 80%);
  --bord: hsl(0, 0%, 92%);
  --yelow-txt: #f1be00;
}

.overlay-mob {
  position: fixed;
  inset: 0;
  background-color: #222;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

@media (max-width: 0px) {
  .overlay-mob {
    display: flex;
  }
  .pagewrapper {
    display: none;
  }
}
html {
  background-color: #fff;
  color: #333;
  font-family: "Nunito", sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 0.0520833333vw;
}

body {
  line-height: 1.4;
  font-size: 20rem;
  font-weight: 300;
}

.pagebody,
.bg-visual,
.animscroll-01,
[data-speed],
[data-speed],
[data-lag] {
  will-change: transform;
}

* {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.canvas {
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  width: 100%;
  max-width: 1744rem;
  padding: 48rem 48rem;
  padding: 48rem 96rem;
  margin-left: auto;
  margin-right: auto;
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.green {
  color: hsl(138, 100%, 27%);
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all 0.2s;
}

.solidline,
.underline {
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-decoration-color: hsla(210, 0%, 10%, 0.6);
  text-underline-offset: 0.2em;
}

.dotsline {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-decoration-thickness: 1rem;
  text-decoration-color: hsla(210, 0%, 10%, 0.6);
  text-underline-offset: 0.2em;
}
.dark-box .dotsline {
  text-decoration-color: hsla(210, 0%, 100%, 0.6);
}

b,
strong,
.bold {
  font-weight: 600;
}

hr {
  border: 0;
  height: 1px;
  background: #d9d7d9;
}

img,
svg {
  display: block;
  padding: 0;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
}

input,
textarea {
  outline: none;
  height: 38rem;
  border-radius: 0;
  width: 100%;
  transition: all 0.2s;
  font-size: 1em;
  font-weight: 400;
  color: #333;
  padding: 0 16rem;
  display: block;
  border: none;
  transition: 0s;
  font-family: "Nunito", sans-serif;
}

textarea {
  resize: none;
  overflow: auto;
  padding: 14rem 16rem;
  height: auto;
  font-weight: 400;
}

button {
  font-family: "Nunito", sans-serif;
}

input {
  color: #b1adbf;
}

input.is-invalid {
  background-color: rgba(255, 78, 78, 0.26) !important;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #999;
}

textarea::placeholder,
input::placeholder {
  color: #999;
}

input:-internal-autofill-selected {
  background-color: inherit !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: transparent !important;
}

.form-box .label {
  opacity: 0.64;
  line-height: 1;
}

.input {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 12rem 0;
}
.dark-box .input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.input input {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 2rem 8rem;
  padding-right: 32rem;
  color: #333;
  border-radius: 4rem;
}
.dark-box .input input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.03);
}
.input .delinput {
  position: absolute;
  z-index: 2;
  top: 12rem;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  padding: 8rem;
  opacity: 0;
}
.input .delinput img {
  width: 16rem;
}
.input input:not(:-moz-placeholder) + .delinput {
  opacity: 0.2;
  pointer-events: auto;
}
.input input:not(:placeholder-shown) + .delinput {
  opacity: 0.2;
  pointer-events: auto;
}
.input input:not(:-moz-placeholder) + .delinput:hover {
  opacity: 0.4;
}
.input input:not(:placeholder-shown) + .delinput:hover {
  opacity: 0.4;
}

.textarea {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 12rem 0;
}
.dark-box .textarea {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.textarea textarea {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 2rem 8rem;
  padding-right: 32rem;
  color: #333;
  border-radius: 4rem;
}
.dark-box .textarea textarea {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.03);
}
.textarea .delinput {
  position: absolute;
  z-index: 2;
  top: 12rem;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  padding: 8rem;
  opacity: 0;
}
.textarea .delinput img {
  width: 16rem;
}
.textarea textarea:not(:-moz-placeholder) + .delinput {
  opacity: 0.2;
  pointer-events: auto;
}
.textarea textarea:not(:placeholder-shown) + .delinput {
  opacity: 0.2;
  pointer-events: auto;
}
.textarea textarea:not(:-moz-placeholder) + .delinput:hover {
  opacity: 0.4;
}
.textarea textarea:not(:placeholder-shown) + .delinput:hover {
  opacity: 0.4;
}

button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
}

.ovh {
  overflow: hidden;
}

.btn {
  min-height: 40rem;
  background-color: var(--yelow);
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 4rem 20rem;
  color: #111;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 20rem;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #ffdb56;
}

.btn-large {
  min-height: 64rem;
  padding: 0 32rem;
  font-size: 24rem;
  border-radius: 32rem;
  font-weight: 300;
}

.btn-bord {
  background-color: transparent;
  box-shadow: 0 0 0 1rem var(--yelow) inset;
}
.btn-bord.btn-big {
  box-shadow: 0 0 0 2rem var(--yelow) inset;
}
.dark-box .btn-bord {
  color: #fff;
  font-weight: 400;
  background-color: hsla(44, 100%, 50%, 0);
}
.dark-box .btn-bord:hover {
  background-color: hsla(44, 100%, 50%, 0.2);
}

.btn-big {
  min-height: 80rem;
  padding: 0 64rem;
  font-size: 24rem;
  border-radius: 40rem;
  font-weight: 500;
}

.btn-huge {
  min-height: 96rem;
  padding: 0 80rem;
  font-size: 1.4em;
  border-radius: 48rem;
  font-weight: 300;
}

.btn-gray {
  background-color: hsl(0, 0%, 60%);
  color: #fff;
}

@media (width < 480px) {
  .btn-big {
    min-height: 64rem;
    font-size: 22rem;
  }
  .btn-huge {
    min-height: 96rem;
    padding: 0 64rem;
    font-size: 1.4em;
    border-radius: 48rem;
    font-weight: 300;
  }
}
ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

li {
  display: block;
  padding: 0;
  margin: 0;
}

sup {
  font-size: 0.6em;
}

table {
  border-collapse: separate;
  border-collapse: collapse;
  width: 100%;
}

.none {
  display: none !important;
}

.dark-box {
  font-weight: 200;
  color: #fff;
}
.dark-box a:not(.btn) {
  color: #fff;
}
.dark-box input {
  font-weight: 200;
}

.yel {
  color: var(--yelow);
}

.main-header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(15rem);
  backdrop-filter: blur(15rem);
}

.screen {
  position: relative;
  padding: 56rem 0;
}
.screen .container {
  position: relative;
  z-index: 2;
}
h2 {
  font-size: 56rem;
  line-height: 1.25;
}

h3 {
  font-size: 40rem;
  line-height: 1.25;
}

h4 {
  font-size: 24rem;
  line-height: 1.25;
}

h5 {
  font-size: inherit;
  line-height: 1.25;
}

@media (width < 1120px) {
  h2 {
    font-size: 40rem;
  }
  h3 {
    font-size: 32rem;
    line-height: 1.25;
  }
  h4 {
    font-size: 24rem;
    line-height: 1.25;
  }
}
.word > * {
  margin: 40rem 0;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.floatfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.word {
  font-size: 22rem;
}
.word ul {
  margin: 40rem 0;
}
.word ul li {
  margin: 6rem 0;
  position: relative;
  padding-left: 44rem;
}
.word ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--yelow);
  margin-top: 0.6em;
}

ul.checks {
  margin-top: 40rem;
}
ul.checks li {
  page-break-inside: avoid;
  margin: 8rem 0;
  position: relative;
  padding-left: 40rem;
}
ul.checks li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background-color: var(--yelow);
  background-image: url(../images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem auto;
  margin-top: 0;
  margin-top: 0.1em;
}
.word ul.checks li {
  margin: 16rem 0;
}

/*==============================================================*/
.burger-box {
  display: none;
}

@media (max-width: 1348px) {
  .burger-box {
    display: block;
  }
}
.burger {
  width: 36rem;
  height: 24rem;
  display: flex;
  align-items: center;
}

.burger i {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 3rem;
  border-radius: 2rem;
  opacity: 1;
  transition: background 0.2s;
}

.burger i:before,
.burger i:after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 3rem;
  border-radius: 2rem;
  top: -10rem;
  left: 0;
  transition: all 0.2s;
}

.burger i:after {
  top: auto;
  bottom: -10rem;
}

.burger.active i {
  background: transparent;
}

.burger.active i:before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}

.burger.active i:after {
  transform: rotate(-45deg);
  background-color: #fff;
  top: 0;
}

/*==========================================================*/
.column-count2 {
  -moz-column-count: 2;
       column-count: 2;
}

.column-count2 > * {
  page-break-inside: avoid;
}

.popup {
  display: none;
}

.itl {
  font-style: italic;
}

.lh130 {
  line-height: 1.3;
}

.ttr {
  text-transform: uppercase;
}

.w100 {
  width: 100%;
}

.tbl {
  display: table;
}

.center {
  text-align: center;
}

.thiscenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.thisright {
  display: table;
  margin-left: auto;
}

.text-left {
  text-align: left;
}

.flex {
  display: flex;
}

.flex-list {
  display: flex;
  flex-flow: row wrap;
}

.aitc {
  align-items: center;
}

.sbtw {
  justify-content: space-between;
}

.table {
  display: table;
}

.tb > *:first-child,
.word > *:first-child {
  margin-top: 0 !important;
}

.tb > *:last-child,
.word > *:last-child {
  margin-bottom: 0 !important;
}

/*==============================================*/
.column2 > * {
  width: 50%;
}

img.cover {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
}

style,
script {
  display: none !important;
}

.hide {
  display: none !important;
}

.mw1420 {
  max-width: 1420rem;
  width: 100%;
}

.mw1200 {
  max-width: 1200rem;
  width: 100%;
}

.mw800 {
  max-width: 800rem;
  width: 100%;
}

/*=================================================================*/
input[type=checkbox] {
  position: absolute;
  left: -99999px;
}

.checkbox-row input[type=checkbox] + label {
  /*border: 1px solid #9E9E9E;*/
  box-shadow: 0 0 0 1px #ccc;
  height: 38px;
  display: flex;
  align-items: center;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin-right: 1px;
  font-size: 15px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.checkbox-row input[type=checkbox] + label:hover {
  box-shadow: 0 0 0 1px #9E9E9E;
  z-index: 1;
}

.checkbox-row input[type=checkbox]:checked + label {
  box-shadow: 0 0 0 1px #9E9E9E;
  z-index: 1;
  background-color: #f5f5f5;
}

.checkbox-row .checkbox:last-child label {
  border-radius: 0 4px 4px 0;
}

.w100 {
  width: 100%;
}

/*===============================================================*/
.form-item.w100 {
  width: 100%;
}

.icotext {
  display: flex;
  align-items: center;
}
.icotext .ico img {
  flex-shrink: 0;
  max-width: none;
}

.icotext > *:first-child {
  margin-right: 12rem;
}

.solid-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.fz16 {
  font-size: 16rem;
}

.fz18 {
  font-size: 18rem;
}

.fz20 {
  font-size: 20rem;
}

.fz22 {
  font-size: 22rem;
}

.fz24 {
  font-size: 24rem;
}

.fz32 {
  font-size: 32rem;
}

.fz48 {
  font-size: 48rem;
}

@media (max-width: 1580px) {
  html {
    font-size: 0.82px;
  }
}
@media (width < 1000px) {
  .container {
    padding-left: 40rem;
    padding-right: 40rem;
  }
}
@media (width < 560px) {
  .container {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
}
@media (width < 460px) {
  html {
    font-size: 0.1785714286vw;
  }
}
.phototext {
  display: flex;
  align-items: center;
  gap: 48rem;
}
.phototext .photo {
  flex-shrink: 0;
}
.phototext .photo img {
  max-width: none;
}

.navpage {
  display: flex;
}
.navpage .col {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 50%;
}
.navpage a {
  font-size: 16px;
}
.navpage a .file {
  font-size: 12px;
}/*# sourceMappingURL=base.css.map */