@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?kryh5a");
  src: url("../../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../../fonts/icomoon.woff?kryh5a") format("woff"), url("../../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?kryh5a");
  src: url("../../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../../fonts/icomoon.woff?kryh5a") format("woff"), url("../../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Azeret";
  src: url("../../fonts/azeret-bold-webfont.woff2") format("woff2"), url("../../fonts/azeret-bold-webfont.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Azeret";
  src: url("../../fonts/azeret-medium-webfont.woff2") format("woff2"), url("../../fonts/azeret-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Azeret";
  src: url("../../fonts/azeret-regular-webfont.woff2") format("woff2"), url("../../fonts/azeret-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Azeret";
  src: url("../../fonts/azeret-regularitalic-webfont.woff2") format("woff2"), url("../../fonts/azeret-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Azeret";
  src: url("../../fonts/azeret-semibolditalic-webfont.woff2") format("woff2"), url("../../fonts/azeret-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
.screen-reader-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-only:active, .screen-reader-only:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  width: auto;
}

address {
  font-style: normal;
}

blockquote {
  font-size: 20px;
}
@media (min-width: 400px) {
  blockquote {
    font-size: calc(20px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  blockquote {
    font-size: 24px;
  }
}
blockquote {
  font-family: "Azeret", sans-serif;
  line-height: 1.4em;
  margin: 0;
}

html {
  background-color: #7D521F;
}

body {
  font-size: 14px;
}
@media (min-width: 400px) {
  body {
    font-size: calc(14px + 2 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 16px;
  }
}
body {
  line-height: 1.5rem;
  background-color: #7D521F;
  color: #000;
  font-family: "Azeret", sans-serif;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0;
  word-wrap: break-word;
}

cite {
  color: #3d4852;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin: 5px 0 10px;
}

figure {
  margin: 0;
}

::-moz-input-placeholder {
  color: tint(#000, 50%);
  font-style: italic;
}

::-ms-input-placeholder {
  color: tint(#000, 50%);
  font-style: italic;
}

::-webkit-input-placeholder {
  color: tint(#000, 50%);
  font-style: italic;
}

:focus::-moz-input-placeholder {
  color: tint(#000, 75%);
  font-style: italic;
}

:focus::-ms-input-placeholder {
  color: tint(#000, 75%);
  font-style: italic;
}

:focus::-webkit-input-placeholder {
  color: tint(#000, 75%);
  font-style: italic;
}

label {
  color: #22292f;
  font-weight: 400;
}

input,
select,
textarea,
button {
  outline: 0;
}

[type=date],
[type=number],
[type=select],
[type=text],
[type=password],
[type=email],
[type=tel],
select,
textarea {
  -webkit-appearance: none;
  background: white;
  border-radius: 3px;
  border: 2px solid #ced4da;
  color: #000;
  display: block;
  font-family: "Azeret", sans-serif;
  font-size: 16px;
  height: 45px;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  [type=date],
  [type=number],
  [type=select],
  [type=text],
  [type=password],
  [type=email],
  [type=tel],
  select,
  textarea {
    font-size: 14px;
    width: 100%;
  }
}
[type=date]:focus,
[type=number]:focus,
[type=select]:focus,
[type=text]:focus,
[type=password]:focus,
[type=email]:focus,
[type=tel]:focus,
select:focus,
textarea:focus {
  border: 2px solid #F26524;
}

[type=button],
[type=submit],
button {
  -webkit-appearance: none;
}
[type=button],
[type=submit],
button {
  font-size: 16px;
}
@media (min-width: 400px) {
  [type=button],
  [type=submit],
  button {
    font-size: calc(16px + 2 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  [type=button],
  [type=submit],
  button {
    font-size: 18px;
  }
}
[type=button],
[type=submit],
button {
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Azeret", sans-serif;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  white-space: normal;
  background-color: #F26524;
  border-radius: 43px;
  color: #000;
}
[type=button]:hover,
[type=submit]:hover,
button:hover {
  color: #000;
}
[type=button]:focus, [type=button]:active,
[type=submit]:focus,
[type=submit]:active,
button:focus,
button:active {
  color: #000;
  outline: none;
  transform: translateY(2px);
}
[type=button],
[type=submit],
button {
  font-family: "Azeret", sans-serif;
  text-transform: capitalize;
}

border select[multiple] {
  height: auto;
  max-height: 200px;
}
select:not([multiple]) {
  background: white url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==") no-repeat right 10px center;
}

textarea {
  max-width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: vertical;
  width: 100%;
}

[type=file] {
  width: 100%;
}

::-ms-browse {
  background-color: #F26524;
  border-radius: 40px;
  border: 0;
  color: #000;
  font-family: "Azeret", sans-serif;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}

::-webkit-file-upload-button {
  background-color: #F26524;
  border-radius: 40px;
  border: 0;
  color: #000;
  font-family: "Azeret", sans-serif;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Azeret", sans-serif;
  line-height: 1.25em;
  margin: 0 0 calc(40px / 2);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #F26524;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}
@media (min-width: 400px) {
  h1 {
    font-size: calc(40px + 6 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  h1 {
    font-size: 46px;
  }
}
h1 {
  line-height: 1.35em;
  max-width: 480px;
  display: block;
  margin: 0 auto 20px auto;
}

h2 {
  font-size: 24px;
}
@media (min-width: 400px) {
  h2 {
    font-size: calc(24px + 8 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 400px) {
  h3 {
    font-size: calc(20px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 14px;
}
@media (min-width: 400px) {
  h4 {
    font-size: calc(14px + 2 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  h4 {
    font-size: 16px;
  }
}
h4 {
  color: #000;
}

h5,
h6 {
  font-size: 16px;
}
@media (min-width: 400px) {
  h5,
  h6 {
    font-size: calc(16px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  h5,
  h6 {
    font-size: 20px;
  }
}

iframe {
  max-width: 100%;
}

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

a {
  color: #F26524;
  outline: 0;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
a.read-more::after, a.prev::before, a.next::after {
  display: inline-block;
}
a.prev::before {
  content: "«";
  padding-right: 5px;
}
a.next::after, a.read-more::after {
  content: "»";
  padding-left: 5px;
}
a:focus, a:active {
  outline: 1px dotted #F26524;
}

ul,
ol {
  list-style-position: outside;
  margin: 0 0 40px 40px;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: square;
}

p {
  margin: 0 0 calc(40px / 1.5);
}

pre {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  background-color: white;
  padding: 20px 30px;
}

html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

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

::-moz-selection {
  background: rgb(241.9285560345, 100.1536637931, 34.7964439655);
  color: white;
}

::selection {
  background: rgb(241.9285560345, 100.1536637931, 34.7964439655);
  color: white;
}

.site-wrap table {
  border: 1px solid #000;
  border-bottom: 0;
  border-right: 0;
  border-spacing: 0;
  font-family: "Azeret", sans-serif;
  font-size: 14px;
  margin: 20px 0 40px;
  vertical-align: top;
  width: 100%;
}
.site-wrap table th,
.site-wrap table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0.5em 0.75em;
  vertical-align: top;
  text-align: left;
}
.site-wrap table td {
  background-color: white;
}
.site-wrap table th {
  background-color: #AFBDE1;
  border-right: 1px solid #AFBDE1;
  color: #000;
}
.site-wrap table thead th:last-of-type {
  border-right: 1px solid #000;
}

.breadcrumbs {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  background-color: #f2f2f2;
  padding: calc(40px / 2) 0;
  position: relative;
  z-index: 1;
}

.hero-header-content-wrapper-background-white + .breadcrumbs {
  background-color: white;
}

.contact {
  float: left;
  width: 100%;
  background-color: #333;
  text-align: center;
  padding: clamp(30px, 5vw, 60px) 0;
}
.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6 {
  color: white;
  margin-bottom: 1.5rem;
}
.contact p {
  margin: 0;
}

.cookie-notification {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  background-color: white;
  bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  color: #000;
  left: 0;
  padding: calc(40px / 2) 0;
  position: fixed;
  text-align: center;
  z-index: 10000;
}
@media (min-width: 1024px) {
  .cookie-notification {
    text-align: left;
  }
}
.cookie-notification-text, .cookie-notification-links {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .cookie-notification-text, .cookie-notification-links {
    width: auto;
  }
}
.cookie-notification-text p {
  margin-bottom: calc(40px / 4);
}
@media (min-width: 1024px) {
  .cookie-notification-text p {
    line-height: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cookie-notification-links {
    float: right;
  }
}
.cookie-notification-confirm {
  background-color: #F26524;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
  padding: 5px 15px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .cookie-notification-confirm {
    margin-right: 20px;
  }
}
.cookie-notification-confirm:hover {
  background-color: rgb(214.2801724138, 76.3189655172, 12.7198275862);
}
.cookie-notification-more {
  color: #000;
}
.cookie-notification-more:hover {
  color: #F26524;
}

.copyright {
  float: left;
  width: 100%;
}
.copyright {
  font-size: 12px;
}
@media (min-width: 400px) {
  .copyright {
    font-size: calc(12px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .copyright {
    font-size: 16px;
  }
}
.copyright p {
  float: left;
  width: 100%;
  color: white;
}

.footer {
  float: left;
  width: 100%;
  background-color: #7D521F;
  color: white;
  padding: 40px 0 calc(40px * 2);
}
@media (min-width: 1024px) {
  .footer {
    padding: calc(40px * 2) 0;
  }
}
.footer p {
  margin: 0 0 calc(40px / 2);
}
.footer h3,
.footer a {
  color: white;
}
.footer h3 {
  font-size: 14px;
}
@media (min-width: 400px) {
  .footer h3 {
    font-size: calc(14px + 2 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .footer h3 {
    font-size: 16px;
  }
}
.footer h3 {
  color: #000;
  margin-bottom: calc(40px / 2);
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-selector {
  float: left;
  width: 500px;
}
@media (min-width: 1024px) {
  .header-selector {
    margin-left: 20px;
    margin-top: 24px;
  }
}
.header-selector__label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .header-selector__label {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
}

.header {
  float: left;
  width: 100%;
  background-color: #27584A;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  z-index: 1000;
}

.hero-header {
  float: left;
  width: 100%;
  position: relative;
}
.hero-header img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-header h1,
.hero-header h2,
.hero-header h3,
.hero-header h4,
.hero-header h5,
.hero-header h6 {
  color: inherit;
  margin-bottom: calc(40px / 2);
}
.hero-header li,
.hero-header p {
  color: inherit;
  margin-bottom: calc(40px / 1.5);
}
.hero-header-slider {
  float: left;
  width: 100%;
  max-height: 400px;
  height: 40vh;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-header-slider {
    max-height: 450px;
    height: 45vh;
  }
  .home .hero-header-slider {
    max-height: 500px;
    height: 50vh;
  }
}
@media (min-width: 1280px) {
  .hero-header-slider {
    max-height: 500px;
    height: 50vh;
  }
  .home .hero-header-slider {
    max-height: 600px;
    height: 60vh;
  }
}
.hero-header-slider-nav {
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10000;
}
.hero-header-slider-nav-next, .hero-header-slider-nav-prev {
  display: none;
}
@media (min-width: 768px) {
  .hero-header-slider-nav-next, .hero-header-slider-nav-prev {
    color: white;
    cursor: pointer;
    display: block;
    font-size: 40px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 48px;
  }
}
.hero-header-slider-nav-next:hover, .hero-header-slider-nav-prev:hover {
  color: white;
}
.hero-header-slider-nav-next:before {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.hero-header-slider-nav-next {
  right: 30px;
}
.hero-header-slider-nav-prev:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.hero-header-slider-nav-prev {
  left: 30px;
}
.hero-header-slider-pager {
  bottom: 0;
  left: 0;
  padding: 0 40px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10000;
}
.hero-header-slider-pager span {
  border-radius: 100%;
  border: 2px solid white;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 25px 5px;
  text-indent: -999999px;
  transition: all 0.25s ease-in-out;
  text-align: center;
  width: 15px;
}
.hero-header-slider-pager span.cycle-pager-active {
  background-color: white;
}
.hero-header .wrapper {
  position: relative;
  overflow: hidden;
}

.hero-header-content {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  z-index: 100;
}
.hero-header-content-wrapper-background-white {
  background-color: white;
}
.hero-header-content-supertitle {
  float: left;
  width: 100%;
}
.hero-header-content-supertitle {
  font-size: 12px;
}
@media (min-width: 400px) {
  .hero-header-content-supertitle {
    font-size: calc(12px + 2 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .hero-header-content-supertitle {
    font-size: 14px;
  }
}
.hero-header-content-supertitle {
  margin-bottom: calc(40px / 4);
}
.hero-header-content li,
.hero-header-content p {
  font-size: 16px;
}
@media (min-width: 400px) {
  .hero-header-content li,
  .hero-header-content p {
    font-size: calc(16px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .hero-header-content li,
  .hero-header-content p {
    font-size: 20px;
  }
}
.hero-header-content li,
.hero-header-content p {
  line-height: 1.6em;
}
.hero-header-content li:last-of-type,
.hero-header-content p:last-of-type {
  margin-bottom: 0;
}
.hero-header-content a {
  color: inherit;
}
.hero-header-content h1,
.hero-header-content h2,
.hero-header-content h3,
.hero-header-content h4,
.hero-header-content h5 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .hero-header-content h1,
  .hero-header-content h2,
  .hero-header-content h3,
  .hero-header-content h4,
  .hero-header-content h5,
  .hero-header-content li,
  .hero-header-content p {
    max-width: 80%;
  }
}
.hero-header-content-inner {
  border-bottom-right-radius: 32px;
  margin-top: -150px;
  min-height: 180px;
  padding: clamp(20px, 5vw, 40px) clamp(20px, 5vw, 50px);
  position: relative;
  width: 100%;
  z-index: 5;
}
.hero-header-content .button {
  min-width: 200px;
  padding: 0.75em 2em;
}
@media (min-width: 1024px) {
  .hero-header-content-half h1,
  .hero-header-content-half h2,
  .hero-header-content-half h3,
  .hero-header-content-half h4,
  .hero-header-content-half h5,
  .hero-header-content-half li,
  .hero-header-content-half p {
    max-width: none;
  }
}
.hero-header-content-half .hero-header-content-inner {
  max-width: 555px;
}
.hero-header-content-green .hero-header-content-inner {
  background-color: #8ec5bb;
}
.hero-header-content-green .hero-header-content-inner span,
.hero-header-content-green .hero-header-content-inner h1,
.hero-header-content-green .hero-header-content-inner h2,
.hero-header-content-green .hero-header-content-inner h3,
.hero-header-content-green .hero-header-content-inner h4,
.hero-header-content-green .hero-header-content-inner h5,
.hero-header-content-green .hero-header-content-inner li,
.hero-header-content-green .hero-header-content-inner p {
  color: #000;
}
.hero-header-content-green .hero-header-content-inner .button {
  background-color: white;
}
.hero-header-content-red .hero-header-content-inner {
  background-color: #dc6a51;
}
.hero-header-content-red .hero-header-content-inner span,
.hero-header-content-red .hero-header-content-inner h1,
.hero-header-content-red .hero-header-content-inner h2,
.hero-header-content-red .hero-header-content-inner h3,
.hero-header-content-red .hero-header-content-inner h4,
.hero-header-content-red .hero-header-content-inner h5,
.hero-header-content-red .hero-header-content-inner li,
.hero-header-content-red .hero-header-content-inner p {
  color: #000;
}
.hero-header-content-red .hero-header-content-inner .button {
  background-color: white;
}
.hero-header-content-purple .hero-header-content-inner {
  background-color: #3d4fb3;
}
.hero-header-content-purple .hero-header-content-inner span,
.hero-header-content-purple .hero-header-content-inner h1,
.hero-header-content-purple .hero-header-content-inner h2,
.hero-header-content-purple .hero-header-content-inner h3,
.hero-header-content-purple .hero-header-content-inner h4,
.hero-header-content-purple .hero-header-content-inner h5,
.hero-header-content-purple .hero-header-content-inner li,
.hero-header-content-purple .hero-header-content-inner p {
  color: white;
}
.hero-header-content-yellow .hero-header-content-inner {
  background-color: #feca29;
}
.hero-header-content-yellow .hero-header-content-inner span,
.hero-header-content-yellow .hero-header-content-inner h1,
.hero-header-content-yellow .hero-header-content-inner h2,
.hero-header-content-yellow .hero-header-content-inner h3,
.hero-header-content-yellow .hero-header-content-inner h4,
.hero-header-content-yellow .hero-header-content-inner h5,
.hero-header-content-yellow .hero-header-content-inner li,
.hero-header-content-yellow .hero-header-content-inner p {
  color: #000;
}
.hero-header-content-yellow .hero-header-content-inner .button {
  background-color: white;
}

.hero-header-content-home-intro {
  display: none;
}
@media (min-width: 768px) {
  .hero-header-content-home-intro {
    background-color: white;
    display: block;
    left: 0px;
    max-width: 377px;
    padding: 20px;
    position: absolute;
    top: -147px;
    width: 100%;
  }
}
.hero-header-content-home-intro-tagline {
  font-size: 12px;
}
@media (min-width: 400px) {
  .hero-header-content-home-intro-tagline {
    font-size: calc(12px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .hero-header-content-home-intro-tagline {
    font-size: 16px;
  }
}
.hero-header-content-home-intro-tagline {
  color: #3d4fb3;
  margin-bottom: calc(40px / 3);
}
.hero-header-content-home-intro a {
  text-decoration: none;
}
.hero-header-content-home-intro img {
  float: left;
}
.hero-header-content-home-intro img:first-of-type {
  margin-right: 10px;
}
.hero-header-content-home-intro img:last-of-type {
  margin-left: 10px;
}

.hero-header-content-home {
  background-color: white;
}
.hero-header-content-home .hero-header-content-inner {
  background-color: #f2f2f2;
  color: #000;
}
.hero-header-content-home .hero-header-content-inner h1,
.hero-header-content-home .hero-header-content-inner h2,
.hero-header-content-home .hero-header-content-inner h3,
.hero-header-content-home .hero-header-content-inner h4,
.hero-header-content-home .hero-header-content-inner h5,
.hero-header-content-home .hero-header-content-inner h6 {
  color: #3d4fb3;
}
.hero-header-content-home .hero-header-content-inner li,
.hero-header-content-home .hero-header-content-inner p {
  color: inherit;
}
.hero-header-content-home .hero-header-content-inner a {
  color: #3d4fb3;
}

main {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  main {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
main .wrapper {
  margin: 0 auto;
  width: 100%;
}
main.main-small .wrapper {
  max-width: 960px;
}

.site-wrap {
  float: left;
  width: 100%;
  background-color: white;
  padding-top: 100px;
  position: relative;
  transition: all 0.25s ease-in-out;
  z-index: 3;
}
@media (min-width: 782px) {
  .site-wrap {
    padding-top: 100px;
  }
}
.navigation-toggle-active .site-wrap {
  transform: translateX(-80vw);
}

.site-wrap .wrapper {
  max-width: 1480px;
  padding-left: calc(40px / 2);
  padding-right: calc(40px / 2);
  width: 100%;
}
@media (min-width: 1024px) {
  .site-wrap .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .site-wrap .wrapper {
    margin: 0 auto;
  }
}
.header .site-wrap .wrapper {
  max-width: none;
}

.current-menu-item > a {
  color: #F26524;
}

.nav .current_page_ancestor > a,
.nav .menu-item-has-children > a {
  position: relative;
}
.nav .current_page_ancestor > a:after,
.nav .menu-item-has-children > a:after {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 10px;
  transition: transform 0.25s ease-in;
}
@media (min-width: 1280px) {
  .nav .current_page_ancestor > a:after,
  .nav .menu-item-has-children > a:after {
    right: 5px;
    top: 15px;
  }
}
.nav .current_page_ancestor:hover > a:after,
.nav .menu-item-has-children:hover > a:after {
  transform: rotate(90deg);
}

.nav-subsublist,
.nav-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #27584A;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: all 0.25s ease-in-out;
  width: 260px;
}
.nav-subsublist:before,
.nav-sublist:before {
  background-color: white;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 1;
}
.nav-subsublist-li,
.nav-sublist-li {
  float: left;
  width: 100%;
  position: relative;
}
.nav-subsublist-li:focus-within > a, .nav-subsublist-li:hover > a,
.nav-sublist-li:focus-within > a,
.nav-sublist-li:hover > a {
  color: #F26524;
}
.nav-subsublist-li:hover .nav-subsublist, .nav-subsublist-li:focus-within .nav-subsublist,
.nav-sublist-li:hover .nav-subsublist,
.nav-sublist-li:focus-within .nav-subsublist {
  opacity: 1;
  pointer-events: all;
}
.nav-subsublist-a,
.nav-sublist-a {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: "Azeret", sans-serif;
  font-weight: 700;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .nav-subsublist-a,
  .nav-sublist-a {
    padding: 10px 20px;
  }
}

.nav-toplist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-toplist-li {
  float: left;
  position: relative;
  width: auto;
}
.nav-toplist-li:focus-within > a, .nav-toplist-li:hover > a {
  color: #F26524;
}
.nav-toplist-li:hover .nav-sublist, .nav-toplist-li:focus-within .nav-sublist {
  opacity: 1;
  pointer-events: all;
}
.nav-toplist-a {
  float: left;
  width: 100%;
  color: white;
  font-family: "Azeret", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .nav-toplist-a {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.nav-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .nav-wrapper {
    display: block;
    float: right;
    left: auto;
    min-height: 100px;
    opacity: 1;
    padding-top: 0;
    pointer-events: all;
    position: relative;
    top: auto;
    width: calc(100% - 215px);
    z-index: 1000;
  }
}

.nav {
  float: left;
  width: 100%;
  bottom: 0;
  display: none;
  float: none;
  position: absolute;
  right: -20px;
  width: auto;
}
@media (min-width: 1024px) {
  .nav {
    display: block;
  }
}

.topnav {
  display: none;
}
@media (min-width: 1024px) {
  .topnav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    display: block;
    float: right;
    margin: 10px -30px 0 0;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .topnav {
    margin: 20px -10px 0 0;
  }
}
.topnav-li {
  float: left;
}
.topnav a {
  color: white;
  display: inline;
  font-family: "Azeret", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
  padding: 10px;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .topnav a {
    font-size: 14px;
  }
}
.topnav .current-menu-item a {
  color: #F26524;
}

.mobile-nav {
  background-color: #3d4fb3;
  bottom: 0;
  height: 60px;
  left: 0;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  transition: all 0.25s ease-in-out;
  z-index: 4;
}
.navigation-toggle-active .mobile-nav {
  background-color: rgb(48.0375, 62.2125, 140.9625);
}
.has-cookie-notification .mobile-nav {
  bottom: 104px;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav-content {
  background-color: #3d4fb3;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  height: 100vh;
  position: fixed;
  right: -80vw;
  overflow: scroll;
  transition: all 0.25s ease-in-out;
  width: 80vw;
  z-index: 4;
}
@media (min-width: 1024px) {
  .mobile-nav-content {
    display: none;
  }
}
.navigation-toggle-active .mobile-nav-content {
  right: 0;
}
.mobile-nav-content-intro {
  float: left;
  width: 100%;
  background-color: white;
  padding: calc(40px / 3) 0;
  text-align: center;
}
.mobile-nav-content-intro span {
  font-size: 14px;
}
@media (min-width: 400px) {
  .mobile-nav-content-intro span {
    font-size: calc(14px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .mobile-nav-content-intro span {
    font-size: 18px;
  }
}
.mobile-nav-content-intro span {
  float: left;
  width: 100%;
  color: #000;
  margin-bottom: calc(40px / 4);
}
.mobile-nav-content-intro a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
}
.mobile-nav-content-intro img {
  max-height: 42px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .mobile-nav-content-intro img {
    max-height: 72px;
    max-width: 75%;
  }
}
.mobile-nav-content-menus {
  float: left;
  width: 100%;
  background-color: #3d4fb3;
  height: 100vh;
  overflow: scroll;
}
.mobile-nav-content-primary, .mobile-nav-content-secondary {
  float: left;
  width: 100%;
  background-color: #3d4fb3;
  padding: calc(40px / 3) 40px;
}
.mobile-nav-content-primary ul, .mobile-nav-content-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-content-primary li, .mobile-nav-content-secondary li {
  display: block;
  text-align: center;
  font-family: "Azeret", sans-serif;
}
.mobile-nav-content-primary li:active > a, .mobile-nav-content-primary li:focus-within > a, .mobile-nav-content-primary li:hover > a, .mobile-nav-content-secondary li:active > a, .mobile-nav-content-secondary li:focus-within > a, .mobile-nav-content-secondary li:hover > a {
  color: #F26524;
}
.mobile-nav-content-primary li:active > a:after, .mobile-nav-content-primary li:focus-within > a:after, .mobile-nav-content-primary li:hover > a:after, .mobile-nav-content-secondary li:active > a:after, .mobile-nav-content-secondary li:focus-within > a:after, .mobile-nav-content-secondary li:hover > a:after {
  color: #F26524;
}
.mobile-nav-content-primary a, .mobile-nav-content-secondary a {
  color: white;
  text-decoration: none;
}
.mobile-nav-content-primary .menu-item-has-children > a, .mobile-nav-content-secondary .menu-item-has-children > a {
  position: relative;
}
.mobile-nav-content-primary .menu-item-has-children > a:after, .mobile-nav-content-secondary .menu-item-has-children > a:after {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  color: white;
  position: absolute;
  right: -20px;
  top: -2px;
  transition: all 0.25s ease-in-out;
}
.mobile-nav-content-primary .menu-item-has-children > ul, .mobile-nav-content-secondary .menu-item-has-children > ul {
  display: none;
}
.mobile-nav-content-primary .menu-item-has-children:hover > a:after, .mobile-nav-content-secondary .menu-item-has-children:hover > a:after {
  transform: rotate(90deg);
}
.mobile-nav-content-primary .menu-item-has-children:active > ul, .mobile-nav-content-primary .menu-item-has-children:focus-within > ul, .mobile-nav-content-primary .menu-item-has-children:hover > ul, .mobile-nav-content-secondary .menu-item-has-children:active > ul, .mobile-nav-content-secondary .menu-item-has-children:focus-within > ul, .mobile-nav-content-secondary .menu-item-has-children:hover > ul {
  display: block;
}
.mobile-nav-content-primary li {
  font-size: 16px;
}
@media (min-width: 400px) {
  .mobile-nav-content-primary li {
    font-size: calc(16px + 8 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .mobile-nav-content-primary li {
    font-size: 24px;
  }
}
.mobile-nav-content-primary li {
  padding: 10px 20px;
}
.mobile-nav-content-primary ul {
  padding: 5px 0 0;
}
.mobile-nav-content-primary ul li {
  font-size: 14px;
}
@media (min-width: 400px) {
  .mobile-nav-content-primary ul li {
    font-size: calc(14px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .mobile-nav-content-primary ul li {
    font-size: 18px;
  }
}
.mobile-nav-content-primary ul li {
  padding: 5px 0;
}
.mobile-nav-content-secondary li {
  font-size: 14px;
}
@media (min-width: 400px) {
  .mobile-nav-content-secondary li {
    font-size: calc(14px + 4 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .mobile-nav-content-secondary li {
    font-size: 18px;
  }
}
.mobile-nav-content-secondary li {
  padding: 5px 20px;
}
.mobile-nav-content .current-menu-parent > a,
.mobile-nav-content .current-menu-item > a {
  color: #F26524;
}
.mobile-nav-content .current-menu-parent > a:after,
.mobile-nav-content .current-menu-item > a:after {
  color: #F26524;
}

.mobile-nav-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
  width: 0vw;
  z-index: 3;
}
.navigation-toggle-active .mobile-nav-overlay {
  pointer-events: all;
  opacity: 1;
  width: 100vw;
}

.has-tooltip {
  position: relative;
}
.has-tooltip:active:after, .has-tooltip:hover:after, .has-tooltip:focus-within:after {
  opacity: 1;
}

.has-tooltip:after {
  background-color: #3d4fb3;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  color: white;
  content: attr(data-tooltip);
  display: block;
  font-size: 12px;
  line-height: 22px;
  max-width: 300px;
  min-height: 26px;
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  top: -32px;
  transition: all 0.25s ease-in-out;
  width: 50vw;
  z-index: 100000;
}

.button {
  font-size: 16px;
}
@media (min-width: 400px) {
  .button {
    font-size: calc(16px + 2 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .button {
    font-size: 18px;
  }
}
.button {
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Azeret", sans-serif;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  white-space: normal;
  background-color: #F26524;
  border-radius: 43px;
  color: #000;
}
.button:hover {
  color: #000;
}
.button:focus, .button:active {
  color: #000;
  outline: none;
  transform: translateY(2px);
}
.button {
  padding: 0.6em 1em;
}
.button:before {
  content: "\e90e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  float: left;
  margin-right: 5px;
}
:root .button {
  min-width: 140px;
}

.button-add-show {
  margin-bottom: 40px;
}

.button-float-right {
  float: right;
  margin-top: -65px;
}

.button--edit {
  cursor: pointer;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0;
  min-width: inherit;
  padding: 0;
  text-align: center;
  width: 30px;
}
.button--edit:before {
  content: "\e91c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 16px;
  line-height: 30px;
}

.button--delete {
  cursor: pointer;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0;
  min-width: inherit;
  padding: 0;
  text-align: center;
  width: 30px;
}
.button--delete:before {
  content: "\e9ac";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 16px;
  line-height: 30px;
}

.button--download,
.button--import,
.button--export,
.button--check,
.button--cancel,
.button--save,
.button--edit-large,
.button--add {
  padding-left: 44px;
  position: relative;
}

.button--download:before {
  content: "\e902";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px) rotate(0deg);
}
@media (min-width: 480px) {
  .button--download:before {
    font-size: 18px;
  }
}

.button--import:before {
  content: "\e902";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px) rotate(0deg);
}
@media (min-width: 480px) {
  .button--import:before {
    font-size: 18px;
  }
}

.button--export:before {
  content: "\e902";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px) rotate(-180deg);
}
@media (min-width: 480px) {
  .button--export:before {
    font-size: 18px;
  }
}

.button--check:before,
.button--save:before {
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 16px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px) rotate(0deg);
}
@media (min-width: 480px) {
  .button--check:before,
  .button--save:before {
    font-size: 20px;
  }
}

.button--edit-large:before {
  content: "\e91c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px) rotate(0deg);
}
@media (min-width: 480px) {
  .button--edit-large:before {
    font-size: 18px;
  }
}

.button--cancel {
  background-color: rgb(221, 221, 221);
  color: #000;
}

.button--add::before {
  content: "+";
  font-size: 22px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px) rotate(90deg);
}
@media (min-width: 480px) {
  .button--add::before {
    font-size: 26px;
  }
}

.button--extra-spacing-bottom {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .button--extra-spacing-bottom {
    margin-bottom: 40px;
  }
}

.cancel {
  background-color: #ddd;
  color: #000;
}

.form {
  float: left;
  width: 100%;
  display: block;
  max-width: 600px;
  width: 100%;
}
.form-label {
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}
.form-label-error {
  color: #e74c3c;
}
.form-label-error * {
  border-color: #e74c3c;
}
.form-label > span {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.form-label [type=submit] {
  margin-right: 10px;
}
.form-label-range {
  float: left;
  width: 100%;
}
.form-label-range span {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  width: 150px;
}
.form-label-range input {
  position: relative;
  top: 5px;
}
.form-label-range output {
  display: inline-block;
  margin-left: 5px;
}
.form-error {
  color: #e74c3c;
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
}
.form-file-drop {
  float: left;
  width: 100%;
  border: 2px dashed #ced4da;
  padding: 15px 20px;
}
.form-file-drop a {
  display: block;
  margin-bottom: 5px;
}
.form-control {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form-control {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .form-control {
    width: 33.333%;
  }
}
.form-control [type=checkbox],
.form-control [type=radio] {
  position: relative;
  top: 2px;
}
.form-control__search {
  margin-bottom: 10px;
}
.form-control__providers {
  width: 100%;
}
.form-control__providers span {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}

.ico {
  border-radius: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 4px;
  text-align: center;
  width: 20px;
  text-decoration: none;
}
.ico::before {
  font-size: 18px;
}
.ico-ready:before {
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.ico-ready {
  color: #27ae60;
}
.ico-pending:before {
  content: "\f071";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.ico-pending {
  color: #f1c40f;
}
.ico-pending-green {
  color: #8ec5bb;
}
.ico-halted:before {
  content: "\f00d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.ico-halted {
  color: #e74c3c;
}
.ico-edit:before {
  content: "\e91c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 10px;
  color: white;
}
.ico-edit {
  background-color: #f1c40f;
}
.ico-edit:hover {
  background-color: rgb(193.7007874016, 157.3818897638, 11.2992125984);
}
.ico-review:before {
  content: "\f1d8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 12px;
}
.ico-review {
  background-color: #8ec5bb;
  color: white;
}
.ico-review:hover {
  background-color: rgb(108.298245614, 179.701754386, 166.7192982456);
}
.ico-delete:before {
  content: "\e9ac";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 12px;
  color: white;
}
.ico-delete {
  background-color: #e74c3c;
  text-indent: 1px;
}
.ico-delete:hover {
  background-color: rgb(213.698630137, 43.8356164384, 26.301369863);
}

.loginform {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 580px;
}
.loginform form {
  width: 100%;
}
.loginform table {
  background-color: transparent;
  border: 0;
  margin-top: 20px;
}
.loginform table td:first-of-type {
  font-weight: 700;
  line-height: 45px;
}
.loginform table td,
.loginform table th {
  background-color: transparent;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.loginform table td {
  padding-left: 0;
}
.loginform table input {
  margin-bottom: 10px;
}

.logo {
  color: white;
  float: left;
  font-family: "Azeret", sans-serif;
  font-size: 24px;
  padding-bottom: 25px;
  padding-top: 25px;
  text-decoration: none;
  font-weight: 700;
}

#mirrorbox {
  float: left;
  width: 100%;
}

.mirrorobject {
  float: left;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  padding: 20px;
}
.mirrorobject__title {
  font-size: 20px;
  line-height: 28px;
}
.mirrorobject__row {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.mirrorobject__row:last-of-type {
  margin-bottom: 0;
}
.mirrorobject__label {
  float: left;
  font-weight: 700;
  line-height: 45px;
  width: 120px;
}
.mirrorobject__input {
  float: left;
  width: calc(100% - 120px);
}

.portrait {
  display: block;
  margin-bottom: 20px;
  max-height: 200px;
  max-width: 150px;
}

.has-tooltip {
  position: relative;
}
.has-tooltip:active:after, .has-tooltip:hover:after, .has-tooltip:focus-within:after {
  opacity: 1;
}

.has-tooltip:after {
  background-color: #3d4fb3;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  color: white;
  content: attr(data-tooltip);
  display: block;
  font-size: 12px;
  line-height: 22px;
  max-width: 300px;
  min-height: 26px;
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  top: -32px;
  transition: all 0.25s ease-in-out;
  width: 50vw;
  z-index: 100000;
}

.webitem_8 table img {
  display: block;
}

.webitem {
  float: left;
  width: 100%;
  position: relative;
}
.webitem .ngm-edit-toolbar {
  top: 0;
}

.block {
  float: left;
  width: 100%;
  padding: clamp(50px, 8vw, 80px) 0;
  background-color: #f2f2f2;
}
.block-title {
  font-size: 30px;
}
@media (min-width: 400px) {
  .block-title {
    font-size: calc(30px + 10 * (100vw - 400px) / 840);
  }
}
@media (min-width: 1240px) {
  .block-title {
    font-size: 40px;
  }
}
.block-title {
  margin-bottom: 40px;
  text-align: center;
}
.block-intro, .block-outro {
  float: left;
  width: 100%;
}
.block-intro-inner, .block-outro-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-align: center;
}
.block-intro p, .block-outro p {
  color: #000;
}
.block-intro {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .block-intro {
    margin-bottom: 40px;
  }
}
.block-outro {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .block-outro {
    margin-top: 40px;
  }
}
.block-spacing-no {
  padding: 0;
}
.block-spacing-no:first-of-type {
  padding: clamp(25px, 5vw, 50px) 0 0;
}
:root .block-background-yes {
  background-color: white;
}
.block-background-purple {
  background-color: #3d4fb3;
}
.block-background-purple .block-title {
  color: white;
}
.block-background-purple .button {
  background-color: white;
}
.block-background-yellow {
  background-color: #feca29;
}
.block-background-yellow .block-title {
  color: #000;
}
.block-background-yellow .button {
  background-color: white;
}
.block-background-green {
  background-color: #8ec5bb;
}
.block-background-green .block-title {
  color: #000;
}
.block-background-red {
  background-color: #dc6a51;
}
.block-background-red .block-title {
  color: #000;
}
.block-background-white {
  background-color: white;
}
.block-background-white .block-title {
  color: #000;
}
.block-background-grey {
  background-color: #f2f2f2;
}
.block-background-grey .block-title {
  color: #000;
}

iframe.cke_wysiwyg_frame {
  padding: 10px 15px;
}/*# sourceMappingURL=main.css.map */