@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
.has-theme-light-gray-color {
  color: #eee;
}
.has-theme-light-gray-color:focus {
  outline-color: #eee;
}
.has-theme-light-gray-color.wp-block-button__link:active,
.has-theme-light-gray-color.wp-block-button__link:focus,
.has-theme-light-gray-color.wp-block-button__link:hover,
.has-theme-light-gray-color.wp-block-button__link:visited {
  color: #eee;
}
.has-theme-light-gray-background-color {
  background-color: #eee;
}
.has-theme-light-gray-background-color:focus {
  outline-color: #eee;
}
body {
  color: #323232;
}
.has-huge-font-size {
  font-size: 2.5rem;
}
.has-large-font-size {
  font-size: 1.5rem;
}
h1,
h2,
h3,
h4,
h5 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: rift, sans-serif;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
a {
  color: #349d64;
}
h1 {
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.75rem;
  }
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.625rem;
}
h5 {
  font-size: 1.375rem;
}
h1 {
  font-family: rift, sans-serif;
}
a:not(.wp-block-button__link):not(.cta_button) {
  color: #349d64;
  text-decoration: none;
}
a:not(.wp-block-button__link):not(.cta_button):hover {
  color: #349d64;
}
a:not(.wp-block-button__link):not(.cta_button):focus {
  color: #73c8a0;
}
a:not(.wp-block-button__link):not(.cta_button):focus,
a:not(.wp-block-button__link):not(.cta_button):hover {
  text-decoration: underline;
}
.has-text-color a:not(.wp-block-button__link):not(.cta_button) {
  color: inherit;
  border-color: inherit;
  outline-color: inherit;
}
a:not(.ab-item):focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
  outline: 0;
}
a:not(.ab-item):-moz-focusring,
button:-moz-focusring,
input:-moz-focusring {
  outline: 2px dashed #323232;
  outline-offset: 2px;
}
a:not(.ab-item):focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px dashed #323232;
  outline-offset: 2px;
}
button,
input[type='submit'] {
  cursor: pointer;
}
button:not(#nav-toggle):not(.components-button):not(.dropdown-toggle):not(.slick-prev):not(.slick-next):not([role='tab']):not(.leadinModal-close),
input[type='submit'] {
  border-radius: 0;
  font-size: inherit;
  padding: 0.625rem 1.275rem;
  margin-top: 0;
  margin-bottom: 1rem;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
  border: 1px solid #323232;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0.3125rem;
}
button:not(#nav-toggle):not(.components-button):not(.dropdown-toggle):not(.slick-prev):not(.slick-next):not([role='tab']):not(.leadinModal-close):focus,
button:not(#nav-toggle):not(.components-button):not(.dropdown-toggle):not(.slick-prev):not(.slick-next):not([role='tab']):not(.leadinModal-close):hover,
input[type='submit']:focus,
input[type='submit']:hover {
  transform: scale(1.1);
  text-decoration: none;
}
button:not(#nav-toggle):not(.components-button):not(.dropdown-toggle):not(.slick-prev):not(.slick-next):not([role='tab']):not(.leadinModal-close):not(.has-background),
input[type='submit']:not(.has-background) {
  background-color: #323232;
}
button:not(#nav-toggle):not(.components-button):not(.dropdown-toggle):not(.slick-prev):not(.slick-next):not([role='tab']):not(.leadinModal-close):not(.has-background):hover,
input[type='submit']:not(.has-background):hover {
  background-color: #656565;
  border-color: #656565;
}
button:not(#nav-toggle):not(.components-button):not(.dropdown-toggle):not(.slick-prev):not(.slick-next):not([role='tab']):not(.leadinModal-close):not(.has-text-color),
input[type='submit']:not(.has-text-color) {
  color: #fff;
}
.has-text-align-center {
  text-align: center;
}
code {
  padding: 0.5rem;
  white-space: pre-wrap;
  display: inline-block;
}
iframe {
  width: 100%;
}
iframe {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group .wp-block-group__inner-container {
  overflow: auto;
}
.wp-block-group .wp-block-group__inner-container .wp-block-group {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
body .gform_wrapper {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  body .gform_wrapper {
    padding: 2rem 6.25rem;
  }
}
body .gform_wrapper.gravity-theme label.gfield_label {
  font-weight: 400;
}
body .gform_wrapper.gravity-theme label.gfield_label .gfield_required,
body .gform_wrapper.gravity-theme legend .gfield_required {
  color: #323232;
}
body .gform_wrapper.gravity-theme .gform_button.button {
  background-color: #73c8a0;
  color: #323232;
  border: 1px solid #73c8a0;
  font-weight: 400;
  padding: 0.9375rem 1.5625rem;
}
body .gform_wrapper.gravity-theme input[type='color'],
body .gform_wrapper.gravity-theme input[type='date'],
body .gform_wrapper.gravity-theme input[type='datetime-local'],
body .gform_wrapper.gravity-theme input[type='datetime'],
body .gform_wrapper.gravity-theme input[type='email'],
body .gform_wrapper.gravity-theme input[type='month'],
body .gform_wrapper.gravity-theme input[type='number'],
body .gform_wrapper.gravity-theme input[type='password'],
body .gform_wrapper.gravity-theme input[type='search'],
body .gform_wrapper.gravity-theme input[type='tel'],
body .gform_wrapper.gravity-theme input[type='text'],
body .gform_wrapper.gravity-theme input[type='time'],
body .gform_wrapper.gravity-theme input[type='url'],
body .gform_wrapper.gravity-theme input[type='week'] {
  padding: 9px;
  border-radius: 5px;
  border: 1px solid #848484;
}
body .gform_wrapper .gfield_error label,
body .gform_wrapper .gfield_error legend,
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message,
body .gform_wrapper [aria-invalid='true'] + label,
body .gform_wrapper label + [aria-invalid='true'] {
  color: #323232;
}
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
  background: 0 0;
  border: 0;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0;
  padding: 0;
  color: #8c375f;
}
body .gform_wrapper.gravity-theme div.gfield {
  margin-bottom: 0.5rem;
}
body .gform_confirmation_wrapper {
  padding: 3rem;
  text-align: center;
}
.wp-block-button__link {
  border-radius: 0;
  font-size: inherit;
  padding: 0.625rem 1.275rem;
  margin-top: 0;
  margin-bottom: 1rem;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0.3125rem;
  border: 1px solid #323232;
}
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.wp-block-button__link:not(.has-background) {
  background-color: #323232;
}
.wp-block-button__link:not(.has-background):hover {
  background-color: #656565;
  border-color: #656565;
}
.wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
a,
body,
code,
div,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
legend {
  box-sizing: border-box;
}
.b--gray {
  border-color: #777;
}
.b--light-gray {
  border-color: #eee;
}
.b--none {
  border-style: none;
}
@media screen and (min-width: 1280px) {
  .b--none-l {
    border-style: none;
  }
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 1rem;
}
.top-2 {
  top: 2rem;
}
.top--1 {
  top: -1rem;
}
.top--2 {
  top: -2rem;
}
@media screen and (min-width: 1280px) {
  .top-0-l {
    top: 0;
  }
  .top-1-l {
    top: 1rem;
  }
  .top-2-l {
    top: 2rem;
  }
  .top--1-l {
    top: -1rem;
  }
  .top--2-l {
    top: -2rem;
  }
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
@media screen and (min-width: 1280px) {
  .content-end-l {
    align-content: flex-end;
  }
  .content-center-l {
    align-content: center;
  }
}
.code,
code {
  font-family: Consolas, monaco, monospace;
}
.i {
  font-style: italic;
}
@media screen and (min-width: 1280px) {
  .i-l {
    font-style: italic;
  }
}
.b {
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .b-l {
    font-weight: 700;
  }
}
.h1 {
  height: 1rem;
}
.h2 {
  height: 2rem;
}
.h3 {
  height: 4rem;
}
.h4 {
  height: 8rem;
}
.h5 {
  height: 16rem;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
@media screen and (min-width: 1280px) {
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 4rem;
  }
  .h4-l {
    height: 8rem;
  }
  .h5-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .h-auto-l {
    height: auto;
  }
}
.link {
  text-decoration: none;
}
.link,
.link:active,
.link:focus,
.link:hover,
.link:link,
.link:visited {
  transition: color 0.15s ease-in;
}
.link:focus {
  outline: 1px dotted currentColor;
}
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  .overflow-visible-l {
    overflow: visible;
  }
  .overflow-hidden-l {
    overflow: hidden;
  }
  .overflow-scroll-l {
    overflow: scroll;
  }
  .overflow-auto-l {
    overflow: auto;
  }
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  .overflow-y-auto-l {
    overflow-y: auto;
  }
}
.relative {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .relative-l {
    position: relative;
  }
}
.gray {
  color: #777;
}
.light-gray {
  color: #eee;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 0.25rem;
}
.mt2 {
  margin-top: 0.5rem;
}
.mt3 {
  margin-top: 1rem;
}
.mt4 {
  margin-top: 2rem;
}
.mt5 {
  margin-top: 4rem;
}
.mt6 {
  margin-top: 8rem;
}
.mt7 {
  margin-top: 16rem;
}
@media screen and (min-width: 1280px) {
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 4rem;
  }
  .mt6-l {
    margin-top: 8rem;
  }
  .mt7-l {
    margin-top: 16rem;
  }
}
.overflow-container {
  overflow-y: scroll;
}
.center {
  margin-left: auto;
}
.center {
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .center-l {
    margin-left: auto;
  }
  .center-l {
    margin-right: auto;
  }
}

#pyyda-tarjous > div {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: rift, sans-serif;
}

label > span {
  font-size: 15px;
  font-weight: lighter;
  margin: 0px !important;
  padding-bottom: 0px;
}

.legal-consent-container > div {
  font-size: 15px;
  font-weight: lighter;
}

.hs-form-checkbox {
  padding-bottom: 0em !important;
}

form label {
  margin-bottom: 0px;
}

form .inputs-list > li {
  display: block;
  margin: 0rem 0;
}

fieldset > div > label > span {
  font-weight: bold;
}

#main {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: acumin-pro, sans-serif;
  line-height: 1.5;
  color: #323232;
  box-sizing: border-box;
  min-height: 100vh;
  height: auto;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

#main:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #73c8a0;
  -webkit-clip-path: polygon(0 30%, 100% 60%, 100% 100%, 0 100%);
  clip-path: polygon(0 30%, 100% 60%, 100% 100%, 0 100%);
  height: 100vh;
  width: 100%;
  z-index: 1;
}

#form-element {
  padding-top: 4rem;
  max-width: 900px !important;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  margin-top: 6rem;
}
