@charset "UTF-8";
.grid-x.align-center {
  justify-content: center;
}

/*
	@TODO: Add to theme: new division fix for updated sass package.
*/
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 600;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

@font-face {
  font-family: "icon";
  src: url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.eot?t=1777980396199"); /* IE9*/
  src: url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.eot?t=1777980396199#iefix") format("embedded-opentype"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.woff2?t=1777980396199") format("woff2"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.woff?t=1777980396199") format("woff"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.ttf?t=1777980396199") format("truetype"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.svg?t=1777980396199") format("svg");
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icon" !important;
  font-size: undefined;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3pils::before {
  content: "А";
}

.icon-arrow-right::before {
  content: "Б";
}

.icon-avatar::before {
  content: "В";
}

.icon-close::before {
  content: "Г";
}

.icon-download::before {
  content: "Д";
}

.icon-globe::before {
  content: "Е";
}

.icon-pil-opp::before {
  content: "Ж";
}

.icon-plus::before {
  content: "З";
}

.icon-search::before {
  content: "И";
}

/* Buttons
--------------------------------------------- */
.dc-button,
a.dc-button {
  min-width: 6.25rem;
  border-radius: 3.125rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* text-align: center;
  display: inline-block; */
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8125rem;
  color: #231f20;
  background-color: #2AFFC3;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  position: relative;
  height: 2.625rem;
  z-index: 1;
  overflow: hidden;
}

.dc-button::before,
a.dc-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #f4fffb 0%, #b8f4de 60%, #3ffec8 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: inherit;
}

@media screen and (max-width: 39.99875em) {
  .dc-button,
  a.dc-button {
    font-size: 1rem;
    /* padding: rem-calc(8 37 6 14); */
  }
}
.dc-button .the-arrow:after,
a.dc-button .the-arrow:after {
  content: "Б";
  font-family: "icon";
  font-size: 0.875rem;
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.5s;
}

.dc-button .the-arrow:after,
a.dc-button .the-arrow:after {
  content: "Б";
  font-family: "icon";
  font-size: 0.875rem;
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.5s;
}

.dc-button:hover::before, .dc-button:focus::before, .dc-button:active::before,
a.dc-button:hover::before,
a.dc-button:focus::before,
a.dc-button:active::before {
  opacity: 1;
}

.dc-button:hover .circle-with-arrow .bg, .dc-button:focus .circle-with-arrow .bg, .dc-button:active .circle-with-arrow .bg,
a.dc-button:hover .circle-with-arrow .bg,
a.dc-button:focus .circle-with-arrow .bg,
a.dc-button:active .circle-with-arrow .bg {
  background-color: #2AFFC3;
}

.dc-button:hover .circle-with-arrow .the-arrow, .dc-button:focus .circle-with-arrow .the-arrow, .dc-button:active .circle-with-arrow .the-arrow,
a.dc-button:hover .circle-with-arrow .the-arrow,
a.dc-button:focus .circle-with-arrow .the-arrow,
a.dc-button:active .circle-with-arrow .the-arrow {
  border-color: #fff;
}

.dc-button:hover .circle-with-arrow:after, .dc-button:focus .circle-with-arrow:after, .dc-button:active .circle-with-arrow:after,
a.dc-button:hover .circle-with-arrow:after,
a.dc-button:focus .circle-with-arrow:after,
a.dc-button:active .circle-with-arrow:after {
  color: #fff;
}

.dc-button:hover .the-arrow, .dc-button:focus .the-arrow, .dc-button:active .the-arrow,
a.dc-button:hover .the-arrow,
a.dc-button:focus .the-arrow,
a.dc-button:active .the-arrow {
  display: block;
}

.dc-button:hover .the-arrow:after, .dc-button:focus .the-arrow:after, .dc-button:active .the-arrow:after,
a.dc-button:hover .the-arrow:after,
a.dc-button:focus .the-arrow:after,
a.dc-button:active .the-arrow:after {
  opacity: 1;
  left: 0;
}

.dc-button:hover .the-arrow .icon, .dc-button:focus .the-arrow .icon, .dc-button:active .the-arrow .icon,
a.dc-button:hover .the-arrow .icon,
a.dc-button:focus .the-arrow .icon,
a.dc-button:active .the-arrow .icon {
  opacity: 0;
}

.dc-button.no-shadow,
a.dc-button.no-shadow {
  box-shadow: none;
}

.dc-button.image-color:hover .circle-with-arrow .bg, .dc-button.image-color:focus .circle-with-arrow .bg, .dc-button.image-color:active .circle-with-arrow .bg,
a.dc-button.image-color:hover .circle-with-arrow .bg,
a.dc-button.image-color:focus .circle-with-arrow .bg,
a.dc-button.image-color:active .circle-with-arrow .bg {
  filter: brightness(0.6);
}

.dc-button.image-color:hover .circle-with-arrow .the-arrow, .dc-button.image-color:focus .circle-with-arrow .the-arrow, .dc-button.image-color:active .circle-with-arrow .the-arrow,
a.dc-button.image-color:hover .circle-with-arrow .the-arrow,
a.dc-button.image-color:focus .circle-with-arrow .the-arrow,
a.dc-button.image-color:active .circle-with-arrow .the-arrow {
  border-color: #fff !important;
}

.dc-button .the-arrow,
a.dc-button .the-arrow {
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
}

.dc-button .the-arrow .icon,
a.dc-button .the-arrow .icon {
  font-size: 0.875rem;
}

.dc-button.back,
a.dc-button.back {
  padding: 0.375rem 1.25rem 0.5rem 2.8125rem;
}

.dc-button.back .the-arrow,
a.dc-button.back .the-arrow {
  transform: rotate(180deg);
  left: 0.625rem;
  top: 0.375rem;
  right: auto;
}

.dc-button.back .the-arrow:after,
a.dc-button.back .the-arrow:after {
  right: auto;
  left: 10px;
}

.dc-button.back:hover .the-arrow:after,
a.dc-button.back:hover .the-arrow:after {
  left: -0.6875rem;
}

.dc-button .label,
a.dc-button .label {
  display: inline-block;
  line-height: 1.75rem;
}

@media screen and (max-width: 39.99875em) {
  .dc-button,
  a.dc-button {
    min-width: 6.25rem;
  }
}
.dc-button.big,
a.dc-button.big {
  font-size: 1.5rem;
  font-weight: 600;
}

.dc-button.transparent,
a.dc-button.transparent {
  background-color: rgba(0, 132, 86, 0.15);
}

.dc-button.transparent:hover, .dc-button.transparent:focus, .dc-button.transparent:active,
a.dc-button.transparent:hover,
a.dc-button.transparent:focus,
a.dc-button.transparent:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.dc-button.dark,
a.dc-button.dark {
  background-color: #333A42;
  color: #fff;
}

.dc-button.dark .label,
a.dc-button.dark .label {
  color: #fff;
}

.dc-button.dark .the-arrow .icon,
a.dc-button.dark .the-arrow .icon {
  color: #fff;
}

.dc-button.dark:hover, .dc-button.dark:focus, .dc-button.dark:active,
a.dc-button.dark:hover,
a.dc-button.dark:focus,
a.dc-button.dark:active {
  background-color: #2AFFC3;
}

.dc-button.dark:hover .label, .dc-button.dark:focus .label, .dc-button.dark:active .label,
a.dc-button.dark:hover .label,
a.dc-button.dark:focus .label,
a.dc-button.dark:active .label {
  color: #333A42;
}

.dc-button.dark:hover .the-arrow .icon, .dc-button.dark:focus .the-arrow .icon, .dc-button.dark:active .the-arrow .icon,
a.dc-button.dark:hover .the-arrow .icon,
a.dc-button.dark:focus .the-arrow .icon,
a.dc-button.dark:active .the-arrow .icon {
  color: #333A42;
}

.dc-button.green-hover:hover, .dc-button.green-hover:focus, .dc-button.green-hover:active,
a.dc-button.green-hover:hover,
a.dc-button.green-hover:focus,
a.dc-button.green-hover:active {
  background-color: #DEF0E7;
  color: #2AFFC3;
}

.dc-button.black-text,
a.dc-button.black-text {
  color: #231f20;
}

.dc-button.arrow-left,
a.dc-button.arrow-left {
  padding: 0.625rem 1.25rem 0.625rem 2.5rem;
}

.dc-button.arrow-left .circle-with-arrow,
a.dc-button.arrow-left .circle-with-arrow {
  float: left;
  margin-right: 0.75rem;
  margin-left: 0;
  transform: rotate(180deg);
}

.dc-button.arrow-left .the-arrow,
a.dc-button.arrow-left .the-arrow {
  right: auto;
  left: 0.75rem;
  transform: rotate(180deg);
}

.dc-button.no-label,
a.dc-button.no-label {
  min-width: auto;
  padding: 0.3125rem 1.25rem 0.3125rem 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dc-button.no-label .the-arrow,
a.dc-button.no-label .the-arrow {
  position: static;
}

.dc-button.no-label .the-arrow .icon,
a.dc-button.no-label .the-arrow .icon {
  font-size: 0.875rem;
  color: #231f20;
}

.dc-button.no-label:hover, .dc-button.no-label:focus, .dc-button.no-label:active,
a.dc-button.no-label:hover,
a.dc-button.no-label:focus,
a.dc-button.no-label:active {
  background-color: #00966C;
}

.dc-button.no-label:hover .the-arrow .icon, .dc-button.no-label:focus .the-arrow .icon, .dc-button.no-label:active .the-arrow .icon,
a.dc-button.no-label:hover .the-arrow .icon,
a.dc-button.no-label:focus .the-arrow .icon,
a.dc-button.no-label:active .the-arrow .icon {
  color: #fff;
}

.circle-with-arrow {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: relative;
  border-radius: 1rem;
  float: right;
  margin-left: 0.875rem;
  overflow: hidden;
}

@media screen and (max-width: 39.99875em) {
  .circle-with-arrow {
    transform: scale(0.7);
    margin-left: 0.3125rem;
  }
}
.circle-with-arrow .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #2AFFC3;
  display: block;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  transition: all 0.2s;
}

.circle-with-arrow .the-arrow {
  position: absolute;
  top: 50%;
  right: 0.5625rem;
  left: auto;
  width: 0.6875rem;
  height: 0.6875rem;
  background: transparent;
  border-top-width: 0.1875rem;
  border-right-width: 0.1875rem;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #2AFFC3;
  border-radius: 0.125rem;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  box-sizing: border-box;
  transition: all 0.2s;
}

.circle-with-arrow:after {
  position: absolute;
  top: 0.4375rem;
  left: 0.25rem;
  z-index: 10;
  color: #2f2f2f;
  font-family: "icon";
  content: "Б";
  font-size: 12px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.scroll-to-top {
  border: 5px #fff solid;
  display: block;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background-color: #2f2f2f;
  transform: rotate(90deg);
  position: absolute;
  left: -1.875rem;
  top: -1.6875rem;
  transition: background-color 0.2s;
  z-index: 99999;
}

@media screen and (max-width: 63.99875em) {
  .scroll-to-top {
    top: -1.6875rem !important;
    right: 0.625rem;
    left: auto;
  }
}
@media screen and (max-width: 39.99875em) {
  .scroll-to-top {
    top: -16.25rem;
  }
}
.scroll-to-top > span {
  position: relative;
  display: block;
}

.scroll-to-top .arrow {
  position: absolute;
  background: #fff;
  width: 1.25rem;
  height: 0.1875rem;
  border-radius: 0.25rem;
  transform-origin: right center;
  left: 0.8125rem;
  top: 1.3125rem;
}

.scroll-to-top .arrow:before {
  transform: rotate(-45deg);
}

.scroll-to-top .arrow:after {
  transform: rotate(45deg);
}

.scroll-to-top .arrow:before, .scroll-to-top .arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: -0.0625rem;
  background: #fff;
  width: 0.6875rem;
  height: 0.1625rem;
  transform-origin: 0.08125rem center;
  border-radius: 0.25rem;
}

.scroll-to-top:hover {
  background-color: rgb(0, 124.5, 89.64);
}

.rounded-icon-container {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #DEF0E7;
  text-align: center;
  position: absolute;
  transition: background-color 0.2s;
  cursor: pointer;
  line-height: 2.0625rem;
}

.rounded-icon-container .icon {
  color: #2AFFC3;
  font-size: 0.9375rem;
  font-weight: 700;
  transition: color 0.2s;
}

.rounded-icon-container:hover {
  background-color: #2AFFC3;
}

.rounded-icon-container:hover .icon {
  color: #fff;
}

.play-button {
  position: relative;
  display: block;
}

.play-button::before, .play-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  z-index: 10;
  transition: all 0.3s ease;
}

.play-button::before {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #2AFFC3;
  border-radius: 0.625rem;
  transform: translate(-50%, -50%);
}

.play-button::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.71875rem 0 0.71875rem 1.25rem;
  border-color: transparent transparent transparent #333A42;
  transform: translate(calc(-50% + 2px), -50%);
}

.play-button:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}

.play-button:hover::after {
  transform: translate(calc(-50% + 2px), -50%) scale(1.05);
}

.block-section.hubspot-form {
  font-family: niveau-grotesk, sans-serif;
}

@media screen and (max-width: 39.99875em) {
  .block-section.hubspot-form {
    padding: 2rem 1.375rem 3.375rem 1.375rem !important;
  }
}
.block-section.hubspot-form .content-container {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  background-color: #333A42;
  color: #fff;
  border-radius: 0.625rem;
  padding: 0 3.875rem 3.375rem 3.875rem !important;
}

@media screen and (max-width: 39.99875em) {
  .block-section.hubspot-form .content-container {
    padding: 0 1.375rem 3.375rem 1.375rem !important;
  }
}
.block-section.hubspot-form .content-container .content-wrapper {
  padding: 2rem 0 !important;
}

.block-section.hubspot-form .form-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 2.25rem 0;
  line-height: 1.1;
  color: #fff;
}

.block-section.hubspot-form .hs-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  row-gap: 2.75rem;
  align-items: start;
}

@media screen and (max-width: 63.99875em) {
  .block-section.hubspot-form .hs-form {
    grid-template-columns: 1fr;
    row-gap: 2.25rem;
  }
}
.block-section.hubspot-form .hs-form .form-columns-1,
.block-section.hubspot-form .hs-form .form-columns-2 {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.block-section.hubspot-form .hs-form .form-columns-2 .hs-form-field,
.block-section.hubspot-form .hs-form .form-columns-1 .hs-form-field {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.block-section.hubspot-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: contents;
}

.block-section.hubspot-form .hs-form-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  max-width: none !important;
}

.block-section.hubspot-form .input {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.block-section.hubspot-form .hs_message,
.block-section.hubspot-form .legal-consent-container,
.block-section.hubspot-form .hs_submit {
  grid-column: 1/-1;
}

@media screen and (max-width: 63.99875em) {
  .block-section.hubspot-form .hs-form-field,
  .block-section.hubspot-form .legal-consent-container,
  .block-section.hubspot-form .hs_submit {
    grid-column: 1/-1;
  }
}
.block-section.hubspot-form label {
  margin: 0 0 0.75rem 0;
}

.block-section.hubspot-form label span {
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
}

.block-section.hubspot-form label .hs-form-required {
  color: red;
  margin-left: 6px;
  font-weight: 700;
}

.block-section.hubspot-form input.hs-input,
.block-section.hubspot-form select.hs-input,
.block-section.hubspot-form textarea.hs-input {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  box-sizing: border-box;
  border: none !important;
  border-bottom: 0.0625rem solid rgba(248, 248, 248, 0.6) !important;
  background: transparent !important;
  padding: 0.6875rem 1.25rem 0.6875rem 0 !important;
  font-size: 1.125rem;
  color: #fff !important;
  transition: border-color 0.3s;
}

.block-section.hubspot-form input.hs-input:focus,
.block-section.hubspot-form select.hs-input:focus,
.block-section.hubspot-form textarea.hs-input:focus {
  outline: none !important;
  border-bottom-color: #2AFFC3 !important;
}

.block-section.hubspot-form input.hs-input::-moz-placeholder, .block-section.hubspot-form select.hs-input::-moz-placeholder, .block-section.hubspot-form textarea.hs-input::-moz-placeholder {
  color: rgba(248, 248, 248, 0.6);
}

.block-section.hubspot-form input.hs-input::placeholder,
.block-section.hubspot-form select.hs-input::placeholder,
.block-section.hubspot-form textarea.hs-input::placeholder {
  color: rgba(248, 248, 248, 0.6);
}

.block-section.hubspot-form textarea.hs-input {
  min-height: 2.8125rem;
  resize: vertical;
}

.block-section.hubspot-form select.hs-input.is-placeholder {
  color: rgba(248, 248, 248, 0.6) !important;
}

.block-section.hubspot-form select.hs-input:not(.is-placeholder) {
  color: #fff !important;
}

.block-section.hubspot-form .hs-error-msgs {
  margin: 0.5rem 0 0 0;
  padding: 0;
  list-style: none;
}

.block-section.hubspot-form .hs-error-msgs .hs-error-msg {
  color: red;
  font-size: 0.8125rem;
  font-style: italic;
}

.block-section.hubspot-form .hs_submit .actions {
  position: relative;
  display: inline-block;
  min-width: 6.25rem;
  border-radius: 3.125rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* text-align: center;
  display: inline-block; */
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8125rem;
  color: #231f20;
  background-color: #2AFFC3;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  position: relative;
  height: 2.625rem;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.block-section.hubspot-form .hs_submit .actions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #f4fffb 0%, #b8f4de 60%, #3ffec8 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: inherit;
}

@media screen and (max-width: 39.99875em) {
  .block-section.hubspot-form .hs_submit .actions {
    font-size: 1rem;
    /* padding: rem-calc(8 37 6 14); */
  }
}
.block-section.hubspot-form .hs_submit .actions .the-arrow:after {
  content: "Б";
  font-family: "icon";
  font-size: 0.875rem;
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.5s;
}

.block-section.hubspot-form .hs_submit .actions .the-arrow:after {
  content: "Б";
  font-family: "icon";
  font-size: 0.875rem;
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.5s;
}

.block-section.hubspot-form .hs_submit .actions:hover::before, .block-section.hubspot-form .hs_submit .actions:focus::before, .block-section.hubspot-form .hs_submit .actions:active::before {
  opacity: 1;
}

.block-section.hubspot-form .hs_submit .actions:hover .circle-with-arrow .bg, .block-section.hubspot-form .hs_submit .actions:focus .circle-with-arrow .bg, .block-section.hubspot-form .hs_submit .actions:active .circle-with-arrow .bg {
  background-color: #2AFFC3;
}

.block-section.hubspot-form .hs_submit .actions:hover .circle-with-arrow .the-arrow, .block-section.hubspot-form .hs_submit .actions:focus .circle-with-arrow .the-arrow, .block-section.hubspot-form .hs_submit .actions:active .circle-with-arrow .the-arrow {
  border-color: #fff;
}

.block-section.hubspot-form .hs_submit .actions:hover .circle-with-arrow:after, .block-section.hubspot-form .hs_submit .actions:focus .circle-with-arrow:after, .block-section.hubspot-form .hs_submit .actions:active .circle-with-arrow:after {
  color: #fff;
}

.block-section.hubspot-form .hs_submit .actions:hover .the-arrow, .block-section.hubspot-form .hs_submit .actions:focus .the-arrow, .block-section.hubspot-form .hs_submit .actions:active .the-arrow {
  display: block;
}

.block-section.hubspot-form .hs_submit .actions:hover .the-arrow:after, .block-section.hubspot-form .hs_submit .actions:focus .the-arrow:after, .block-section.hubspot-form .hs_submit .actions:active .the-arrow:after {
  opacity: 1;
  left: 0;
}

.block-section.hubspot-form .hs_submit .actions:hover .the-arrow .icon, .block-section.hubspot-form .hs_submit .actions:focus .the-arrow .icon, .block-section.hubspot-form .hs_submit .actions:active .the-arrow .icon {
  opacity: 0;
}

.block-section.hubspot-form .hs_submit .actions:after {
  content: "Б";
  font-family: "icon";
  position: absolute;
  top: 7px;
  right: 0.625rem;
  z-index: 3;
  pointer-events: none;
  font-size: 0.9375rem;
  color: #333A42;
}

.block-section.hubspot-form .hs_submit .actions input[type=submit] {
  line-height: normal;
  border: none;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 300;
  position: relative;
  text-align: left;
  width: auto;
  cursor: pointer;
  z-index: 2;
  padding-left: 0;
}

@media screen and (max-width: 39.99875em) {
  .block-section.hubspot-form .hs_submit .actions input[type=submit] {
    font-size: 1rem;
  }
}
.block-section.hubspot-form .hsform-loader {
  text-align: center;
  padding: 3.75rem 0;
  color: rgba(248, 248, 248, 0.8);
  font-size: 1rem;
}

.block-section.hubspot-form .hsform-loader p {
  margin-top: 0.9375rem;
  margin-bottom: 0;
}

.block-section.hubspot-form .hsform-loader .hs-spinner {
  animation: hs-rotate 2s linear infinite;
}

.block-section.hubspot-form .hsform-loader .hs-spinner .path {
  stroke: #2AFFC3;
  stroke-linecap: round;
  animation: hs-dash 1.5s ease-in-out infinite;
}

@keyframes hs-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hs-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;
  }
}
