:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.border-example {
  display: flex;
  margin-bottom: 1rem;
}
.border-example span {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
  background: #000;
}

.border-0 {
  border: none !important;
}

.border {
  --border-opacity: 1;
  border: 1px solid rgba(236, 239, 255, var(--border-opacity));
}

.border-top {
  border-top: 1px solid rgba(236, 239, 255, var(--border-opacity));
}

.border-bottom {
  border-bottom: 1px solid rgba(236, 239, 255, var(--border-opacity));
}

.border-left {
  border-left: 1px solid rgba(236, 239, 255, var(--border-opacity));
}

.border-right {
  border-right: 1px solid rgba(236, 239, 255, var(--border-opacity));
}

.rounded {
  border-radius: 1rem;
}

.rounded--lg {
  border-radius: 1rem;
}

.rounded--xl {
  border-radius: 3rem;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.bg--primary {
  --bg-opacity: 1;
  background-color: rgba(205, 243, 92, var(--bg-opacity)) !important;
}

.text--primary {
  --text-opacity: 1;
  color: rgba(205, 243, 92, var(--text-opacity)) !important;
}

.border--primary {
  --border-opacity: 1;
  border-color: rgba(205, 243, 92, var(--border-opacity)) !important;
}

.bg--secondary {
  --bg-opacity: 1;
  background-color: rgba(37, 37, 37, var(--bg-opacity)) !important;
}

.text--secondary {
  --text-opacity: 1;
  color: rgba(37, 37, 37, var(--text-opacity)) !important;
}

.border--secondary {
  --border-opacity: 1;
  border-color: rgba(37, 37, 37, var(--border-opacity)) !important;
}

.bg--success {
  --bg-opacity: 1;
  background-color: rgba(180, 189, 154, var(--bg-opacity)) !important;
}

.text--success {
  --text-opacity: 1;
  color: rgba(180, 189, 154, var(--text-opacity)) !important;
}

.border--success {
  --border-opacity: 1;
  border-color: rgba(180, 189, 154, var(--border-opacity)) !important;
}

.bg--info {
  --bg-opacity: 1;
  background-color: rgba(236, 239, 255, var(--bg-opacity)) !important;
}

.text--info {
  --text-opacity: 1;
  color: rgba(236, 239, 255, var(--text-opacity)) !important;
}

.border--info {
  --border-opacity: 1;
  border-color: rgba(236, 239, 255, var(--border-opacity)) !important;
}

.bg--warning {
  --bg-opacity: 1;
  background-color: rgba(221, 167, 85, var(--bg-opacity)) !important;
}

.text--warning {
  --text-opacity: 1;
  color: rgba(221, 167, 85, var(--text-opacity)) !important;
}

.border--warning {
  --border-opacity: 1;
  border-color: rgba(221, 167, 85, var(--border-opacity)) !important;
}

.bg--danger {
  --bg-opacity: 1;
  background-color: rgba(219, 59, 15, var(--bg-opacity)) !important;
}

.text--danger {
  --text-opacity: 1;
  color: rgba(219, 59, 15, var(--text-opacity)) !important;
}

.border--danger {
  --border-opacity: 1;
  border-color: rgba(219, 59, 15, var(--border-opacity)) !important;
}

.bg--light {
  --bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}

.text--light {
  --text-opacity: 1;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.border--light {
  --border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}

.bg--dark {
  --bg-opacity: 1;
  background-color: rgba(30, 32, 47, var(--bg-opacity)) !important;
}

.text--dark {
  --text-opacity: 1;
  color: rgba(30, 32, 47, var(--text-opacity)) !important;
}

.border--dark {
  --border-opacity: 1;
  border-color: rgba(30, 32, 47, var(--border-opacity)) !important;
}

.bg--white {
  --bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.text--white {
  --text-opacity: 1;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.border--white {
  --border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-opacity-5 {
  --border-opacity: 0.05;
}

.bg-opacity-5 {
  --bg-opacity: 0.05;
}

.text-opacity-5 {
  --text-opacity: 0.05;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Aeonik", sans-serif;
  font-stretch: condensed;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}

body {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  overflow-x: hidden;
  color: #fff;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}

#snippet-box {
  display: none;
}

.a11y-toolbar .offscreen {
  display: none !important;
}

::-ms-clear {
  display: none;
}

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

main {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html.desktop-version {
  margin-top: 0 !important;
}

nav ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

select,
button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

button {
  background: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

input:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
html.overlayed #wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}

.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

::selection {
  background: #c4c4c4; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #c4c4c4; /* Gecko Browsers */
}

.hide-mobile {
  display: block !important;
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .hide-desktop {
    display: block !important;
  }
}

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#wrapper main {
  flex: 1;
}
#wrapper:after {
  clear: both;
  content: "";
  display: block;
}

.overlayed #wrapper {
  overflow: hidden;
}

.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

/* text aligments */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center,
.aligncenter {
  text-align: center !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wp-caption,
.wp-caption-text,
.bypostauthor {
  font-size: 1.8rem;
}

.wp-caption {
  margin-bottom: 3.5rem;
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 1.5rem;
  vertical-align: top;
  border-radius: 3rem;
}

.inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 4rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#content {
  position: relative;
  padding-bottom: 1px;
}

svg {
  max-width: 100%;
  height: auto;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

.grecaptcha-badge {
  z-index: 99;
}

@media (max-width: 1024px) {
  .wp-caption {
    width: 100% !important;
  }
  .wp-caption img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #wrapper {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  .inner {
    padding: 0 2rem;
  }
  .wp-caption img {
    border-radius: 1rem;
  }
  .wp-caption,
  .wp-caption-text,
  .bypostauthor {
    font-size: 1.4rem;
  }
}
.cmplz-links a {
  color: #fff !important;
  text-underline-offset: 2px;
  border: none !important;
}
.cmplz-links a:hover {
  text-decoration: none !important;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode p,
.editor-styles-wrapper .cmplz-unlinked-mode li,
.editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 1.8rem;
}

#cmplz-datarequest-form input[type=text],
#cmplz-datarequest-form input[type=password],
#cmplz-datarequest-form input[type=email],
#cmplz-datarequest-form input[type=tel],
#cmplz-datarequest-form input[type=number] {
  height: 5rem;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
#cmplz-datarequest-form #cmplz-datarequest-submit {
  display: inline-block;
  text-align: center;
  font-family: "Aeonik", sans-serif;
  cursor: pointer;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 0.2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(7px);
  color: #000;
  background-color: #cdf35c;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 4rem;
}

.cmplz-cookiebanner .cmplz-links ul {
  gap: 0 !important;
}

#cmplz-cookies-overview a {
  color: #000;
}
#cmplz-cookies-overview a:after {
  display: none;
}
#cmplz-cookies-overview .cookies-per-purpose {
  color: #000;
}
#cmplz-cookies-overview .cmplz-service-description,
#cmplz-cookies-overview .cmplz-service-description a,
#cmplz-cookies-overview .cmplz-sharing-data,
#cmplz-cookies-overview .cmplz-sharing-data a {
  color: #fff;
}
#cmplz-cookies-overview p {
  margin-bottom: 0 !important;
}
#cmplz-cookies-overview .cmplz-service-header label {
  min-width: 100px;
  display: block;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div h3,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div h3,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div h3 {
  min-width: 40%;
  width: 40%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
  min-width: 20%;
  width: 20%;
  text-align: center;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div label,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div label,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div label {
  min-width: 30%;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/aeonik-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%; /* Adjust based on your fallback font */
  descent-override: 22%; /* Adjust based on your fallback font */
  line-gap-override: 0%; /* Adjust based on your fallback font */
  size-adjust: 100%; /* Scale adjustment if needed */
}
@font-face {
  font-family: "TT Firs Neue Normal";
  src: url("../fonts/TT_Firs_Neue_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%; /* Adjust based on your fallback font */
  descent-override: 22%; /* Adjust based on your fallback font */
  line-gap-override: 0%; /* Adjust based on your fallback font */
  size-adjust: 100%; /* Scale adjustment if needed */
}
@keyframes hoverSetRevers {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes hoverSet {
  from {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes hoverDef {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
code {
  font-family: "Fira Code", "Source Code Pro", "Consolas", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.5) !important;
}

.text-extra-bold {
  font-weight: 1000 !important;
}

.text-bold {
  font-weight: 800 !important;
}

.text-semi-bold {
  font-weight: 600 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-thin {
  font-weight: 100 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "TT Firs Neue Normal", sans-serif;
  font-weight: 400;
  margin-bottom: 4rem;
  line-height: 1.1;
}

h1,
.h1,
.fz-1 {
  font-size: 10.6rem;
}

h2,
.h2,
.fz-2 {
  font-size: 7rem;
}

h3,
.h3,
.fz-3 {
  font-size: 5.2rem;
}

h4,
.h4,
.fz-4 {
  font-size: 4.2rem;
}

h5,
.h5,
.fz-5 {
  font-size: 3rem;
}

h6,
.h6,
.fz-6 {
  font-size: 2rem;
}

.fz-5.fz-6, h5, .h5, h6, .h6 {
  line-height: 1.2;
}

p, .p1, .p2, .p3, .p4 {
  margin-bottom: 2rem;
  line-height: 1.3;
}

p,
.p1 {
  font-size: 2rem;
}

.p2 {
  font-size: 1.8rem;
}

.p3 {
  font-size: 1.6rem;
}

.p4 {
  font-size: 1.4rem;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

ul, ol {
  margin: 0 0 3rem 1.5rem;
}
ul li, ol li {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

ul ul {
  list-style-type: disc;
}

.sub-title {
  font-size: 1.8rem;
  padding-left: 2.8rem;
  margin-bottom: 3rem;
  position: relative;
  color: #fff;
}
.sub-title:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #dda755;
}

.bg--white .sub-title {
  color: #1e202f;
}

.bg--warning .sub-title {
  color: #1e202f;
}
.bg--warning .sub-title:after {
  background: #1e202f;
}

.bg--primary .sub-title {
  color: #fff;
}
.bg--primary .sub-title:after {
  background: #fff;
}

.bg--danger .sub-title {
  color: #fff;
}
.bg--danger .sub-title:after {
  background: #fff;
}

.bg--dark-200 .sub-title {
  color: #fff;
}

.content-entry p + h1,
.content-entry p + h2,
.content-entry p + h3,
.content-entry p + h4,
.content-entry p + h5,
.content-entry p + h6,
.content-entry ul + h1,
.content-entry ul + h2,
.content-entry ul + h3,
.content-entry ul + h4,
.content-entry ul + h5,
.content-entry ul + h6,
.content-entry ol + h1,
.content-entry ol + h2,
.content-entry ol + h3,
.content-entry ol + h4,
.content-entry ol + h5,
.content-entry ol + h6 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.content-entry h1,
.content-entry h2,
.content-entry h3,
.content-entry h4,
.content-entry h5,
.content-entry h6 {
  margin-bottom: 3rem;
}
.content-entry p:last-child {
  margin-bottom: 3rem;
}
.content-entry.text--white a {
  color: #fff;
  border-color: #fff;
}
.content-entry.text--white a:hover, .content-entry.text--white a:focus {
  border-color: transparent;
}
.content-entry.text--dark a {
  color: #1e202f;
  border-color: #1e202f;
}
.content-entry.text--dark a:hover, .content-entry.text--dark a:focus {
  border-color: transparent;
}
.content-entry.p3 p {
  font-size: 1.6rem;
}
.content-entry.p4 p {
  font-size: 1.4rem;
}
.content-entry.p2 p {
  font-size: 1.8rem;
}

.title-indent {
  text-indent: 9rem;
}

.tag {
  padding: 8px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.animate-heading div {
  white-space: nowrap;
  display: inline-block;
  will-change: transform;
}

@media (max-width: 1024px) {
  h1, .h1, .fz-1 {
    font-size: 7rem;
  }
  h2, .h2, .fz-2 {
    font-size: 5.2rem;
  }
  h3, .h3, .fz-3 {
    font-size: 4.2rem;
  }
  h4, .h4, .fz-4 {
    font-size: 3rem;
  }
  h5, .h5, .fz-5 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .content-entry p:last-child {
    margin-bottom: 2.5rem;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 2.5rem;
  }
  h1, .h1, .fz-1 {
    font-size: 4.2rem;
  }
  h2, .h2, .fz-2 {
    font-size: 3rem;
  }
  h3, .h3, .fz-3,
  h4, .h4, .fz-4,
  h5, .h5, .fz-5,
  h6, .h6, .fz-6 {
    font-size: 2rem;
  }
  p, .p1 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .p2, .p3 {
    font-size: 1.6rem;
  }
  .p4 {
    font-size: 1.4rem;
  }
  .content-entry.p3 p {
    font-size: 1.6rem;
  }
  .content-entry.p4 p {
    font-size: 1.4rem;
  }
  .content-entry.p2 p {
    font-size: 1.6rem;
  }
}
@media (max-width: 390px) {
  h1, .h1, .fz-1 {
    font-size: 3.6rem;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 1rem;
  text-align: left;
  font-size: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
table th {
  border-bottom-width: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
table tr {
  border-bottom: 1px solid #1e202f;
}
table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.ia-gutter-xs-10 {
  --grid-gutter-width: 10px;
}

.ia-gutter-xs-20 {
  --grid-gutter-width: 20px;
}

.ia-gutter-xs-30 {
  --grid-gutter-width: 30px;
}

.ia-gutter-xs-40 {
  --grid-gutter-width: 40px;
}

.ia-gutter-xs-50 {
  --grid-gutter-width: 50px;
}

@media (min-width: 768px) {
  .ia-gutter-sm-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 768px) {
  .ia-gutter-sm-50 {
    --grid-gutter-width: 50px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 1024px) {
  .ia-gutter-md-50 {
    --grid-gutter-width: 50px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-10 {
    --grid-gutter-width: 10px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-20 {
    --grid-gutter-width: 20px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-30 {
    --grid-gutter-width: 30px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-40 {
    --grid-gutter-width: 40px;
  }
}

@media (min-width: 1200px) {
  .ia-gutter-lg-50 {
    --grid-gutter-width: 50px;
  }
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-offset-3 {
  margin-left: 25%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-offset-6 {
  margin-left: 50%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-offset-9 {
  margin-left: 75%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-1 {
  width: 8.3333333333%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-2 {
  width: 16.6666666667%;
}

.ia-col-offset-3 {
  margin-left: 25%;
}

.ia-col-3 {
  width: 25%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-4 {
  width: 33.3333333333%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-5 {
  width: 41.6666666667%;
}

.ia-col-offset-6 {
  margin-left: 50%;
}

.ia-col-6 {
  width: 50%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-7 {
  width: 58.3333333333%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-8 {
  width: 66.6666666667%;
}

.ia-col-offset-9 {
  margin-left: 75%;
}

.ia-col-9 {
  width: 75%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-10 {
  width: 83.3333333333%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-11 {
  width: 91.6666666667%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-12 {
  width: 100%;
}

.ia-container {
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ia-container {
    padding-left: var(--grid-gutter-width);
    padding-right: var(--grid-gutter-width);
  }
}

.ia-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--grid-gutter-width) / 2);
  margin-right: calc(-1 * var(--grid-gutter-width) / 2);
}

.ia-col {
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: calc(var(--grid-gutter-width));
}

.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}

.ia-col-1 {
  width: 8.3333333333%;
}

.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ia-col-2 {
  width: 16.6666666667%;
}

.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ia-col-3 {
  width: 25%;
}

.ia-col-offset-3 {
  margin-left: 25%;
}

.ia-col-4 {
  width: 33.3333333333%;
}

.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ia-col-5 {
  width: 41.6666666667%;
}

.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ia-col-6 {
  width: 50%;
}

.ia-col-offset-6 {
  margin-left: 50%;
}

.ia-col-7 {
  width: 58.3333333333%;
}

.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ia-col-8 {
  width: 66.6666666667%;
}

.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ia-col-9 {
  width: 75%;
}

.ia-col-offset-9 {
  margin-left: 75%;
}

.ia-col-10 {
  width: 83.3333333333%;
}

.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ia-col-11 {
  width: 91.6666666667%;
}

.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ia-col-12 {
  width: 100%;
}

.ia-col-offset-12 {
  margin-left: 100%;
}

.ia-col-xs-1 {
  width: 8.3333333333%;
}

.ia-col-offset-xs-1 {
  margin-left: 8.3333333333%;
}

.ia-col-xs-2 {
  width: 16.6666666667%;
}

.ia-col-offset-xs-2 {
  margin-left: 16.6666666667%;
}

.ia-col-xs-3 {
  width: 25%;
}

.ia-col-offset-xs-3 {
  margin-left: 25%;
}

.ia-col-xs-4 {
  width: 33.3333333333%;
}

.ia-col-offset-xs-4 {
  margin-left: 33.3333333333%;
}

.ia-col-xs-5 {
  width: 41.6666666667%;
}

.ia-col-offset-xs-5 {
  margin-left: 41.6666666667%;
}

.ia-col-xs-6 {
  width: 50%;
}

.ia-col-offset-xs-6 {
  margin-left: 50%;
}

.ia-col-xs-7 {
  width: 58.3333333333%;
}

.ia-col-offset-xs-7 {
  margin-left: 58.3333333333%;
}

.ia-col-xs-8 {
  width: 66.6666666667%;
}

.ia-col-offset-xs-8 {
  margin-left: 66.6666666667%;
}

.ia-col-xs-9 {
  width: 75%;
}

.ia-col-offset-xs-9 {
  margin-left: 75%;
}

.ia-col-xs-10 {
  width: 83.3333333333%;
}

.ia-col-offset-xs-10 {
  margin-left: 83.3333333333%;
}

.ia-col-xs-11 {
  width: 91.6666666667%;
}

.ia-col-offset-xs-11 {
  margin-left: 91.6666666667%;
}

.ia-col-xs-12 {
  width: 100%;
}

.ia-col-offset-xs-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .ia-col-sm-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-sm-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-sm-3 {
    width: 25%;
  }
  .ia-col-offset-sm-3 {
    margin-left: 25%;
  }
  .ia-col-sm-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-sm-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-sm-6 {
    width: 50%;
  }
  .ia-col-offset-sm-6 {
    margin-left: 50%;
  }
  .ia-col-sm-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-sm-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-sm-9 {
    width: 75%;
  }
  .ia-col-offset-sm-9 {
    margin-left: 75%;
  }
  .ia-col-sm-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-sm-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-sm-12 {
    width: 100%;
  }
  .ia-col-offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .ia-col-md-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-md-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-md-3 {
    width: 25%;
  }
  .ia-col-offset-md-3 {
    margin-left: 25%;
  }
  .ia-col-md-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-md-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-md-6 {
    width: 50%;
  }
  .ia-col-offset-md-6 {
    margin-left: 50%;
  }
  .ia-col-md-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-md-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-md-9 {
    width: 75%;
  }
  .ia-col-offset-md-9 {
    margin-left: 75%;
  }
  .ia-col-md-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-md-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-md-12 {
    width: 100%;
  }
  .ia-col-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .ia-col-lg-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-lg-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-lg-3 {
    width: 25%;
  }
  .ia-col-offset-lg-3 {
    margin-left: 25%;
  }
  .ia-col-lg-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-lg-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-lg-6 {
    width: 50%;
  }
  .ia-col-offset-lg-6 {
    margin-left: 50%;
  }
  .ia-col-lg-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-lg-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-lg-9 {
    width: 75%;
  }
  .ia-col-offset-lg-9 {
    margin-left: 75%;
  }
  .ia-col-lg-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-lg-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-lg-12 {
    width: 100%;
  }
  .ia-col-offset-lg-12 {
    margin-left: 100%;
  }
}
.module {
  margin: 16rem 0;
}
.module.module--filled {
  margin: 0;
  padding: 16rem 0;
}
.module.module--filled.bg--white + .module--filled.bg--white {
  padding-top: 0;
}

.align-items-center {
  align-items: center;
}

@media (max-width: 1024px) {
  .module {
    margin: 10rem 0;
  }
  .module.module--filled {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .ia-col {
    margin-bottom: 2rem;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?94q17e");
  src: url("../fonts/icomoon.eot?94q17e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?94q17e") format("truetype"), url("../fonts/icomoon.woff?94q17e") format("woff"), url("../fonts/icomoon.svg?94q17e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow::before {
  content: "\e900";
}

.icon-check::before {
  content: "\e901";
}

.icon-close::before {
  content: "\e902";
}

.icon-external::before {
  content: "\e903";
}

.icon-facebook::before {
  content: "\e904";
}

.icon-full-logo::before {
  content: "\e905";
}

.icon-icon::before {
  content: "\e906";
}

.icon-instagram::before {
  content: "\e907";
}

.icon-linked-in::before {
  content: "\e908";
}

.icon-logo-icon::before {
  content: "\e909";
}

.icon-menu::before {
  content: "\e90a";
}

.icon-pause::before {
  content: "\e90b";
}

.icon-play::before {
  content: "\e90c";
}

.icon-search::before {
  content: "\e90d";
}

.icon-sound-off::before {
  content: "\e90e";
}

.icon-sound-on::before {
  content: "\e90f";
}

.icon-spacex::before {
  content: "\e910";
}

.icon-youtube::before {
  content: "\e911";
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.ia-btn {
  display: inline-block;
  text-align: center;
  font-family: "Aeonik", sans-serif;
  cursor: pointer;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 0.2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(7px);
  color: #fff;
}
.ia-btn i {
  transition: all 0.3s;
}
.ia-btn:hover, .ia-btn:focus {
  background: #cdf35c;
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.ia-btn--colored {
  background: #cdf35c;
  color: #000;
  border: 1px solid #cdf35c;
}
.ia-btn--colored:hover {
  border: 0.2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(7px);
  color: #fff;
}
.ia-btn--lg {
  border-radius: 1rem;
}
.ia-btn--media {
  padding: 0.9rem 2.3rem 0.9rem 1.2rem !important;
}
.ia-btn--media i {
  width: 1.8rem;
  height: 1.8rem;
  background: #cdf35c;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-right: -1.4rem;
  margin-left: 0.3rem;
  white-space: nowrap;
}
.ia-btn--media i svg:first-child {
  display: none;
}
.ia-btn--media i svg:last-child {
  display: block;
}
.ia-btn--media.ia-btn--play i svg:first-child {
  display: block;
}
.ia-btn--media.ia-btn--play i svg:last-child {
  display: none;
}
.ia-btn--media:hover i, .ia-btn--media:focus i {
  background: #000;
  color: #fff;
}

.slick-dots {
  max-width: 288px;
  margin: 4.7rem auto 0;
  display: flex;
  padding: 0;
  list-style: none;
  border-bottom: 0.2px solid rgba(205, 243, 92, 0.28);
  align-items: flex-end;
}
.slick-dots li {
  width: 100%;
  line-height: 0;
  margin-bottom: 0;
}
.slick-dots li button {
  border: none;
  padding: 0;
  height: 4px;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  min-width: 4.7rem;
}
.slick-dots li.slick-active button {
  background: #cdf35c;
}

.ia-btn--primary {
  border: none;
  background-color: #cdf35c;
  color: #000;
}
.ia-btn--primary:hover, .ia-btn--primary:focus {
  background-color: #252525;
  color: #fff;
}

.ia-btn--outline-primary {
  backdrop-filter: blur(0px);
  border: 1px solid #cdf35c;
  background: none;
  color: #cdf35c;
  position: relative;
}
.ia-btn--outline-primary:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #cdf35c;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-primary:hover, .ia-btn--outline-primary:focus {
  background-color: rgba(205, 243, 92, 0.1);
  color: #cdf35c;
}
.ia-btn--outline-primary:hover:before, .ia-btn--outline-primary:focus:before {
  opacity: 1;
}

.ia-btn--secondary {
  border: none;
  background-color: #252525;
  color: #fff;
}
.ia-btn--secondary:hover, .ia-btn--secondary:focus {
  background-color: #1e202f;
  color: #fff;
}

.ia-btn--outline-secondary {
  backdrop-filter: blur(0px);
  border: 1px solid #252525;
  background: none;
  color: #252525;
  position: relative;
}
.ia-btn--outline-secondary:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #252525;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-secondary:hover, .ia-btn--outline-secondary:focus {
  background-color: rgba(37, 37, 37, 0.1);
  color: #252525;
}
.ia-btn--outline-secondary:hover:before, .ia-btn--outline-secondary:focus:before {
  opacity: 1;
}

.ia-btn--success {
  border: none;
  background-color: #b4bd9a;
  color: #fff;
}
.ia-btn--success:hover, .ia-btn--success:focus {
  background-color: #1e202f;
  color: #fff;
}

.ia-btn--outline-success {
  backdrop-filter: blur(0px);
  border: 1px solid #b4bd9a;
  background: none;
  color: #b4bd9a;
  position: relative;
}
.ia-btn--outline-success:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #b4bd9a;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-success:hover, .ia-btn--outline-success:focus {
  background-color: rgba(180, 189, 154, 0.1);
  color: #b4bd9a;
}
.ia-btn--outline-success:hover:before, .ia-btn--outline-success:focus:before {
  opacity: 1;
}

.ia-btn--info {
  border: none;
  background-color: #ecefff;
  color: #000;
}
.ia-btn--info:hover, .ia-btn--info:focus {
  background-color: #1e202f;
  color: #fff;
}

.ia-btn--outline-info {
  backdrop-filter: blur(0px);
  border: 1px solid #ecefff;
  background: none;
  color: #ecefff;
  position: relative;
}
.ia-btn--outline-info:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #ecefff;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-info:hover, .ia-btn--outline-info:focus {
  background-color: rgba(236, 239, 255, 0.1);
  color: #ecefff;
}
.ia-btn--outline-info:hover:before, .ia-btn--outline-info:focus:before {
  opacity: 1;
}

.ia-btn--warning {
  border: none;
  background-color: #dda755;
  color: #000;
}
.ia-btn--warning:hover, .ia-btn--warning:focus {
  background-color: #1e202f;
  color: #fff;
}

.ia-btn--outline-warning {
  backdrop-filter: blur(0px);
  border: 1px solid #dda755;
  background: none;
  color: #dda755;
  position: relative;
}
.ia-btn--outline-warning:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #dda755;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-warning:hover, .ia-btn--outline-warning:focus {
  background-color: rgba(221, 167, 85, 0.1);
  color: #dda755;
}
.ia-btn--outline-warning:hover:before, .ia-btn--outline-warning:focus:before {
  opacity: 1;
}

.ia-btn--danger {
  border: none;
  background-color: #db3b0f;
  color: #fff;
}
.ia-btn--danger:hover, .ia-btn--danger:focus {
  background-color: #1e202f;
  color: #fff;
}

.ia-btn--outline-danger {
  backdrop-filter: blur(0px);
  border: 1px solid #db3b0f;
  background: none;
  color: #db3b0f;
  position: relative;
}
.ia-btn--outline-danger:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #db3b0f;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-danger:hover, .ia-btn--outline-danger:focus {
  background-color: rgba(219, 59, 15, 0.1);
  color: #db3b0f;
}
.ia-btn--outline-danger:hover:before, .ia-btn--outline-danger:focus:before {
  opacity: 1;
}

.ia-btn--light {
  border: none;
  background-color: #f5f5f5;
  color: #000;
}
.ia-btn--light:hover, .ia-btn--light:focus {
  background-color: #1e202f;
  color: #fff;
}

.ia-btn--outline-light {
  backdrop-filter: blur(0px);
  border: 1px solid #f5f5f5;
  background: none;
  color: #f5f5f5;
  position: relative;
}
.ia-btn--outline-light:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #f5f5f5;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-light:hover, .ia-btn--outline-light:focus {
  background-color: rgba(245, 245, 245, 0.1);
  color: #f5f5f5;
}
.ia-btn--outline-light:hover:before, .ia-btn--outline-light:focus:before {
  opacity: 1;
}

.ia-btn--dark {
  border: none;
  background-color: #1e202f;
  color: #fff;
}
.ia-btn--dark:hover, .ia-btn--dark:focus {
  background-color: #ecefff;
  color: #1e202f;
}

.ia-btn--outline-dark {
  backdrop-filter: blur(0px);
  border: 1px solid #1e202f;
  background: none;
  color: #1e202f;
  position: relative;
}
.ia-btn--outline-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #1e202f;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-dark:hover, .ia-btn--outline-dark:focus {
  background-color: rgba(30, 32, 47, 0.1);
  color: #1e202f;
}
.ia-btn--outline-dark:hover:before, .ia-btn--outline-dark:focus:before {
  opacity: 1;
}

.ia-btn--white {
  border: none;
  background-color: #fff;
  color: #000;
}
.ia-btn--white:hover, .ia-btn--white:focus {
  background-color: #1e202f;
  color: #fff;
}

.ia-btn--outline-white {
  backdrop-filter: blur(0px);
  border: 1px solid #fff;
  background: none;
  color: #fff;
  position: relative;
}
.ia-btn--outline-white:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border: 2px solid #fff;
  transition: opacity 0.3s;
  border-radius: 3.9rem;
}
.ia-btn--outline-white:hover, .ia-btn--outline-white:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ia-btn--outline-white:hover:before, .ia-btn--outline-white:focus:before {
  opacity: 1;
}

.ia-btn--white i.icon-logo-icon {
  color: #cdf35c;
  margin-right: 0.5rem;
}
.ia-btn--white:hover i.icon-logo-icon, .ia-btn--white:focus i.icon-logo-icon {
  color: #cdf35c;
}

.ia-btn {
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  border-radius: 4rem;
}

.ia-btn--sm {
  padding: 0.9rem 1rem;
  font-size: 1.4rem;
  border-radius: 4rem;
}

.ia-btn--lg {
  padding: 2.2rem 2.8rem;
  font-size: 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .ia-btn--lg {
    padding: 1.5rem 2.8rem;
    font-size: 1.8rem;
  }
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.close {
  position: relative;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
}
.close--sm {
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.close--sm i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.close--primary {
  background-color: #cdf35c;
  color: #fff !important;
}
.close--primary:hover, .close--primary:focus {
  background-color: #252525;
  color: #fff !important;
}

.close--secondary {
  background-color: #252525;
  color: #fff !important;
}
.close--secondary:hover, .close--secondary:focus {
  background-color: #1e202f;
  color: #fff !important;
}

.close--success {
  background-color: #b4bd9a;
  color: #fff !important;
}
.close--success:hover, .close--success:focus {
  background-color: #1e202f;
  color: #fff !important;
}

.close--info {
  background-color: #ecefff;
  color: #1e202f !important;
}
.close--info:hover, .close--info:focus {
  background-color: #1e202f;
  color: #fff !important;
}

.close--warning {
  background-color: #dda755;
  color: #1e202f !important;
}
.close--warning:hover, .close--warning:focus {
  background-color: #1e202f;
  color: #fff !important;
}

.close--danger {
  background-color: #db3b0f;
  color: #fff !important;
}
.close--danger:hover, .close--danger:focus {
  background-color: #1e202f;
  color: #fff !important;
}

.close--light {
  background-color: #f5f5f5;
  color: #1e202f !important;
}
.close--light:hover, .close--light:focus {
  background-color: #1e202f;
  color: #fff !important;
}

.close--dark {
  background-color: #1e202f;
  color: #fff !important;
}
.close--dark:hover, .close--dark:focus {
  background-color: #ecefff;
  color: #1e202f !important;
}

.close--white {
  background-color: #fff;
  color: #1e202f !important;
}
.close--white:hover, .close--white:focus {
  background-color: #1e202f;
  color: #fff !important;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

a:not(.ia-btn) {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
a:not(.ia-btn) u {
  text-decoration: none;
}
a:not(.ia-btn):hover, a:not(.ia-btn):focus {
  border-bottom-color: #fff;
}
a:not(.ia-btn)[target=_blank] {
  position: relative;
  padding-right: 1.4rem;
}
a:not(.ia-btn)[target=_blank]:after {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.997159 9.99998L0 9.00282L3.70739 5.28904L7.41477 1.57526H1.6875L1.70028 0.19458H9.79261V8.29969H8.39915L8.41193 2.57242L0.997159 9.99998Z" fill="currentColor"/></svg>');
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

.single .long-text a[target=_blank]:after {
  display: none;
}

.ia-link {
  font-size: 1.8rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.ia-link[target=_blank] {
  position: relative;
  padding-right: 1.4rem;
}
.ia-link[target=_blank]:after {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.997159 9.99998L0 9.00282L3.70739 5.28904L7.41477 1.57526H1.6875L1.70028 0.19458H9.79261V8.29969H8.39915L8.41193 2.57242L0.997159 9.99998Z" fill="white"/></svg>');
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.ia-link:hover, .ia-link:focus {
  border-bottom-color: #fff;
}

.ia-link--primary {
  color: #cdf35c !important;
}
.ia-link--primary:hover {
  border-bottom-color: #cdf35c !important;
}

.ia-link--secondary {
  color: #252525 !important;
}
.ia-link--secondary:hover {
  border-bottom-color: #252525 !important;
}

.ia-link--success {
  color: #b4bd9a !important;
}
.ia-link--success:hover {
  border-bottom-color: #b4bd9a !important;
}

.ia-link--info {
  color: #ecefff !important;
}
.ia-link--info:hover {
  border-bottom-color: #ecefff !important;
}

.ia-link--warning {
  color: #dda755 !important;
}
.ia-link--warning:hover {
  border-bottom-color: #dda755 !important;
}

.ia-link--danger {
  color: #db3b0f !important;
}
.ia-link--danger:hover {
  border-bottom-color: #db3b0f !important;
}

.ia-link--light {
  color: #f5f5f5 !important;
}
.ia-link--light:hover {
  border-bottom-color: #f5f5f5 !important;
}

.ia-link--dark {
  color: #1e202f !important;
}
.ia-link--dark:hover {
  border-bottom-color: #1e202f !important;
}

.ia-link--white {
  color: #fff !important;
}
.ia-link--white:hover {
  border-bottom-color: #fff !important;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.tabs {
  position: relative;
}
.tabs.tabs--dark .tab-list-outer {
  color: #1e202f;
  background: rgba(30, 32, 47, 0.15);
  border-color: #1e202f;
}
.tabs.tabs--dark .moving-tab {
  background: #1e202f;
}
.tabs.tabs--dark .tab-item {
  color: #1e202f;
  background: #b4bd9a;
}
.tabs.tabs--dark .tab-item.active {
  color: #fff;
}
.tabs.tabs--dark .tab-content {
  color: #1e202f;
}
.tabs.tabs--light .tab-list-outer {
  color: #fff;
  background: rgba(30, 32, 47, 0.15);
  border-color: #fff;
}
.tabs.tabs--light .moving-tab {
  background: #fff;
}
.tabs.tabs--light .tab-item {
  color: #1e202f;
  background: #b4bd9a;
}
.tabs.tabs--light .tab-content {
  color: #fff;
}
.tabs .tab-list {
  display: inline-flex;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.tabs .tab-list-outer {
  border: 1px solid #1e202f;
  background: rgba(30, 32, 47, 0.15);
  padding: 0.6rem;
  border-radius: 50px;
  max-width: 46%;
  width: 100%;
  box-sizing: border-box;
}
.tabs .moving-tab {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1e202f;
  border-radius: 50px;
  margin: 0;
  transition: left 0.3s linear;
}
.tabs .tab-item {
  padding: 2rem 4.5rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  color: #000;
  border-radius: 50px;
  margin-bottom: 0;
  width: 50%;
  font-size: 2rem;
  text-align: center;
  background: #cdf35c;
}
.tabs .tab-item.active {
  background: #252525;
  color: #fff;
}
.tabs .tab-content {
  color: #1e202f;
}
.tabs .tab-content .tab-pane {
  display: none;
}
@media (max-width: 1200px) {
  .tabs .tab-item {
    padding: 2rem 2.4rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .tabs .tab-list-outer {
    max-width: 52%;
  }
}
@media (max-width: 767px) {
  .tabs .tab-list-outer {
    max-width: 100%;
  }
  .tabs .tab-list-outer li {
    width: 50%;
  }
}
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.accordion-item {
  border-bottom: 1px solid rgba(30, 32, 47, 0.25);
  color: #1e202f;
  transition: border 0.35s;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item.active .accordion-icon::after {
  opacity: 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .accordion-header:hover .accordion-icon,
  .accordion-header:focus .accordion-icon {
    background: #fff;
  }
  .accordion-header:hover .accordion-icon:after, .accordion-header:hover .accordion-icon:before,
  .accordion-header:focus .accordion-icon:after,
  .accordion-header:focus .accordion-icon:before {
    background: #cdf35c !important;
  }
}

@media (min-width: 1024px) {
  .accordion.accordion--light .accordion-item:hover,
  .accordion.accordion--light .accordion-item:focus {
    border-bottom-color: #fff;
  }
}

@media (min-width: 1024px) {
  .card-section--dark .accordion-header:hover .accordion-icon:after, .card-section--dark .accordion-header:hover .accordion-icon:before,
  .card-section--dark .accordion-header:focus .accordion-icon:after,
  .card-section--dark .accordion-header:focus .accordion-icon:before {
    background: #1e202f !important;
  }
}

.accordion-title {
  font-size: 3.2rem;
  line-height: 1.2;
}

.accordion-icon {
  width: 48px;
  height: 48px;
  position: relative;
  transition: all 0.35s;
  border-radius: 50%;
}
.accordion-icon::before, .accordion-icon::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 4px;
  background-color: #1e202f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion-content__in {
  padding-bottom: 7rem;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
/* custom select*/
div.fancy-select {
  position: relative;
  color: #1e202f;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 240ms ease-out;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 2rem;
  line-height: 5rem;
  height: 5rem;
  font-weight: 400;
  border-radius: 1rem;
  border: 1px solid rgba(205, 243, 92, 0.5);
  background: #ecefff;
  padding: 0 3rem 0 1.6rem;
  max-width: 100%;
  width: 100%;
  color: #1e202f;
  outline: none;
}
div.fancy-select div.trigger.selected {
  color: #1e202f;
}

div.fancy-select div.trigger:after {
  content: "";
  position: absolute;
  right: 2rem;
  margin-top: -3px;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #1e202f;
}

div.fancy-select div.trigger.open {
  background: #fff;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 8;
  max-height: 250px;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(205, 243, 92, 0.5);
  border-radius: 1rem;
  border-top: none;
  padding: 1rem 2.5rem 1rem 3rem;
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 100%;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 1rem 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1e202f;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
  display: none;
}

div.fancy-select ul.options li.selected {
  font-weight: 600;
  color: #cdf35c;
}

div.fancy-select ul.options li.hover {
  color: #000;
}

.wpcf7-form-control-wrap {
  display: block;
}

form label {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

input[type=text],
.cf7-file-wrapper .wpcf7-form-control-wrap,
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
  border-radius: 10px;
  padding: 0 5rem;
  border: 0.2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
  color: #fff;
  height: 6.5rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "Aeonik", sans-serif;
  outline: none;
}
input[type=text].wpcf7-not-valid,
.cf7-file-wrapper .wpcf7-form-control-wrap.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: #cdf35c;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:focus,
.cf7-file-wrapper .wpcf7-form-control-wrap:-webkit-autofill,
.cf7-file-wrapper .wpcf7-form-control-wrap:-webkit-autofill:hover,
.cf7-file-wrapper .wpcf7-form-control-wrap:-webkit-autofill:focus,
.cf7-file-wrapper .wpcf7-form-control-wrap:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:focus,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:focus {
  background: none;
  color: #fff;
  border-color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}
input[type=text] option,
.cf7-file-wrapper .wpcf7-form-control-wrap option,
input[type=password] option,
input[type=email] option,
input[type=tel] option,
input[type=number] option,
textarea option,
select option {
  color: black !important;
  background: white !important;
}

.cf7-file-wrapper {
  position: relative;
}
.cf7-file-wrapper .wpcf7-not-valid-tip {
  left: -5rem;
}
.cf7-file-wrapper__top {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  padding: 2.2rem 5rem 0;
  font-size: 1.6rem;
  line-height: 1.3;
}
.cf7-file-wrapper__top-left {
  gap: 0.5rem;
}
.cf7-file-wrapper__bottom {
  padding: 1.5rem 5rem;
  font-size: 1.8rem;
}
.cf7-file-wrapper__bottom-left {
  max-width: 48%;
  gap: 1rem;
}
.cf7-file-wrapper__bottom .cf7-file-remove {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  min-width: 2.4rem;
  transition: border 0.35s;
}
.cf7-file-wrapper__bottom .cf7-file-remove svg {
  transition: color 0.35s;
  color: #fff;
}
.cf7-file-wrapper__bottom .cf7-file-remove:hover {
  border: 1px solid #cdf35c;
}
.cf7-file-wrapper__bottom .cf7-file-remove:hover svg {
  color: #cdf35c;
}
.cf7-file-wrapper__bottom .cf7-file-name {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.4rem);
}
.cf7-file-wrapper__bottom .cf7-file-response {
  max-width: 48%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.3rem 1.1rem;
  gap: 1rem;
}
.cf7-file-wrapper .wpcf7-form-control-wrap {
  position: relative;
  padding-top: 6.5rem;
}
.cf7-file-wrapper .wpcf7-form-control-wrap input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap svg {
  position: absolute;
  right: 4rem;
  top: 6.7rem;
  pointer-events: none;
}

textarea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 17.5rem;
}

input[type=submit],
button[type=submit] {
  border-radius: 10px;
  padding: 2.4rem 4rem;
  background: #cdf35c;
  line-height: 1;
  font-size: 2rem;
  backdrop-filter: blur(7px);
  color: #000;
  font-family: "Aeonik", sans-serif;
  min-width: 29rem;
  box-sizing: border-box;
  transition: background 0.3s;
  border: none;
  cursor: pointer;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background: #fff;
}

.wpcf7-spinner {
  position: absolute;
  top: 100%;
  right: 0;
}

.wpcf7-not-valid-tip {
  position: relative;
  font-size: 1.6rem;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
  color: #cdf35c;
  border: none;
  padding: 1rem 1rem 1rem 4rem;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
}
body .wpcf7 form.invalid .wpcf7-response-output:before,
body .wpcf7 form.unaccepted .wpcf7-response-output:before,
body .wpcf7 form.payment-required .wpcf7-response-output:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><g clip-path="url(%23clip0_2931_4045)"><path d="M18.4601 15.1936L11.4119 1.26356C11.0082 0.493098 10.2284 0 9.35319 0C8.47794 0 7.67049 0.493098 7.2945 1.26356L0.252443 15.1936C-0.527269 16.7037 0.59453 18.4912 2.31113 18.4912H16.4014C18.1149 18.4912 19.2398 16.7037 18.4601 15.1936ZM16.4014 17.7207H2.30805C1.18625 17.7207 0.437355 16.5496 0.936617 15.5326L7.98484 1.60257C8.54574 0.493098 10.136 0.493098 10.7277 1.60257L17.7728 15.5326C18.2721 16.5496 17.5232 17.7207 16.4014 17.7207Z" fill="%23CDF35C"/><path d="M8.0457 4.96165C7.51562 5.63966 7.35844 6.68749 7.60807 7.58124L9.01032 12.4198C9.07196 12.5739 9.19832 12.6971 9.38323 12.6971C9.56814 12.6971 9.69449 12.5739 9.75613 12.4198L11.1584 7.58124C11.408 6.65668 11.2508 5.63966 10.7208 4.96165C10.0027 4.00627 8.78843 4.00627 8.03953 4.96165H8.0457Z" fill="%23CDF35C"/><path d="M9.3563 13.0977C8.48413 13.0977 7.79688 13.7757 7.79688 14.6386C7.79688 15.5015 8.48413 16.1795 9.3563 16.1795C10.2285 16.1795 10.9157 15.5015 10.9157 14.6386C10.9157 13.7757 10.2285 13.0977 9.3563 13.0977Z" fill="%23CDF35C"/></g><defs><clipPath id="clip0_2931_4045"><rect width="18.71" height="18.4912" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  top: 50%;
  left: 1rem;
  height: 19px;
  transform: translate(0, -50%);
}
body .wpcf7-not-valid-tip {
  color: #cdf35c;
  margin-top: 1.4rem;
  padding-left: 3rem;
}
body .wpcf7-not-valid-tip:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><g clip-path="url(%23clip0_2931_4045)"><path d="M18.4601 15.1936L11.4119 1.26356C11.0082 0.493098 10.2284 0 9.35319 0C8.47794 0 7.67049 0.493098 7.2945 1.26356L0.252443 15.1936C-0.527269 16.7037 0.59453 18.4912 2.31113 18.4912H16.4014C18.1149 18.4912 19.2398 16.7037 18.4601 15.1936ZM16.4014 17.7207H2.30805C1.18625 17.7207 0.437355 16.5496 0.936617 15.5326L7.98484 1.60257C8.54574 0.493098 10.136 0.493098 10.7277 1.60257L17.7728 15.5326C18.2721 16.5496 17.5232 17.7207 16.4014 17.7207Z" fill="%23CDF35C"/><path d="M8.0457 4.96165C7.51562 5.63966 7.35844 6.68749 7.60807 7.58124L9.01032 12.4198C9.07196 12.5739 9.19832 12.6971 9.38323 12.6971C9.56814 12.6971 9.69449 12.5739 9.75613 12.4198L11.1584 7.58124C11.408 6.65668 11.2508 5.63966 10.7208 4.96165C10.0027 4.00627 8.78843 4.00627 8.03953 4.96165H8.0457Z" fill="%23CDF35C"/><path d="M9.3563 13.0977C8.48413 13.0977 7.79688 13.7757 7.79688 14.6386C7.79688 15.5015 8.48413 16.1795 9.3563 16.1795C10.2285 16.1795 10.9157 15.5015 10.9157 14.6386C10.9157 13.7757 10.2285 13.0977 9.3563 13.0977Z" fill="%23CDF35C"/></g><defs><clipPath id="clip0_2931_4045"><rect width="18.71" height="18.4912" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  top: 50%;
  left: 0;
  height: 19px;
  transform: translate(0, -50%);
}

@media (max-width: 1400px) {
  .cf7-file-wrapper__bottom {
    padding: 1.5rem 0;
  }
}
@media (max-width: 1200px) {
  .cf7-file-wrapper__bottom {
    font-size: 1.6rem;
  }
  .cf7-file-wrapper__bottom .cf7-file-response {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  form label {
    font-size: 1.4rem;
  }
  input[type=text],
  .cf7-file-wrapper .wpcf7-form-control-wrap,
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  textarea,
  select {
    padding: 0 1rem;
  }
  .cf7-file-wrapper .wpcf7-form-control-wrap {
    padding-top: 6.5rem;
  }
  .cf7-file-wrapper .wpcf7-not-valid-tip {
    left: -1rem;
  }
  .cf7-file-wrapper__top {
    padding: 2.2rem 1rem 0;
    font-size: 1.4rem;
  }
  .cf7-file-wrapper__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .cf7-file-wrapper__bottom-left {
    max-width: 100%;
  }
  .cf7-file-wrapper__bottom .cf7-file-response {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cf7-file-wrapper__top {
    padding-top: 1.8rem;
  }
  .cf7-file-wrapper .wpcf7-form-control-wrap {
    padding-top: 5rem;
    height: 5rem;
  }
  div.fancy-select div.trigger {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
  }
  .select-wrap svg {
    top: 5.1rem;
  }
  form label {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  select {
    height: 5rem;
    padding: 0 2rem;
  }
  textarea {
    padding: 2rem;
  }
  input[type=submit],
  button[type=submit] {
    width: 100%;
    padding: 1.7rem 4rem;
    font-size: 1.8rem;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    margin-top: 3px;
  }
  textarea {
    height: 12rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.page-template-global-styles-page main {
  padding-top: 22rem;
}

.code-example {
  margin-bottom: 2rem;
}
.code-example code {
  background: white !important;
}

.ptl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ptl .glyph {
  width: calc(25% - 1rem);
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 2rem;
  border-right: 2rem;
}
.ptl .hidden-true,
.ptl .unitRight {
  display: none;
}
.ptl .pbs span {
  display: block;
  margin-bottom: 1rem;
}
.ptl .unit {
  border: none;
  width: 100%;
  height: 3rem;
  background: none;
}

/* header */
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.loaded .header {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.5s, opacity 1s;
}
.header-wrap {
  padding: 3rem 0;
}
.header.header--sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-in {
  flex-wrap: wrap;
}
.header--color {
  background: rgba(0, 0, 0, 0.75);
}
.header--color .logo {
  margin: -2.3rem 0 -2rem;
}
.header--color .navigation {
  opacity: 1;
  visibility: visible;
}
.header-right {
  gap: 2rem;
  padding-right: 2rem;
  position: relative;
}
.header-right .ia-btn {
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  position: relative;
  z-index: 2;
}
.header-right__nav {
  position: absolute;
  background: #fff;
  top: -1.3rem;
  right: 0;
  width: 37rem;
  padding: 8.6rem 4rem 4rem;
  box-sizing: border-box;
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.header-right__nav-title {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
}
.header-right__nav ul {
  padding: 0;
  margin: 0;
}
.header-right__nav ul li {
  display: block;
}
.header-right__nav ul li a {
  font-size: 2rem;
  color: #000;
}
.header-right__nav ul li a:hover {
  text-decoration: underline;
}
.header-right.expanded .header-right__nav {
  opacity: 1;
  visibility: visible;
}
.header-right.expanded .ia-btn--colored:hover {
  border-color: #000;
  color: #000;
}

body > .alert-bar {
  opacity: 0;
  visibility: hidden;
}

.alert-bar {
  background: #cdf35c;
  color: #000;
  padding: 0.7rem 4rem;
  position: relative;
}
.alert-bar.alert-bar-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.alert-bar a {
  text-decoration: underline;
  color: #000;
  margin-left: 1rem;
  white-space: nowrap;
  border: none;
}
.alert-bar a:after {
  color: #000 !important;
  margin-top: 0 !important;
  top: 0 !important;
}
.alert-bar a:hover {
  text-decoration: none;
  border: none !important;
}
.alert-bar__message {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.alert-bar__close {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  cursor: pointer;
  border: none;
}

.mobile-menu-btn {
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  color: #fff;
  position: relative;
  z-index: 2;
}
.mobile-menu-btn svg {
  display: block;
}
.mobile-menu-btn svg + svg {
  display: none;
}
.mobile-menu-btn.active {
  color: #000;
}
.mobile-menu-btn.active svg {
  display: none;
}
.mobile-menu-btn.active svg + svg {
  display: block;
}

.admin-bar .header {
  top: 32px;
}

.logo {
  position: relative;
  border: none !important;
  display: block;
  left: -1.8rem;
}
.logo img {
  transition: all 0.3s;
  display: block;
}
.logo img:nth-child(2), .logo img:nth-child(3) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 2rem;
}
.navigation ul li {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0.112rem;
}
.navigation ul li a {
  padding: 1.2rem 0.95rem;
  color: #fff;
  position: relative;
  border: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.navigation ul li a:before, .navigation ul li a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 7 7" width="7" height="7"><path fill="%23cdf35c" d="m1 8h-1v-5h1zm6-7h-7v-1h7z"/></svg>');
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.navigation ul li a:after {
  transform: scale(-1);
  left: auto;
  right: 50%;
  top: auto;
  bottom: 50%;
}
.navigation ul li a.active:before, .navigation ul li a.active:after {
  opacity: 1;
}
.navigation ul li a.active:before {
  top: 0;
  left: 0;
}
.navigation ul li a.active:after {
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .navigation ul li a:hover:before, .navigation ul li a:hover:after {
    opacity: 1;
  }
  .navigation ul li a:hover:before {
    top: 0;
    left: 0;
  }
  .navigation ul li a:hover:after {
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .header .ia-container {
    flex-wrap: wrap;
  }
  .header-right {
    padding-right: 0;
    margin-right: -1rem;
    gap: 1rem;
  }
  .navigation {
    order: 3;
    width: calc(100% + 2rem);
    margin-top: 0.8rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 2px;
  }
  .navigation ul {
    gap: 0;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
    overflow-x: auto;
    padding: 6px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navigation ul::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-wrap {
    padding: 1.5rem 0;
  }
  .header--color .logo {
    margin: 0;
  }
  .header-right__nav {
    width: calc(100vw - 2rem);
  }
  .navigation ul {
    justify-content: flex-start;
  }
  .alert-bar {
    padding-left: 0;
    padding-right: 2rem;
  }
  .alert-bar__message {
    text-align: left;
  }
  .alert-bar a {
    margin-left: 0;
  }
}
@media (max-width: 390px) {
  .navigation ul li {
    font-size: 1.2rem;
  }
}
/* footer */
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.footer {
  padding: 4rem 0;
}
.footer .ia-container {
  display: flex;
  justify-content: space-between;
}
.footer a[target=_blank] {
  padding-right: 0;
}
.footer a[target=_blank]:after {
  display: none;
}

@media (max-width: 1024px) {
  .footer .ia-container {
    flex-wrap: wrap;
  }
  .footer__center {
    order: 1;
    width: 100%;
    margin-bottom: 3rem;
    text-align: right;
  }
  .footer__left {
    width: 100%;
    order: 2;
    margin-bottom: 2rem;
  }
  .footer__right {
    width: 100%;
    order: 3;
  }
}

/*# sourceMappingURL=main.css.map */