/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/* Core */
/* Variables */
:root {
  --font-default: "Inter", Arial, sans-serif;
  --font-headings: "Poppins", Arial, sans-serif;
  --bg-body: #fff;
  --bg: #E8F9FF;
  --alert-blue: #E0F7FF;
  --alert-grey: #EEEEEE;
  --alert-red: #DA2E2E;
  --alert-yellow: #FFF8DD;
  --alert-green: #E8FFD1;
  --btn-color: #0795D1;
  --in-small-width: 1380px;
  --in-max-width: 1760px;
  --font-size-small: 14px;
  --text-color-default: #003368;
  --border-color: #DDDDDD;
  --border-color-darker: #BBBBBB;
  --dark-blue: #003368;
  --light-blue: #05A0DC;
  --white: #ffffff;
  --text-gray: #474747;
  --gray: #E9E9E9;
  --dark-gray: #949494;
  --light-gray: #ABABAB;
  --super-light-blue: #9ECEE1;
  --ultra-light-blue: #CFEBF5;
  --green: #86BE25;
  --light-green: #CDFF74;
  --dark-green: #5c8911;
}

/* Base variables */
/* Media */
/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-padding-top: 180px;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 240px;
  }
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-color-default);
  text-align: left;
  background-color: var(--bg-body);
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.3;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-headings);
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 20px;
  }
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: currentColor;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: var(--light-blue);
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #1C1C1C;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.lg-backdrop.in {
  width: 100%;
  max-width: none;
}

.icon--aktuality_do_mailu {
  width: 47px;
  height: 47px;
  aspect-ratio: 1;
}

.icon--arrow-back {
  width: 18px;
  height: 20px;
  aspect-ratio: 0.9;
}

.icon--arrow-bottom {
  width: 25px;
  height: 45px;
  aspect-ratio: 0.5555555556;
}

.icon--author {
  width: 63px;
  height: 45px;
  aspect-ratio: 1.4;
}

.icon--basket {
  width: 22px;
  height: 19px;
  aspect-ratio: 1.1578947368;
}

.icon--bezbarierove_mesto {
  width: 60px;
  height: 61px;
  aspect-ratio: 0.9836065574;
}

.icon--blockquote {
  width: 38px;
  height: 32px;
  aspect-ratio: 1.1875;
}

.icon--btn-arrow-back {
  width: 25px;
  height: 15px;
  aspect-ratio: 1.6666666667;
}

.icon--btn-arrow {
  width: 25px;
  height: 15px;
  aspect-ratio: 1.6666666667;
}

.icon--calendar {
  width: 31px;
  height: 31px;
  aspect-ratio: 1;
}

.icon--check {
  width: 26px;
  height: 19px;
  aspect-ratio: 1.3684210526;
}

.icon--checked {
  width: 15px;
  height: 13px;
  aspect-ratio: 1.1538461538;
}

.icon--close {
  width: 15px;
  height: 16px;
  aspect-ratio: 0.9375;
}

.icon--digitalni_evidence {
  width: 60px;
  height: 61px;
  aspect-ratio: 0.9836065574;
}

.icon--dopravni_znaceni {
  width: 39px;
  height: 60px;
  aspect-ratio: 0.65;
}

.icon--email {
  width: 31px;
  height: 24px;
  aspect-ratio: 1.2916666667;
}

.icon--facebook {
  width: 26px;
  height: 26px;
  aspect-ratio: 1;
}

.icon--faq {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.icon--fb-circle {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}

.icon--footer-img {
  width: 740px;
  height: 162px;
  aspect-ratio: 4.5679012346;
}

.icon--house {
  width: 777.48px;
  height: 448.29px;
  aspect-ratio: 1.7343237636;
}

.icon--hrbitov {
  width: 60px;
  height: 59px;
  aspect-ratio: 1.0169491525;
}

.icon--info {
  width: 33px;
  height: 36px;
  aspect-ratio: 0.9166666667;
}

.icon--intuitivni_ovladani {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

.icon--katastralni_data {
  width: 60px;
  height: 63px;
  aspect-ratio: 0.9523809524;
}

.icon--large-arrow-bottom {
  width: 26px;
  height: 15px;
  aspect-ratio: 1.7333333333;
}

.icon--link {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.icon--linkedin-sidebar {
  width: 33px;
  height: 33px;
  aspect-ratio: 1;
}

.icon--linkedin {
  width: 27px;
  height: 26px;
  aspect-ratio: 1.0384615385;
}

.icon--list-arrow {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.icon--lock {
  width: 16px;
  height: 21px;
  aspect-ratio: 0.7619047619;
}

.icon--login {
  width: 18px;
  height: 20px;
  aspect-ratio: 0.9;
}

.icon--mapa {
  width: 55px;
  height: 57px;
  aspect-ratio: 0.9649122807;
}

.icon--mistni_komunikace {
  width: 66px;
  height: 65px;
  aspect-ratio: 1.0153846154;
}

.icon--mobiliar_obce {
  width: 69px;
  height: 50px;
  aspect-ratio: 1.38;
}

.icon--mobilni_aplikace {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

.icon--modul_DTM {
  width: 62px;
  height: 52px;
  aspect-ratio: 1.1923076923;
}

.icon--municipality {
  width: 84px;
  height: 80px;
  aspect-ratio: 1.05;
}

.icon--nastaveni_roli_a_spoluprace {
  width: 60px;
  height: 45px;
  aspect-ratio: 1.3333333333;
}

.icon--navrhy_na_vklad {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

.icon--newsletter {
  width: 47px;
  height: 47px;
  aspect-ratio: 1;
}

.icon--ochrana_obyvatel {
  width: 62px;
  height: 40px;
  aspect-ratio: 1.55;
}

.icon--odeslani {
  width: 80px;
  height: 40px;
  aspect-ratio: 2;
}

.icon--phone {
  width: 25px;
  height: 27px;
  aspect-ratio: 0.9259259259;
}

.icon--pozemkove_upravy {
  width: 62px;
  height: 51px;
  aspect-ratio: 1.2156862745;
}

.icon--presnost {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

.icon--projektanti {
  width: 78px;
  height: 77px;
  aspect-ratio: 1.012987013;
}

.icon--regcount {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.icon--search {
  width: 19px;
  height: 19px;
  aspect-ratio: 1;
}

.icon--service1 {
  width: 84px;
  height: 95px;
  aspect-ratio: 0.8842105263;
}

.icon--service2 {
  width: 119px;
  height: 94px;
  aspect-ratio: 1.2659574468;
}

.icon--service3 {
  width: 111px;
  height: 95px;
  aspect-ratio: 1.1684210526;
}

.icon--service4 {
  width: 100px;
  height: 94px;
  aspect-ratio: 1.0638297872;
}

.icon--silne_zabezpeceni_a_dostupnost {
  width: 60px;
  height: 59px;
  aspect-ratio: 1.0169491525;
}

.icon--smlouvy_na_klik {
  width: 62px;
  height: 58px;
  aspect-ratio: 1.0689655172;
}

.icon--spoluprace_nad_dokumentaci {
  width: 60px;
  height: 58px;
  aspect-ratio: 1.0344827586;
}

.icon--spravci {
  width: 75px;
  height: 75px;
  aspect-ratio: 1;
}

.icon--stavebnici {
  width: 71px;
  height: 81px;
  aspect-ratio: 0.8765432099;
}

.icon--subjekty {
  width: 48px;
  height: 56px;
  aspect-ratio: 0.8571428571;
}

.icon--support {
  width: 33px;
  height: 36px;
  aspect-ratio: 0.9166666667;
}

.icon--technicka_infrastruktura {
  width: 47px;
  height: 60px;
  aspect-ratio: 0.7833333333;
}

.icon--triangle-bottom {
  width: 8px;
  height: 6px;
  aspect-ratio: 1.3333333333;
}

.icon--trideny_odpad {
  width: 46px;
  height: 60px;
  aspect-ratio: 0.7666666667;
}

.icon--twitter {
  width: 27px;
  height: 27px;
  aspect-ratio: 1;
}

.icon--utility {
  width: 156px;
  height: 26px;
  aspect-ratio: 6;
}

.icon--uzemni_plan {
  width: 62px;
  height: 37px;
  aspect-ratio: 1.6756756757;
}

.icon--verejne_osvetleni {
  width: 60px;
  height: 56px;
  aspect-ratio: 1.0714285714;
}

.icon--webova_aplikace {
  width: 60px;
  height: 53px;
  aspect-ratio: 1.1320754717;
}

.icon--worker {
  width: 84px;
  height: 95px;
  aspect-ratio: 0.8842105263;
}

.icon--xing {
  width: 27px;
  height: 27px;
  aspect-ratio: 1;
}

.icon--youtube {
  width: 27px;
  height: 22px;
  aspect-ratio: 1.2272727273;
}

.icon--zadatel {
  width: 64px;
  height: 63px;
  aspect-ratio: 1.0158730159;
}

.icon--zelen {
  width: 60px;
  height: 55px;
  aspect-ratio: 1.0909090909;
}

.icon--zivotni_cyklus_stavby {
  width: 48px;
  height: 57px;
  aspect-ratio: 0.8421052632;
}

.icon--zivotni_situace {
  width: 53px;
  height: 57px;
  aspect-ratio: 0.9298245614;
}

.icon--zrychleni_vystavby {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

/* Utils */
.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.hide {
  display: none !important;
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hide--tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide--desktop {
    display: none !important;
  }
}
/* Plugins */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__sr {
  display: none;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: -40px;
  left: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
}

.splide__pagination__page {
  background: #C9C9C9;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--dark-blue);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* Woocommerce */
/* Components */
.accordion__items {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .accordion__items {
    padding: 0 100px;
  }
}
.accordion__item {
  background-color: var(--bg);
  flex: 1;
}
.accordion__item-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 39px 60px 16px 60px;
  flex-flow: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .accordion__item-title {
    flex-flow: row;
    align-items: center;
    padding: 16px 60px 32px 60px;
  }
}
.accordion__item-heading {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.5%;
  letter-spacing: -0.625px;
  margin: 0;
}
@media (min-width: 768px) {
  .accordion__item-content {
    max-width: calc(100% - 250px);
  }
}
@media (min-width: 1700px) {
  .accordion__item-content {
    max-width: 994px;
  }
}
.accordion__item-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 195.5%;
  color: var(--text-gray);
}
.accordion__item-content p:last-of-type {
  margin-bottom: 0;
}
.accordion__item-content .btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .accordion__item-content {
    margin-top: -16px;
  }
}
.accordion__item-content-inner {
  padding: 0 60px 39px 60px;
}
@media (hover: hover) {
  .accordion__item-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s linear;
  }
  .accordion__item-content-collapsable {
    overflow: hidden;
  }
  .accordion__item-title[aria-expanded=true] ~ .accordion__item-content {
    grid-template-rows: 1fr;
  }
}

.alert {
  text-align: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .alert {
    padding: 15px;
  }
}
@media (min-width: 1366px) {
  .alert {
    padding: 15px;
  }
}
.alert__in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .alert__in {
    flex-direction: row;
  }
}
.alert__link {
  text-decoration: none;
}
.alert__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  font-weight: 700;
  font-size: 21px;
}
.alert--blue {
  background: var(--alert-blue);
}
.alert--grey {
  background: var(--alert-grey);
}
.alert--red {
  background: var(--alert-red);
  color: var(--white);
}
.alert--green {
  background: var(--alert-green);
  color: var(--text-gray);
}
.alert--yellow {
  background: var(--alert-yellow);
}
.alert a,
.alert p {
  font-weight: 600;
  font-size: 12px;
  margin: 0;
}
.alert a {
  white-space: nowrap;
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .alert a {
    margin: 0;
  }
}
.alert p {
  margin-right: 30px;
}

.animate--fade {
  transition: 1s ease opacity;
  opacity: 0;
}
.animate--fade.animate--visible {
  opacity: 1;
}
.animate--fall {
  transition: 1s ease opacity, 1s ease transform;
  transform: translate(0, -10px);
}
.animate--fall.animate--visible {
  transform: translate(0, 0);
}

.appline {
  background-color: var(--bg);
  padding: 20px 0 35px 0;
}
@media (min-width: 768px) {
  .appline {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .appline__in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.appline__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .appline__title {
    font-size: 25px;
  }
}
.appline__title svg {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 6px;
}
@media (min-width: 768px) {
  .appline__title svg {
    width: 30px;
    height: 38px;
    margin-right: 15px;
  }
}
.appline__controls {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .appline__controls {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.appline__controls .dropdown {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .appline__controls .dropdown {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .appline__controls .dropdown {
    margin-right: 60px;
  }
}
.appline__controls .dropdown__btn {
  display: flex;
}
.appline__controls .dropdown__items {
  left: auto;
  right: 0;
  width: 250px;
  background-color: var(--bg);
  padding: 15px;
  width: calc(100% + 15px);
  margin-left: -15px;
}
.appline__controls .dropdown__items > div {
  margin-bottom: 10px;
}
.appline__controls .dropdown__items > div:last-child {
  margin: 0;
}

.arrow-link {
  display: flex;
  align-items: center;
}
.arrow-link svg {
  margin-right: 16px;
  fill: var(--super-light-blue);
  transition: fill 0.3s;
  flex-shrink: 0;
}
.arrow-link span,
.arrow-link a {
  font-weight: 600;
  font-size: 14px;
}
.arrow-link--large {
  background-size: 23px;
  background-position: left center;
  padding-left: 36px;
}
.arrow-link--large span,
.arrow-link--large a {
  line-height: 23px;
  font-weight: bold;
  text-decoration: underline;
}
.arrow-link--large span:hover,
.arrow-link--large a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .arrow-link--large svg {
    width: 23px;
    height: 23px;
  }
}

@media (min-width: 1024px) {
  a.arrow-link {
    transition: color 0.3s;
  }
  a.arrow-link:hover, a.arrow-link:active, a.arrow-link:focus {
    color: var(--light-blue);
  }
  a.arrow-link:hover a, a.arrow-link:active a, a.arrow-link:focus a {
    text-decoration: underline;
  }
  a.arrow-link:hover svg, a.arrow-link:active svg, a.arrow-link:focus svg {
    fill: var(--light-blue);
  }
}

.article-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-card:hover .article-card__title.title, .article-card:active .article-card__title.title, .article-card:focus .article-card__title.title {
    color: var(--light-blue);
  }
  .article-card:hover .article-card__btn.btn, .article-card:active .article-card__btn.btn, .article-card:focus .article-card__btn.btn {
    color: var(--dark-blue);
  }
  .article-card:hover .article-card__btn.btn svg, .article-card:active .article-card__btn.btn svg, .article-card:focus .article-card__btn.btn svg {
    fill: var(--dark-blue);
  }
}
.article-card__img {
  min-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.article-card__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 25px 0 0 0;
}
@media (min-width: 768px) {
  .article-card__inner {
    padding: 25px 20px;
  }
}
.article-card__title.title {
  margin-bottom: 14px;
  transition: color 0.3s;
}
.article-card__text {
  color: var(--text-gray);
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .article-card__text {
    margin: 0 20px 16px 0;
  }
}
.article-card__date.title {
  margin: 6px 0;
  white-space: nowrap;
}
.article-card__place {
  margin: 0;
  color: var(--white);
}
.article-card__helper {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .article-card__helper {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0;
  }
}
.article-card__helper svg {
  margin-right: 10px;
}
.article-card__event {
  display: grid;
}
@media (min-width: 1366px) {
  .article-card__event {
    grid-template-columns: 245px 1fr;
  }
}
.article-card__event-box {
  background: var(--dark-blue);
  flex-shrink: 0;
  padding: 20px;
}
@media (min-width: 1366px) {
  .article-card__event-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 30px 35px 55px;
  }
}
.article-card__event-box svg {
  fill: var(--white);
}
.article-card__event img {
  height: 100%;
  max-height: 164px;
  min-height: 0;
  width: 100%;
  -o-object-position: right;
     object-position: right;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #A8CDDF;
  border-top: none;
}
@media (min-width: 768px) {
  .article-card__event img {
    max-height: none;
  }
}
@media (min-width: 1366px) {
  .article-card__event img {
    border-top: 5px solid #A8CDDF;
    border-left: none;
  }
}
.article-card .tag {
  margin-bottom: 16px;
}
.article-card--default .article-card__inner {
  padding-bottom: 0;
}
.article-card--default .article-card__img {
  padding: 6px;
  background-color: #A8CCDF;
  transition: 0.3s ease background;
}
@media (min-width: 1024px) {
  .article-card--default .article-card__img:hover {
    background-color: var(--light-blue);
  }
}
.article-card--full .article-card__img {
  min-height: 0;
}
.article-card--full .article-card__inner {
  padding: 20px 0 0;
}

.article-tile {
  position: relative;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  transition: background 0.3s;
}
@media (pointer: fine) {
  .article-tile:hover .article-tile__btn.btn, .article-tile:active .article-tile__btn.btn, .article-tile:focus .article-tile__btn.btn {
    color: var(--white);
  }
  .article-tile:hover .article-tile__btn.btn svg, .article-tile:active .article-tile__btn.btn svg, .article-tile:focus .article-tile__btn.btn svg {
    fill: var(--white);
  }
}
.article-tile:before {
  content: "";
  background: linear-gradient(360deg, rgba(0, 51, 104, 0.9) 1.94%, rgba(0, 51, 104, 0.5) 62.36%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.article-tile__box {
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px;
  position: relative;
}
@media (min-width: 1366px) {
  .article-tile__box {
    padding: 45px 80px;
  }
}
.article-tile__tags {
  margin-bottom: 24px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-tile__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
}
.article-tile__title.title {
  color: var(--white);
  letter-spacing: -0.025em;
  margin-bottom: 23px;
}
.article-tile__text {
  color: var(--white);
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .article-tile__text {
    margin-bottom: 50px;
  }
}
.article-tile--longer .article-tile__text {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-tile--longer .article-tile__title.title {
    font-size: 25px;
  }
}
.article-tile--longer .article-tile__box {
  padding: 60px 20px 45px 20px;
}
@media (min-width: 768px) {
  .article-tile--longer .article-tile__box {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .article-tile--longer .article-tile__box {
    padding: 100px 40px 20px;
  }
}
@media (min-width: 1366px) {
  .article-tile--longer .article-tile__box {
    padding: 120px 70px 60px 80px;
  }
}

.article-tiles {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-tiles {
    flex-direction: row;
  }
}
@media (min-width: 1366px) {
  .article-tiles {
    flex-direction: column;
  }
}
.article-tiles--two {
  display: grid;
}
@media (min-width: 768px) {
  .article-tiles--two {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.article-tiles--two .article-tile__box {
  padding: 160px 30px 70px 30px;
}
@media (min-width: 768px) {
  .article-tiles--two .article-tile__box {
    padding: 80px 30px 50px;
  }
}
@media (min-width: 1024px) {
  .article-tiles--two .article-tile__box {
    padding: 170px 50px 75px 50px;
  }
}
@media (min-width: 1366px) {
  .article-tiles--two .article-tile__box {
    padding: 170px 140px 75px 140px;
  }
}

.billing {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .billing {
    align-items: flex-start;
    flex-direction: row;
  }
}
.billing__textbox:first-of-type {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .billing__textbox:first-of-type {
    margin: 0 70px;
  }
}
@media (min-width: 1700px) {
  .billing__textbox:first-of-type {
    margin: 0 140px;
  }
}
.billing__textbox p {
  color: var(--text-gray);
}
.billing__textbox p:last-of-type {
  margin: 0;
}

.blue-box {
  background-color: var(--dark-blue);
  color: #fff;
  padding: 30px;
  position: relative;
  margin: 20px 7px;
}
@media (min-width: 768px) {
  .blue-box {
    padding: 40px;
    width: 50%;
    margin: 20px 7px;
  }
}
@media (min-width: 1024px) {
  .blue-box {
    padding: 70px 100px;
  }
}
.blue-box__wrapper {
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blue-box__wrapper {
    display: flex;
  }
}
@media (min-width: 768px) {
  .blue-box__in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.blue-box__main-text {
  margin: 20px 0 40px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 480px;
  min-height: 80px;
}
@media (min-width: 768px) {
  .blue-box__main-text {
    margin-bottom: 70px;
  }
}
.blue-box__media {
  text-align: left;
  padding: 30px 0 20px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .blue-box__media {
    width: 40%;
  }
}
.blue-box__media img {
  max-width: 80%;
}
@media (min-width: 768px) {
  .blue-box__media img {
    max-width: 240px;
  }
}
@media (min-width: 1024px) {
  .blue-box__media img {
    max-width: 325px;
  }
}
.blue-box__media--white-img img {
  filter: saturate(0) brightness(2);
}
.blue-box__bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.breadcrumbs {
  color: white;
  padding-top: 20px;
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: var(--white);
}
.breadcrumbs a {
  color: var(--white);
}

.btn {
  border: 0;
  padding: 0;
  outline: 0 !important;
  background: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s, background 0.3s;
  justify-content: center;
}
.btn--transparent, .btn--transparent-white {
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  font-size: 14px;
  letter-spacing: -0.025em;
  line-height: 1;
}
.btn--transparent.btn--selected, .btn--transparent:hover, .btn--transparent:active, .btn--transparent:focus, .btn--transparent-white.btn--selected, .btn--transparent-white:hover, .btn--transparent-white:active, .btn--transparent-white:focus {
  color: var(--white);
  background: var(--light-blue);
}
.btn--transparent svg, .btn--transparent-white svg {
  fill: currentColor;
}
.btn--transparent-white {
  color: #fff;
}
.btn--icon {
  justify-content: space-between;
}
.btn--icon svg {
  margin-left: 20px;
  transition: fill 0.3s;
}
.btn--icon-left {
  justify-content: space-between;
}
.btn--icon-left svg {
  margin-right: 20px;
  transition: fill 0.3s;
}
.btn--simple {
  color: var(--light-blue);
  display: inline-flex;
  font-size: 14px;
  letter-spacing: -0.025em;
  text-decoration-line: underline;
}
.btn--simple:hover, .btn--simple:active, .btn--simple:focus {
  color: var(--dark-blue);
  text-decoration: underline;
}
.btn--simple:hover svg, .btn--simple:active svg, .btn--simple:focus svg {
  fill: var(--dark-blue);
}
.btn--simple svg {
  margin-left: 12px;
  width: 19px;
  height: 11px;
  fill: var(--light-blue);
}
.btn--back {
  color: var(--white);
  font-size: 14px;
  font-weight: normal;
  flex-direction: row-reverse;
  text-decoration: underline;
}
.btn--back:hover, .btn--back:active, .btn--back:focus {
  color: var(--light-blue);
  text-decoration: underline;
}
.btn--back:hover svg, .btn--back:active svg, .btn--back:focus svg {
  fill: var(--light-blue);
}
.btn--back svg {
  margin: 0 14px 0 0;
  fill: var(--white);
}
.btn--full {
  background: #85BD24;
  color: #fff;
  border: 2px solid #85BD24;
}
@media (pointer: fine) {
  .btn--full:active, .btn--full:focus, .btn--full:hover {
    color: #85BD24;
    background: #fff;
  }
}
.btn--border {
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  background: #fff;
}
@media (pointer: fine) {
  .btn--border:active, .btn--border:focus, .btn--border:hover {
    color: #fff;
    background: var(--dark-blue);
  }
}
.btn--grey {
  background: #999999;
  color: #fff;
  gap: 6px;
}
@media (pointer: fine) {
  .btn--grey:active, .btn--grey:focus, .btn--grey:hover {
    color: var(--dark-blue);
  }
  .btn--grey:active svg, .btn--grey:focus svg, .btn--grey:hover svg {
    fill: var(--dark-blue);
  }
}
.btn--grey svg {
  fill: #fff;
  transition: fill 0.3s;
}
.btn--small {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  padding: 0 12px;
  height: 44px;
}
@media (min-width: 1024px) {
  .btn--small {
    padding: 0 24px;
    height: 54px;
  }
}
.btn--medium {
  font-weight: bold;
  font-size: 14px;
  padding: 25px 35px;
}
@media (min-width: 768px) {
  .btn--medium {
    font-size: 14px;
  }
}
.btn--burger {
  position: relative;
  color: currentColor;
}
.btn--burger:before {
  content: "";
  position: absolute;
  inset: -15px -10px;
}
.btn--burger span {
  width: 23px;
  height: 1px;
  display: block;
  background-color: currentColor;
}
.btn--burger span:nth-child(2) {
  margin: 5px 0;
}
.nav-is-open .btn--burger {
  color: red;
  transform: rotate(90deg);
}
.btn--flip-arrow svg {
  margin: 0 0 0 25px;
  transform: rotate(90deg);
}
.btn--dark {
  background-color: var(--light-blue);
  border: 2px solid var(--light-blue);
  color: var(--white);
  padding: 25px 60px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.5%;
  letter-spacing: -0.325px;
}
.btn--dark:hover {
  color: var(--light-blue);
  background: #fff;
}
.btn--green {
  background-color: var(--green);
  border: none;
  color: var(--white);
  padding: 34px 87px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.5%;
  letter-spacing: -0.325px;
}
.btn--green:hover {
  background-color: var(--dark-green);
}
.btn--blue {
  background: var(--dark-blue);
  color: #fff;
  border: 1px solid var(--dark-blue);
}
@media (pointer: fine) {
  .btn--blue:active, .btn--blue:focus, .btn--blue:hover {
    color: var(--dark-blue);
    background: #fff;
  }
}
.btn--light-blue {
  background: var(--light-blue);
  color: #fff;
  border: 2px solid var(--light-blue);
}
@media (pointer: fine) {
  .btn--light-blue:active, .btn--light-blue:focus, .btn--light-blue:hover {
    color: var(--light-blue);
    background: #fff;
  }
}
.btn--large {
  padding: 25px 35px;
  font-size: 14px;
}
.btn--smaller {
  padding: 10px 25px;
  height: 63px;
  line-height: 1.5;
}

.button-block {
  text-align: left;
}
.button-block--align-center {
  text-align: center;
}
.button-block--align-right {
  text-align: right;
}
@media (max-width: 767px) {
  .button-block--align-mobile-left {
    text-align: left;
  }
  .button-block--align-mobile-center {
    text-align: center;
  }
  .button-block--align-mobile-right {
    text-align: right;
  }
}

.cards {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 1fr;
  grid-row-gap: 50px;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.case-studies > .section:first-child {
  margin-bottom: 0;
}
.case-studies .js-case-study-list > .section {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .case-studies .js-case-study-list > .section {
    margin-top: 50px;
  }
}

.contact-form .gform_heading {
  display: none;
}
.contact-form .gfield_required {
  font-size: 0 !important;
}
.contact-form .gfield_required :after {
  content: "*";
  font-size: 16px !important;
  color: red;
  font-style: normal;
  margin-left: 5px;
  height: 2px;
  position: relative;
  bottom: 14px;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 768px) {
  .contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
  }
}
.contact-form__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-form__item {
    margin-bottom: 30px;
  }
}
.contact-form__item label {
  font-weight: bold;
  font-size: 14px;
  color: var(--text-gray);
  margin-bottom: 7px;
  display: block;
}
.contact-form textarea,
.contact-form input {
  border: 1px solid var(--border-color-darker);
  line-height: 69px;
  height: 50px;
  width: 100%;
  font-size: 14px !important;
  padding: 0 20px !important;
  transition: border-color 0.3s;
  color: var(--text-gray);
}
.contact-form textarea:hover, .contact-form textarea:active, .contact-form textarea:focus,
.contact-form input:hover,
.contact-form input:active,
.contact-form input:focus {
  outline: none;
  border-color: var(--dark-blue);
}
.contact-form textarea[type=file],
.contact-form input[type=file] {
  height: auto;
  padding: 10px 20px !important;
  line-height: 1.4;
}
.contact-form input[type=submit] {
  font-size: var(--font-size-small) !important;
}
.contact-form textarea {
  padding: 20px !important;
  height: 155px;
  line-height: 1.4;
}
.contact-form__btn.btn {
  min-width: 300px;
}

.contact-profile {
  background: var(--bg);
  margin-bottom: 45px;
  max-width: calc(var(--in-max-width) - 40px);
  margin-right: auto;
  margin-left: auto;
}
.contact-profile .in {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1366px) {
  .contact-profile .in {
    grid-template-columns: calc(56% - 40px) calc(44% - 40px);
  }
}
.contact-profile__card {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  padding: 40px 25px 0;
  position: relative;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .contact-profile__card {
    padding: 0 45px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .contact-profile__card {
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .contact-profile__card {
    margin-bottom: 0;
    height: 100%;
    align-items: center;
  }
}
.contact-profile__box {
  padding: 0 0 60px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-profile__box {
    padding: 30px 0 80px 0;
  }
}
@media (min-width: 1366px) {
  .contact-profile__box {
    padding: 50px 40px 50px 396px;
  }
}
@media (min-width: 1700px) {
  .contact-profile__box {
    padding: 70px 70px 70px 400px;
  }
}
@media (min-width: 1366px) {
  .contact-profile__box--without-image {
    padding-left: 20px;
  }
}
@media (min-width: 1700px) {
  .contact-profile__box--without-image {
    padding-left: 20px;
  }
}
.contact-profile__img {
  max-width: 150px;
  margin-top: -160px;
  z-index: 0;
}
@media (min-width: 768px) {
  .contact-profile__img {
    margin: 0 50px 0 0;
    width: 40%;
    max-width: 359px;
  }
}
@media (min-width: 1024px) {
  .contact-profile__img {
    margin-right: 20px;
  }
}
@media (min-width: 1366px) {
  .contact-profile__img {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% + 110px);
    width: 396px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
    max-width: unset;
  }
}
@media (min-width: 1700px) {
  .contact-profile__img {
    width: 359px;
    height: calc(100% + 80px);
    left: 60px;
  }
}
.contact-profile__title.title {
  margin-bottom: 15px;
  line-height: 1.2;
}
.contact-profile__text {
  color: var(--text-gray);
  margin-bottom: 30px;
  max-width: 400px;
}
@media (min-width: 1700px) {
  .contact-profile__text {
    margin-bottom: 40px;
  }
}
.contact-profile__contact {
  display: flex;
  font-size: var(--font-size-small);
  color: var(--light-blue);
  font-weight: bold;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s;
}
.contact-profile__contact:hover, .contact-profile__contact:active, .contact-profile__contact:focus {
  color: var(--dark-blue);
  text-decoration: underline;
}
.contact-profile__contact svg {
  margin-right: 20px;
}
.contact-profile__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1366px) {
  .contact-profile__contacts {
    align-items: center;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contact-profile--helpdesk .contact-profile__card {
  padding: 0;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.contact-profile--helpdesk .contact-profile__img {
  width: 100%;
  max-width: none;
  margin: 60px 0 0 0;
  position: static;
}
.contact-profile--helpdesk .contact-profile__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 45px 45px 0 45px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-profile--helpdesk .contact-profile__box {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .contact-profile--helpdesk .contact-profile__box {
    padding: 80px 60px 0 60px;
  }
}
.contact-profile--helpdesk .contact-profile__text {
  max-width: 300px;
}
@media (min-width: 1366px) {
  .contact-profile__form {
    padding: 50px 0;
  }
}
.contact-profile .gform_wrapper.gravity-theme .gform_button.button {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjU0MDQgNy41OTM5NkwyMS4yMjc3IDEyLjY1NjRIMC44NTQ0OTJWMTQuMzQzOUgyMS4yMjc2TDE2LjU0MDQgMTkuNDA2MUwxNy42NDUyIDIwLjU5OTRMMjQuMjE4NiAxMy41MDAxTDE3LjY0NTIgNi40MDA3NEwxNi41NDA0IDcuNTkzOTZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) right 20px center no-repeat var(--light-blue);
  color: var(--white);
  height: 65px;
}

.content-box__inner {
  background: var(--bg);
  padding: 50px 25px;
}
@media (min-width: 1024px) {
  .content-box__inner {
    padding: 70px;
  }
}
@media (min-width: 1366px) {
  .content-box__inner {
    padding: 100px;
  }
}
.content-box__title.title {
  margin-bottom: 16px;
}
.content-box__image {
  margin-bottom: 15px;
}
.content-box__text {
  max-width: 670px;
  color: var(--text-gray);
  margin-bottom: 60px;
}
.content-box__text ul {
  margin: 0;
  padding-left: 20px;
}
.content-box__logo {
  margin-bottom: 10px;
  min-height: 40px;
}
.content-box__logo img {
  mix-blend-mode: multiply;
}
.content-box__icon {
  display: flex;
  align-items: center;
}
.content-box__icon svg {
  margin-right: 30px;
}
.content-box__btn.btn {
  display: inline-flex;
  min-width: 244px;
}
.content-box__buttons {
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
}
.content-box__buttons .content-box__btn {
  margin: 0 16px 16px 0;
}
@media (min-width: 1700px) {
  .content-box__buttons .content-box__btn {
    margin: 0 16px 0 0;
  }
}
.content-box__buttons .content-box__btn:last-of-type {
  margin: 0;
}
.content-box__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .content-box__links {
    margin-top: 70px;
  }
}
.content-box__contact {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .content-box__contact {
    align-items: center;
    flex-direction: row;
  }
}
.content-box__contact a {
  display: flex;
  align-items: center;
  color: var(--light-blue);
  font-weight: bold;
  white-space: nowrap;
  margin: 0 0 30px 0;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .content-box__contact a {
    margin: 0 60px 0 0;
  }
}
.content-box__contact a:hover, .content-box__contact a:active, .content-box__contact a:focus {
  text-decoration: underline;
  color: var(--dark-blue);
}
.content-box__contact a:last-of-type {
  margin: 0;
}
.content-box__contact a svg {
  margin-right: 16px;
}
.content-box--rich {
  display: flex;
  justify-content: space-between;
  background: var(--bg);
  flex-direction: column;
}
@media (min-width: 1024px) {
  .content-box--rich {
    flex-direction: row;
  }
  .content-box--rich .content-box__inner {
    width: 55%;
  }
  .content-box--rich .article-tiles {
    width: 45%;
    flex-direction: column;
  }
  .content-box--rich .article-tiles .article-tile {
    max-width: 100%;
  }
}
.content-box--inline .content-box__text {
  margin: 0;
  max-width: 100%;
}
.content-box--inline .content-box__btn.btn {
  flex-shrink: 0;
  margin: 45px 0 0 0;
}
@media (min-width: 768px) {
  .content-box--inline .content-box__btn.btn {
    margin: 0 0 0 60px;
  }
}
.content-box--inline .content-box__inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 20px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .content-box--inline .content-box__inner {
    align-items: center;
    padding: 60px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .content-box--inline .content-box__inner {
    padding: 60px 100px;
  }
}
.content-box--support .content-box__text {
  margin-bottom: 30px;
}

.content-boxes {
  display: grid;
  gap: 15px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .content-boxes--two {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-boxes--two .content-box__inner, .content-boxes--two .article-tiles {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .content-boxes--inline {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-boxes--inline .content-box__inner {
    padding: 40px 40px 100px;
    height: 100%;
    position: relative;
  }
  .content-boxes--inline .content-box__inner .content-box__btn {
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .content-boxes--inline .content-box__inner {
    padding: 75px 70px 150px;
  }
  .content-boxes--inline .content-box__inner .content-box__btn {
    position: absolute;
    left: 70px;
    bottom: 75px;
  }
}

.dashboard {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 50px;
}
.dashboard__onboarding {
  padding: 20px;
  width: 574px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .dashboard__onboarding {
    padding: 40px;
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .dashboard__onboarding {
    padding: 60px;
  }
}
.dashboard__onboarding .onboarding__top {
  margin-bottom: 20px;
}
.dashboard__onboarding .onboarding__top .onboarding__stepper {
  margin-top: 20px;
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 4px;
}
.dashboard__onboarding .gform_wrapper.gravity-theme h3 {
  font-size: 28px;
  color: var(--dark-blue);
}
@media (min-width: 768px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme h3 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme h3 {
    font-size: 35px;
  }
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
}
.dashboard__onboarding .gform_wrapper.gravity-theme .ginput_container .gform-field-label.gform-field-label--type-sub {
  font-size: 12px;
  opacity: 0.7;
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 40px;
  }
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gfield_checkbox {
  margin-top: 5px;
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gchoice {
  font-size: 14px;
  margin-bottom: 15px;
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gchoice input {
  width: 26px;
  height: 27px;
  margin-right: 10px;
  accent-color: #7B7B7B;
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gform_next_button.button {
  width: 200%;
  background-color: var(--light-blue);
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
  letter-spacing: -0.325px;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
}
@media (min-width: 768px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme .gform_next_button.button {
    padding: 26px 32px;
  }
}
@media (min-width: 1024px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme .gform_next_button.button:hover {
    background-color: var(--dark-blue);
  }
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gform_previous_button.button + input {
  width: 100%;
}
.dashboard__onboarding .gform_wrapper.gravity-theme .gform_previous_button.button {
  color: #6b7280;
  border: 1px solid #6b7280;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
  letter-spacing: -0.325px;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
}
@media (min-width: 768px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme .gform_previous_button.button {
    padding: 26px 32px;
  }
}
@media (min-width: 1024px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme .gform_previous_button.button:hover {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
  }
}
.dashboard__onboarding .gform_wrapper.gravity-theme input[type=color], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=date], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=datetime-local], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=datetime], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=email], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=month], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=number], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=password], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=search], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=tel], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=text], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=time], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=url], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=week], .dashboard__onboarding .gform_wrapper.gravity-theme select, .dashboard__onboarding .gform_wrapper.gravity-theme textarea {
  min-height: 50px;
  border: 1px solid #BBBBBB;
  padding: 0 15px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .dashboard__onboarding .gform_wrapper.gravity-theme input[type=color], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=date], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=datetime-local], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=datetime], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=email], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=month], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=number], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=password], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=search], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=tel], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=text], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=time], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=url], .dashboard__onboarding .gform_wrapper.gravity-theme input[type=week], .dashboard__onboarding .gform_wrapper.gravity-theme select, .dashboard__onboarding .gform_wrapper.gravity-theme textarea {
    min-height: 69px;
  }
}
.dashboard__layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dashboard__layout {
    flex-direction: row;
  }
}
.dashboard__sidebar {
  flex-shrink: 0;
  background: #F9F9F9;
  position: relative;
  padding: 30px 15px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .dashboard__sidebar {
    border-right: 1px solid #DDDDDD;
    width: 200px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .dashboard__sidebar {
    padding: 50px 0 0 0;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .dashboard__sidebar:before {
    content: "";
    background: #F9F9F9;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100dvw;
    right: 0;
    z-index: -1;
  }
}
.dashboard__main {
  background: #fff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .dashboard__main {
    padding: 30px 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .dashboard__main {
    padding: 64px 0 0 60px;
  }
}
.dashboard__title.title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .dashboard__title.title {
    margin-bottom: 42px;
  }
}
@media (max-width: 1023px) {
  .dashboard__title.title {
    font-size: 16px;
  }
}
.dashboard__categories ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .dashboard__categories ul {
    margin: 0 0 40px 0;
  }
}
.dashboard__categories ul li {
  list-style-type: none;
  color: #0D99FF;
  border-left: 4px solid var(--color, currentColor);
  position: relative;
}
.dashboard__categories ul li.is-active:before {
  width: calc(100% + 4px);
}
@media (pointer: fine) {
  .dashboard__categories ul li:active:before, .dashboard__categories ul li:focus:before, .dashboard__categories ul li:hover:before {
    width: calc(100% + 4px);
  }
}
.dashboard__categories ul li:before {
  content: "";
  width: 0;
  height: calc(100% + 4px);
  position: absolute;
  left: -4px;
  top: -2px;
  background: var(--color, currentColor);
  z-index: 1;
  transition: width 0.2s;
}
.dashboard__categories ul li a {
  text-decoration: none;
  padding-left: 14px;
  font-weight: bold;
  color: var(--dark-blue);
  position: relative;
  z-index: 2;
  display: block;
}
@media (max-width: 1023px) {
  .dashboard__categories ul li a {
    font-size: 15px;
  }
}
.dashboard__nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .dashboard__nav ul {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1024px) {
  .dashboard__nav ul {
    gap: 24px;
  }
}
.dashboard__nav ul li {
  list-style-type: none;
  display: flex;
  gap: 11px;
  align-items: center;
}
.dashboard__nav ul li a {
  font-weight: bold;
}
@media (max-width: 1023px) {
  .dashboard__nav ul li a {
    font-size: 15px;
  }
}
@media (pointer: fine) {
  .dashboard__nav ul li a:active, .dashboard__nav ul li a:focus, .dashboard__nav ul li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .dashboard__box {
    padding-left: 20px;
  }
}
.dashboard__name.title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}
.dashboard__name.title span {
  line-height: 1;
}
.dashboard__list {
  display: flex;
  gap: 20px;
  overflow: auto;
  margin: 0 -15px;
  padding: 0 15px 10px;
}
@media (min-width: 768px) {
  .dashboard__list {
    display: grid;
    padding: 0;
    margin: 0;
    gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
  }
}
@media (min-width: 1366px) {
  .dashboard__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1700px) {
  .dashboard__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.dashboard__list--filtered .tag--custom {
  border: 5px solid var(--color);
}
.dashboard__list--filtered .tag--custom:before {
  content: none;
}
.dashboard__list--filtered .dashcard__inner {
  background: var(--color-light);
}
.dashboard__strip {
  margin-bottom: 40px;
}
.dashboard #onboarding {
  display: none;
}

.gf_progressbar_title, .gf_progressbar_percentage {
  display: none;
}

.dashcard {
  --tag1: #0D99FF;
  --tag2: #14AE5C;
  --tag3: #9747FF;
  --tag4: #FFCD29;
  --tag5: #F24822;
  --tag6: #999999;
  margin-top: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .dashcard {
    width: 300px;
    flex-shrink: 0;
  }
}
@media (pointer: fine) {
  .dashcard:active:before, .dashcard:focus:before, .dashcard:hover:before {
    transform: translateY(-2px);
  }
}
.dashcard:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  transition: transform 0.2s;
}
@media (pointer: fine) {
  .dashcard--selected:active:before, .dashcard--selected:focus:before, .dashcard--selected:hover:before {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .dashcard--selected:before {
    width: calc(100% + 10px);
    left: -5px;
    height: calc(100% + 10px);
  }
}
.dashcard--selected.tag1 .dashcard__inner {
  background: #F3FAFF;
}
.dashcard--selected.tag2 .dashcard__inner {
  background: #F4FFF9;
}
.dashcard--selected.tag3 .dashcard__inner {
  background: #FFF5F3;
}
.dashcard--selected.tag4 .dashcard__inner {
  background: #FFFCF1;
}
.dashcard--selected.tag5 .dashcard__inner {
  background: #FAF6FF;
}
.dashcard__inner {
  border: 1px solid #DDDDDD;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  height: 100%;
  padding: 16px;
}
@media (min-width: 1024px) {
  .dashcard__inner {
    padding: 20px 26px 26px 26px;
  }
}
.dashcard.tag1:before {
  background: var(--tag1);
}
.dashcard.tag2:before {
  background: var(--tag2);
}
.dashcard.tag3:before {
  background: var(--tag3);
}
.dashcard.tag4:before {
  background: var(--tag4);
}
.dashcard.tag5:before {
  background: var(--tag5);
}
.dashcard.tag6:before {
  background: var(--tag6);
}
.dashcard.tag--custom:before {
  background: var(--color);
}
.dashcard__timer {
  color: var(--dark-blue);
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.dashcard__timer svg path {
  fill: var(--dark-blue);
}
.dashcard__tag {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.dashcard__title.title {
  margin-bottom: 15px;
}
.dashcard__textbox {
  font-size: 14px;
  color: #7B7B7B;
  line-height: 1.42;
  margin-bottom: 27px;
}
.dashcard__bottom {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .dashcard__bottom {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .dashcard__bottom {
    align-items: center;
    flex-direction: row;
  }
}
.dashcard__inner {
  background: #fff;
  position: relative;
}

.data-table table {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .data-table table {
    margin-bottom: 90px;
  }
}
.data-table table tr {
  border-bottom: 1px solid var(--border-color);
  vertical-align: top;
  display: block;
}
@media (min-width: 768px) {
  .data-table table tr {
    display: table-row;
  }
}
.data-table table tr td {
  padding: 10px 0;
  display: block;
}
@media (min-width: 768px) {
  .data-table table tr td {
    padding: 20px 0;
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .data-table table tr td {
    padding: 40px 0;
  }
}
.data-table table tr td:first-of-type {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .data-table table tr td:first-of-type {
    padding: 20px 25px 20px 0;
  }
}
@media (min-width: 1024px) {
  .data-table table tr td:first-of-type {
    padding: 40px 25px 40px 60px;
  }
}
.data-table table tr td:last-of-type {
  padding: 0 0 30px 0;
}
@media (min-width: 768px) {
  .data-table table tr td:last-of-type {
    padding: 20px 0 20px 25px;
  }
}
@media (min-width: 1024px) {
  .data-table table tr td:last-of-type {
    padding: 40px 60px 40px 25px;
  }
}
.data-table__tag {
  position: relative;
  top: 3px;
}
.data-table__date {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.data-table__date svg {
  margin-right: 14px;
  fill: var(--dark-blue);
}
.data-table__title.title {
  margin-bottom: 15px;
}
.data-table__title.title a {
  text-decoration: none;
  transition: color 0.3s;
}
.data-table__title.title a:hover {
  color: var(--light-blue);
}
.data-table__text {
  color: var(--text-gray);
  width: 90%;
  max-width: 930px;
  margin: 0;
}
.data-table--document tr td:last-of-type {
  vertical-align: middle;
  text-align: right;
}
.data-table--document tr td .btn {
  white-space: nowrap;
}

.dropdown {
  position: relative;
}
.dropdown__items {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease opacity;
  z-index: 5;
}
.dropdown__btn {
  border: 0;
  background: transparent;
  padding: 0;
  outline: 0 !important;
}
@media (pointer: fine) {
  .dropdown.is-open .dropdown__items {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (pointer: coarse) {
  .dropdown.is-open .dropdown__items {
    opacity: 1;
    pointer-events: auto;
  }
}

.editor p, .editor ul, .editor ol {
  font-size: 14px;
  line-height: 1.9;
}
.editor img {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .editor img {
    margin: 60px 0;
  }
}
.editor ol,
.editor ul {
  margin: 30px 0;
  padding: 0 0 0 15px;
}
.editor ol li,
.editor ul li {
  color: var(--text-gray);
}
.editor ol li {
  padding-left: 5px;
}
.editor a:not(.btn) {
  color: var(--dark-blue);
  transition: 0.3s ease color;
}
@media (min-width: 1024px) {
  .editor a:not(.btn):hover {
    color: var(--light-blue);
    text-decoration: underline;
  }
}
.editor h1 {
  font-size: 30px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .editor h1 {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .editor h1 {
    font-size: 44px;
    letter-spacing: -1px;
  }
}
.editor h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .editor h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .editor h2 {
    font-size: 35px;
    letter-spacing: -1px;
  }
}
.editor h3 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .editor h3 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}
.editor h4, .editor h5 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .editor h4, .editor h5 {
    letter-spacing: -0.5px;
  }
}
.editor p {
  color: var(--text-gray);
}

.fancybox__container .fancybox__backdrop {
  background-color: #D9D9D9;
  opacity: 0.8;
}

.faq__content {
  display: none;
  color: var(--text-gray);
  padding: 10px 0 0 39px;
  width: 90%;
  max-width: 930px;
}
@media (min-width: 768px) {
  .faq__content {
    padding: 10px 0 0 78px;
  }
}
@media (min-width: 1024px) {
  .faq__content {
    padding-left: 88px;
  }
}
.faq__content iframe {
  margin: 20px 0;
}
.faq__content :last-child {
  margin-bottom: 0;
}
.faq__content a {
  color: var(--dark-blue);
  text-decoration: underline;
}
.faq__content a:hover {
  color: var(--light-blue);
}
.faq__title.title {
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .faq__title.title {
    font-size: 17px;
    max-width: 200px;
  }
}
.faq__item {
  border-bottom: 1px solid var(--border-color);
  padding: 25px 0;
}
@media (min-width: 768px) {
  .faq__item {
    padding: 40px 0;
  }
}
.faq__item:first-child {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .faq__item:first-child {
    padding-top: 20px;
  }
}
.faq__item.is-open .faq__close {
  transform: rotate(135deg);
}
.faq__item.is-open .faq__content {
  display: block;
}
.faq__header {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__header {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .faq__header {
    padding-left: 40px;
  }
}
.faq__header:hover .faq__title.title, .faq__header:active .faq__title.title, .faq__header:focus .faq__title.title {
  color: var(--light-blue);
}
.faq__close {
  position: absolute;
  right: 40px;
  top: 5px;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq__icon {
  flex-shrink: 0;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .faq__icon {
    margin-right: 24px;
  }
}

.filter {
  position: relative;
  z-index: 4;
}
.filter__text {
  color: var(--light-gray);
  font-size: 14px;
  flex-shrink: 0;
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  .filter__text {
    width: 200px;
    margin: 0 50px 0 0;
  }
}
@media (min-width: 1366px) {
  .filter__text {
    width: 260px;
  }
}
.filter__texts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 768px) {
  .filter__texts {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .filter__texts {
    gap: 40px;
  }
}
.filter__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .filter__row {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .filter__row {
    flex-direction: row;
    align-items: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }
}
.filter__row:last-of-type {
  margin-bottom: 0;
}
.filter__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (min-width: 768px) {
  .filter__list {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .filter__list {
    gap: 35px;
  }
}
.filter__item {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color 0.3s;
  position: relative;
}
.filter__item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background-color: var(--light-blue);
  display: none;
}
@media (max-width: 1023px) {
  .filter__item {
    background-color: var(--bg);
    border: 2px solid var(--bg);
    padding: 10px;
    transition: 0.3s ease border;
  }
  .filter__item.current {
    border-color: var(--light-blue);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .filter__item {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .filter__item {
    align-items: center;
  }
  .filter__item:hover {
    color: var(--light-blue);
  }
  .filter__item.current {
    color: var(--dark-blue);
  }
  .filter__item.current:after {
    display: block;
  }
}
.filter__item svg {
  max-width: 44px;
  max-height: 37px;
  margin-bottom: 10px;
  pointer-events: none;
}

.footer {
  overflow: hidden;
}
.footer__cols {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .footer__cols {
    flex-wrap: nowrap;
  }
}
.footer__col {
  flex-shrink: 0;
  margin: 0 0 80px 0;
}
@media (min-width: 768px) {
  .footer__col {
    margin: 0 50px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer__col {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1700px) {
  .footer__col {
    margin: 0 100px 0 0;
  }
}
.footer__col:last-of-type {
  flex-shrink: unset;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__col:last-of-type {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1366px) {
  .footer__col:last-of-type {
    margin: 0;
  }
}
.footer__image {
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: -1;
}
.footer__text {
  max-width: 286px;
  color: var(--text-gray);
}
.footer__text--margin-large {
  margin-bottom: 70px;
}
.footer__text--margin-medium {
  margin-bottom: 50px;
}
.footer__logo {
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 1366px) {
  .footer__logo {
    margin-right: 110px;
  }
  .footer__logo svg {
    width: 160px;
  }
}
.footer__title.title {
  margin-bottom: 15px;
}
.footer__social {
  display: flex;
  align-items: center;
}
.footer__icon-text {
  font-size: var(--font-size-small);
  color: var(--light-blue);
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  font-weight: bold;
  letter-spacing: -0.025em;
  transition: color 0.3s;
}
.footer__icon-text:hover, .footer__icon-text:active, .footer__icon-text:focus {
  color: var(--dark-blue);
  text-decoration: underline;
}
.footer__icon-text:hover svg, .footer__icon-text:active svg, .footer__icon-text:focus svg {
  fill: var(--dark-blue);
}
.footer__icon-text:last-of-type {
  margin: 0;
}
.footer__icon-text svg {
  margin-right: 10px;
  fill: var(--light-blue);
  transition: fill 0.3s;
}
.footer__icon-text--link {
  margin: 0 0 18px 0;
}
.footer__icon-text--link:last-of-type {
  margin: 0;
}
.footer__icon-text--link svg {
  margin-right: 15px;
}
.footer__tiny {
  color: var(--text-gray);
  font-size: 12px;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .footer__site {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .footer__site {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.footer__site ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.footer__site ul li {
  list-style-type: none;
}
.footer__site ul li a {
  color: var(--light-blue);
  font-size: var(--font-size-small);
  font-weight: 600;
  line-height: 1.6;
  transition: color 0.3s;
}
.footer__site ul li a:hover, .footer__site ul li a:active, .footer__site ul li a:focus {
  text-decoration: underline;
  color: var(--dark-blue);
}
.footer__site ul li ul {
  padding-left: 20px;
}
.footer__site ul li ul li {
  position: relative;
}
.footer__site ul li ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--light-blue);
  border-radius: 10px;
  position: absolute;
  left: -12px;
  top: 11px;
}
.footer__site-item:last-of-type {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__site-item:last-of-type {
    width: auto;
  }
}
.footer__bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__bottom {
    align-items: center;
    flex-direction: row;
  }
}
.footer__bottom p {
  color: var(--text-gray);
  margin: 0;
  font-size: 12px;
}
.footer__bottom > p {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer__bottom > p {
    margin: 0;
  }
}
.footer__author {
  display: flex;
  align-items: center;
}
.footer__author svg {
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .footer__author a svg {
    transition: 0.3s ease all;
  }
  .footer__author a:hover svg {
    transform: translate(0, -3px);
  }
}

.form {
  margin: auto;
  max-width: 100%;
  font-size: 14px;
  color: #7B7B7B;
}
.form__alert {
  margin-bottom: 30px;
}
.form__title {
  margin: 0 0 30px;
  color: #003368;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.form__subsection {
  margin: 70px 0 30px;
}
.form__section {
  padding: 60px 50px 30px;
  border-top: 1px solid #DDDDDD;
}
@media (max-width: 991px) {
  .form__section {
    padding: 30px 15px 0;
  }
}
@media (max-width: 460px) {
  .form__section {
    padding: 20px 0 0;
  }
}
.form__section--same-padding {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .form__section--same-padding {
    padding-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .form__section--same-padding {
    padding-bottom: 20px;
  }
}
.form__section .form__section {
  padding-left: 0;
  padding-right: 0;
}
.form__row {
  margin: 0 -8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991px) {
  .form__row {
    display: block;
  }
}
@media (min-width: 992px) {
  .form__row:last-child .form__column {
    margin-bottom: 0;
  }
}
.form__column {
  margin-bottom: 30px;
  padding: 0 8px;
  flex: 1;
}
@media (max-width: 991px) {
  .form__column {
    width: 100%;
  }
}
.form label {
  margin: 0 0 10px;
  color: #7B7B7B;
  font-weight: 700;
  display: block;
  cursor: pointer;
}
.form label span {
  color: #DA2E2E;
}
.form__input {
  padding: 0 20px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border: 1px solid #BBBBBB;
  border-radius: 0;
}
.form__input[readonly] {
  background: #F6F6F6;
}
.form__select {
  position: relative;
}
.form__select select {
  padding: 0 60px 0 20px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #BBBBBB;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__select select::-ms-expand {
  display: none;
}
.form__select select[disabled] {
  background: #F6F6F6;
  color: #7B7B7B;
  border-color: #BBBBBB;
}
.form__select svg {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.form__checkbox.with-margin {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .form__checkbox.with-margin {
    margin-top: 0;
  }
}
.form__checkbox input {
  position: absolute;
  opacity: 0;
}
.form__checkbox input:checked + label svg {
  display: block;
}
.form__checkbox label {
  margin: 0;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.form__checkbox label:before {
  width: 26px;
  height: 26px;
  content: "";
  border: 1px solid #BBBBBB;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form__checkbox label svg {
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
  display: none;
}
.form__radio input {
  position: absolute;
  opacity: 0;
}
.form__radio input:checked + label:after {
  display: block;
}
.form__radio label {
  margin: 0;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.form__radio label:before {
  width: 26px;
  height: 26px;
  background: #fff;
  content: "";
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form__radio label:after {
  width: 16px;
  height: 16px;
  background: #003368;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  display: none;
}
.form__ares-info {
  position: relative;
}
.form__ares-info p {
  position: absolute;
}
@media (max-width: 991px) {
  .form__ares-info p {
    position: static;
  }
}
.form__error {
  margin: 5px 0 0;
  color: #DA2E2E;
  display: block;
}
.form__button--ares {
  margin: 28px 0 20px !important;
  width: 100%;
  height: 70px;
  line-height: 70px;
  justify-content: center;
}
@media (max-width: 991px) {
  .form__button--ares {
    margin: 0 0 20px !important;
  }
}
.form__note {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .form__note {
    margin-bottom: 30px;
  }
}
.form p {
  font-size: 14px;
}
.form p:last-child {
  margin-bottom: 0;
}
.form p a {
  color: #05A0DC;
}

.funcard {
  background: #E0F7FF;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  border-radius: 16px;
  padding: 20px;
  min-width: 260px;
}
@media (min-width: 768px) {
  .funcard {
    border-radius: 30px;
    padding: 40px 25px 25px 25px;
    min-width: 0;
  }
}
@media (min-width: 1700px) {
  .funcard {
    border-radius: 50px;
    padding: 70px 40px 45px 40px;
  }
}
@media (pointer: fine) {
  .funcard:active, .funcard:focus, .funcard:hover {
    transform: translateY(-5px);
    box-shadow: 5px 5px 20px #afe6f9;
  }
}
.funcard__img {
  margin-bottom: 40px;
  border-radius: 14px;
  box-shadow: 10px 10px 30px #afe6f9;
}
.funcard__img img {
  border-radius: 14px;
  width: 100%;
}
.funcard__title {
  font-size: 18px;
  margin-bottom: 15px;
}
.funcard__textbox {
  font-size: 14px;
  color: #6D6D6D;
}

.functions__title {
  font-weight: 700;
  line-height: 115.5%;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .functions__title {
    font-size: 40px;
  }
}
@media (min-width: 1366px) {
  .functions__title {
    font-size: 50px;
  }
}
.functions__textbox {
  font-size: 14px;
  color: #6D6D6D;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .functions__textbox {
    margin-bottom: 45px;
  }
}
.functions__cards {
  gap: 10px;
  display: flex;
  overflow: auto;
  padding: 0 15px;
  margin: 0 -15px 30px -15px;
  overflow: auto;
}
@media (min-width: 768px) {
  .functions__cards {
    display: grid;
    gap: 18px;
    overflow: visible;
    margin: 0 0 70px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .functions__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.functions__tags {
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .functions__tags {
    margin: 0 auto 60px auto;
    gap: 24px;
  }
}
.functions__tags a {
  background: #E0F7FF;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 100px;
  font-weight: bold;
  transition: box-shadow 0.2s, transform 0.2s;
  font-size: 11px;
  padding: 11px 15px;
  gap: 5px;
  cursor: default;
}
@media (min-width: 768px) {
  .functions__tags a {
    gap: 11px;
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .functions__tags a img {
    max-width: 16px;
  }
}

.gform_wrapper.gravity-theme .gfield.spacer {
  display: none;
}
.gform_wrapper.gravity-theme .gfield .gfield_label {
  color: #7B7B7B;
  font-size: var(--font-size-small);
}
.gform_wrapper.gravity-theme .gfield .textarea.large {
  height: 155px;
}
.gform_wrapper.gravity-theme .gform_button.button {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjU0MDQgNy41OTM5NkwyMS4yMjc3IDEyLjY1NjRIMC44NTQ0OTJWMTQuMzQzOUgyMS4yMjc2TDE2LjU0MDQgMTkuNDA2MUwxNy42NDUyIDIwLjU5OTRMMjQuMjE4NiAxMy41MDAxTDE3LjY0NTIgNi40MDA3NEwxNi41NDA0IDcuNTkzOTZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) right 20px center no-repeat transparent;
  background-color: var(--light-blue);
  border: none;
  color: white;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  height: 65px;
  padding: 0 20px;
  max-width: 301px;
  cursor: pointer;
  transition: 0.3s ease background;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_button.button {
    height: 65px;
    line-height: 36px;
    padding: 0 75px 0 35px;
    background-position: right 30px center;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_button.button:hover {
    background-position: right 25px center;
  }
}
.gform_wrapper.gravity-theme img.gform_ajax_spinner {
  width: 50px !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  gap: 20px;
}
.gform_wrapper.gravity-theme .gf-turnstile-container {
  width: auto;
  display: flex;
  align-items: center;
}

.gform_confirmation_message {
  margin: 0 !important;
  padding: 20px 15px;
  color: #7B7B7B !important;
  background: #E8FFD1 !important;
  font-size: 14px !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gform_wrapper .gform_validation_errors {
  margin: 0 0 30px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.gform_wrapper .gform_submission_error {
  margin: 0 !important;
  padding: 20px 15px;
  background: #FCDFDB !important;
  color: #7B7B7B !important;
  font-size: 14px !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper .gform_wrapper.gravity-theme .gfield select.large {
  padding: 0 20px !important;
}
.gform_wrapper .gfield_validation_message {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #DA2E2E !important;
  font-size: 14px !important;
  border: 0 !important;
  display: block;
}
.gform_wrapper .gform_page_footer {
  position: relative;
}
.gform_wrapper .gform_footer {
  justify-content: space-between;
}
.gform_wrapper .gform_ajax_spinner {
  top: 20px;
  right: 10px;
  position: absolute;
}

.wp-block-group {
  padding: 100px 0;
}
.wp-block-group--bg-green {
  background-color: var(--green);
  background: linear-gradient(90deg, var(--dark-green), var(--green) 100%);
}
.wp-block-group--bg-green h2 {
  color: var(--white);
}
.wp-block-group--bg-green .titlebox__text {
  color: var(--white);
}
.wp-block-group--bg-green .titlebox__text a {
  color: var(--white);
}
.wp-block-group--bg-green p {
  color: var(--white);
}
.wp-block-group--bg-green a {
  color: var(--white);
}
.wp-block-group--bg-green .btn--transparent {
  border-color: var(--white);
}
.wp-block-group--bg-green .btn--transparent:hover {
  background-color: var(--white);
  color: var(--green);
}
.wp-block-group--bg-blue {
  background-color: var(--light-blue);
  background: linear-gradient(90deg, var(--dark-blue), var(--light-blue) 100%);
}
.wp-block-group--bg-blue h2 {
  color: var(--white);
}
.wp-block-group--bg-blue .titlebox__text {
  color: var(--white);
}
.wp-block-group--bg-blue .titlebox__text a {
  color: var(--white);
}
.wp-block-group--bg-blue p {
  color: var(--white);
}
.wp-block-group--bg-blue a {
  color: var(--white);
}
.wp-block-group--bg-blue .btn--transparent {
  border-color: var(--white);
}
.wp-block-group--bg-blue .btn--transparent:hover {
  background-color: var(--white);
  color: var(--light-blue);
}
.wp-block-group--padding-40 {
  padding: 40px 0;
}
.wp-block-group .wp-block-columns {
  margin-bottom: 20px;
}

.has-red-color {
  color: var(--alert-red);
}

.has-blue-color {
  color: var(--btn-color);
}

.has-darkblue-color {
  color: var(--text-color-default);
}

.has-lightblue-color {
  color: var(--light-blue);
}

.has-grey-color {
  color: var(--text-gray);
}

.editor p.has-red-color {
  color: var(--alert-red);
}
.editor p.has-blue-color {
  color: var(--btn-color);
}
.editor p.has-darkblue-color {
  color: var(--text-color-default);
}
.editor p.has-lightblue-color {
  color: var(--light-blue);
}
.editor p.has-grey-color {
  color: var(--text-gray);
}

.wp-block-image.alignright {
  display: flex;
  justify-content: end;
}
.wp-block-image.aligncenter {
  display: flex;
  justify-content: center;
}

#cmplz-manage-consent {
  display: none;
}

.wp-block-embed__wrapper iframe {
  border-radius: 15px;
}

.header-nav {
  position: absolute;
  top: calc(100% - 10px);
  background: var(--bg);
  left: 20px;
  width: calc(100% - 40px);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 25px;
  max-height: calc(100vh - 240px);
  overflow: auto;
}
@media (min-width: 1024px) {
  .header-nav {
    background: none;
    position: static;
    height: auto;
    width: auto;
    opacity: 1;
    pointer-events: auto;
    padding: 0;
    overflow: visible;
  }
}
.nav-is-open .header-nav {
  opacity: 1;
  pointer-events: auto;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header-nav > ul {
    align-items: center;
    flex-direction: row;
  }
}
.header-nav > ul > li {
  list-style-type: none;
  line-height: 1;
  margin: 0 0 30px 0;
}
@media (min-width: 1024px) {
  .header-nav > ul > li {
    margin: 0 25px 0 0;
  }
  .header-nav > ul > li.has-submenu > .header-nav__subnav-link span {
    position: relative;
  }
}
@media (pointer: fine) {
  .header-nav > ul > li.has-submenu:hover .header-nav__subnav-link span:before {
    content: "";
    position: absolute;
    left: -50px;
    right: -50px;
    top: 100%;
    width: calc(100% + 100px);
    height: 100px;
  }
}
@media (min-width: 1700px) {
  .header-nav > ul > li {
    margin: 0 30px 0 0;
  }
}
@media (pointer: fine) {
  .header-nav > ul > li:hover > a {
    color: var(--light-blue);
  }
}
.header-nav > ul > li:last-of-type {
  margin: 0;
}
.header-nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 18px;
  position: relative;
}
.header-nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background-color: var(--light-blue);
  display: none;
}
@media (min-width: 768px) {
  .header-nav > ul > li > a {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .header-nav > ul > li > a {
    font-size: 14px;
  }
}
.header-nav > ul > li li.current > a:before {
  display: block;
}
.header-nav__lang .dropdown__btn {
  width: 100%;
  outline: 0 !important;
  background: none;
  border: 0;
  padding: 0;
  color: var(--text-color-default);
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.header-nav__lang .dropdown__btn svg, .header-nav__lang .dropdown__btn img {
  margin-right: 10px;
}
.header-nav__lang .dropdown__btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #059fdc transparent transparent transparent;
  margin-left: 6px;
  transition: 0.3s ease transform;
  position: absolute;
  right: 0;
  top: 9px;
  transition: 0.3s ease all;
}
.header-nav__lang.is-open .dropdown__btn:after {
  transform: rotate(-180deg);
}
.header-nav__lang .dropdown__items {
  position: static;
  opacity: 1;
  display: none;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  padding: 0 10px;
  margin: 10px -10px 0;
  width: calc(100% + 20px);
}
.header-nav__lang .dropdown__items > div {
  border-bottom: 1px solid #DFDFDF;
}
.header-nav__lang .dropdown__items > div:last-child {
  border: 0;
}
.header-nav__lang .dropdown__items > div a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px;
}
.header-nav__lang .dropdown__items > div a img {
  margin-right: 10px;
}
.header-nav__lang.is-open .dropdown__items {
  display: block;
}
.header-nav__tools {
  display: flex;
  flex-direction: column;
  margin: 60px 0 0;
}
.header-nav__tools-item {
  outline: 0 !important;
  background: none;
  border: 0;
  padding: 0;
  color: var(--text-color-default);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.header-nav__tools-item .header__basket-icon,
.header-nav__tools-item svg, .header-nav__tools-item img {
  margin-right: 10px;
}
.header-nav__tools-item .header__basket-icon svg {
  margin-right: 0;
}
.header-nav__tools-item:last-child {
  margin-bottom: 0;
}
.header-nav__search {
  background-color: #fff;
  border: 1px solid #DFDFDF;
  padding: 12px 14px;
  margin: 0 -15px 25px;
  display: none;
}
.header-nav-search-is-open .header-nav__search {
  display: flex;
}
.header-nav__search-input {
  border: 1px solid #BBBBBB;
  border-right: 0;
  border-radius: 0;
  height: 55px;
  width: 100%;
}
.header-nav__search-btn {
  width: 53px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--light-blue);
  background: none;
  flex-shrink: 0;
}
.header-nav__search-btn svg {
  fill: var(--light-blue);
}
.header-nav .has-submenu > a {
  position: relative;
}
.header-nav .has-submenu > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #059fdc transparent transparent transparent;
  margin-left: 6px;
  transition: 0.3s ease transform;
}
.header-nav .has-submenu > a span {
  border-bottom: 1px solid transparent;
}
@media (pointer: coarse) {
  .header-nav .has-submenu.is-open > a:after {
    transform: rotate(-180deg);
  }
  .header-nav .has-submenu.is-open .header-subnav {
    max-height: calc(100vh - 100px);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (pointer: fine) {
  .header-nav .has-submenu.is-open > a {
    color: var(--light-blue);
  }
  .header-nav .has-submenu.is-open > a > span {
    border-bottom: 1px solid;
  }
  .header-nav .has-submenu.is-open > a:after {
    transform: rotate(-180deg);
  }
  .header-nav .has-submenu.is-open a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 43px;
  }
  .header-nav .has-submenu.is-open .header-subnav {
    max-height: calc(100vh - 100px);
    opacity: 1;
    pointer-events: auto;
  }
}

.header-subnav {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease max-height;
}
@media (min-width: 1024px) {
  .header-subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 1px solid #DFDFDF;
    max-height: none;
    transition: 0.3s ease opacity;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .header-subnav__in {
    width: calc(100% - 30px);
    max-width: var(--in-max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 0 25px;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
  }
}
@media (min-width: 1366px) {
  .header-subnav__in {
    width: calc(100% - 160px);
    padding: 0 40px;
  }
}
.header-subnav__nav {
  list-style: none;
  padding: 25px 0 0 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .header-subnav__nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 25px;
  }
}
@media (min-width: 1366px) {
  .header-subnav__nav {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .header-subnav__items {
    padding: 20px 50px 20px 20px;
  }
}
@media (min-width: 1024px) {
  .header-subnav__items {
    padding: 20px 20px 20px 20px;
  }
}
@media (min-width: 1366px) {
  .header-subnav__items {
    padding: 20px 50px 20px 20px;
  }
}
@media (min-width: 1700px) {
  .header-subnav__items {
    padding: 50px 50px 50px 20px;
  }
}
@media (min-width: 1024px) {
  .header-subnav__article {
    padding-top: 50px;
    padding-left: 50px;
    flex-shrink: 0;
    width: calc(40% - 100px);
    max-width: 520px;
    border-left: 1px solid #DFDFDF;
  }
}
@media (min-width: 1366px) {
  .header-subnav__article {
    padding-left: 50px;
  }
}
.header-subnav__article .image {
  margin-bottom: 15px;
  border: 8px solid var(--alert-blue);
}
.header-subnav__article .image img {
  width: 100%;
}
.header-subnav__article .link {
  text-decoration: none;
  max-width: 100%;
}
.header-subnav__article .title {
  margin-top: 10px;
}
.header-subnav__article .article-card__inner {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 455px;
}
.header-subnav__btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .header-subnav__btn {
    margin-top: 40px;
  }
}
@media (min-width: 1700px) {
  .header-subnav__btn {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) {
  .header-subnav__btn .btn {
    min-width: 303px;
  }
}
@media (max-width: 1023px) {
  .header-subnav__btn .btn {
    border: none;
    padding: 10px;
    min-width: 303px;
  }
}
.header-subnav__item {
  margin-bottom: 20px;
}
.header-subnav__item:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .header-subnav__item {
    margin: 0;
  }
}
.header-subnav__item-link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.header-subnav__item-link svg {
  display: none;
}
@media (min-width: 1024px) {
  .header-subnav__item-link {
    display: flex;
    font-size: 23px;
    color: var(--dark-blue);
  }
  .header-subnav__item-link svg {
    display: block;
    opacity: 0.3;
    margin-left: 10px;
    position: relative;
    top: 4px;
    transition: 0.3s ease all;
  }
  .header-subnav__item-link:hover svg {
    opacity: 1;
    transform: translate(5px, 0);
  }
}
.header-subnav__item p {
  display: none;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-gray);
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-subnav__item p {
    display: block;
  }
}

.header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 25px 0 20px 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header--with-border {
  border-bottom: 1px solid #ddd;
}
.is-scrolled .header {
  border-bottom: 1px solid var(--border-color);
}
.header__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-size: 0;
  margin-right: 50px;
}
@media (min-width: 768px) {
  .header__logo {
    margin-right: 110px;
  }
  .header__logo svg {
    width: 160px;
  }
}
.header__box {
  display: flex;
  align-items: center;
}
.header__toolbox {
  position: relative;
  top: 2px;
}
.header__toolbox-items {
  display: flex;
  align-items: center;
}
.header__toolbox-search {
  position: absolute;
  display: flex;
  width: 500px;
  top: calc(100% + 20px);
  right: 0;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  padding: 9px 6px;
  opacity: 0;
  transform: translate(0, -10px);
  pointer-events: none;
  transition: 0.3s ease all;
}
.header-search-is-open .header__toolbox-search {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.header__toolbox-search-input {
  border: 1px solid #BBBBBB;
  border-radius: 0;
  height: 69px;
  width: 100%;
  margin-right: 6px;
  padding: 0 10px;
  outline: 0 !important;
  transition: 0.3s ease border;
}
.header__toolbox-search-input:hover, .header__toolbox-search-input:focus {
  border-color: var(--light-blue);
}
.header__toolbox-search-btn {
  width: 114px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  background: none;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
}
.header__toolbox-item {
  background: none;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .header__toolbox-item:not(.header__toolbox-item--no-margin) {
    margin-right: 18px;
  }
}
.header__toolbox-item:hover:before {
  width: calc(100% + 8px);
}
.header__toolbox-item:hover svg {
  fill: var(--light-blue);
}
.header__toolbox-item:hover .header__basket-icon span {
  background: var(--light-blue);
}
.header__toolbox-item:before {
  content: "";
  background: var(--light-blue);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
}
@media (min-width: 768px) {
  .header__toolbox-item:not(.header__toolbox-item--no-margin):last-child {
    margin-right: 20px;
  }
}
@media (min-width: 1366px) {
  .header__toolbox-item:not(.header__toolbox-item--no-margin):last-child {
    margin-right: 45px;
  }
}
.header__toolbox-item svg {
  fill: var(--dark-blue);
  transition: fill 0.3s;
}
.header .dropdown__items {
  position: absolute;
  width: 192px;
  right: 0;
  left: auto;
  padding: 20px 17px 0;
}
.header .dropdown__items:before {
  content: "";
  position: absolute;
  inset: 20px 0 0 0;
  background-color: #fff;
  border: 1px solid #DFDFDF;
}
.header .dropdown__items div {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  border-bottom: 1px solid #DFDFDF;
}
.header .dropdown__items div:last-child {
  border: 0;
}
.header .dropdown__items a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s ease color;
}
.header .dropdown__items a:hover {
  color: var(--light-blue);
}
.header .dropdown__items img {
  margin-right: 10px;
}
.header .dropdown__btn {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .header .dropdown__btn {
    padding-right: 15px;
  }
}
.header .dropdown__btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #059fdc transparent transparent transparent;
  transition: transform 0.3s;
}
.header__lang {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__lang {
    position: relative;
    top: 2px;
  }
}
.header__lang:hover:after, .header__lang:active:after, .header__lang:focus:after {
  transform: rotate(180deg);
}
.header__lang .dropdown__items {
  top: 29px;
}
@media (min-width: 1024px) {
  .header__lang .dropdown__items {
    top: 21px;
  }
}
.header__lang .dropdown__btn {
  width: 100%;
  outline: 0 !important;
  background: none;
  border: 0;
  padding: 0 15px 0 0;
  color: var(--text-color-default);
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.header__lang .dropdown__btn svg, .header__lang .dropdown__btn img {
  margin-right: 10px;
}
.header__lang .dropdown__btn:after {
  top: 7px;
}
.header__lang .dropdown__btn:hover {
  color: var(--light-blue);
}
.header__lang .dropdown__btn:hover:before {
  width: calc(100% + 8px);
}
.header__lang .dropdown__btn:hover svg {
  fill: var(--light-blue);
}
.header__lang .dropdown__btn:hover .header__basket-icon span {
  background: var(--light-blue);
}
.header__lang .dropdown__btn:before {
  content: "";
  background: var(--light-blue);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
}
.header__username {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 5px;
}
.header .dropdown--account .dropdown__items .dropdown__btn {
  display: none;
}
.header .dropdown__btn img, .header .dropdown__items img {
  width: 20px;
}
.header__basket-icon {
  position: relative;
}
.header__basket-icon span {
  width: 16px;
  height: 16px;
  background: var(--dark-blue);
  color: var(--white);
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transition: background-color 0.3s;
}

.hero-slider {
  height: 100%;
}

.hero {
  position: relative;
}
.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--dark-blue);
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.hero:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 34px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 1023px) {
  .hero:after {
    display: none;
  }
}
.hero__icon {
  margin-bottom: 30px;
}
.hero__icon img {
  max-width: 70px;
}
.hero__squares {
  position: absolute;
  right: 0;
  overflow: hidden;
  top: 220px;
  z-index: 30;
  pointer-events: none;
}
@media (min-width: 1366px) {
  .hero__squares {
    top: 200px;
  }
}
.hero__squares svg {
  width: 600px;
  height: 470px;
  position: relative;
  right: -140px;
}
@media (min-width: 1366px) {
  .hero__squares svg {
    right: -400px;
    width: 926px;
    height: 643px;
  }
}
.hero__box {
  position: relative;
  z-index: 3;
  max-width: 930px;
  padding: 150px 0 75px 0;
}
@media (min-width: 1366px) {
  .hero__box {
    padding: 260px 0 93px 0;
  }
}
.hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__buttons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .hero__button {
    margin-top: -65px;
    margin-bottom: 95px;
  }
}
.hero__in {
  position: relative;
}
.hero__title.title {
  margin-bottom: 32px;
}
.hero__tag {
  margin-bottom: 30px;
}
.hero__text {
  color: var(--white);
  font-size: 16px;
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .hero__text {
    margin-bottom: 85px;
  }
}
.hero__regcount {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #86BD24;
  font-size: 14px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .hero__regcount {
    margin-top: 80px;
  }
}
@media (min-width: 1366px) {
  .hero__regcount {
    margin-top: 160px;
  }
}
.hero__regcount p {
  margin: 0;
}
.hero__event {
  max-width: 615px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0, 50%);
  background-color: var(--dark-blue);
  color: #fff;
  z-index: 5;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero__event {
    padding: 65px 70px;
  }
}
.hero__event-date {
  display: flex;
  align-items: center;
}
.hero__event-date svg {
  fill: currentColor;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
@media (min-width: 768px) {
  .hero__event-date svg {
    margin-right: 20px;
  }
}
.hero__event-text {
  font-size: 14px;
}
.hero__btn {
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 20;
}
.hero--default {
  max-height: 664px;
}
@media (min-width: 1366px) {
  .hero--default {
    height: 664px;
  }
}
@media (min-width: 1366px) {
  .hero--smaller .hero__box {
    padding: 160px 0 93px 0;
  }
}
.hero--geo:after {
  display: none;
}
.hero--geo .hero__button {
  margin: 0;
}
.hero--geo .hero__title.title {
  font-size: 55px;
}
.hero--geo .hero__title.title span {
  background: linear-gradient(90deg, #86BD24 26.02%, #CDFF73 73.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.hero--geo .hero__box {
  padding: 110px 0 60px 0;
}
.hero--geo .hero__text {
  font-size: 16px;
  margin-bottom: 30px;
}
.hero--geo .hero__arrow {
  display: none;
}
.hero--single {
  max-height: 578px;
}
.hero--single .hero__btn {
  top: 30px;
}
@media (min-width: 768px) {
  .hero--single .hero__btn {
    top: 20px;
  }
}
.hero--single .hero__box {
  padding: 90px 0 60px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  max-height: 578px;
}
@media (min-width: 768px) {
  .hero--single .hero__box {
    padding: 100px 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hero--single .hero__text {
  margin: 0 auto;
  max-width: 420px;
}
.hero--single .in {
  position: relative;
}
.hero--single-event {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .hero--single-event {
    margin-bottom: 200px;
  }
}
@media (min-width: 1024px) {
  .hero__cols--with-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
  }
}
.hero__foreground {
  display: none;
}
@media (min-width: 1024px) {
  .hero__foreground {
    display: block;
    z-index: 3;
    padding: 123px 0;
    max-width: 653px;
  }
}
.hero__foreground img {
  width: 100%;
  height: auto;
}
.hero .gradient {
  background: linear-gradient(to right, var(--green), var(--light-green));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__text-bottom {
  color: var(--green);
}

.subnav + .hero.hero--default:after {
  display: none;
}

.icon-list {
  margin: 120px 0 110px 0;
}
.icon-list__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 60px;
  margin-bottom: 60px;
}
.icon-list__item {
  width: 230px;
  text-align: center;
}
.icon-list__icon {
  color: var(--light-blue) !important;
  margin-bottom: 28px;
}
.icon-list__icon svg {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-list__item-title {
  font-size: 25px;
  line-height: 133.5%;
  letter-spacing: -0.625px;
  margin-bottom: 2px;
}
.icon-list__item-text {
  color: var(--text-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 195.5%;
}
.icon-list__item-text p:last-child {
  margin-bottom: 0;
}
.icon-list__cta {
  text-align: center;
}
.icon-list a {
  text-decoration: none;
}
.icon-list a:hover {
  text-decoration: underline;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.in {
  width: calc(100% - 30px);
  max-width: var(--in-max-width);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .in {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1024px) {
  .in {
    width: calc(100% - 90px);
  }
}
@media (min-width: 1366px) {
  .in {
    width: calc(100% - 160px);
  }
}
.in--small {
  max-width: var(--in-small-width);
}
.in--relative {
  position: relative;
}

.in .section > .in {
  width: 100%;
  max-width: none;
}

.in > .section--navigation {
  width: 100vw;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .in > .section--navigation {
    margin-left: -30px;
  }
}
@media (min-width: 1024px) {
  .in > .section--navigation {
    margin-left: -45px;
  }
}
@media (min-width: 1366px) {
  .in > .section--navigation {
    margin-left: -80px;
  }
}
@media (min-width: 1760px) {
  .in > .section--navigation {
    margin-left: calc((100vw - 1760px) / 2 * -1);
  }
}

.infobox {
  display: flex;
  align-items: center;
  padding: 12px 34px;
  border-radius: 65px;
  background: var(--bg);
}
.infobox__icon {
  margin-right: 16px;
}
.infobox__text {
  margin: 0;
  font-size: 14px;
}
.infobox__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .infobox--short {
    max-width: 49%;
  }
}

.layout {
  display: grid;
  gap: 50px;
}
@media (min-width: 768px) {
  .layout {
    grid-template-columns: 1fr 310px;
    grid-column-gap: 50px;
  }
}
@media (min-width: 1024px) {
  .layout {
    grid-column-gap: 160px;
  }
}

.list {
  margin: 0;
  padding: 0;
}
.list li {
  list-style-type: none;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.list li:last-of-type {
  margin-bottom: 0;
}
.list li svg {
  margin-right: 24px;
}

body.lock {
  overflow: hidden;
}

.logos__title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .logos__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .logos__title {
    font-size: 40px;
  }
}
@media (min-width: 1366px) {
  .logos__title {
    margin-bottom: 80px;
    font-size: 50px;
  }
}
.logos__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 1366px) {
  .logos__list {
    -moz-column-gap: 111px;
         column-gap: 111px;
    row-gap: 55px;
  }
}
.logos__list a {
  transition: transform 0.2s;
}
@media (pointer: fine) {
  .logos__list a:active, .logos__list a:focus, .logos__list a:hover {
    transform: translateY(-5px);
  }
}
.logos__list a img {
  max-width: 120px;
  max-height: 50px;
}
@media (min-width: 768px) {
  .logos__list a img {
    max-width: 150px;
    max-height: 50px;
  }
}

.medallion {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .medallion {
    flex-direction: row;
  }
}
.medallion__img {
  flex-shrink: 0;
  margin-right: 28px;
  width: 52px;
  border-radius: 50%;
}
.medallion__name {
  font-weight: bold;
  margin: 0;
}
.medallion__position {
  color: var(--text-gray);
  font-size: 12px;
  margin: 0;
}
.medallion__box {
  display: flex;
}
.medallion__logo {
  width: 40%;
  text-align: center;
}
.medallion__logo-img {
  max-width: 100%;
}

.navigation-item {
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .navigation-item .navigation-item__title.title .underline:before {
    height: 10px;
  }
  .navigation-item:hover .navigation-item__arrow, .navigation-item:active .navigation-item__arrow, .navigation-item:focus .navigation-item__arrow {
    transform: translate(7px, 0);
  }
}
.navigation-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--dark-blue);
  opacity: 0.7;
  mix-blend-mode: hard-light;
}
.navigation-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(360deg, rgba(0, 51, 104, 0.8) 19.65%, rgba(0, 51, 104, 0.23) 100%);
}
.navigation-item__arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  z-index: 5;
  transition: 0.3s ease transform;
}
@media (min-width: 1366px) {
  .navigation-item__arrow {
    right: 80px;
    bottom: 36px;
  }
}
.navigation-item__arrow svg {
  width: 43px;
  height: 24px;
  fill: var(--light-blue);
}
.navigation-item__img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .navigation-item__img {
    height: auto;
  }
}
.navigation-item__title.title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .navigation-item__title.title {
    font-size: 35px;
  }
}

.navigation {
  display: grid;
}
@media (min-width: 1024px) {
  .navigation {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.newsletter {
  background: var(--bg);
  display: flex;
  justify-content: space-between;
  padding: 50px 25px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .newsletter {
    align-items: center;
    padding: 63px 50px;
    flex-direction: row;
    gap: 50px;
  }
}
.newsletter__left {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .newsletter__left {
    align-items: center;
    flex-direction: row;
    width: 50%;
  }
}
.newsletter__left svg {
  margin: 0 0 30px 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .newsletter__left svg {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 768px) {
  .newsletter-form__content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .newsletter-form__content {
    width: 100%;
  }
}
.newsletter-form__success {
  margin-top: 10px;
}
.newsletter-form .hide-submitting {
  display: block;
}
.newsletter-form .show-submitting {
  display: none;
}
.newsletter-form--submitting .hide-submitting {
  display: none;
}
.newsletter-form--submitting .show-submitting {
  display: block;
}
.newsletter-form__success {
  display: none;
  font-size: 12px;
  text-align: center;
}
.newsletter-form--submitted .newsletter-form__success {
  display: block;
}
.newsletter-form__input {
  width: 100%;
  max-width: 370px;
  border: 1px solid #BBBBBB;
  margin-bottom: 10px;
  padding: 10px 30px;
  height: 70px;
  outline: 0;
  font-size: 16px;
  transition: 0.3s ease border-color;
}
@media (min-width: 768px) {
  .newsletter-form__input {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .newsletter-form__input {
    font-size: 14px;
    width: 310px;
  }
}
@media (min-width: 1700px) {
  .newsletter-form__input {
    width: 374px;
  }
}
.newsletter-form__input:focus, .newsletter-form__input:hover {
  border-color: var(--light-blue);
}
.newsletter__title.title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .newsletter__title.title {
    margin-bottom: 5px;
  }
}
.newsletter__text {
  margin: 0 0 50px 0;
  color: var(--text-gray);
}
@media (min-width: 1024px) {
  .newsletter__text {
    margin: 0;
  }
}
.newsletter__btn {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter__btn {
    width: auto;
  }
}

.not-found {
  margin: 200px 0;
}

.numbers {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .numbers {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.numbers__item {
  max-width: 300px;
}
.numbers__number {
  color: var(--light-blue);
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  font-size: 40px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .numbers__number {
    font-size: 55px;
  }
}
.numbers__title.title {
  margin-bottom: 10px;
}
.numbers__text {
  color: var(--text-gray);
}

.onboarding {
  display: grid;
  min-height: 100dvh;
}
@media (min-width: 768px) {
  .onboarding {
    grid-template-columns: 55% 45%;
  }
}
.onboarding__left {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 30px;
}
@media (min-width: 768px) {
  .onboarding__left {
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .onboarding__left {
    padding: 50px;
  }
}
@media (min-width: 1700px) {
  .onboarding__left {
    padding: 100px 65px 100px 160px;
  }
}
.onboarding__right {
  background: #E8F9FF;
  border-left: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (min-width: 1024px) {
  .onboarding__right {
    padding: 50px;
  }
}
@media (min-width: 1366px) {
  .onboarding__right {
    padding: 150px 0 0 50px;
  }
}
@media (min-width: 1700px) {
  .onboarding__right {
    padding: 150px 0 0 120px;
  }
}
.onboarding__right-title {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.onboarding__right-title img {
  position: absolute;
  left: -18px;
  bottom: -3px;
  z-index: 1;
}
.onboarding__right-title span {
  position: relative;
  z-index: 2;
}
.onboarding__icon {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #C6C6C6;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  width: 26px;
  height: 26px;
}
@media (min-width: 1024px) {
  .onboarding__icon {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .onboarding__icon:before {
    content: "";
    height: 1px;
    background: #C6C6C6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 20px;
  }
}
@media (min-width: 1700px) {
  .onboarding__icon:before {
    width: 38px;
  }
}
.onboarding__stepper {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1024px) {
  .onboarding__stepper {
    gap: 30px;
  }
}
@media (min-width: 1700px) {
  .onboarding__stepper {
    gap: 50px;
  }
}
.onboarding__step {
  display: flex;
  align-items: center;
  gap: 9px;
}
.onboarding__step:first-child .onboarding__icon:before {
  display: none;
}
.onboarding__step .onboarding__icon span {
  display: none;
}
.onboarding__step.is-active .onboarding__icon img {
  display: none;
}
.onboarding__step.is-active .onboarding__icon span {
  display: block;
}
.onboarding__step.is-active .onboarding__icon {
  background: #05A0DC;
}
.onboarding__step.is-active .onboarding__icon:before {
  background: #05A0DC;
}
.onboarding__step.is-active .onboarding__steptext {
  color: #05A0DC;
}
.onboarding__step.is-active ~ .onboarding__step .onboarding__icon img {
  display: none;
}
.onboarding__step.is-active ~ .onboarding__step .onboarding__icon span {
  display: block;
}
.onboarding__stepper--popup {
  gap: 10px;
}
@media (min-width: 768px) {
  .onboarding__stepper--popup {
    gap: 50px;
  }
}
.onboarding__stepper--popup .onboarding__icon:before {
  width: 37px;
}
.onboarding__steptext {
  font-weight: bold;
  color: #7B7B7B;
  flex-shrink: 0;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .onboarding__steptext {
    font-size: 14px;
  }
}
.onboarding__top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 50px;
}
@media (min-width: 1366px) {
  .onboarding__top {
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}
.onboarding__top svg {
  width: 160px;
}
.onboarding__subtitle {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .onboarding__subtitle {
    font-size: 25px;
  }
}
.onboarding__title {
  font-weight: bold;
  line-height: 1.15;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .onboarding__title {
    margin-bottom: 30px;
    font-size: 42px;
  }
}
@media (min-width: 1366px) {
  .onboarding__title {
    font-size: 50px;
  }
}
.onboarding__textbox {
  font-size: 14px;
  color: #6D6D6D;
  max-width: 520px;
}
.onboarding__textbox em {
  opacity: 0.8;
  line-height: 23px;
}
.onboarding__medallion.medallion {
  gap: 20px;
  margin: 30px 0;
}
@media (min-width: 1366px) {
  .onboarding__medallion.medallion {
    margin: 55px 0 100px 0;
  }
}
@media (max-width: 1023px) {
  .onboarding__medallion.medallion {
    flex-direction: row;
  }
}
.onboarding__medallion.medallion > img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  flex-shrink: 0;
}
.onboarding__medallion.medallion .medallion__box {
  flex-direction: column;
}
.onboarding__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 1024px) {
  .onboarding__logos {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1366px) {
  .onboarding__logos {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.onboarding__logos img {
  max-width: 100px;
}
@media (max-width: 1023px) {
  .onboarding__logos img {
    max-width: 80px;
  }
}
.onboarding__email-providers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .onboarding__email-providers {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1366px) {
  .onboarding__email-providers {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.onboarding__email-providers a {
  text-decoration: none;
  padding: 10px;
  border: var(--light-gray) 1px solid;
  font-size: 14px;
  font-weight: bold;
}
.onboarding__email-providers img {
  max-width: 20px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .onboarding__email-providers img {
    max-width: 80px;
  }
}
.onboarding__box svg {
  width: 160px;
}

#onboarding .gform_required_legend {
  display: none;
}
#onboarding .gform_wrapper {
  padding-top: 70px;
}
#onboarding .gform_button.button[type=submit] {
  height: 72px;
}
#onboarding .gform_confirmation_message {
  margin-top: 100px !important;
}

#onboarding .gform_show_password {
  display: none !important;
}

.onform {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 525px;
}
.onform__item {
  display: flex;
  flex-direction: column;
}
.onform__item label {
  margin: 0 0 7px 0;
  font-weight: bold;
  font-size: 14px;
  color: #4B4B4B;
}
.onform__item input {
  width: 100%;
  border: 1px solid #BBBBBB;
  font-size: 14px;
  transition: border-color 0.2s;
  height: 52px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .onform__item input {
    padding: 0 26px;
    height: 69px;
  }
}
.onform__item input::-moz-placeholder {
  color: #9E9E9E;
}
.onform__item input::placeholder {
  color: #9E9E9E;
}
.onform__item input:hover, .onform__item input:focus {
  outline: none;
  border-color: #05a0dc;
}
.onform__checkbox label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 23px;
  cursor: pointer;
}
.onform__checkbox label input {
  display: none;
}
.onform__checkbox label input:checked + .onform__checkmark:before {
  opacity: 1;
}
.onform__checkbox label span {
  color: #6D6D6D;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .onform__checkbox label span {
    font-size: 14px;
  }
}
.onform__checkbox label span a {
  color: #05A0DC;
}
.onform__checkmark {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border: 1px solid #BBBBBB;
  position: relative;
}
.onform__checkmark:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #05A0DC;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  transition: opacity 0.2s;
}
.onform__btn {
  width: 100%;
  border: 0;
  color: #fff;
  background: #05A0DC;
  padding: 0 30px 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s;
  height: 52px;
}
@media (min-width: 1024px) {
  .onform__btn {
    height: 68px;
  }
}
.onform__btn img {
  transition: margin-right 0.2s;
}
@media (pointer: fine) {
  .onform__btn:active:not(:disabled) img, .onform__btn:focus:not(:disabled) img, .onform__btn:hover:not(:disabled) img {
    margin-right: 5px;
  }
}
.onform__btn:focus {
  outline: none;
}
.onform__btn:disabled {
  background: var(--dark-gray);
}
.onform p {
  margin-bottom: 0;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
}
.header-search-is-open .overlay {
  display: block;
}

.pagination {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pagination {
    flex-direction: row;
  }
}
.pagination__text {
  color: var(--text-gray);
  flex: 1;
  text-align: center;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .pagination__text {
    margin: 0;
  }
}
.pagination__btn {
  padding: 10px 25px;
}
.pagination__btn.disabled {
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 1024px) {
  .pricelist-item--label {
    margin-top: -50px;
  }
}
.pricelist-item__content {
  background: var(--dark-blue);
  color: #fff;
  text-align: center;
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .pricelist-item__content {
    padding-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .pricelist-item__content {
    padding: 130px 55px 150px;
  }
}
.pricelist-item__content--label {
  border: 15px solid var(--light-blue);
}
.pricelist-item__title.title {
  margin-bottom: 15px;
}
.pricelist-item__tag {
  background: var(--light-blue);
  text-align: center;
  padding: 40px 0 20px 0;
  font-weight: bold;
}
.pricelist-item__description ul {
  list-style: none;
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .pricelist-item__description ul {
    margin: 40px 0 80px 0;
  }
}
.pricelist-item__description ul li {
  margin-bottom: 10px;
}
.pricelist-item__description ul li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  bottom: 3px;
}
.pricelist-item__description ul li:last-child {
  margin: 0;
}
.pricelist-item__description ul-red {
  color: #F03737;
}
.pricelist-item__description ul-green {
  color: #D7ED20;
}
.pricelist-item__description ul-orange {
  color: #FFA500;
}
.pricelist-item__tab-buttons {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .pricelist-item__tab-buttons {
    margin: 20px 0 60px;
  }
}
.pricelist-item__tab-buttons button {
  margin: 0 5px;
  background: transparent;
  border: 2px solid var(--light-blue);
  color: var(--white);
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.pricelist-item__tab-buttons button:focus {
  outline: none;
}
.pricelist-item__tab-buttons button.is-active {
  background: var(--light-blue);
}
.pricelist-item__tab-content {
  display: none;
}
.pricelist-item__tab-content.is-active {
  display: block;
}
.pricelist-item__price-wrapper {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .pricelist-item__price-wrapper {
    margin: 60px 0;
  }
}
.pricelist-item__text {
  border-bottom: 1px solid #135CA8;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .pricelist-item__text {
    padding: 0 40px 80px 40px;
    margin-bottom: 60px;
  }
}
.pricelist-item__btn.btn {
  width: 100%;
}
@media (max-width: 1023px) {
  .pricelist-item__btn.btn {
    padding: 20px 25px;
  }
}
@media (min-width: 1024px) {
  .pricelist-item__btn.btn {
    position: absolute;
    inset: auto 20px 20px 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .pricelist-item__btn.btn {
    inset: auto 55px 55px 55px;
    width: calc(100% - 110px);
  }
}
.pricelist-item__price {
  color: var(--white);
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 25px;
}
@media (min-width: 1024px) {
  .pricelist-item__price {
    font-size: 40px;
  }
}
.pricelist-item__price sup,
.pricelist-item__price span {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .pricelist-item__price sup,
  .pricelist-item__price span {
    font-size: 20px;
  }
}
.pricelist-item__price sup {
  margin-right: 10px;
}
.pricelist-item__price span {
  margin-left: 10px;
  display: inline-block;
}
.pricelist-item__price-title {
  font-weight: bold;
}

.pricelist {
  margin-top: 50px;
}
.pricelist__list {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 40px;
}
@media (min-width: 768px) {
  .pricelist__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .pricelist__list {
    grid-column-gap: 34px;
  }
}

.quote__text {
  color: var(--text-gray);
  line-height: 2;
  margin-bottom: 60px;
  max-width: 665px;
}
.quote__item-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .quote__item-header {
    margin-bottom: 40px;
    gap: 30px;
  }
}
.quote__medallion {
  margin-bottom: 20px;
}

.quotes {
  display: grid;
}
@media (min-width: 768px) {
  .quotes {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.quotes .quote__item {
  border-top: 1px solid #DDDDDD;
  padding: 40px 0;
}
.quotes .quote__item:first-child {
  border-top: 0;
}
@media (min-width: 768px) {
  .quotes .quote__item {
    padding: 60px 50px;
    border-right: 1px solid #DDDDDD;
  }
  .quotes .quote__item:nth-child(even) {
    border-right: 0;
  }
  .quotes .quote__item:nth-child(2) {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .quotes .quote__item {
    padding: 85px 60px;
  }
}

.reference-boxes {
  margin-top: 101px;
  margin-bottom: 79px;
}
.reference-boxes__title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.5%;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
}
.reference-boxes__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 195.5%;
  color: var(--text-gray);
}
.reference-boxes__boxes {
  display: flex;
  flex-flow: row wrap;
  --box-gap: 21px;
  --box-count: 1;
  gap: var(--box-gap);
  margin-top: 87px;
}
@media (min-width: 768px) {
  .reference-boxes__boxes {
    --box-count: 2;
  }
}
@media (min-width: 1366px) {
  .reference-boxes__boxes {
    --box-count: 3;
  }
}
.reference-boxes__box {
  padding: 65px 84px;
  border: 1px solid var(--border-color);
  width: calc(100% / var(--box-count) - (var(--box-count) - 1) * var(--box-gap) / var(--box-count));
}
.reference-boxes__box-logo {
  text-align: center;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reference-boxes__box-title {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.5%;
  letter-spacing: -0.625px;
}
.reference-boxes__box-text {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 195.5%;
  color: var(--text-gray);
}

.search-results__title {
  text-decoration: none;
  transition: 0.3s ease color;
}
@media (min-width: 1024px) {
  .search-results__title:hover {
    color: var(--light-blue);
  }
}
.search-results__text {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .search-results__text {
    margin-top: 15px;
  }
}

.section {
  margin: 80px 0;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .section {
    margin: 90px 0;
  }
}
@media (min-width: 1024px) {
  .section {
    margin: 50px 0;
  }
}
@media (min-width: 1700px) {
  .section {
    margin: 50px 0;
  }
}
.section--small {
  margin: 80px 0;
}
.section--medium {
  margin: 80px 0;
}
@media (min-width: 768px) {
  .section--medium {
    margin: 110px 0;
  }
}
.section--top-small {
  margin-top: 90px;
}
.section--notop {
  margin-top: 0;
}
.section--filter, .section--case-studies {
  margin: 50px 0 30px;
}
@media (min-width: 768px) {
  .section--filter, .section--case-studies {
    margin: 110px 0 55px;
  }
}
@media (min-width: 1366px) {
  .section--filter, .section--case-studies {
    margin: 50px 0 50px;
  }
}
.section--border {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section--border {
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .section--border {
    padding-bottom: 140px;
  }
}
@media (min-width: 1366px) {
  .section--border {
    padding-bottom: 50px;
  }
}
.section--text-items {
  margin: 0 0 50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .section--text-items {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .section--text-items {
    margin-bottom: 140px;
  }
}
@media (min-width: 1700px) {
  .section--text-items {
    margin: 40px 0;
  }
}
.section--text-items-page {
  margin: 0;
  border-bottom: 1px solid var(--gray);
}
@media (min-width: 768px) {
  .section--text-items-page {
    padding: 80px 0 60px;
  }
}
@media (min-width: 1024px) {
  .section--text-items-page {
    padding: 40px;
  }
}
.section--titlebox {
  margin: 0;
}
.section--titlebox.titlebox--border:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--border-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.section--services-columns {
  margin-top: 0;
}
.section--logo-list {
  margin: 0;
}
.section--contact-profile {
  margin-top: 80px;
}
.section--gradient {
  margin: 0;
  background: linear-gradient(180deg, #ffffff 51.04%, #e9f9ff 100%);
  padding: 80px 0;
}
@media (min-width: 768px) {
  .section--gradient {
    padding: 105px 0;
  }
}
.section--tags {
  padding: 0 0 80px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section--tags {
    padding: 0 0 80px;
  }
}

.section.section--titlebox + .section {
  margin-top: 0;
}

.section.section--filter + .section {
  margin-top: 0;
}

.section.section--border + .section--titlebox .titlebox.titlebox--border {
  padding-top: 0;
}
.section.section--border + .section--titlebox .titlebox.titlebox--border:before {
  display: none;
}

.hero.hero--default + .section.section--text-items-page {
  background: none;
}

.woocommerce + .section--titlebox {
  padding: 80px 0;
  margin-top: 80px;
  position: relative;
}
.woocommerce + .section--titlebox:before {
  content: "";
  border-top: 1px solid var(--gray);
  width: 100vw;
  height: 1px;
  position: absolute;
  left: -15px;
  top: 0;
}
@media (min-width: 768px) {
  .woocommerce + .section--titlebox:before {
    left: -30px;
  }
}
@media (min-width: 1024px) {
  .woocommerce + .section--titlebox:before {
    left: -45px;
  }
}
@media (min-width: 1366px) {
  .woocommerce + .section--titlebox:before {
    left: -80px;
  }
}
@media (min-width: 1760px) {
  .woocommerce + .section--titlebox:before {
    left: calc((100vw - 1760px) / 2 * -1);
  }
}
.woocommerce + .section--titlebox .titlebox {
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce + .section--titlebox {
    padding: 90px 0;
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .woocommerce + .section--titlebox {
    padding: 140px 0;
    margin-top: 140px;
  }
}

.header + .section--titlebox {
  padding-top: 80px;
}

.section--border + .titlebox--border:before {
  display: none;
}

.services-column {
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 25px;
}
@media (min-width: 1366px) {
  .services-column {
    padding: 60px 30px;
  }
}
@media (min-width: 1700px) {
  .services-column {
    padding: 80px 50px 0 50px;
  }
}
.services-column__box:last-of-type {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-column__icon {
  max-height: 70px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .services-column__icon {
    margin-bottom: 50px;
    max-height: 93px;
  }
}
@media (min-width: 1366px) {
  .services-column__icon {
    margin-bottom: 20px;
    max-height: 66px;
  }
}
.services-column__icon svg {
  max-height: 70px;
  width: unset;
}
@media (min-width: 768px) {
  .services-column__icon svg {
    max-height: 93px;
  }
}
@media (min-width: 1366px) {
  .services-column__icon svg {
    max-height: 66px;
  }
}
.services-column__title.title {
  letter-spacing: -0.025em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .services-column__title.title {
    margin-bottom: 20px;
  }
}
.services-column__desc {
  margin-bottom: 50px;
  color: var(--text-gray);
}
@media (min-width: 768px) {
  .services-column__desc {
    max-width: 250px;
  }
}
.services-column__list {
  margin: 0 0 50px 0;
}
@media (min-width: 768px) {
  .services-column__list {
    margin: 0 0 80px 0;
  }
}
.services-column__list .arrow-link {
  margin-bottom: 20px;
}
.services-column__list .arrow-link:last-of-type {
  margin-bottom: 0;
}
.services-column__helper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.services-column--inline {
  flex-direction: row;
  justify-content: flex-start;
  padding: 50px 25px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .services-column--inline {
    flex-direction: row;
  }
}
@media (min-width: 1366px) {
  .services-column--inline {
    padding: 85px 70px;
  }
}
.services-column--inline .services-column__box {
  display: block;
  height: auto;
}
.services-column--inline .services-column__desc {
  max-width: 100%;
}
.services-column--inline .services-column__list {
  margin-bottom: 60px;
}
.services-column--inline .services-column__btn.btn {
  display: inline-flex;
  width: 100%;
}
@media (min-width: 768px) {
  .services-column--inline .services-column__btn.btn {
    min-width: 320px;
    width: auto;
  }
}
.services-column--inline .services-column__icon {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .services-column--inline .services-column__icon {
    margin: 0 70px 0 0;
  }
}
@media (min-width: 1024px) {
  .services-column--inline .services-column__icon {
    width: 137px;
    flex-shrink: 0;
    margin: 0;
  }
  .services-column--inline .services-column__icon svg {
    width: 82px;
  }
}
.services-column--tiny {
  padding: 50px 70px;
}
@media (min-width: 768px) {
  .services-column--tiny {
    padding: 25px 20px;
  }
}
@media (min-width: 1366px) {
  .services-column--tiny {
    padding: 35px 45px;
  }
}
@media (min-width: 1700px) {
  .services-column--tiny {
    padding: 40px;
  }
}
.services-column--tiny .services-column__icon {
  margin-bottom: 23px;
}
.services-column--tiny .services-column__icon svg {
  max-width: 60px;
  max-height: 68px;
}
.services-column--tiny .services-column__title.title {
  margin-bottom: 10px;
}
.services-column--tiny .services-column__desc {
  margin: 0;
}
.services-column--tiny .services-column__box {
  justify-content: flex-start;
}
.services-column__link {
  text-decoration: none;
}

.services-columns__list {
  display: grid;
  gap: 15px;
  margin: 50px 0 80px 0;
}
@media (min-width: 768px) {
  .services-columns__list {
    margin: 50px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .services-columns__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 80px 0;
  }
}
@media (min-width: 1700px) {
  .services-columns__list {
    margin: 50px 0;
  }
}
.services-columns__title {
  font-size: 30px;
  font-weight: bold;
}
.services-columns__title:not(.title--blue) {
  color: var(--light-gray);
}
@media (min-width: 768px) {
  .services-columns__title {
    font-size: 50px;
  }
}
@media (min-width: 1700px) {
  .services-columns__title {
    font-size: 40px;
  }
}
.services-columns__title a {
  color: var(--dark-blue);
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.services-columns__title a:before {
  content: "";
  background-color: #9ECEE1;
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 4px;
  z-index: -1;
  left: 0;
  right: 0;
  transition: 0.3s ease height;
}
@media (min-width: 768px) {
  .services-columns__title a:before {
    bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .services-columns__title a:hover:before {
    height: 24px;
  }
}
.services-columns--two .services-columns__list {
  grid-template-columns: 1fr;
}
@media (min-width: 1366px) {
  .services-columns--two .services-columns__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sidebar__in {
  width: 250px;
}
.sidebar__text {
  font-size: 14px;
  margin-bottom: 60px;
}
.sidebar__title.title {
  margin-bottom: 20px;
}
.sidebar__social {
  display: flex;
  font-size: 0;
}
@media (min-width: 768px) {
  .sidebar__social {
    margin-bottom: 60px;
  }
}
.sidebar__social a {
  margin-right: 14px;
}
.sidebar__social a:last-of-type {
  margin-right: 0;
}
.sidebar__social a svg {
  fill: var(--dark-blue);
  transition: fill 0.3s;
}
.sidebar__social a:hover svg, .sidebar__social a:active svg, .sidebar__social a:focus svg {
  fill: var(--light-blue);
}
.sidebar__advert img {
  border-radius: 12px;
}

.site > p, .site > .wp-block-heading {
  width: calc(100% - 30px);
  max-width: var(--in-max-width);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site > p, .site > .wp-block-heading {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1024px) {
  .site > p, .site > .wp-block-heading {
    width: calc(100% - 90px);
  }
}
@media (min-width: 1366px) {
  .site > p, .site > .wp-block-heading {
    width: calc(100% - 160px);
  }
}

.splide--auto-height .splide__list {
  align-items: flex-start;
  transition: height 0.2s;
}

.split {
  width: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
  margin: 200px 0;
}
.split__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .split__in {
    flex-direction: row;
  }
}
.split__box {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .split__box {
    width: calc(50% - 60px);
  }
}
@media (min-width: 1366px) {
  .split__box {
    width: calc(50% - 130px);
  }
}
.split__box:first-of-type {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .split__box:first-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .split__box:first-of-type {
    margin-bottom: 0;
  }
}
.split__title.title {
  margin-bottom: 30px;
}
.split__video {
  overflow: hidden;
  border-radius: 15px;
}
.split__video iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 15px;
}
.split__img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .split__img {
    height: 200px;
  }
}
.split__list {
  margin: 30px 0 10px 0;
}
@media (min-width: 768px) {
  .split__list {
    margin: 60px 0 30px 0;
  }
}
.split__list--cols {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .split__list--cols {
    -moz-columns: 2;
         columns: 2;
    margin-bottom: 50px;
  }
}
.split .arrow-link {
  margin-bottom: 10px;
  align-items: flex-start;
}
.split .arrow-link:last-of-type {
  margin-bottom: 70px;
}
.split__links {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .split__links {
    margin-top: 60px;
    gap: 40px;
  }
}
.split__links .arrow-link {
  padding-left: 0;
  margin: 0;
}
.split__links .arrow-link:last-of-type {
  margin: 0;
}
.split__links--half .arrow-link {
  width: 100%;
}
@media (min-width: 1024px) {
  .split__links--half .arrow-link {
    width: calc(50% - 20px);
  }
}
.split__links--third .arrow-link {
  width: 100%;
}
@media (min-width: 1024px) {
  .split__links--third .arrow-link {
    width: calc(33.3333333333% - 20px);
  }
}
.split__title-small.title {
  margin-bottom: 24px;
}
.split__text {
  color: var(--text-gray);
  font-size: 14px;
  line-height: 2;
}
.split__text p:last-of-type {
  margin-bottom: 0;
}
.split__text--short {
  max-width: 350px;
}
.split__svg {
  width: 30px;
  height: 38px;
  margin-bottom: 20px;
  fill: var(--light-blue);
}
.split__infobox {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .split__infobox {
    margin-top: 70px;
  }
}
.split--bg {
  margin: 0;
  padding: 80px 0 0 0;
}
@media (min-width: 1366px) {
  .split--bg {
    padding: 140px 0;
  }
}
@media (min-width: 1700px) {
  .split--bg {
    padding: 200px 0;
  }
}
@media (min-width: 1024px) {
  .split--bg:before {
    content: "";
    background: var(--bg);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 1023px) {
  .split--bg .split__box:last-of-type {
    background: var(--bg);
    padding: 64px 21px;
  }
}
@media (min-width: 768px) {
  .split--service .split__box:last-of-type {
    text-align: center;
  }
  .split--service .split__box:last-of-type .split__img-logo {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .split--service .split__box:first-of-type {
    width: 65%;
    max-width: 730px;
  }
  .split--service .split__box:last-of-type {
    width: 45%;
  }
  .split--service .split__box:last-of-type .split__img-logo {
    width: 100%;
  }
}
.split--reviews {
  margin: 80px 0;
}
@media (min-width: 1024px) {
  .split--reviews {
    margin: 80px 0 0;
  }
}
.split--reviews .split__in {
  align-items: flex-start;
}
.split--reviews .split__box {
  width: 100%;
}
@media (min-width: 1024px) {
  .split--reviews .split__box {
    width: calc(50% - 60px);
    margin-bottom: 40px;
  }
}
@media (min-width: 1700px) {
  .split--reviews .split__box {
    width: calc(50% - 130px);
  }
}
@media (min-width: 1024px) {
  .split--reviews .split__box:nth-child(2) {
    padding-top: 70px;
  }
}
@media (min-width: 1366px) {
  .split--reviews .split__box:nth-child(2) {
    padding-top: 115px;
  }
}
.split--reference {
  padding: 0;
  margin: 70px 0;
}
@media (min-width: 768px) {
  .split--reference {
    margin: 80px 0;
  }
}
.split--reference .split__box:last-of-type {
  background: var(--bg);
  padding: 30px;
}
@media (min-width: 768px) {
  .split--reference .split__box:last-of-type {
    padding: 50px;
  }
}
@media (min-width: 1024px) {
  .split--reference .split__box:last-of-type {
    width: 65%;
    max-width: 1120px;
    padding: 70px 120px 60px;
  }
}
@media (min-width: 1366px) {
  .split--reference .split__box:last-of-type {
    padding: 100px 150px 80px;
  }
}
@media (min-width: 1700px) {
  .split--reference .split__box:last-of-type {
    padding: 100px 200px 80px;
  }
}
.split--smaller {
  margin: 80px 0;
}
@media (min-width: 1024px) {
  .split--smaller {
    margin: 120px 0;
  }
}
.split--border {
  padding-bottom: 70px;
  border-bottom: 1px solid var(--border-color);
}
@media (min-width: 768px) {
  .split--border {
    padding-bottom: 80px;
  }
}
@media (min-width: 1700px) {
  .split--border {
    padding-bottom: 50px;
  }
}
.split--border-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  border-bottom: 1px solid var(--border-color);
  z-index: 1;
}
@media (min-width: 1024px) {
  .split--border-bg:after {
    bottom: -145px;
  }
}

.subjects__wrapper h2 {
  margin: 0 0 15px;
}
.subjects__search {
  margin: 60px auto 120px;
  max-width: 560px;
}
.subjects__search form {
  width: 100%;
  position: relative;
}
.subjects__search form input {
  padding: 0 40px 0 80px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #BBBBBB;
  outline: none;
}
.subjects__search form input:focus {
  border-color: #05A0DC;
}
.subjects__search form svg {
  width: 18px;
  fill: #003368;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}
.subjects__group {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .subjects__group {
    margin-bottom: 70px;
  }
}
.subjects__group:last-child {
  margin: 0;
}
.subjects__list {
  margin: 0 -7px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .subjects__list {
    margin: 0;
  }
}
.subjects__column {
  margin-bottom: 15px;
  padding: 0 7px;
  width: 33.33%;
}
@media (max-width: 1400px) {
  .subjects__column {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .subjects__column {
    padding: 0;
    width: 100%;
  }
}
.subjects__item {
  padding: 0 40px;
  height: 95px;
  color: #003368;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #D7D7D7;
  text-decoration: none;
}
@media (max-width: 1800px) {
  .subjects__item {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .subjects__item {
    padding: 0 15px;
  }
}
@media (max-width: 460px) {
  .subjects__item {
    padding: 15px;
    height: auto;
    display: block;
    text-align: center;
  }
}
.subjects__item:hover {
  border-color: #05A0DC;
}
@media (min-width: 461px) {
  .subjects__item--featured {
    height: 130px;
  }
}
.subjects__item > div {
  display: block;
  flex: auto;
}
@media (max-width: 460px) {
  .subjects__item > div {
    margin: 20px auto;
  }
}
.subjects__item .icon {
  fill: #05A0DC;
  flex-shrink: 0;
}
.subjects__logo {
  margin-right: 40px;
  max-width: 100px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 460px) {
  .subjects__logo {
    margin: 0 auto;
  }
}
.subjects__note {
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 500;
}
.subjects__categories {
  margin-bottom: 60px;
  text-align: center;
}
.subjects__categories .btn {
  margin: 0 5px;
}
.subjects__cta .titlebox {
  padding: 80px 0;
  border: solid #DDDDDD;
  border-width: 1px 0;
  text-align: center;
}
@media (min-width: 1366px) {
  .subjects__cta .titlebox {
    padding: 120px 0;
  }
}
.subjects__cta .titlebox .btn {
  margin-top: 50px;
}
.subjects__map-region {
  cursor: pointer;
}
.subjects__map {
  display: none;
}
@media (min-width: 768px) {
  .subjects__map {
    display: block;
    margin-bottom: 70px;
  }
}

.subnav {
  background: linear-gradient(90.05deg, #05A0DC 0.74%, #17A7DF 89.95%);
  position: sticky;
  top: 102px;
  z-index: 5;
}
@media (min-width: 1366px) {
  .subnav {
    top: 72px;
  }
}
.admin-bar .subnav {
  top: 135px;
}
@media (min-width: 1366px) {
  .admin-bar .subnav {
    top: 104px;
  }
}
.subnav__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
}
.subnav__logo {
  font-size: 15px;
  color: var(--white);
}
.subnav__logo h1 {
  margin: 0;
}
.subnav__arrow {
  transition: transform 0.15s;
}
.subnav-is-open .subnav__arrow {
  transform: rotateX(180deg);
}
.subnav ul {
  margin: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.3s, visibility 0.3s;
  flex-direction: column;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: linear-gradient(90.05deg, #05A0DC 0.74%, #17A7DF 89.95%);
  border-top: 1px solid var(--white);
  padding: 20px 15px;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .subnav ul {
    align-items: center;
    padding: 0;
    position: relative;
    top: 0;
    flex-direction: row;
    opacity: 1;
    border: 0;
    visibility: visible;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
    width: auto;
    background: transparent;
  }
}
.subnav-is-open .subnav ul {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.subnav ul li {
  list-style-type: none;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .subnav ul li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1366px) {
  .subnav ul li {
    margin: 0 40px 0 0;
  }
}
.subnav ul li:last-of-type {
  margin: 0;
}
.subnav ul li a {
  font-weight: bold;
  font-size: var(--font-size-small);
  color: var(--white);
  text-decoration: none;
}
.subnav ul li a:hover {
  text-decoration: underline;
}

.tabs-content {
  display: none;
}
@media (min-width: 768px) {
  .tabs-content {
    display: block;
  }
}
@media (min-width: 1366px) {
  .tabs-content__wrapper {
    display: flex;
  }
}
.tabs-content__wrapper .article-tiles .article-tile {
  width: 100%;
  height: auto;
  align-items: flex-start;
}
@media (min-width: 1366px) {
  .tabs-content__wrapper .article-tiles .article-tile {
    height: 100%;
  }
}
.tabs-content__editor {
  background: var(--bg);
  padding: 50px;
}
@media (min-width: 1024px) {
  .tabs-content__editor {
    padding: 60px 160px 60px 95px;
  }
}
@media (min-width: 1366px) {
  .tabs-content__editor {
    width: 60%;
  }
}
.tabs-content__editor p {
  color: var(--text-gray);
  margin-bottom: 40px;
}
.tabs-content__editor .arrow-link {
  margin-bottom: 12px;
}
@media (min-width: 1366px) {
  .tabs-content .article-tiles {
    width: 40%;
  }
}

.tabs-nav {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tabs-nav {
    width: 30%;
    flex-shrink: 0;
    max-width: 340px;
  }
}
.tabs-nav__item {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.03em;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  padding: 0 0 30px 0;
}
@media (max-width: 767px) {
  .tabs-nav__item {
    pointer-events: none;
    position: relative;
  }
  .tabs-nav__item-link {
    pointer-events: auto;
    position: absolute;
    inset: 0;
  }
}
@media (min-width: 768px) {
  .tabs-nav__item {
    padding: 25px;
  }
}
@media (min-width: 1024px) {
  .tabs-nav__item {
    padding: 25px 50px;
  }
}
@media (min-width: 1024px) {
  .tabs-nav__item:hover, .tabs-nav__item:active, .tabs-nav__item:focus {
    background: var(--bg);
  }
}
@media (min-width: 768px) {
  .tabs-nav__item.current {
    background: var(--bg);
    color: var(--dark-blue);
  }
}
.tabs-nav__text {
  color: var(--text-gray);
  margin: 5px 0 0 0;
}
.tabs-nav__btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .tabs-nav__btn {
    margin-top: 35px;
    padding: 0 25px;
  }
}
@media (min-width: 1024px) {
  .tabs-nav__btn {
    padding: 0 50px;
  }
}

@media (min-width: 768px) {
  .tabs__wrapper {
    display: flex;
  }
}
.tabs__title.title {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .tabs__title.title {
    margin-bottom: 80px;
  }
}
@media (min-width: 1700px) {
  .tabs__title.title {
    margin-bottom: 50px;
  }
}

.tag {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--dark-blue);
  padding: 8px 17px 7px 17px;
  border-radius: 100px;
  line-height: 1;
  display: inline-flex;
}
.tag--white {
  color: var(--dark-blue);
  background: var(--white);
}
.tag--light {
  background: var(--light-blue);
}
.tag--large {
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 45px;
}

.text-image-rows {
  background-color: var(--bg);
  margin: 0;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .text-image-rows {
    padding: 148px 0 139px 0;
  }
}
.text-image-rows .in {
  max-width: 1531px;
}
.text-image-rows__title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.5%;
  letter-spacing: -1.5px;
  margin-bottom: 60px;
}
.text-image-rows__title strong {
  color: var(--light-blue);
}
.text-image-rows__rows {
  display: flex;
  flex-flow: column wrap;
  gap: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .text-image-rows__rows {
    gap: 100px;
  }
}
.text-image-rows__row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  --row-gap: 0px;
  gap: var(--row-gap);
}
@media (min-width: 1024px) {
  .text-image-rows__row--image-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1366px) {
  .text-image-rows__row {
    --row-gap: 200px;
  }
}
.text-image-rows__row img {
  box-shadow: 40px 40px 70px 0 var(--ultra-light-blue);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-image-rows__item-column {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .text-image-rows__item-column {
    width: calc(50% - var(--row-gap) / 2);
  }
}
@media (min-width: 1024px) {
  .text-image-rows__item-column--text {
    padding: 52px 52px 52px 90px;
  }
}
.text-image-rows__item-title {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.5%;
  letter-spacing: -0.625px;
  margin-bottom: 18px;
}
.text-image-rows__item-text {
  color: var(--text-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 195.5%;
}
.text-image-rows__item-text p:last-child {
  margin-bottom: 0;
}
.text-image-rows__cta {
  text-align: center;
}

.text-items {
  border-bottom: 1px solid var(--gray);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  z-index: 4;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .text-items {
    padding: 30px 0;
  }
}
.text-items--block {
  border: 0;
}
@media (min-width: 1024px) {
  .text-items--block .text-items__list {
    justify-content: center;
    gap: 80px;
  }
}
.text-items__in {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .text-items__in {
    flex-direction: row;
  }
}
.text-items__list {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  overflow: auto;
}
@media (max-width: 1023px) {
  .text-items__list {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 30px 20px;
  }
}
@media (min-width: 1024px) {
  .text-items__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 0;
    padding: 0;
  }
}
.text-items__list a, .text-items__list span {
  flex-shrink: 0;
}
.text-items__list a {
  transition: 0.3s ease transform;
}
@media (min-width: 1024px) {
  .text-items__list a:hover {
    transform: translate(0, -5px);
  }
}
.text-items__text {
  flex-shrink: 0;
  color: var(--dark-gray);
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media (min-width: 1024px) {
  .text-items__text {
    margin: 0 80px 0 0;
  }
}

.text-small, .tabs-content__editor p {
  font-size: var(--font-size-small);
  line-height: 1.6;
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
}

.title {
  margin: 0;
  font-weight: bold;
}
.title--white {
  color: var(--white);
}
.title--white span.underline:before {
  background: var(--light-blue);
}
.title--blue span {
  color: var(--light-gray);
}
.title--blue span.underline {
  color: var(--dark-blue);
}
.title--blue span.underline:before {
  background: var(--super-light-blue);
}
.title--large {
  font-size: 35px;
}
@media (min-width: 768px) {
  .title--large {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .title--large {
    font-size: 55px;
  }
}
.title--medium {
  letter-spacing: -0.03em;
  font-size: 30px;
}
@media (min-width: 768px) {
  .title--medium {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .title--medium {
    font-size: 50px;
  }
}
@media (min-width: 1700px) {
  .title--medium {
    font-size: 45px;
  }
}
.title--normal {
  font-size: 25px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .title--normal {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .title--normal {
    font-size: 35px;
    letter-spacing: -1px;
  }
}
@media (min-width: 1366px) {
  .title--normal {
    font-size: 30px;
    letter-spacing: -1px;
  }
}
.title--normal span.underline:before {
  bottom: 0;
}
.title--small {
  letter-spacing: -0.025em;
  font-size: 18px;
}
@media (min-width: 768px) {
  .title--small {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .title--small {
    font-size: 25px;
  }
}
.title--tiny {
  font-size: 18px;
}
.title--faq {
  font-size: 20px;
}

.titlebox {
  padding: 0 0 35px 0;
}
@media (min-width: 768px) {
  .titlebox {
    padding-bottom: 20px;
  }
}
.titlebox__text {
  margin: 0;
  color: var(--text-gray);
}
.titlebox__text a {
  color: var(--dark-blue);
  text-decoration: underline;
}
.titlebox__text a:hover {
  color: var(--light-blue);
}
.titlebox__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.titlebox__title.title {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .titlebox__title.title {
    margin-bottom: 25px;
  }
}
.titlebox__img {
  margin-right: 20px;
  width: 22px;
  height: auto;
}
@media (min-width: 768px) {
  .titlebox__img {
    width: 28px;
  }
}
.titlebox__box {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.titlebox__btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .titlebox__btn {
    margin-top: 0;
  }
}
.titlebox.titlebox--with-icon .titlebox__title {
  justify-content: flex-start;
}
.titlebox.titlebox--padding-top {
  padding-top: 80px;
}
.titlebox.titlebox--wider .titlebox__box {
  max-width: 950px;
}
.titlebox.titlebox--border {
  position: relative;
  padding: 80px 0 50px 0;
}
@media (min-width: 768px) {
  .titlebox.titlebox--border {
    padding: 80px 0;
  }
}
@media (min-width: 1366px) {
  .titlebox.titlebox--border {
    padding: 50px 0 20px 0;
  }
}
.titlebox.titlebox--left .titlebox__box {
  text-align: left;
  margin-left: 0;
}
.titlebox.titlebox--left .titlebox__title {
  justify-content: flex-start;
}
.titlebox.titlebox--btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .titlebox.titlebox--btn {
    align-items: center;
    flex-direction: row;
  }
}
.titlebox.titlebox--btn-center {
  flex-direction: column;
}
@media (max-width: 767px) {
  .titlebox.titlebox--mobile-left .titlebox__box {
    text-align: left;
  }
}

.togglenav__button {
  order: 3;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  display: flex;
  align-items: center;
  height: 44px;
  z-index: 550;
  outline: 0 !important;
  color: #fff;
  width: 33px;
  z-index: 10;
  margin: 0 0 0 10px;
  justify-content: center;
}
.togglenav__button:before {
  content: "";
  position: absolute;
  inset: -2px -10px;
}
@media (min-width: 1024px) {
  .togglenav__button {
    display: none;
  }
}
.togglenav__button--alt {
  color: #4888D3;
}
.togglenav__button-burger span {
  display: block;
  height: 2px;
  width: 33px;
  background-color: var(--dark-blue);
  transition: 0.3s ease all;
}
.togglenav__button-burger span:nth-child(2) {
  margin: 6px 0;
}
.nav-is-open .togglenav__button-burger span {
  color: #fff;
}
.nav-is-open .togglenav__button-burger span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 4px);
  width: 26px;
}
.nav-is-open .togglenav__button-burger span:nth-child(2) {
  opacity: 0;
}
.nav-is-open .togglenav__button-burger span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -3px);
  width: 26px;
}

.underline {
  position: relative;
  text-decoration-color: #489ED7;
  bottom: 15px;
}
.underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: -6px;
  z-index: -1;
}
@media (min-width: 768px) {
  .underline:before {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .underline {
    bottom: 20px;
  }
}
.underline span {
  position: relative;
  top: 15px;
}
@media (min-width: 768px) {
  .underline span {
    top: 20px;
  }
}

.videos {
  display: grid;
  gap: 40px;
}
@media (min-width: 1024px) {
  .videos {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.videos__item-top {
  overflow: hidden;
  border-radius: 15px;
}
.videos__item iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 15px;
}
.videos__item-data {
  margin-top: 20px;
}
.videos__item-title {
  font-size: 20px;
  font-weight: bold;
  color: #003368;
}
.videos__item-text {
  max-width: 350px;
  margin-top: 10px;
  font-size: 14px;
  color: #7B7B7B;
}
.videos__item-text p {
  margin: 0;
}

.woocommerce-page .header {
  border-bottom: 1px solid #DDD;
}
.woocommerce-page .footer {
  padding-top: 50px;
  border-top: 1px solid #DDD;
}
.woocommerce-page .cart-collaterals {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .woocommerce-page .cart-collaterals {
    margin: 0;
  }
}

.in > .woocommerce > .woocommerce-notices-wrapper {
  width: auto;
  margin-left: 0;
}

.woocommerce-notice,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 29px 15px;
  color: #7B7B7B;
  font-size: 14px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-notice:before,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-notice + * .woocommerce-inner,
.woocommerce-message + * .woocommerce-inner,
.woocommerce-info + * .woocommerce-inner,
.woocommerce-error + * .woocommerce-inner {
  margin-top: 0 !important;
}
.woocommerce-notice li,
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
  display: flex;
}
.woocommerce-notice p,
.woocommerce-message p,
.woocommerce-info p,
.woocommerce-error p {
  margin: 0;
}
.woocommerce-notice a,
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  margin: 0 6px;
  color: #05A0DC;
}
.woocommerce-notice strong,
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong {
  margin: 0 3px;
}
.woocommerce-notice .button,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  margin: 0 0 0 10px;
  padding: 10px;
  outline: 0 !important;
  background: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s, background 0.3s;
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  font-size: 14px;
  letter-spacing: -0.025em;
  line-height: 1;
  order: 2;
}
.woocommerce-notice .button:hover, .woocommerce-notice .button:active, .woocommerce-notice .button:focus,
.woocommerce-message .button:hover,
.woocommerce-message .button:active,
.woocommerce-message .button:focus,
.woocommerce-info .button:hover,
.woocommerce-info .button:active,
.woocommerce-info .button:focus,
.woocommerce-error .button:hover,
.woocommerce-error .button:active,
.woocommerce-error .button:focus {
  color: var(--white);
  background: var(--light-blue);
}
.woocommerce-notice a.button,
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
  margin: 0 6px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--light-blue) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: underline !important;
}
.woocommerce-notice a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover {
  text-decoration: none !important;
}

.woocommerce-notice--success,
.woocommerce-message {
  background: #E8FFD1;
}

.woocommerce-info {
  background: #FFFAE9;
}

.woocommerce-error {
  background: #FCDFDB;
}

@media (min-width: 961px) {
  .woocommerce .col2-set {
    display: flex;
  }
}
@media (min-width: 961px) {
  .woocommerce .col2-set .col-1 {
    margin-right: 60px;
    flex: auto;
  }
}
@media (min-width: 961px) {
  .woocommerce .col2-set .col-2 {
    width: 460px;
  }
}
.woocommerce .woocommerce-inner {
  margin: 60px auto;
}
.woocommerce .woocommerce-login-form-wrapper {
  margin: auto;
  width: 640px;
  max-width: 100%;
  font-size: 14px;
}
.woocommerce .woocommerce-login-form-wrapper a {
  color: #05A0DC;
}
.woocommerce .woocommerce-login-form-wrapper header {
  padding-top: 80px;
  text-align: center;
}
.woocommerce .woocommerce-login-form-wrapper .woocommerce-form-login {
  margin: 80px 0;
  padding: 0;
  border: 0;
}
.woocommerce form .form-row,
.woocommerce .woocommerce-form-row {
  margin-bottom: 30px;
  padding: 0;
}
.woocommerce form .form-row:last-child,
.woocommerce .woocommerce-form-row:last-child {
  margin-bottom: 0;
}
.woocommerce form .form-row label,
.woocommerce .woocommerce-form-row label {
  margin: 0 0 10px;
  line-height: 1;
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 700;
  display: block;
  cursor: pointer;
}
.woocommerce form .form-row label span,
.woocommerce .woocommerce-form-row label span {
  color: #DA2E2E;
}
.woocommerce form .form-row label .optional,
.woocommerce .woocommerce-form-row label .optional {
  display: none;
}
.woocommerce form .form-row em,
.woocommerce .woocommerce-form-row em {
  margin-top: 5px;
  color: #7B7B7B;
  font-size: 14px;
  display: block;
}
.woocommerce form .form-row legend,
.woocommerce .woocommerce-form-row legend {
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}
.woocommerce form .form-row .input-text,
.woocommerce .woocommerce-form-row .input-text {
  padding: 0 20px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border: 1px solid #BBBBBB;
  transition: 0.3s ease border-color;
  border-radius: 0;
  outline: 0;
}
.woocommerce form .form-row .input-text[readonly],
.woocommerce .woocommerce-form-row .input-text[readonly] {
  background: #F6F6F6;
}
.woocommerce form .form-row .input-text:hover, .woocommerce form .form-row .input-text:focus,
.woocommerce .woocommerce-form-row .input-text:hover,
.woocommerce .woocommerce-form-row .input-text:focus {
  border-color: var(--light-blue);
}
.woocommerce .input-text {
  padding: 0 20px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border: 1px solid #BBBBBB;
  transition: 0.3s ease border-color;
  border-radius: 0;
  outline: 0;
}
.woocommerce .input-text[readonly] {
  background: #F6F6F6;
}
.woocommerce .input-text:hover, .woocommerce .input-text:focus {
  border-color: var(--light-blue);
}
.woocommerce textarea.input-text {
  padding: 20px;
  height: 140px !important;
  line-height: 1.5;
}
.woocommerce .woocommerce-form-footer {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-form-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.woocommerce .woocommerce-form-footer .lost_password {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-form-footer .lost_password {
    margin: 0 0 0 50px;
  }
}
.woocommerce .woocommerce-button {
  border: 0;
  padding: 0;
  outline: 0 !important;
  background: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s, background 0.3s;
}
.woocommerce .lost_reset_password {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .woocommerce .lost_reset_password {
    margin: 80px 0;
  }
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-row {
    margin-bottom: 100px;
    display: flex;
  }
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-row .woocommerce-cart-form {
    margin-right: 5%;
    width: 60%;
  }
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table {
  color: #7B7B7B;
  border: 0;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table thead {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table thead th {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table tbody {
  font-size: 14px;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table tbody td {
  padding: 20px;
  border: 0;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table tbody td a.remove {
  color: #E71010 !important;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table tbody td a.remove:hover {
  background: #E71010;
  color: #fff !important;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table tbody td .quantity .qty {
  padding: 0;
  width: 90px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #BBBBBB;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .shop_table .actions .btn {
  display: none;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .coupon {
  margin-top: 100px;
  padding: 40px 0 60px;
  border: solid #DDDDDD;
  border-width: 1px 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-row .woocommerce-cart-form .coupon {
    margin-top: 100px;
    padding: 40px 0 60px;
  }
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .coupon .title {
  margin: 0 0 28px;
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .coupon__inner {
  margin: auto;
  width: 540px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .coupon__inner .input-text {
  margin-right: 5px;
}
.woocommerce .woocommerce-cart-row .woocommerce-cart-form .coupon__inner .btn {
  height: 70px;
  line-height: 70px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-row .cart-collaterals {
    width: 35%;
  }
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals {
  padding: 50px 35px;
  width: 100%;
  background: #E8F9FF;
  float: none;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals h2 {
  margin: 0;
  font-size: 18px;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .shop_table {
  margin: 20px 0;
  color: #7B7B7B;
  font-size: 14px;
  border: 0;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .shop_table tr {
  border-bottom: 1px solid #DDDDDD;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .shop_table tr:last-child {
  border-bottom: 0;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .shop_table th {
  padding: 20px 10px;
  font-size: 14px;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .shop_table td {
  padding: 20px 10px;
  text-align: right;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .shop_table td strong {
  font-weight: 500;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce .woocommerce-cart-row .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn {
  min-width: 80%;
  margin-top: 10px;
}
.woocommerce .woocommerce-checkout {
  margin-bottom: 100px;
}
.woocommerce .woocommerce-checkout h3 {
  margin: 0 0 20px;
  font-size: 18px;
}
.woocommerce .woocommerce-checkout #billing_dic_dph_field {
  display: none !important;
}
.woocommerce .woocommerce-checkout .woocommerce-error {
  flex-direction: column;
}
.woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text p {
  color: #515151;
  font-size: 14px;
  font-weight: normal;
}
.woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: var(--text-color-default);
}
.woocommerce .woocommerce-checkout input.fake-disabled {
  pointer-events: none;
  background: #F6F6F6;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review, .woocommerce .woocommerce-checkout #payment {
  padding: 30px 20px;
  margin-top: 25px;
  background: #E8F9FF;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-checkout .woocommerce-checkout-order-review, .woocommerce .woocommerce-checkout #payment {
    padding: 50px 35px;
    margin: 0;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table, .woocommerce .woocommerce-checkout #payment .shop_table {
  margin: 20px 0 0;
  color: #7B7B7B;
  font-size: 14px;
  border: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table tr, .woocommerce .woocommerce-checkout #payment .shop_table tr {
  border-bottom: 1px solid #DDDDDD;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table tr:last-child, .woocommerce .woocommerce-checkout #payment .shop_table tr:last-child {
  border-bottom: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table th, .woocommerce .woocommerce-checkout #payment .shop_table th {
  padding: 20px 10px;
  font-size: 14px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table th:last-child, .woocommerce .woocommerce-checkout #payment .shop_table th:last-child {
  text-align: right;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table td, .woocommerce .woocommerce-checkout #payment .shop_table td {
  padding: 20px 10px;
  font-weight: 500 !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table td:last-child, .woocommerce .woocommerce-checkout #payment .shop_table td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-order-review .shop_table td strong, .woocommerce .woocommerce-checkout #payment .shop_table td strong {
  font-weight: 500;
}
.woocommerce .woocommerce-checkout .payment_box {
  background: transparent !important;
}
.woocommerce .woocommerce-checkout .payment_box:before {
  content: none !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment {
  background: transparent;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul li {
  padding: 25px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul li:first-child {
  border-top: 1px solid #DDDDDD;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul li:last-child {
  border-bottom: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul li label {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  color: #7B7B7B;
  font-size: 14px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul li .payment_box {
  margin: 25px 0 0;
  padding: 0;
  background: transparent;
  font-size: 14px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul li .payment_box:before {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .form-row.place-order {
  padding: 1em 0;
}
.woocommerce form.checkout_coupon {
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
}
.woocommerce form.checkout_coupon .button {
  padding: 0 15px;
  outline: 0 !important;
  background: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s, background 0.3s;
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  font-size: 14px;
  letter-spacing: -0.025em;
  height: 70px;
  line-height: 70px;
  order: 2;
}
.woocommerce form.checkout_coupon .button:hover, .woocommerce form.checkout_coupon .button:active, .woocommerce form.checkout_coupon .button:focus {
  color: var(--white);
  background: var(--light-blue);
}
.woocommerce .select2-container--default .select2-selection--single {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .woocommerce-MyAccount-navigation {
  margin: 80px 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  border-color: #05A0DC;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 25px;
  min-width: 220px;
  color: #003368;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  display: inline-flex;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  border-color: #05A0DC;
}
.woocommerce .woocommerce-MyAccount-content {
  margin: 80px 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content {
    width: 78%;
  }
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
  border: 0;
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr {
  border: 0px !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  padding: 25px 10px;
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
  color: #7B7B7B;
  font-size: 14px;
  padding: 25px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td a {
  color: #05A0DC;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td a.button {
  padding: 0;
  background: transparent;
  font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details,
  .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    width: 80%;
  }
}
.woocommerce .woocommerce-MyAccount-content form .btn {
  margin-top: 40px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-button {
  margin-right: 15px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: block;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  float: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
  margin-top: 40px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
  color: #05A0DC;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  padding: 30px;
  line-height: 1.4;
  background: #E8F9FF;
  color: #7B7B7B;
  font-size: 14px;
  border: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-order-overview {
  display: none;
}
.woocommerce .woocommerce-order p {
  text-align: center;
}
.woocommerce .woocommerce-bacs-bank-details {
  text-align: center;
}
.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details {
  margin: auto;
  padding: 0;
  display: inline-block;
}
.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-order-details {
  margin: 80px auto;
  width: 870px;
  max-width: 100%;
}
.woocommerce .woocommerce-order-details h2 {
  margin: 0 0 30px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-order-details h2 {
    font-size: 40px;
  }
}
.woocommerce .woocommerce-order-details table {
  padding: 10px 30px;
  background: #E8F9FF;
  border: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-order-details table th {
  padding: 25px 10px;
  font-size: 14px;
}
.woocommerce .woocommerce-order-details table th:nth-child(2) {
  text-align: right;
}
.woocommerce .woocommerce-order-details table td {
  padding: 25px 10px;
  font-size: 14px;
}
.woocommerce .woocommerce-order-details table td:nth-child(2) {
  text-align: right;
}
.woocommerce .woocommerce-order-details table td ul {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-order-details table td a {
  color: #05A0DC;
  text-decoration: none;
}
.woocommerce .woocommerce-order-details table td a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-order-details table tbody td,
.woocommerce .woocommerce-order-details table tfoot td {
  font-weight: 500;
}
.woocommerce .woocommerce-customer-details {
  margin: 0 auto 80px;
  width: 870px;
  max-width: 100%;
}
.woocommerce .woocommerce-customer-details h2 {
  margin: 0 0 30px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-customer-details h2 {
    font-size: 40px;
  }
}
.woocommerce .woocommerce-customer-details table {
  margin-bottom: 80px;
  padding: 10px 30px;
  background: #E8F9FF;
  border: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-customer-details table th {
  padding: 25px 10px;
  font-size: 14px;
}
.woocommerce .woocommerce-customer-details table td {
  padding: 25px 10px;
  font-size: 14px;
  text-align: right;
}
.woocommerce .woocommerce-customer-details table tbody td,
.woocommerce .woocommerce-customer-details table tfoot td {
  font-weight: 500;
}
.woocommerce .woocommerce-customer-details address {
  padding: 30px;
  line-height: 1.4;
  background: #E8F9FF;
  color: #7B7B7B;
  font-size: 14px;
  border: 0;
  border-radius: 0;
}

.select2-results__option {
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
}

.checkout-form-login-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .checkout-form-login-row {
    display: block;
  }
}
.checkout-form-login-row .form__checkbox {
  margin: 0 30px;
}
@media (max-width: 600px) {
  .checkout-form-login-row .form__checkbox {
    margin: 20px 0;
  }
}
.checkout-form-login-row .lost_password {
  margin: 0;
  font-size: 14px;
}
.checkout-form-login-row .lost_password a {
  color: #05A0DC;
}

body.woocommerce form .show-password-input::after,
body.woocommerce-page form .show-password-input::after {
  font-size: 12px;
}

@media (min-width: 768px) {
  .wpify-woo-ic-dic__company_field {
    float: right;
    width: 47%;
  }
}
.wpify-woo-ic-dic__company_field #wpify-woo-icdic__ares-submit {
  outline: 0 !important;
  background: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s, background 0.3s;
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  font-size: 14px;
  letter-spacing: -0.025em;
  line-height: 1;
  padding: 28px 35px;
  width: 100%;
}
@media (min-width: 768px) {
  .wpify-woo-ic-dic__company_field #wpify-woo-icdic__ares-submit {
    float: left;
    margin-top: 23px;
  }
}

#billing_company_field {
  clear: left;
}

#billing_ic_field {
  float: none !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  #billing_ic_field {
    float: left !important;
    width: 47% !important;
  }
}

#billing_dic_field {
  width: 100% !important;
}
@media (min-width: 768px) {
  #billing_dic_field {
    width: 47% !important;
  }
}

.wc-block-components-notice-banner__content {
  font-size: 14px;
}

@media (min-width: 768px) {
  .woocommerce-account:not(.my-account-main) .woocommerce {
    display: flex;
  }
}
.my-account__dashboard {
  padding: 0 60px;
}

.workflow__title.title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .workflow__title.title {
    margin-bottom: 30px;
  }
}
.workflow__list {
  display: grid;
  margin-bottom: 70px;
  gap: 20px;
}
@media (min-width: 768px) {
  .workflow__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .workflow__list {
    gap: 45px;
  }
}
.workflow__text {
  margin: 0;
  color: var(--text-gray);
  max-width: 450px;
}
@media (min-width: 768px) {
  .workflow--3row .workflow__list {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}
@media (min-width: 1366px) {
  .workflow--3row .workflow__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .workflow--2row .workflow__list {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

.wp-block-columns {
  width: calc(100% - 30px);
  max-width: var(--in-max-width);
  margin: 30px auto;
  gap: 40px;
}
@media (min-width: 768px) {
  .wp-block-columns {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1024px) {
  .wp-block-columns {
    width: calc(100% - 90px);
    gap: 80px;
  }
}
@media (min-width: 1366px) {
  .wp-block-columns {
    width: calc(100% - 160px);
  }
}
.wp-block-columns .in:not(.in--blocks-padding) {
  width: 100%;
  max-width: none;
}

/*# sourceMappingURL=style-plugin.css.map*/