/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  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:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

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

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

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

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

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

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

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

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

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

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

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

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

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

#footer .footer-bottom .columns-block .link-list, #footer .footer-bottom .columns-block .social-list, #footer .footer-main .columns-links__column .link-list, .marquee__list, #header .header-main .menu-list, #header .header-main .menu-list ul,
#header .header-main .hs-menu-wrapper > ul[role=menu],
#header .header-main .hs-menu-wrapper > ul[role=menu] ul, #header .header-top__list, form .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

body {
  background: #fff;
  color: #000;
  font: 400 16px/1.3 "Metric", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 1.67em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 0.5em;
  color: inherit;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 15px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: inherit;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

form {
  display: flex;
  gap: 22px;
  margin-bottom: 30px;
}
@media (width >= 768px) {
  form .hs-form-field {
    width: calc(73.57% - 11px);
  }
}
form .hs-form-field input {
  width: 100%;
}
@media (width >= 768px) {
  form .hs-submit {
    width: auto;
  }
}
form .hs-submit .hs-button {
  transition: background 0.2s 0s ease-in-out, color 0.2s 0s ease-in-out;
  position: relative;
  background: #C5202A;
  display: inline-block;
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #C5202A;
  min-width: 100px;
  text-decoration: none;
}
form .hs-submit .hs-button:hover {
  background: #fff;
  color: #C5202A;
}
form .hs-error-msgs {
  color: #C5202A;
  font-size: 11px;
  padding: 5px;
}
@media (width >= 480px) {
  form .hs-error-msgs {
    font-size: 14px;
  }
}
form .hs_error_rollup {
  display: none;
}

@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-thin-italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-medium-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-semibold-italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/metric-black-italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/icomoon.eot?yhig2o");
  src: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/icomoon.eot?yhig2o#iefix") format("embedded-opentype"), url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/icomoon.ttf?yhig2o") format("truetype"), url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/icomoon.woff?yhig2o") format("woff"), url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%202026/Landings/fonts/icomoon.svg?yhig2o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

:root {
  --header-height: 70px;
}
@media (width >= 1024px) {
  :root {
    --header-height: 100px;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  isolation: isolate;
  z-index: 9999;
  background: #fff;
}
#header .header-top {
  background: #F5F4F0;
  font-weight: 500;
  padding: 10px 0;
}
@media (width >= 480px) {
  #header .header-top {
    font-size: 18px;
  }
}
#header .header-top a {
  transition: color 0.2s 0s ease-in-out;
  text-decoration: none;
}
#header .header-top a:hover {
  color: #C5202A;
}
#header .header-top__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
@media (width >= 480px) {
  #header .header-top__list {
    justify-content: flex-end;
    gap: 0 30px;
  }
}
#header .header-top__list .login a {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
#header .header-top__list .login a:hover {
  color: #C5202A;
}
#header .header-top__list .login a .ico {
  font-size: 22px;
}
#header .header-top__list .language a {
  width: 62px;
  height: 34px;
  transition: background 0.2s 0s ease-in-out, color 0.2s 0s ease-in-out, border 0.2s 0s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  padding: 0 30px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 30px;
}
#header .header-top__list .language a:hover {
  background: #C5202A;
  color: #fff;
  border: 1px solid #C5202A;
}
#header .header-top__list .language a .ico {
  font-size: 18px;
}
#header .header-top__list .search a {
  width: 36px;
  height: 36px;
  transition: background 0.2s 0s ease-in-out;
  background: #C5202A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  font-size: 14px;
}
#header .header-top__list .search a:hover {
  background: rgb(161.9013100437, 26.2986899563, 34.5170305677);
}
#header .header-main .grid {
  height: var(--header-height);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 0 30px;
  grid-template-areas: "logo opener";
}
@media (width >= 480px) {
  #header .header-main .grid {
    grid-template-columns: 1fr repeat(2, auto);
    grid-template-areas: "logo btns opener";
  }
}
@media (width >= 1024px) {
  #header .header-main .grid {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo menu btns";
  }
}
#header .header-main .grid__area--logo {
  grid-area: logo;
}
#header .header-main .grid__area--opener {
  grid-area: opener;
}
#header .header-main .grid__area--menu {
  grid-area: menu;
}
#header .header-main .grid__area--socials {
  grid-area: socials;
}
#header .header-main .grid__area--additional {
  grid-area: additional;
}
#header .header-main .grid__area--btns {
  grid-area: btns;
}
@media (width >= 1024px) {
  #header .header-main .grid__area--mobile {
    display: none !important;
  }
}
@media (width < 1024px) {
  #header .header-main .grid__area--desktop {
    display: none !important;
  }
}
#header .header-main .nav-bar {
  display: contents;
}
#header .header-main .nav-bar__opener {
  transition: background 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
  width: 45px;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C5202A;
  text-indent: -9999px;
}
#header .header-main .nav-bar__opener .line {
  width: 50%;
  height: 2px;
  transition: inherit;
  position: relative;
  display: block;
  background: #fff;
}
#header .header-main .nav-bar__opener .line:before, #header .header-main .nav-bar__opener .line:after {
  width: 100%;
  height: 100%;
  transition: inherit;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
}
#header .header-main .nav-bar__opener .line:after {
  top: 6px;
}
#header .header-main .nav-bar__drop {
  display: contents;
}
@media (width < 1024px) {
  #header .header-main .nav-bar__drop {
    transition: opacity 0.2s 0s ease-in-out, inset 0s 0.2s ease-in-out;
    display: block;
    position: absolute;
    inset: 0 100% calc(-100dvh + var(--header-height)) -100%;
    background: #fff;
    padding: calc(var(--header-height) + 54px) var(--_padding-inline) 30px;
    overflow-y: auto;
    opacity: 0;
    z-index: -1;
  }
}
#header .header-main .nav-bar--active .nav-bar__opener {
  background: #000;
}
#header .header-main .nav-bar--active .nav-bar__opener .line {
  background: transparent;
}
#header .header-main .nav-bar--active .nav-bar__opener .line:before {
  background: #fff;
  transform: translate(0, 6px) rotate(-135deg);
}
#header .header-main .nav-bar--active .nav-bar__opener .line:after {
  background: #fff;
  transform: translate(0, -6px) rotate(135deg);
}
@media (width < 1024px) {
  #header .header-main .nav-bar--active .nav-bar__drop {
    transition: opacity 0.2s 0s ease-in-out, inset 0s 0s ease-in-out;
    inset-inline: 0;
    opacity: 1;
  }
}
#header .header-main .menu-list a,
#header .header-main .hs-menu-wrapper > ul[role=menu] a {
  transition: color 0.2s 0s ease-in-out;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (width >= 1024px) {
  #header .header-main .menu-list a:after,
  #header .header-main .hs-menu-wrapper > ul[role=menu] a:after {
    transition: width 0.2s 0s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #C5202A;
    border-radius: 50px;
  }
  #header .header-main .menu-list a:hover,
  #header .header-main .hs-menu-wrapper > ul[role=menu] a:hover {
    color: #C5202A;
  }
  #header .header-main .menu-list a:hover:after,
  #header .header-main .hs-menu-wrapper > ul[role=menu] a:hover:after {
    width: 100%;
  }
}
#header .header-main .menu-list a:hover,
#header .header-main .hs-menu-wrapper > ul[role=menu] a:hover {
  color: #C5202A;
}
#header .header-main .menu-list a[href="javascript:;"], #header .header-main .menu-list a[href="#"], #header .header-main .menu-list a[href=""],
#header .header-main .hs-menu-wrapper > ul[role=menu] a[href="javascript:;"],
#header .header-main .hs-menu-wrapper > ul[role=menu] a[href="#"],
#header .header-main .hs-menu-wrapper > ul[role=menu] a[href=""] {
  text-decoration: none;
}
@media (width < 1024px) {
  #header .header-main .menu-list .hs-menu-depth-1,
  #header .header-main .menu-list .menu-depth-1,
  #header .header-main .hs-menu-wrapper > ul[role=menu] .hs-menu-depth-1,
  #header .header-main .hs-menu-wrapper > ul[role=menu] .menu-depth-1 {
    font-size: 22px;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #000;
  }
}
@media (width >= 1024px) {
  #header .header-main .menu-list,
  #header .header-main .hs-menu-wrapper > ul[role=menu] {
    display: flex;
    justify-content: flex-end;
  }
  #header .header-main .menu-list .hs-menu-depth-1,
  #header .header-main .menu-list .menu-depth-1,
  #header .header-main .hs-menu-wrapper > ul[role=menu] .hs-menu-depth-1,
  #header .header-main .hs-menu-wrapper > ul[role=menu] .menu-depth-1 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
  }
  #header .header-main .menu-list .hs-menu-depth-1 > a,
  #header .header-main .menu-list .menu-depth-1 > a,
  #header .header-main .hs-menu-wrapper > ul[role=menu] .hs-menu-depth-1 > a,
  #header .header-main .hs-menu-wrapper > ul[role=menu] .menu-depth-1 > a {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media (width >= 1200px) {
  #header .header-main .menu-list,
  #header .header-main .hs-menu-wrapper > ul[role=menu] {
    gap: 0 20px;
  }
}
#header .header-main .grid__area--additional {
  margin-top: 30px;
}

::selection {
  background: #000;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding: calc(var(--header-height, 0px) + 30px);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

footer {
  margin-top: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 600;
}

h1 {
  font-size: clamp(37px, 5vw, 72px);
}

h2 {
  font-size: clamp(32px, 2.778vw, 56px);
}

h3 {
  font-size: clamp(28px, 2.5vw, 48px);
}

h4 {
  font-size: clamp(32px, 2.223vw, 42px);
}

h5 {
  font-size: clamp(22px, 2.5vw, 36px);
}

h6 {
  font-size: clamp(20px, 1.667vw, 30px);
}

.logo {
  display: block;
  max-width: 180px;
}
@media (width >= 1024px) {
  .logo {
    max-width: 243px;
  }
}
.logo a, .logo svg, .logo img {
  display: block;
  width: 100%;
}

.btn {
  transition: background 0.2s 0s ease-in-out, color 0.2s 0s ease-in-out;
  position: relative;
  background: #C5202A;
  display: inline-block;
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #C5202A;
  min-width: 100px;
  text-decoration: none;
}
.btn:hover {
  background: #fff;
  color: #C5202A;
}
.btn--transparent {
  background: transparent;
  color: #C5202A;
}
.btn--transparent:hover {
  background: #C5202A;
  color: #fff;
}
.btn--black-transparent {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn--black-transparent:hover {
  background: #000;
  color: #fff;
}
.btn--black {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn--black:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (width >= 1024px) {
  .btn--large {
    font-size: 22px;
    padding: 18px 30px;
  }
}

.btn-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.heading {
  margin: 0 auto 30px;
}
@media (width >= 768px) {
  .heading {
    font-size: 20px;
    margin: 0 auto 60px;
  }
}
@media (width >= 1024px) {
  .heading {
    font-size: 24px;
    margin: 0 auto 90px;
  }
}

.card {
  height: 100%;
  border-radius: 25px;
  padding: 15px;
}
@media (width >= 768px) {
  .card {
    padding: 30px;
  }
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1em;
}
.card__img {
  border-radius: 30px;
  overflow: hidden;
}
.card__img img {
  width: 100%;
}
.card__content {
  padding: 20px 0 0;
}
.card__title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}
@media (width >= 768px) {
  .card__title {
    font-size: 24px;
  }
}
.card--purple {
  background: #E7DEF8;
}
.card--green {
  background: #D4ECE1;
}
.card--blue {
  background: #DBEEFF;
}

.container {
  --_design-width: 1440;
  --_container-width: 1320;
  --_padding-inline-mobile: 20;
  --_padding-inline-desktop: 60;
  --_padding-inline: calc(var(--_padding-inline-mobile) * 1px);
  padding-inline: var(--_padding-inline);
}
@media (width >= 768px) {
  .container {
    --_padding-inline: max(
    calc(var(--_padding-inline-desktop) / var(--_design-width) * 100%),
    calc(50% - (var(--_container-width) * 1px / 2))
    );
  }
}

.columns {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
}
@media (width >= 768px) {
  .columns {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
  }
}
@media (width >= 768px) {
  .columns__column {
    width: calc(50% - 30px);
  }
}
.columns__column--img {
  border-radius: 35px;
}
@media (width >= 768px) {
  .columns--reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 768px) {
  .columns--center {
    align-items: center;
  }
}
.columns--variable-width .columns__column {
  width: 100%;
}
@media (width >= 768px) {
  .columns--variable-width .columns__column--flex {
    flex: 1;
  }
}
@media (width >= 768px) {
  .columns--variable-width .columns__column--width {
    width: calc(var(--_column-width) * 100% / var(--_container-width));
  }
}
.columns--three {
  align-items: flex-start;
  gap: 30px;
}
@media (width >= 1024px) {
  .columns--three .columns__column {
    width: calc(33.333% - 20px);
  }
}
.columns--four {
  gap: 30px;
}
@media (width >= 480px) {
  .columns--four {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (width >= 480px) {
  .columns--four .columns__column {
    width: calc(50% - 15px);
  }
}
@media (width >= 1024px) {
  .columns--four .columns__column {
    width: calc(25% - 22.5px);
  }
}
.columns .btn-block {
  gap: 10px;
}

.divider {
  border-bottom: 1px solid #D9D9D9;
}

.hero {
  position: relative;
}
.hero__description {
  max-width: 700px;
  margin: 0 auto 30px;
}

.media {
  overflow: hidden;
}
.media--30-radius {
  border-radius: 30px;
}
.media--35-radius {
  border-radius: 35px;
}
.media--40-radius {
  border-radius: 40px;
}

.img-holder {
  overflow: hidden;
}
.img-holder--30-radius {
  border-radius: 30px;
}
.img-holder--35-radius {
  border-radius: 35px;
}
.img-holder--40-radius {
  border-radius: 40px;
}

.post-block {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.post-block .btn-block {
  justify-content: center;
}

.awards-block {
  text-align: center;
}
.awards-block .heading {
  margin: 0 0 30px;
}
@media (width >= 768px) {
  .awards-block .heading {
    margin: 0 0 50px;
  }
}
.awards-block .splide {
  max-width: 280px;
}
@media (width >= 768px) {
  .awards-block .splide {
    max-width: 590px;
  }
}
@media (width >= 1024px) {
  .awards-block .splide {
    max-width: 890px;
  }
}
.awards-block .splide__list:not(:has(.splide__slide:nth-child(2))) {
  justify-content: center;
}
.awards-block .splide__list:not(:has(.splide__slide:nth-child(2))) .splide__slide {
  margin: 0 !important;
}
@media (width >= 768px) {
  .awards-block .splide__list:not(:has(.splide__slide:nth-child(4))) {
    justify-content: center;
  }
}
@media (width >= 1024px) {
  .awards-block .splide__list:not(:has(.splide__slide:nth-child(6))) {
    justify-content: center;
  }
}

.pre-heading {
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 50px;
}
@media (width >= 1024px) {
  .marquee {
    margin: 0 0 90px;
  }
}
.marquee__list {
  display: flex;
  gap: 20px;
  width: max-content;
  justify-content: center;
  margin: 0 auto 30px;
}
@media (width >= 768px) {
  .marquee__list {
    margin: 0 auto 60px;
  }
}
.marquee__list li {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
}
@media (width >= 768px) {
  .marquee__list li {
    width: 180px;
    height: 180px;
  }
}
.marquee__list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.marquee__list.is-animated {
  justify-content: flex-start;
  animation: scrollMarquee 30s linear infinite;
}
.marquee__list.is-animated:hover {
  animation-play-state: paused;
}
.marquee .btn-block {
  justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
}
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.splide {
  max-width: 800px;
  margin: 0 auto;
}
.splide h1, .splide h2, .splide h3, .splide h4, .splide h5, .splide h6 {
  line-height: 1.19;
  margin: 0 0 0.78em;
}
.splide h1 b, .splide h1 strong, .splide h2 b, .splide h2 strong, .splide h3 b, .splide h3 strong, .splide h4 b, .splide h4 strong, .splide h5 b, .splide h5 strong, .splide h6 b, .splide h6 strong {
  font-weight: 500;
}
.splide__slide {
  text-align: center;
}
.splide__slide .slide-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media (width >= 768px) {
  .splide__slide .slide-img {
    width: 150px;
    height: 150px;
  }
}
.splide__slide .slide-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.splide__slide .slide-post {
  padding: 30px;
}
.splide__slide .slide-post .name {
  font-weight: 600;
  font-size: 18px;
}
.splide__slide .slide-post .btn-block {
  justify-content: center;
  margin: 30px 0 15px;
}
.splide__arrow {
  width: 50px;
  height: 50px;
  transition: background 0.2s 0s ease-in-out;
  border: none;
  border-radius: 50%;
  outline: none;
  background: none;
  opacity: 1;
  top: unset;
  bottom: -15px;
}
.splide__arrow:hover {
  background: #C5202A;
}
.splide__arrow:hover svg path {
  fill: #fff;
}
.splide__arrow svg {
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 0.1em;
}
.splide__arrow svg path {
  transition: fill 0.2s 0s ease-in-out;
  fill: #C5202A;
}
.splide__arrow--prev {
  left: 50%;
  transform: translateX(calc(-50% - 120px));
}
.splide__arrow--prev svg {
  transform: scaleX(1);
  margin-right: 0.1em;
}
@media (width >= 768px) {
  .splide__arrow--prev {
    transform: translateX(calc(-50% - 195px));
  }
}
.splide__arrow--next {
  left: 50%;
  transform: translateX(calc(-50% + 120px));
}
.splide__arrow--next svg {
  transform: scaleX(-1);
  margin-right: -0.1em;
}
@media (width >= 768px) {
  .splide__arrow--next {
    transform: translateX(calc(-50% + 195px));
  }
}
.splide__pagination {
  position: static;
  gap: 0 20px;
  margin-top: 18px;
}
.splide__pagination__page {
  width: 15px;
  height: 15px;
  background: #D9D9D9;
  margin: 0;
  opacity: 1;
}
.splide__pagination .is-active {
  background: #C5202A;
  opacity: 1;
  transform: none;
}

.resources__img {
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.resources__post h1, .resources__post h2, .resources__post h3, .resources__post h4, .resources__post h5, .resources__post h6 {
  line-height: 1.2;
}
.resources__post h1 b, .resources__post h1 strong, .resources__post h2 b, .resources__post h2 strong, .resources__post h3 b, .resources__post h3 strong, .resources__post h4 b, .resources__post h4 strong, .resources__post h5 b, .resources__post h5 strong, .resources__post h6 b, .resources__post h6 strong {
  font-weight: 500;
}

.resources-category {
  display: inline-block;
  background: #E7DEF8;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 15px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.number {
  display: block;
  font-weight: 600;
  font-size: clamp(36px, 6.67vw, 96px);
  line-height: 1;
  margin: 0 0 10px;
}

.breadcrumb {
  margin: 35px 0 40px;
}
.breadcrumb a {
  text-decoration: none;
}

.hs_cos_wrapper_widget_container > .hs_cos_wrapper:first-child section,
.hs_cos_wrapper_widget_container > .hs_cos_wrapper:first-child section,
#main > section:first-child {
  padding-top: 50px;
}
@media (width >= 1024px) {
  .hs_cos_wrapper_widget_container > .hs_cos_wrapper:first-child section,
  .hs_cos_wrapper_widget_container > .hs_cos_wrapper:first-child section,
  #main > section:first-child {
    padding-top: 90px;
  }
}

section {
  --_mobile-offset: 50px;
  margin-bottom: var(--_mobile-offset);
}
@media (width >= 768px) {
  section {
    --_mobile-offset: 60px;
  }
}
@media (width >= 1024px) {
  section {
    --_mobile-offset: var(--_desktop-offset, 0px);
  }
}
section :where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote):last-child {
  margin-bottom: 0;
}
section[class*="--bg"] {
  padding-block: var(--_mobile-offset);
}
@media (width >= 768px) {
  section[class*="--bg"] {
    padding-block: 60px;
  }
}
section[class*="--bg-red"] {
  background: #C5202A;
  color: #fff;
}
section[class*="--bg-gray"] {
  background: #F0EEE9;
}
section[class*="--bg-gray"] .splide__arrow:hover {
  background: #415F51;
}
section[class*="--bg-gray"] .splide__arrow:hover svg path {
  fill: #fff;
}
section[class*="--bg-gray"] .splide__arrow svg path {
  fill: #415F51;
}
section[class*="--bg-gray"] .splide__pagination__page {
  background: #929292;
}
section[class*="--bg-gray"] .splide__pagination .is-active {
  background: #000;
}
section[class*="--bg-purple"] {
  background: #E7DEF8;
}
section[class*="--bg-purple"] .splide__arrow:hover {
  background: #693967;
}
section[class*="--bg-purple"] .splide__arrow:hover svg path {
  fill: #fff;
}
section[class*="--bg-purple"] .splide__arrow svg path {
  fill: #693967;
}
section[class*="--bg-purple"] .splide__pagination__page {
  background: #BEABEF;
}
section[class*="--bg-purple"] .splide__pagination .is-active {
  background: #693967;
}
section[class*="--bg-green"] {
  background: #D4ECE1;
}
section[class*="--bg-green"] .splide__arrow:hover {
  background: #415F51;
}
section[class*="--bg-green"] .splide__arrow:hover svg path {
  fill: #fff;
}
section[class*="--bg-green"] .splide__arrow svg path {
  fill: #415F51;
}
section[class*="--bg-green"] .splide__pagination__page {
  background: #73D09A;
}
section[class*="--bg-green"] .splide__pagination .is-active {
  background: #415F51;
}

.hero-section {
  text-align: center;
}
@media (width >= 768px) {
  .hero-section {
    font-size: 19px;
  }
}
@media (width >= 1024px) {
  .hero-section {
    font-size: 22px;
  }
}
.hero-section h1, .hero-section h2, .hero-section h3, .hero-section h4, .hero-section h5, .hero-section h6 {
  margin: 0 0 0.28em;
}
.hero-section .decoration {
  width: 22%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .hero-section .decoration {
    position: absolute;
    bottom: 0;
    left: 3%;
  }
}
.hero-section .btn-block {
  justify-content: center;
  padding: 0 0 30px;
  max-width: 500px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .hero-section .btn-block {
    padding: 0 0 115px;
  }
}

.cta-section h1, .cta-section h2, .cta-section h3, .cta-section h4, .cta-section h5, .cta-section h6 {
  font-weight: 500;
}

@media (width >= 1024px) {
  .products-section .columns--three {
    gap: 60px 30px;
  }
}
.products-section .card {
  padding: 0;
}

.hero-core-section h2 {
  font-size: clamp(32px, 4.17vw, 60px);
}
@media (width >= 768px) {
  .hero-core-section .columns {
    align-items: flex-start;
  }
}
.hero-core-section .pre-heading {
  margin: 0 0 30px;
}

@media (width >= 768px) {
  .heading-section {
    font-size: 20px;
  }
}
@media (width >= 1024px) {
  .heading-section {
    font-size: 24px;
  }
}

@media (width >= 768px) {
  .cards-section .columns {
    font-size: 18px;
  }
}
.cards-section .card {
  border-radius: 20px;
  padding: 30px 20px;
}

@media (width < 1024px) {
  .heading-section br {
    display: none;
  }
}

#footer .footer-main {
  padding: 30px 0;
  background: #000;
  color: #fff;
}
@media (width >= 768px) {
  #footer .footer-main {
    padding: 45px 0 60px;
    font-size: 18px;
  }
}
#footer .footer-main .columns-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media (width >= 768px) {
  #footer .footer-main .columns-links {
    gap: 0 90px;
    margin: 0 0 70px;
  }
}
#footer .footer-main .columns-links a {
  transition: color 0.2s 0s ease-in-out;
  text-decoration: none;
}
#footer .footer-main .columns-links a:hover {
  color: #C5202A;
}
#footer .footer-main .columns-links__column {
  width: calc(50% - 22.5px);
  margin: 0 0 30px;
}
@media (width >= 768px) {
  #footer .footer-main .columns-links__column {
    width: calc(25% - 67.5px);
  }
}
#footer .footer-main .columns-links__column .label {
  display: block;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (width >= 768px) {
  #footer .footer-main .columns-links__column .label {
    margin: 0 0 20px;
  }
}
#footer .footer-main .columns-links__column .link-list a {
  display: block;
  padding: 3px 0;
}
@media (width >= 768px) {
  #footer .footer-main .columns-links__column .link-list a {
    padding: 6px 0;
  }
}
@media (width >= 768px) {
  #footer .footer-main .columns-block {
    display: flex;
    justify-content: space-between;
    gap: 0 50px;
  }
}
#footer .footer-main .columns-block__column .logo {
  max-width: 250px;
  margin: 0 0 30px;
}
@media (width >= 480px) {
  #footer .footer-main .columns-block__column .logo {
    max-width: 350px;
  }
}
@media (width >= 768px) {
  #footer .footer-main .columns-block__column .logo {
    max-width: 475px;
  }
}
#footer .footer-main .columns-block__column .form-block {
  max-width: 420px;
}
#footer .footer-main .columns-block__column .form-block__title {
  display: block;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (width >= 768px) {
  #footer .footer-main .columns-block__column .form-block__title {
    font-size: 32px;
  }
}
#footer .footer-main .columns-block__column .form-block__privacy-policy {
  display: block;
  font-size: 12px;
  max-width: 310px;
}
#footer .footer-bottom {
  background: #F0EEE9;
  padding: 7px 0;
}
#footer .footer-bottom .columns-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
}
@media (width >= 768px) {
  #footer .footer-bottom .columns-block {
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .footer-bottom .columns-block .social-list {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: 500;
  font-size: 14px;
}
#footer .footer-bottom .columns-block .social-list a {
  width: 40px;
  height: 40px;
  transition: opacity 0.2s 0s ease-in-out;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
}
#footer .footer-bottom .columns-block .social-list a:hover {
  opacity: 0.8;
}
#footer .footer-bottom .columns-block .link-list {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 14px;
}
@media (width >= 768px) {
  #footer .footer-bottom .columns-block .link-list {
    gap: 0 40px;
    font-size: 16px;
  }
}
#footer .footer-bottom .columns-block .link-list a {
  transition: color 0.2s 0s ease-in-out;
  text-decoration: none;
}
#footer .footer-bottom .columns-block .link-list a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */