.has-mc-tooth-addition-blue-background-color {
  background-color: #0078a6;
}

.has-mc-white-background-color {
  background-color: #fff !important;
}

.has-mc-blue-background-color {
  background-color: #05325a;
}

.has-mc-soft-blue-background-color {
  background-color: #fafbff !important;
}

.has-mc-light-blue-background-color {
  background-color: #eff7ff;
}

.has-mc-highlight-blue-background-color {
  background-color: #348bff;
}

.has-mc-green-background-color {
  background-color: #102b2f;
}

.has-mc-tooth-addition-lightblue-background-color {
  background-color: #5ae6fc;
}

.has-mc-care-purple-background-color {
  background-color: #625cb5;
}

.has-mc-care-purple-light-background-color {
  background-color: #a0a0ff;
}

.has-mc-travel-green-background-color {
  background-color: #20827c;
}

.has-mc-travel-lightgreen-background-color {
  background-color: #008800;
}

.has-mc-accident-turqoise-background-color {
  background-color: #007280;
}

.has-mc-accident-lightturqoise-background-color {
  background-color: #00e3b8;
}

.has-mc-hospital-blue-background-color {
  background-color: #5171cd;
}

.has-mc-hospital-lightblue-background-color {
  background-color: #157AC5;
}

.has-mc-white-color {
  color: #fff;
}

.has-mc-blue-color {
  color: #05325a !important;
}

.has-mc-soft-blue-color {
  color: #fafbff;
}

.has-mc-light-blue-color {
  color: #eff7ff;
}

.has-mc-highlight-blue-color {
  color: #157AC5;
}

.has-mc-green-color {
  color: #102b2f;
}

.has-mc-tooth-addition-blue-color {
  color: #0078a6;
}

.has-mc-tooth-addition-lightblue-color {
  color: #5ae6fc;
}

.has-mc-care-purple-color {
  color: #625cb5;
}

.has-mc-care-purple-light-color {
  color: #a0a0ff;
}

.has-mc-travel-green-color {
  color: #20827c;
}

.has-mc-travel-lightgreen-color {
  color: #a6eb77;
}

.has-mc-accident-turqoise-color {
  color: #007280;
}

.has-mc-accident-lightturqoise-color {
  color: #00e3b8;
}

.has-mc-hospital-blue-color {
  color: #5171cd;
}

.has-mc-hospital-lightblue-color {
  color: #6ebeff;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
html, body, input, button, textarea {
  -webkit-font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 14px;
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../../dist/fonts/Barlow-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url("../../dist/fonts/Barlow-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../../dist/fonts/Barlow-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 500;
  src: url("../../dist/fonts/Barlow-MediumItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../../dist/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../../dist/fonts/Barlow-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 700;
  src: url("../../dist/fonts/Barlow-BlackItalic.ttf") format("truetype");
  font-display: swap;
}
body .has-small-font-size {
  font-size: 14px !important;
}
@media screen and (max-width: 990px) {
  body .has-small-font-size {
    font-size: 12px !important;
    padding: 0 25px 0 25px;
  }
}

@media screen and (max-width: 990px) {
  body .has-normal-font-size {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 990px) {
  body .has-large-font-size {
    font-size: 16px !important;
  }
}

strong {
  font-weight: 600;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  white-space: nowrap;
  word-wrap: normal !important;
  pointer-events: none;
}

i.facebook {
  background-image: url(../../dist/img/facebook_w.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 10px 30px 10px 0;
  display: block;
}

i.instagram {
  background-image: url(../../dist/img/instagram.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 10px 30px 10px 0;
  display: block;
}

i.amazon {
  background-image: url(../../dist/img/amazon_logo.svg);
  display: inline-block;
  width: 80px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

i.arrow {
  background-image: url(../../dist/img/arrow_right.svg);
  background-size: contain;
  width: 19px;
  height: 11px;
  display: block;
}
@media screen and (min-width: 990px) {
  i.arrow {
    width: 27px;
    height: 16px;
  }
}

i.arrow-new {
  background-image: url(../../dist/img/arrow-variant.svg);
  background-size: contain;
  width: 19px;
  height: 11px;
  display: block;
}
@media screen and (min-width: 990px) {
  i.arrow-new {
    width: 27px;
    height: 16px;
  }
}

i.close {
  background-image: url(../../dist/img/close.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

i.phone {
  background-image: url(../../dist/img/phone_b.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 5px -3px 5px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 4px -3px 5px;
}
@media screen and (max-width: 990px) {
  i.phone {
    width: 20px;
    height: 20px;
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-6px);
  }
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  80% {
    transform: translate(0, 15px);
  }
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
.btn__arrow--down {
  padding-right: 12px !important;
}
.btn__arrow--down:after {
  content: " ";
  position: absolute;
  background-image: url("../../dist/img/arrow.svg");
  background-size: contain;
  width: 12px;
  height: 20px;
  display: block;
  right: 12px;
  top: 15px;
  transform: rotate(90deg);
}

.btn,
.gb-block-button a,
input.btn {
  display: block;
  width: auto;
  height: 50px;
  background-color: #05325a;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
  transition: transform 0.8s;
  border-color: #05325a;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
.btn:hover,
.gb-block-button a:hover,
input.btn:hover {
  transform: scale(1.05);
  background-color: #348bff;
  color: #fff;
  border-color: #348bff;
}
@media screen and (min-width: 990px) {
  .btn:hover,
  .gb-block-button a:hover,
  input.btn:hover {
    transform: scale(1.03);
  }
}
.btn:hover:after,
.gb-block-button a:hover:after,
input.btn:hover:after {
  opacity: 0;
  background: transparent;
}
.btn:focus,
.gb-block-button a:focus,
input.btn:focus {
  color: #fff;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gb-block-button a {
  margin-top: 10px;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: "Barlow", sans-serif !important;
}
.gb-block-button a.gb-button-shape-rounded {
  border-radius: 15px;
}
.gb-block-button a.gb-button-shape-square {
  border-radius: 0 !important;
}
.gb-block-button a.gb-button-size-small {
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px !important;
}
.gb-block-button a.gb-button-size-small:hover {
  transform: scale(1.03);
}
.gb-block-button a.gb-button-size-medium {
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px !important;
}
.gb-block-button a.gb-button-size-large {
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px !important;
}
.gb-block-button a.gb-button-size-extralarge {
  height: 70px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px !important;
}

.btn-green {
  display: block;
  width: auto;
  height: 50px;
  background-color: #05325a;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
  transition: transform 0.8s;
  border-color: #05325a;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
.btn-green:hover {
  transform: scale(1.05);
  background-color: #348bff;
  color: #fff;
  border-color: #348bff;
}
@media screen and (min-width: 990px) {
  .btn-green:hover {
    transform: scale(1.03);
  }
}
.btn-green:hover:after {
  opacity: 0;
  background: transparent;
}
.btn-green:focus {
  color: #fff;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-blue {
  display: block;
  width: auto;
  height: 50px;
  background-color: #05325a;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
  transition: transform 0.8s;
  border-color: #05325a;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
.btn-blue:hover {
  transform: scale(1.05);
  background-color: #348bff;
  color: #fff;
  border-color: #348bff;
}
@media screen and (min-width: 990px) {
  .btn-blue:hover {
    transform: scale(1.03);
  }
}
.btn-blue:hover:after {
  opacity: 0;
  background: transparent;
}
.btn-blue:focus {
  color: #fff;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (min-width: 990px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  background-color: #fff;
  font-family: "Barlow", sans-serif;
}

::-moz-selection {
  background: #05325a;
}

::selection {
  background: #05325a;
}

::-moz-selection {
  background: #05325a;
}

p,
a,
span {
  font-family: "Barlow", sans-serif;
  color: #05325a;
  font-size: 18px;
}
@media screen and (min-width: 990px) {
  p,
  a,
  span {
    font-size: 20px;
    line-height: 26px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  color: #05325a;
}

a {
  position: relative;
}
a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 51%;
  right: 51%;
  height: 2px;
  background: #05325a;
  opacity: 0;
  transition: opacity 0.4s, left 0.4s, right 0.4s;
}
a:hover {
  color: #05325a;
}
a:hover::after {
  left: 0;
  right: 0;
  opacity: 1;
}
a:focus {
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.phone:before {
  background-image: url(../../dist/img/phone_b.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 5px -3px 5px;
  display: inline-block;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 5px -3px -2px;
}
@media screen and (max-width: 990px) {
  a.phone:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 990px) {
  a.phone:before {
    width: 16px;
    height: 16px;
    margin: 0 5px -3px 0;
  }
}
a.phone--light:before {
  background-image: url(../../dist/img/phone_b.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 5px -3px 5px;
  display: inline-block;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 5px -3px -2px;
  background-image: url(../../dist/img/phone_w.svg);
}
@media screen and (max-width: 990px) {
  a.phone--light:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 990px) {
  a.phone--light:before {
    width: 16px;
    height: 16px;
    margin: 0 5px -3px 0;
  }
}

ul {
  color: #05325a;
}
@media screen and (min-width: 990px) {
  ul {
    font-size: 18px;
  }
}

table {
  font-size: 18px;
  color: #05325a;
  margin-top: 40px;
  overflow-y: scroll;
}
table tr th {
  color: #05325a;
  font-weight: 600 !important;
  line-height: 1.2;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
table tr th strong {
  font-weight: 600 !important;
}
table tr td {
  color: #05325a;
  line-height: 1.2;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
table tr td strong {
  font-weight: 600 !important;
}

.site-container {
  overflow: hidden;
}

.site-inner {
  background-color: #fff;
}

.hide {
  display: none !important;
}

.d-hidden {
  display: block;
}
@media screen and (min-width: 990px) {
  .d-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .t-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .m-hidden {
    display: none !important;
  }
}

.d-inline {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.margin-auto {
  margin: 0 auto !important;
}

.uppercase {
  text-transform: uppercase;
}

:focus {
  outline: transparent solid 1px;
}

.blurred {
  filter: blur(8px);
}

.tooltip-icon--pre-table {
  border: 2px solid #5ae6fc;
  color: #5ae6fc;
  border-radius: 50px;
  padding: 0px 11px;
}
.tooltip-icon--pre-table:before {
  content: "i";
  display: block;
}
.tooltip-icon--pre-table:hover::after {
  opacity: 0;
}

.archive__topbar {
  margin-top: 100px;
  background-color: #05325a;
  color: #fff;
  padding: 5px 25px;
}
@media screen and (max-width: 990px) {
  .archive__topbar {
    margin-top: 60px;
  }
}
@media screen and (min-width: 990px) {
  .archive__topbar section {
    max-width: 1260px;
    padding: 0 55px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1500px) {
  .archive__topbar section {
    max-width: 1380px;
    padding: 0 25px;
  }
}
.archive__topbar .widget.widget_categories h3 {
  display: none;
}
.archive__topbar .widget.widget_categories ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .archive__topbar .widget.widget_categories ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
}
.archive__topbar .widget.widget_categories ul::-webkit-scrollbar {
  display: none;
}
.archive__topbar .widget.widget_categories ul li {
  padding-top: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 990px) {
  .archive__topbar .widget.widget_categories ul li {
    min-width: 120px;
    padding: 10px;
    margin: 0;
    text-align: center;
  }
}
.archive__topbar .widget.widget_categories ul li a {
  color: #fff;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.breadcrumb {
  padding: 0 25px;
  margin: -25px auto 20px 0;
  font-size: 14px;
  border-bottom: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 990px) {
  .breadcrumb {
    padding: 0;
  }
}
.breadcrumb span {
  font-size: 14px;
}
.breadcrumb span a:after {
  background: transparent;
}
.breadcrumb span a:hover::after {
  opacity: 0;
}
.breadcrumb span a span {
  color: #157AC5;
}

.footer-widgets {
  background-color: #05325a;
  z-index: 8;
}
@media screen and (min-width: 990px) {
  .footer-widgets {
    padding: 0 80px;
  }
}
.footer-widgets .wrap {
  padding-top: 40px;
  padding-bottom: 10px;
}
@media screen and (min-width: 990px) {
  .footer-widgets .wrap {
    padding-top: 80px;
    padding-bottom: 35px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 990px) {
  .footer-widgets .widget-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-widgets .widget-area .widget:nth-child(1) {
    width: 100%;
  }
  .footer-widgets .widget-area .widget:nth-child(2), .footer-widgets .widget-area .widget:nth-child(3), .footer-widgets .widget-area .widget:nth-child(4) {
    width: 33.333%;
  }
  .footer-widgets .widget-area .widget:nth-child(5), .footer-widgets .widget-area .widget:nth-child(6) {
    width: 33%;
  }
  .footer-widgets .widget-area .widget:nth-child(5) {
    order: 6;
  }
  .footer-widgets .widget-area .widget:nth-child(6) {
    order: 5;
  }
}
.footer-widgets .widget-area .widget_text.widget_custom_html {
  margin-bottom: 5px;
}
.footer-widgets .widgettitle {
  font-family: "Barlow", sans-serif;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 500;
}
.footer-widgets .widget_media_image {
  float: left;
}
.footer-widgets .widget_media_image img {
  width: 157px;
  height: auto;
  float: left;
}
.footer-widgets .widget_nav_menu {
  float: left;
  width: 100%;
  text-align: left;
}
.footer-widgets .widget_nav_menu a {
  font-size: 22px;
  line-height: 1.27;
}
@media screen and (max-width: 375px) {
  .footer-widgets .widget_nav_menu a {
    letter-spacing: -0.6px;
  }
}
.footer-widgets .widget_nav_menu ul li {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.footer-widgets .widget_nav_menu ul li.link-btn {
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 60px;
}
.footer-widgets .widget_custom_html {
  float: left;
  width: 100%;
  text-align: left;
}
.footer-widgets .widget_custom_html a {
  font-weight: 400;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 22px;
  max-width: 290px;
  display: block;
}
.footer-widgets .widget_custom_html a:hover {
  color: #348bff !important;
}
.footer-widgets .widget_custom_html a:hover:after {
  background: transparent;
}
.footer-widgets .widget_custom_html a:hover:hover::after {
  opacity: 0;
}
.footer-widgets .widget_custom_html span {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .footer-widgets .widget_custom_html .copyright {
    margin-top: 20px;
  }
}
.footer-widgets .widget_custom_html .copyright p {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
  font-style: italic;
}
.footer-widgets .widget_custom_html .social-media {
  margin-top: 30px;
}
.footer-widgets .widget_custom_html .social-media a {
  display: inline-block;
  font-size: 10px;
}
.footer-widgets .widget_custom_html .social-media a span {
  display: none;
}
.footer-widgets #custom_html-3 a,
.footer-widgets .widget_custom_html a {
  letter-spacing: -1px;
}
.footer-widgets #custom_html-3 p > a,
.footer-widgets .widget_custom_html p > a {
  letter-spacing: 0;
}

footer {
  background-color: #fafbff;
}
@media screen and (min-width: 990px) {
  footer {
    padding: 0 80px;
  }
}
footer .widget ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 990px) {
  footer .widget ul {
    max-width: 1340px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
  }
}
footer .widget ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 20px;
}
@media screen and (max-width: 990px) {
  footer .widget ul li {
    padding: 10px;
    width: 50%;
    justify-content: space-between;
  }
  footer .widget ul li:nth-child(even) {
    text-align: right;
  }
}
footer .widget ul li a {
  color: #05325a;
  font-size: 16px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 990px) {
  footer .widget ul li a {
    font-size: 20px;
  }
}

.nav-footer {
  max-width: 1200px;
  margin: 0 auto;
}
.nav-footer ul#menu-footer {
  padding: 20px 25px;
}
@media screen and (min-width: 990px) {
  .nav-footer ul#menu-footer {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer ul#menu-footer li {
    display: block;
  }
}
.nav-footer ul#menu-footer li.link-btn {
  border: 1px solid #05325a;
  padding: 1px 15px;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 60px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.nav-footer ul#menu-footer li.link-btn a {
  padding: 5px 0;
}
.nav-footer ul#menu-footer li a {
  font-size: 22px;
  line-height: 1.27;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media screen and (max-width: 990px) {
  .nav-footer ul#menu-footer li a {
    padding-left: 0;
  }
}

.topbar {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 7px 5px;
  height: 35px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
  z-index: 10;
}
@media screen and (min-width: 990px) {
  .topbar {
    padding: 10px 17px;
    height: 48px;
  }
}
@media screen and (max-width: 990px) {
  .topbar .container {
    padding: 0;
  }
}
.topbar__content {
  color: #157AC5;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .topbar__content {
    letter-spacing: -0.2px;
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  .topbar__content {
    font-size: 12px;
    letter-spacing: -0.4px;
  }
}
.topbar__content a {
  font-size: 13px;
  color: #348bff;
  text-decoration: underline;
  position: relative;
}
@media screen and (min-width: 990px) {
  .topbar__content a {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .topbar__content a {
    font-size: 12px;
  }
}
.topbar__content a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: auto;
  height: 1px;
  background: #fff;
  opacity: 1;
  width: 100%;
}
.topbar__content a:hover {
  opacity: 0.8;
}
.topbar__content a:hover:after {
  opacity: 0.6;
}

#iframepopup__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10000;
  font-family: "Barlow", sans-serif;
  background: rgba(250, 251, 255, 0.8);
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
}
#iframepopup__lightbox .iframepopup__wrapper {
  width: 55%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
#iframepopup__lightbox .iframepopup__wrapper-inner {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  border-spacing: 0;
}
#iframepopup__lightbox .iframepopup__wrapper-inner--content {
  overflow: hidden;
  max-width: 900px;
  line-height: 5px;
  display: block;
  margin: 0 auto;
}
#iframepopup__lightbox .iframepopup__wrapper-inner--content iframe {
  width: 100%;
  min-height: 610px;
  background: #fafbff;
  border: 0;
  margin: 0;
  display: block;
  height: 100%;
}
#iframepopup__lightbox .iframepopup__wrapper-close {
  max-width: 900px;
  min-height: 40px;
  position: relative;
  margin: 0 auto;
}
#iframepopup__lightbox .iframepopup__wrapper-close a {
  color: #fafbff;
  float: right;
  font-weight: bold;
  font-size: 2em;
  text-decoration: none;
  position: absolute;
  left: unset;
  right: -15px;
  top: 15px;
}
#iframepopup__lightbox .iframepopup__wrapper-close a:after {
  background: transparent;
}
#iframepopup__lightbox .iframepopup__wrapper-close a:hover::after {
  opacity: 0;
}
#iframepopup__lightbox .iframepopup__wrapper-close span svg {
  fill: #fafbff;
  background-color: #05325a;
  border-radius: 14px;
  border: 2px solid #05325a;
}

ul.checklist,
.teaser__checklist ul {
  padding-left: 47px;
  list-style-position: outside;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  margin-bottom: 5px !important;
  margin-top: 20px !important;
}
@media screen and (min-width: 990px) {
  ul.checklist,
  .teaser__checklist ul {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
ul.checklist li,
.teaser__checklist ul li {
  list-style: none;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.28;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.28;
  padding-bottom: 8px;
}
@media screen and (min-width: 990px) {
  ul.checklist li,
  .teaser__checklist ul li {
    font-size: 20px;
  }
}
ul.checklist li:before,
.teaser__checklist ul li:before {
  content: "";
  background-image: url(../../dist/img/check.svg);
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: -10px;
  margin-right: 8px;
  background-image: url(../../dist/img/check.svg);
  margin-left: -27px;
  margin-right: 11px;
}
@media screen and (min-width: 990px) {
  ul.checklist li:before,
  .teaser__checklist ul li:before {
    margin-left: -30px;
    margin-right: 11px;
    width: 19px;
    height: 15px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.4s ease-out, background 0.8s ease-out;
  transition-delay: 0.2s;
}
.header--color {
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 990px) {
  .header--color .header__wrapper--middle .btn {
    display: block;
  }
}
@media screen and (min-width: 990px) {
  .header--color .menu-opened .header__menu {
    padding: 40px 30px 30px !important;
  }
}
@media screen and (max-width: 990px) {
  .header.menu-fixed {
    bottom: 0;
  }
}

.topbar + .header {
  top: 38px;
}
@media screen and (min-width: 990px) {
  .topbar + .header {
    top: 46px;
  }
}
.topbar + .header--color {
  top: 0;
}
.topbar + .header .header__wrapper.menu-opened .header__menu {
  padding: 20px 0 30px;
}
@media screen and (min-width: 990px) {
  .topbar + .header .header__wrapper.menu-opened .header__menu {
    padding: 80px 30px 30px;
  }
}

.header__wrapper {
  height: 50px;
  padding: 19px 15px 12px;
  z-index: 9999;
  position: relative;
  background: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: initial;
  align-items: center;
  overflow: none;
}
@media screen and (min-width: 990px) {
  .header__wrapper {
    height: 60px;
    padding: 10px 25px 10px;
  }
}
.header__wrapper--left a:after {
  background: transparent;
  height: 0;
}
.header__wrapper--left a:hover {
  background: transparent;
}
.header__wrapper--left a:hover:after {
  background: transparent;
  height: 0;
}
.header__wrapper--right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__wrapper--middle .btn {
  display: none;
}
@media screen and (min-width: 990px) {
  .header__wrapper--middle .btn {
    min-width: 250px;
    transition: all 0.5s ease-out;
  }
}
.header__wrapper__contact {
  display: none;
}
@media screen and (min-width: 990px) {
  .header__wrapper__contact {
    display: block;
    margin-right: 40px;
  }
}
.header__wrapper__contact .textwidget.custom-html-widget p {
  margin-bottom: 10px;
}
.header__wrapper__contact a {
  display: block;
  font-weight: 500;
  font-size: 22px;
  color: #348bff;
}
.header__wrapper__contact a:after {
  background: transparent;
}
.header__wrapper__contact a:hover::after {
  opacity: 0;
}
.header__wrapper__contact a:hover {
  color: #05325a;
}
.header__wrapper__contact .header__phone {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #348bff;
}
@media screen and (min-width: 990px) {
  .header__wrapper__contact .header__phone span {
    font-size: 22px;
  }
}
.header__wrapper__contact .header__phone-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  flex-shrink: 0;
  fill: #05325a;
}
.header__wrapper__contact span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 990px) {
  .header__wrapper {
    height: 90px;
    padding: 25px 80px;
    max-width: 1500px;
    margin: 0 auto;
  }
}
.header__wrapper .logo {
  max-width: 105px;
  height: auto;
}
@media screen and (min-width: 990px) {
  .header__wrapper .logo {
    max-width: 168px;
  }
}
.header__wrapper .burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 34px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.header__wrapper .burger-container-desktop {
  display: none;
}
@media screen and (min-width: 990px) {
  .header__wrapper .burger-container-desktop {
    display: block;
  }
}
.header__wrapper .burger-container #burger,
.header__wrapper .burger-container #burger-d {
  width: 35px;
  height: 50px;
  position: relative;
  display: block;
  margin: 7px 0 0 0;
  top: 0;
  border-color: transparent;
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .header__wrapper .burger-container #burger,
  .header__wrapper .burger-container #burger-d {
    margin: 10px auto 0;
    width: 34px;
    height: 33px;
  }
}
.header__wrapper .burger-container #burger .bar,
.header__wrapper .burger-container #burger-d .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #05325a;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
  min-width: 34px;
}
.header__wrapper .burger-container #burger .bar.topBar,
.header__wrapper .burger-container #burger-d .bar.topBar {
  transform: translateY(0px) rotate(0deg);
  margin-top: -17px;
  padding: 1px 17px;
}
@media screen and (max-width: 990px) {
  .header__wrapper .burger-container #burger .bar.topBar,
  .header__wrapper .burger-container #burger-d .bar.topBar {
    padding: 1px 11px;
  }
}
.header__wrapper .burger-container #burger .bar.midBar,
.header__wrapper .burger-container #burger-d .bar.midBar {
  display: block;
  margin-top: 9px;
}
@media screen and (max-width: 990px) {
  .header__wrapper .burger-container #burger .bar.midBar,
  .header__wrapper .burger-container #burger-d .bar.midBar {
    margin-top: 7px;
  }
}
.header__wrapper .burger-container #burger .bar.btmBar,
.header__wrapper .burger-container #burger-d .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
  margin-top: 3px;
}
@media screen and (max-width: 990px) {
  .header__wrapper .burger-container #burger .bar.btmBar,
  .header__wrapper .burger-container #burger-d .bar.btmBar {
    margin-top: 1px;
  }
}
.header__wrapper .burger-container #burger:focus,
.header__wrapper .burger-container #burger-d:focus {
  outline: 2px solid #05325a;
  outline-offset: 2px;
}
.header__wrapper .header__menu {
  position: relative;
  display: none;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.header__wrapper .header__menu li.menu-item {
  margin-top: 5px;
  opacity: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.header__wrapper .header__menu li.menu-item a {
  display: block;
  position: relative;
  color: #05325a;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.1;
  font-weight: 400;
  width: 100%;
}
.header__wrapper .header__menu li.menu-item a:after {
  background: transparent;
}
.header__wrapper .header__menu li.menu-item a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 375px) {
  .header__wrapper .header__menu li.menu-item a {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.header__wrapper .header__menu li.menu-item a:hover {
  transform: scale(1.01);
}
.header__wrapper .header__menu li.menu-item a:focus {
  transform: scale(1.01);
  outline: 2px solid #05325a;
  outline-offset: 2px;
}
.header__wrapper .header__menu li.menu-item.current-menu-item a {
  font-weight: 600;
}
.header__wrapper .header__menu .widget {
  transition: opacity 2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header__wrapper .header__menu .widget-wrap {
  margin-bottom: 25px;
}
.header__wrapper .header__menu .widget_text.widget.widget_custom_html a {
  font-weight: 700;
  font-size: 18px;
}
.header__wrapper .header__menu .widget_text.widget.widget_custom_html a:after {
  background: transparent;
}
.header__wrapper .header__menu .widget_text.widget.widget_custom_html a:hover::after {
  opacity: 0;
}
.header__wrapper .header__menu .widget_text.widget.widget_custom_html a:hover {
  transform: scale(1.01);
}
.header__wrapper .header__menu .widget_text.widget.widget_custom_html a.btn {
  width: calc(100% - 0.8em);
  margin: 0 auto;
}
.header__wrapper .header__menu .widget_text.widget.widget_custom_html span {
  display: block;
  font-size: 16px;
}
.header__wrapper.menu-opened {
  height: 100%;
  background-color: #fafbff;
  transition: background-color 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media screen and (max-width: 990px) {
  .header__wrapper.menu-opened {
    flex-direction: row;
    flex-flow: wrap;
    align-items: baseline;
    padding: 11px 30px 10px;
  }
}
@media screen and (min-width: 990px) {
  .header__wrapper.menu-opened {
    height: 90px;
    background-color: transparent;
  }
}
@media screen and (max-width: 990px) {
  .header__wrapper.menu-opened .header__wrapper--left {
    width: 70%;
  }
}
@media screen and (max-width: 990px) {
  .header__wrapper.menu-opened .header__wrapper--right {
    width: 30%;
  }
}
@media screen and (max-width: 990px) {
  .header__wrapper.menu-opened .logo {
    margin-top: -45px;
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .header__wrapper.menu-opened .header__menu {
    width: 100%;
  }
}
.header__wrapper.menu-opened .burger-container {
  transform: rotate(90deg);
  top: -10px;
}
@media screen and (min-width: 990px) {
  .header__wrapper.menu-opened .burger-container {
    opacity: 0;
    pointer-events: none;
  }
}
.header__wrapper.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.header__wrapper.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.header__wrapper.menu-opened .burger-container #burger .bar.midBar {
  display: none;
}
.header__wrapper.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}
@media screen and (max-width: 990px) {
  .header__wrapper.menu-opened .burger-container #burger .bar.btmBar {
    margin-top: -1px;
  }
}
.header__wrapper.menu-opened .burger-container #burger-d .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.header__wrapper.menu-opened .burger-container #burger-d .bar.topBar {
  transform: translateY(4px) rotate(45deg);
  margin-top: 0;
}
.header__wrapper.menu-opened .burger-container #burger-d .bar.midBar {
  display: none;
}
.header__wrapper.menu-opened .burger-container #burger-d .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
  margin-top: 0;
}
.header__wrapper.menu-opened .burger-container-desktop {
  display: none;
}
@media screen and (min-width: 990px) {
  .header__wrapper.menu-opened .burger-container-desktop {
    width: 100%;
    display: block;
    transform: rotate(0deg) !important;
    opacity: 1;
    pointer-events: auto;
  }
  .header__wrapper.menu-opened .burger-container-desktop #burger-d {
    margin: -14px 56px 0 auto;
  }
}
.header__wrapper.menu-opened .header__menu {
  pointer-events: auto;
  overflow-x: scroll;
  display: block;
}
@media screen and (min-width: 990px) {
  .header__wrapper.menu-opened .header__menu {
    position: fixed;
    background-color: #fafbff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 390px;
    height: 100%;
    box-shadow: 1px 2px 17px 0 rgba(0, 0, 0, 0.3);
    padding: 30px 30px 30px;
  }
}
@media screen and (min-width: 990px) {
  .header__wrapper.menu-opened .header__menu .widget__wrapper {
    margin-top: 60px;
  }
}
.header__wrapper.menu-opened .header__menu .widget {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.header__wrapper.menu-opened .header__menu .widget:nth-child(1) {
  transition-delay: 1.2s;
}
.header__wrapper.menu-opened .header__menu .widget:nth-child(2) {
  transition-delay: 2.2s;
}
.header__wrapper.menu-opened .header__menu li.menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1;
  transition: opacity 4s ease-in-out;
}
.header__wrapper.menu-opened .header__menu li.menu-item:nth-child(1) {
  transition-delay: 1.2s;
}
.header__wrapper.menu-opened .header__menu li.menu-item:nth-child(2) {
  transition-delay: 2.2s;
}
.header__wrapper h3 {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 35px;
  color: #05325a;
  margin-bottom: -6px;
}
@media screen and (min-width: 990px) {
  .header__wrapper h3 {
    font-size: 16px;
  }
}

.error404 .entry {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  min-height: 45vh;
}
@media screen and (min-width: 990px) {
  .error404 .entry {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
.error404 .entry .entry-title {
  padding: 100px 20px 0;
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.error404 .entry .entry-title span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .error404 .entry .entry-title {
    font-size: 48px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .error404 .entry .entry-title {
    padding-top: 160px;
  }
}
.error404 .entry .entry-content {
  padding: 10px 20px 0;
}

@media screen and (min-width: 990px) {
  .single {
    margin: 0 auto;
  }
}
.single #main {
  max-width: 1000px;
  margin: 100px auto;
}
@media screen and (min-width: 990px) {
  .single #main {
    max-width: 1260px;
    padding: 96px 80px 0;
  }
}
@media screen and (min-width: 1500px) {
  .single #main {
    max-width: 1380px;
  }
}
.single .main__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 990px) {
  .single .main__wrapper {
    flex-direction: row;
  }
}
.single .entry-content {
  padding: 0 25px;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .single .entry-content {
    width: 70%;
    padding: 0 25px 0 0;
  }
}
.single .entry-content h1 {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 10px !important;
  font-size: 32px !important;
  line-height: 34px !important;
  letter-spacing: 1px !important;
}
.single .entry-content h1 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .single .entry-content h1 {
    font-size: 48px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .single .entry-content h1 {
    margin-bottom: 30px !important;
    font-size: 80px !important;
    line-height: 0.9 !important;
    letter-spacing: 0.51px !important;
  }
}
.single .entry-content h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.single .entry-content h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .single .entry-content h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.single .entry-content h2 a {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.single .entry-content h2 a span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .single .entry-content h2 a {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.single .entry-content h2 a:after {
  background: transparent;
}
.single .entry-content h2 a:hover::after {
  opacity: 0;
}
.single .entry-content h3 {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.single .entry-content h3 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .single .entry-content h3 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.single .entry-content h3 a {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.single .entry-content h3 a span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .single .entry-content h3 a {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.single .entry-content h3 a:after {
  background: transparent;
}
.single .entry-content h3 a:hover::after {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .single .entry-content h3 a {
    font-weight: 400;
    font-size: 40px !important;
  }
}
.single .entry-content h4 {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.single .entry-content h4 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .single .entry-content h4 {
    font-size: 30px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.single .entry-content h4 a {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.single .entry-content h4 a span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .single .entry-content h4 a {
    font-size: 30px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.single .entry-content h4 a:after {
  background: transparent;
}
.single .entry-content h4 a:hover::after {
  opacity: 0;
}
.single .entry-content .subheading {
  font-size: 20px;
}
@media screen and (min-width: 990px) {
  .single .entry-content .subheading {
    font-size: 40px;
    line-height: 1.1 !important;
  }
}
.single .entry-content .copyright {
  font-size: 10px;
}
@media screen and (min-width: 990px) {
  .single .entry-content .copyright {
    font-size: 16px;
  }
}
.single .entry-content p {
  margin: 0 0 28px;
}
@media screen and (min-width: 990px) {
  .single .entry-content p {
    margin: 0 0 35px;
  }
}
.single .entry-content ol {
  color: #05325a;
  margin-left: 0;
  padding-left: 20px;
}
@media screen and (min-width: 990px) {
  .single .entry-content ol {
    font-size: 18px;
  }
}
.single .entry-content ol li {
  margin-bottom: 10px;
}
.single .entry-content ul {
  padding-left: 20px;
}
@media screen and (max-width: 990px) {
  .single .entry-content ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .single #sidebar {
    padding: 0 25px;
  }
}

.page-template-page_blog .teaser-pages__text-wrapper {
  margin-bottom: 20px;
}

.altitude-blogpage h2 {
  padding: 0 25px;
}
@media screen and (max-width: 990px) {
  .altitude-blogpage h2 {
    text-align: center;
  }
}
@media screen and (min-width: 990px) {
  .altitude-blogpage h2 {
    margin-top: 90px !important;
  }
}
.altitude-blogpage article.gb-block-post-grid {
  padding: 10px 25px;
}
.altitude-blogpage .archive-description.blog-template-description {
  display: none;
}
.altitude-blogpage .teaser-pages {
  margin: 0;
}

ul.wp-block-categories-list.horizontal-cats {
  background-color: #05325a;
  color: #fafbff;
  margin-top: -7px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 25px;
  align-items: center;
}
@media screen and (max-width: 990px) {
  ul.wp-block-categories-list.horizontal-cats {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
}
ul.wp-block-categories-list.horizontal-cats::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 990px) {
  ul.wp-block-categories-list.horizontal-cats li {
    min-width: 120px;
    padding: 10px;
    margin: 0;
    text-align: center;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  ul.wp-block-categories-list.horizontal-cats li a {
    min-width: 120px;
  }
}
@media screen and (min-width: 990px) {
  ul.wp-block-categories-list.horizontal-cats {
    justify-content: center;
  }
  ul.wp-block-categories-list.horizontal-cats li {
    padding: 10px 45px;
  }
}
ul.wp-block-categories-list.horizontal-cats a {
  display: block;
  color: #fafbff;
  padding: 15px 10px;
}
ul.wp-block-categories-list.horizontal-cats a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 51%;
  right: 51%;
  height: 2px;
  background: #fafbff;
  opacity: 0;
  transition: opacity 0.4s, left 0.4s, right 0.4s;
}
ul.wp-block-categories-list.horizontal-cats a:hover {
  color: #fafbff;
}
ul.wp-block-categories-list.horizontal-cats a:hover::after {
  left: 0;
  right: 0;
  opacity: 1;
}

@media screen and (min-width: 990px) {
  .magazin {
    max-width: 1500px;
    margin: 80px auto 100px;
    padding: 10px 80px !important;
  }
}
.magazin article {
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5;
}
.magazin article .gb-block-post-grid-image {
  margin-bottom: 0;
  height: 190px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.magazin article .gb-block-post-grid-image a {
  display: block;
}
.magazin article .gb-block-post-grid-image a:hover:after {
  background: transparent;
}
.magazin article .gb-block-post-grid-image a:hover:hover::after {
  opacity: 0;
}
.magazin article .gb-block-post-grid-image img {
  border-radius: 5px 5px 0 0;
  min-height: 190px;
  max-height: 280px;
  position: absolute;
  display: block;
  width: unset;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.magazin article .gb-block-post-grid-text {
  padding: 30px 35px 30px;
}
.magazin article .gb-block-post-grid-text h3 {
  font-size: 18px;
  color: #05325a;
  margin-bottom: 15px;
}
.magazin article .gb-block-post-grid-text h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #05325a;
}
.magazin article .gb-block-post-grid-text h3 a:after {
  background: transparent;
}
.magazin article .gb-block-post-grid-text h3 a:hover::after {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .magazin article .gb-block-post-grid-text h3 a {
    font-size: 24px;
  }
}
.magazin article .gb-block-post-grid-text h3 a:hover {
  text-decoration: none;
}
.magazin article .gb-block-post-grid-text .gb-block-post-grid-byline {
  color: #05325a;
  font-size: 10px;
  text-align: right;
}
@media screen and (min-width: 990px) {
  .magazin article .gb-block-post-grid-text .gb-block-post-grid-byline {
    font-size: 16px;
  }
}
.magazin article .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .magazin article .gb-block-post-grid-text .gb-block-post-grid-excerpt p {
    font-size: 18px;
  }
}
.magazin article .gb-block-post-grid-text .gb-block-post-grid-excerpt a {
  margin-top: 10px;
  color: #05325a;
  border: none;
  font-weight: 500;
}
.magazin article .gb-block-post-grid-text .gb-block-post-grid-excerpt a:hover {
  text-decoration: none;
  border: none;
}

.category__wrapper {
  margin-top: 20px;
  padding: 0 25px;
}
@media screen and (min-width: 990px) {
  .category__wrapper {
    max-width: 1260px;
    margin: 70px auto 100px;
    padding: 0 80px;
  }
  .category__wrapper .magazin {
    padding: 10px 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .category__wrapper {
    max-width: 1380px;
    padding: 0 25px;
  }
}
@media screen and (min-width: 990px) {
  .category__wrapper--inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.category__wrapper h1 {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
}
.category__wrapper h1 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .category__wrapper h1 {
    font-size: 48px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .category__wrapper h1 {
    text-align: center;
    font-size: 80px;
  }
}
@media screen and (min-width: 990px) {
  .category__wrapper #content {
    width: 70%;
  }
}
@media screen and (min-width: 990px) {
  .category__wrapper #sidebar .sidebar {
    margin-top: 150px;
  }
}

.pagination {
  margin: 25px 0;
}

.altitude-landing #burger {
  display: none !important;
}
.altitude-landing .header--color .header__wrapper--middle .btn {
  display: none;
}
.altitude-landing main.content {
  padding: 0;
  float: none;
}
@media screen and (min-width: 990px) {
  .altitude-landing main.content {
    margin: 10px auto 0;
  }
}

.altitude-subpage h1 {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.altitude-subpage h1 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .altitude-subpage h1 {
    font-size: 48px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.altitude-subpage h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.altitude-subpage h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .altitude-subpage h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.altitude-subpage .wp-block-columns {
  padding: 0 25px;
}
@media screen and (min-width: 990px) {
  .altitude-subpage .wp-block-columns {
    padding: 0 80px;
  }
}
.altitude-subpage .wp-block-columns .wp-block-column {
  padding: 15px 0;
}
@media screen and (min-width: 990px) {
  .altitude-subpage .wp-block-columns .wp-block-column {
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 990px) {
  .altitude-subpage .gb-block-container .wp-block-columns {
    padding: 40px 80px;
  }
  .altitude-subpage .gb-block-container .wp-block-columns .wp-block-column p {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 990px) {
  .altitude-subpage .wp-block-cover .gb-block-button {
    margin: 0;
  }
}

.altitude-textpage .gb-block-container {
  max-width: 1000px;
  margin: 0 auto 90px;
}
.altitude-textpage .gb-block-container p {
  margin-bottom: 15px;
}
.altitude-textpage .entry-content {
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 25px;
}
@media screen and (min-width: 990px) {
  .altitude-textpage .entry-content {
    margin: 25px auto 60px;
  }
}
@media screen and (min-width: 1100px) {
  .altitude-textpage .entry-content {
    margin: 25px auto 60px;
  }
}
.altitude-textpage .entry-content h1 {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.altitude-textpage .entry-content h1 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .altitude-textpage .entry-content h1 {
    font-size: 48px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.altitude-textpage .entry-content h1.teaser-pages__heading {
  font-size: 26px;
  line-height: 0.94;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  max-width: 920px;
  padding: 10px 0 0;
  margin-bottom: 20px;
  width: 100%;
  word-break: break-word;
}
@media screen and (min-width: 1100px) {
  .altitude-textpage .entry-content h1.teaser-pages__heading {
    font-size: 70px;
  }
}
.altitude-textpage .entry-content h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.altitude-textpage .entry-content h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .altitude-textpage .entry-content h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 990px) {
  .altitude-textpage .entry-content h2 {
    padding: 0;
  }
}
.altitude-textpage .entry-content h3 {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 22px;
  font-weight: 600;
}
.altitude-textpage .entry-content h3 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .altitude-textpage .entry-content h3 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 990px) {
  .altitude-textpage .entry-content h3 {
    padding: 0;
  }
}
.altitude-textpage .entry-content p {
  margin: 0 0 35px;
}
@media screen and (max-width: 990px) {
  .altitude-textpage .entry-content p {
    padding: 0;
  }
}
.altitude-textpage .entry-content ol {
  color: #05325a;
  padding-left: 30px;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 990px) {
  .altitude-textpage .entry-content ol {
    font-size: 18px;
    padding: 0 80px 0 100px;
    margin: 0 0 15px 15px;
  }
}
.altitude-textpage .entry-content ol li {
  margin-bottom: 10px;
}
.altitude-textpage .entry-content ol li a:after {
  background: transparent;
}
.altitude-textpage .entry-content ol li a:hover::after {
  opacity: 0;
}
.altitude-textpage .entry-content ol li a:hover {
  text-decoration: underline;
}
.altitude-textpage .entry-content ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 990px) {
  .altitude-textpage .entry-content ul {
    padding-left: 10px;
    padding-right: 25px;
  }
}
.altitude-textpage .entry-content figure.wp-block-table {
  overflow-x: scroll;
}
@media screen and (min-width: 990px) {
  .altitude-textpage .entry-content figure.wp-block-table {
    padding: 0 80px;
  }
}
.altitude-textpage .entry-content figure.wp-block-table tr td,
.altitude-textpage .entry-content figure.wp-block-table tr th {
  min-width: 50px;
}
.altitude-textpage .entry-content figure.wp-block-table tr th {
  font-weight: 600;
}
@media screen and (min-width: 990px) {
  .altitude-textpage .teaser-pages__wrapper {
    min-height: 310px;
  }
}
@media screen and (max-width: 990px) {
  .altitude-textpage .teaser-pages.no-image {
    min-height: 70px;
  }
}
@media screen and (max-width: 990px) {
  .altitude-textpage .teaser-pages.no-image-m {
    min-height: 70px;
  }
}
@media screen and (max-width: 990px) {
  .altitude-textpage .teaser-pages__wrapper {
    padding: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(5, 50, 90, 0.7);
  transition: opacity 200ms;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
  z-index: 999;
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.popup {
  padding: 65px 75px 70px;
  background: #fff;
  max-width: 1200px;
  width: 80vw;
  max-height: 90vh;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 990px) {
  .popup {
    padding: 25px 15px 25px 20px;
  }
}
.popup__wrapper {
  overflow: auto;
  position: relative;
  max-height: 70vh;
}
.popup h3 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-weight: 500;
  max-width: 670px;
  margin-right: 100px;
}
.popup h3 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .popup h3 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 990px) {
  .popup h3 {
    font-size: 20px;
    line-height: 1.1;
    margin-right: 35px;
  }
}
.popup .close-x {
  position: absolute;
  width: 67px;
  height: 67px;
  top: 20px;
  right: 20px;
  transition: all 200ms;
}
.popup .close-x:after {
  background: transparent;
}
.popup .close-x:hover::after {
  opacity: 0;
}
@media screen and (max-width: 990px) {
  .popup .close-x {
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
  }
}
.popup .close-x .close {
  width: 67px;
  height: 67px;
}
@media screen and (max-width: 990px) {
  .popup .close-x .close {
    width: 45px;
    height: 45px;
  }
}
.popup .close-x:hover {
  opacity: 1;
}
.popup .content {
  float: none;
}
.popup .content table {
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .popup .content table {
    margin-top: 20px;
  }
}
.popup .content table tbody {
  border-bottom: none;
}
.popup .content table tr {
  border-top: none;
}
.popup .content table tr td {
  font-size: 22px;
  line-height: 26px;
  -webkit-hyphens: auto;
          hyphens: auto;
  min-height: 65px;
}
@media screen and (max-width: 990px) {
  .popup .content table tr td {
    font-size: 14px;
    line-height: 18px;
  }
}
.popup .content table tr td:first-child {
  max-width: 530px;
}
.popup .content table tr td:last-child {
  float: right;
}
@media screen and (max-width: 990px) {
  .popup .content table tr td:last-child {
    min-width: 90px;
    text-align: right;
  }
}
.popup .content table tr:last-child {
  border-top: solid 1.5px #cdd6de;
  height: 100px;
}
.popup .content table tr:last-child td {
  line-height: 40px;
  font-size: 27px;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  .popup .content table tr:last-child td {
    line-height: 22px;
    font-size: 18px;
  }
}
.popup .content a.btn {
  max-width: 350px;
  min-width: 310px;
  float: right;
}
@media screen and (max-width: 990px) {
  .popup .content a.btn {
    min-width: 100%;
  }
}
.popup p {
  margin: 0 0 1em;
}
.popup p:last-child {
  margin: 0;
}

@media screen and (max-width: 990px) {
  .post-nav {
    padding-bottom: 40px;
  }
}
.post-nav nav .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 990px) {
  .post-nav nav .nav-links {
    padding-top: 40px;
  }
}
.post-nav nav .nav-links .nav-previous,
.post-nav nav .nav-links .nav-next {
  max-width: 50%;
}
@media screen and (max-width: 990px) {
  .post-nav nav .nav-links .nav-previous,
  .post-nav nav .nav-links .nav-next {
    padding: 0 10px;
  }
}
.post-nav nav .nav-links .nav-previous a,
.post-nav nav .nav-links .nav-next a {
  display: block;
}
.post-nav nav .nav-links .nav-previous a:after,
.post-nav nav .nav-links .nav-next a:after {
  background: transparent;
}
.post-nav nav .nav-links .nav-previous a:hover::after,
.post-nav nav .nav-links .nav-next a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 990px) {
  .post-nav nav .nav-links .nav-previous a,
  .post-nav nav .nav-links .nav-next a {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.4;
  }
}
.post-nav nav .nav-links .nav-previous a span,
.post-nav nav .nav-links .nav-next a span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .post-nav nav .nav-links .nav-previous a span,
  .post-nav nav .nav-links .nav-next a span {
    font-size: 17px;
    letter-spacing: -0.2px;
  }
}
.post-nav nav .nav-links .nav-previous a span i,
.post-nav nav .nav-links .nav-next a span i {
  font-style: normal;
  font-size: 34px;
  position: absolute;
}
.post-nav nav .nav-links .nav-previous a span i {
  left: -40px;
}
@media screen and (max-width: 990px) {
  .post-nav nav .nav-links .nav-previous a span i {
    left: -3px;
    top: -44px;
  }
}
.post-nav nav .nav-links .nav-next a {
  text-align: right;
}
.post-nav nav .nav-links .nav-next a span i {
  right: -40px;
}
@media screen and (max-width: 990px) {
  .post-nav nav .nav-links .nav-next a span i {
    right: 0;
    top: -44px;
  }
}

body.search.search-results .search__wrapper {
  padding: 0 25px;
}
@media screen and (min-width: 990px) {
  body.search.search-results .search__wrapper {
    max-width: 1260px;
    margin: 170px auto 100px;
    padding: 0 80px;
  }
}
body.search.search-results .gb-block-post-grid-text h3 a {
  font-size: 20px;
}
body.search.search-results .archive-description {
  margin-top: 70px;
  margin-bottom: 60px;
  border: none;
  padding: 0 25px;
}
@media screen and (min-width: 990px) {
  body.search.search-results .archive-description {
    padding: 0 80px;
  }
}
body.search.search-results .archive-description h1 {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body.search.search-results .archive-description h1 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  body.search.search-results .archive-description h1 {
    font-size: 48px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
body.search.search-results article.magazin {
  max-width: 1300px;
  padding: 30px 25px;
}
@media screen and (min-width: 990px) {
  body.search.search-results article.magazin {
    padding: 30px 80px;
  }
}
body.search.search-results article.magazin footer {
  background-color: transparent;
}
body.search.search-no-results .site-inner {
  min-height: calc(100vh - 640px);
}
body.search.search-no-results .site-inner .search__wrapper {
  text-align: center;
  margin-top: 160px;
}
@media screen and (max-width: 990px) {
  body.search.search-no-results .site-inner .search__wrapper {
    margin-top: 100px;
  }
}
body.search.search-no-results .content {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  float: none;
}
@media screen and (min-width: 990px) {
  body.search.search-no-results .content {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.search.search-no-results .content {
    max-width: calc(100% - 50px);
  }
}
body.search.search-no-results .content form.search-form {
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 80px;
}
body.search.search-no-results .content form.search-form input.search-form-input {
  border-radius: 35px 0 0 35px;
  font-size: 18px;
  color: #05325a;
  border-color: #05325a;
}
@media screen and (max-width: 990px) {
  body.search.search-no-results .content form.search-form input.search-form-input {
    height: 50px;
  }
}
body.search.search-no-results .content form.search-form input.search-form-submit {
  border-radius: 0 35px 35px 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
}
@media screen and (max-width: 990px) {
  body.search.search-no-results .content form.search-form input.search-form-submit {
    height: 50px;
    padding: 14px 20px 32px;
  }
}
body.search.search-no-results .content form.search-form input.search-form-submit:hover {
  background-color: #eff7ff !important;
  border-color: #eff7ff !important;
}

.widget_search {
  margin: 0;
}
.widget_search .widget-title {
  font-size: 14px;
  line-height: 35px;
  color: #05325a;
  margin-bottom: -6px;
}
.widget_search .search-form {
  display: flex;
  flex-wrap: nowrap;
  max-width: 500px;
  border: 1px solid #ccd3db;
  border-radius: 6px;
  background: linear-gradient(to bottom, #fff, #f8f8f8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.widget_search .search-form-input {
  padding: 0.7rem 1rem;
  background: transparent;
  height: 50px;
  border-radius: 5px;
  background-color: #fafbff;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #05325a;
  -webkit-appearance: none;
  border: none;
  margin-bottom: 0;
}
.widget_search .search-form-input::-moz-placeholder {
  color: #05325a;
}
.widget_search .search-form-input::placeholder {
  color: #05325a;
}
.widget_search .search-form-input:focus-visible {
  outline: 2px solid rgba(52, 139, 255, 0.5);
  outline-offset: 2px;
}
.widget_search .search-form-submit {
  padding: 0.7rem 1.2rem;
  border: none;
  background-color: #348bff;
  color: #fff;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.widget_search .search-form-submit:hover,
.widget_search .search-form-submit:focus-visible {
  background-color: #1e6fe0;
}
.widget_search .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.footer-widgets .widget_search .search-form-input {
  background-color: #05325a;
  color: #fff;
}
.footer-widgets .widget_search .search-form-input::-moz-placeholder {
  color: #ffffff;
}
.footer-widgets .widget_search .search-form-input::placeholder {
  color: #ffffff;
}
.footer-widgets .widget_search .widget-title {
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 7px !important;
  color: #fff;
}

#sidebar {
  width: 100%;
}
@media screen and (min-width: 990px) {
  #sidebar {
    width: 25%;
  }
}
#sidebar .sidebar {
  float: right;
  width: 100%;
}
@media screen and (min-width: 990px) {
  #sidebar .sidebar {
    margin-top: 40px;
  }
}
#sidebar .sidebar .widget {
  padding: 30px 25px 30px 25px;
  border-radius: 5px;
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 0 20px;
}
@media screen and (min-width: 990px) {
  #sidebar .sidebar .widget {
    margin: 0 auto 50px;
  }
}
#sidebar .sidebar .widget h3,
#sidebar .sidebar .widget h4 {
  font-family: "Barlow", sans-serif;
  -webkit-hyphens: auto;
          hyphens: auto;
}
#sidebar .sidebar .widget h3 {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-weight: bold;
}
#sidebar .sidebar .widget h3 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  #sidebar .sidebar .widget h3 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
#sidebar .sidebar .widget h4 {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 16px !important;
  font-weight: normal;
}
#sidebar .sidebar .widget h4 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  #sidebar .sidebar .widget h4 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  #sidebar .sidebar .widget h4 {
    font-size: 20px !important;
  }
}
#sidebar .sidebar .widget .btn {
  margin-top: 20px;
}
#sidebar .sidebar .widget ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#sidebar .sidebar .widget ul li {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  list-style: none;
}
#sidebar .sidebar .widget .sidebar-add-banner {
  margin: -30px -25px -29px;
  padding: 30px 25px 29px;
  min-height: 660px;
  border-radius: 5px;
}
#sidebar .sidebar .widget .sidebar-add-banner h3 {
  text-transform: uppercase;
  font-weight: bold;
}
#sidebar .sidebar .widget .sidebar-add-banner h4 {
  font-size: 16px !important;
  color: #348bff;
}
#sidebar .sidebar .featuredpost article {
  margin-bottom: 0;
}
#sidebar .sidebar .featuredpost article a.alignleft {
  margin: 0 15px 20px 0;
}
#sidebar .sidebar .featuredpost article img {
  max-width: 70px;
}
#sidebar .sidebar .featuredpost article h4 {
  font-size: 18px;
}
#sidebar .sidebar .featuredpost article h4 a {
  font-size: 16px;
  line-height: 19px;
  color: #05325a;
}
#sidebar .sidebar .featuredpost article h4 a:after {
  background: transparent;
}
#sidebar .sidebar .featuredpost article h4 a:hover::after {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  #sidebar .sidebar .featuredpost article h4 a {
    font-size: 18px;
    line-height: 20px;
  }
}
#sidebar .sidebar .featuredpost article h4 a:hover {
  transform: scale(1.01);
}
#sidebar #toc {
  padding: 30px 25px 30px 25px;
  border-radius: 5px;
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 0 20px;
}
#sidebar #toc h3 {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
  font-size: 24px !important;
  letter-spacing: -0.7px !important;
  font-weight: bold;
}
#sidebar #toc h3 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  #sidebar #toc h3 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 990px) {
  #sidebar #toc h3 {
    font-size: 18px !important;
    letter-spacing: -0.4px !important;
  }
}
#sidebar #toc ul li {
  margin-bottom: 10px;
}
#sidebar #toc ul li a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
#sidebar #toc ul li a:after {
  background: transparent;
}
#sidebar #toc ul li a:hover::after {
  opacity: 0;
}
#sidebar #toc ul li a:hover {
  text-decoration: underline;
}
#sidebar #toc ul ul {
  margin-left: 10px;
}
#sidebar #toc ul ul ul {
  margin-left: 10px;
}
#sidebar .widget_tag_cloud {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 990px) {
  #sidebar .widget_tag_cloud {
    margin-top: 190px;
  }
}
#sidebar .widget_tag_cloud h3 {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-weight: bold;
}
#sidebar .widget_tag_cloud h3 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  #sidebar .widget_tag_cloud h3 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
#sidebar .widget_tag_cloud .tagcloud a:after {
  height: 1px;
}
#sidebar .widget_tag_cloud .tagcloud a:hover:after {
  height: 1px;
}

body.single-tarife .topbar,
body.single-tarife .header__wrapper__contact,
body.single-tarife .burger-container,
body.single-tarife .footer-widgets {
  display: none;
}
body.single-tarife .topbar {
  height: 0;
}
body.single-tarife .topbar + .header {
  top: 0;
}
body.single-tarife .header {
  position: relative;
}
body.single-tarife .header--color {
  box-shadow: none;
}

.single #main.single-tarife {
  margin: 10px auto 30px;
}
@media screen and (min-width: 990px) {
  .single #main.single-tarife {
    margin: 0 auto 30px;
    padding: 80px 80px 0;
  }
}

.entry-header::after {
  border-bottom: none;
  content: "";
  display: block;
  margin: 0;
  padding-bottom: 0;
  width: 25%;
}

.site-inner {
  margin-top: 0;
  padding: 0;
  max-width: 100%;
}

@media screen and (min-width: 990px) {
  .full-width-content .content {
    padding: 0 0 50px;
  }
}

.entry {
  margin-bottom: 0;
}

@media screen and (min-width: 990px) {
  .full-width-content .content {
    padding: 0 0 0;
  }
}
.web-stories-list {
  margin-top: 0 !important;
}

@media screen and (min-width: 990px) {
  .benefit-box__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 2000px;
    margin: 20px auto 0;
    flex: 1 1 0;
  }
}
.benefit-box__content {
  padding: 0 25px;
  margin-top: 40px;
}
@media screen and (min-width: 990px) {
  .benefit-box__content {
    width: calc(50% - 50px);
    margin-top: 0;
  }
}
.benefit-box__content h3 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px !important;
  padding: 0 !important;
}
.benefit-box__content-inner {
  border-radius: 5px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.18);
  background-color: #fff;
}
.benefit-box__content--top {
  border-width: 2px;
  border-style: solid;
  border-radius: 5px 5px 0 0;
  border-color: transparent;
  padding-bottom: 15px;
}
@media screen and (min-width: 990px) {
  .benefit-box__content--top {
    padding-bottom: 45px;
  }
}
.benefit-box__content--top img {
  display: block;
  margin: 25px auto 5px;
}
.benefit-box__content--top .text-big {
  margin: 5px auto 0;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .benefit-box__content--top .text-big {
    font-size: 50px;
  }
}
.benefit-box__content--top .text-small {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28;
  text-align: center;
  padding: 0;
}
.benefit-box__content--bottom {
  text-align: center;
  padding: 20px 25px 28px;
}
.benefit-box__content--bottom .text-big {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  padding: 0;
}
.benefit-box__content--bottom .text-small {
  font-size: 15px;
  line-height: 1.2;
  padding: 0;
  max-width: 170px;
}

.blog-cats {
  padding: 20px 25px 60px;
}
@media screen and (min-width: 990px) {
  .blog-cats {
    padding: 20px 80px 80px;
    max-width: 1500px;
    margin: 0 auto;
  }
}
.blog-cats .description {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .blog-cats .description {
    margin: 0 auto 80px;
  }
}
.blog-cats .description h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.blog-cats .description h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .blog-cats .description h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .blog-cats .description h2 {
    margin-top: 40px !important;
  }
}
.blog-cats-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width: 990px) {
  .blog-cats-content {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-cats__wrapper {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media screen and (min-width: 990px) {
  .blog-cats__wrapper {
    width: calc(33% - 45px);
  }
}
.blog-cats__content {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 990px) {
  .blog-cats__content {
    flex-direction: column;
  }
}
.blog-cats__content a.link-all {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.blog-cats__content a.link-all:after {
  background: transparent;
}
.blog-cats__content a.link-all:hover::after {
  opacity: 0;
}
.blog-cats__content .blog-cats__image {
  width: 33.3333%;
  position: relative;
}
@media screen and (min-width: 990px) {
  .blog-cats__content .blog-cats__image {
    width: 100%;
    height: 190px;
  }
}
.blog-cats__content .blog-cats__image img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 0 0 5px;
}
@media screen and (min-width: 990px) {
  .blog-cats__content .blog-cats__image img {
    border-radius: 5px 5px 0 0;
  }
}
.blog-cats__content .blog-cats__text {
  padding: 20px;
  width: 66.3333%;
}
@media screen and (min-width: 990px) {
  .blog-cats__content .blog-cats__text {
    padding: 20px 40px;
    width: 100%;
  }
}
.blog-cats__content .blog-cats__text h3 {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 5px;
}
@media screen and (min-width: 990px) {
  .blog-cats__content .blog-cats__text h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.blog-cats__content .blog-cats__text p {
  margin-bottom: 0;
}
@media screen and (min-width: 990px) {
  .blog-cats__content .blog-cats__text p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.blog-cats__content .blog-cats__text a.blog-cats-button {
  color: #05325a;
  margin-top: 3px;
  display: block;
}
.blog-cats__content .blog-cats__text a.blog-cats-button:after {
  background: transparent;
}
.blog-cats__content .blog-cats__text a.blog-cats-button:hover::after {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .blog-cats__content .blog-cats__text a.blog-cats-button {
    display: block;
    width: auto;
    height: 50px;
    background-color: #05325a;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
    transition: transform 0.8s;
    border-color: #05325a;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    color: #05325a;
    background-color: #348bff;
  }
  .blog-cats__content .blog-cats__text a.blog-cats-button:hover {
    transform: scale(1.05);
    background-color: #348bff;
    color: #fff;
    border-color: #348bff;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .blog-cats__content .blog-cats__text a.blog-cats-button:hover {
    transform: scale(1.03);
  }
}
@media screen and (min-width: 990px) {
  .blog-cats__content .blog-cats__text a.blog-cats-button:hover:after {
    opacity: 0;
    background: transparent;
  }
  .blog-cats__content .blog-cats__text a.blog-cats-button:focus {
    color: #fff;
    outline: none;
    box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
    transform: scale(1.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
}
@media screen and (max-width: 990px) {
  .blog-cats__content .blog-cats__text a.blog-cats-button:before {
    content: "";
    background-image: url(../../dist/img/arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    margin: 0 0 0 7px;
    display: inline-block;
    transform: rotate(-90deg);
    margin: 0 5px 0 8px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.blog-cats__content .blog-cats__text a.blog-cats-button:after {
  background: #05325a;
}

@media screen and (min-width: 990px) {
  .blog-cats-w-sidebar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blog-cats-w-sidebar .blog-cats-content {
    width: 70%;
  }
  .blog-cats-w-sidebar .blog-cats-content .blog-cats__wrapper {
    width: calc(50% - 35px);
    margin-bottom: 50px;
  }
}
.blog-cats-w-sidebar #sidebar {
  margin-bottom: 20px;
  display: inline-flex;
}
@media screen and (min-width: 990px) {
  .blog-cats-w-sidebar #sidebar {
    width: 25%;
  }
  .blog-cats-w-sidebar #sidebar .sidebar {
    margin-top: 0;
  }
}

.blog-info-content {
  position: relative;
  padding: 20px 0 0;
  margin: 10px 0 30px;
  border-top: 2px solid #05325a;
  border-bottom: 2px solid #05325a;
}
.blog-info-content h3.has-icon {
  margin-left: 5px;
}
.blog-info-content svg {
  fill: #05325a;
  position: absolute;
  left: -18px;
  top: 20px;
  transform: rotate(-15deg);
  transition: ease-in-out 1s;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 990px) {
  .blog-info-content svg {
    left: -36px;
    top: 25px;
    width: 30px;
    height: 30px;
  }
}
.blog-info-content svg:hover {
  transform: rotate(-25deg) scale(1.2);
}

.blog-intro {
  margin-bottom: 60px;
}
@media screen and (min-width: 990px) {
  .blog-intro {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 990px) {
  .blog-intro .copyright {
    display: none;
  }
}

.boxed-content {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 990px) {
  .boxed-content {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto;
  }
}
.boxed-content__wrapper {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media screen and (min-width: 990px) {
  .boxed-content__wrapper {
    width: calc(33% - 50px);
    margin: 0 25px;
  }
}
.boxed-content__badge {
  background-color: #05325a;
  padding: 5px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 990px) {
  .boxed-content__badge {
    padding: 10px;
    z-index: 9;
    position: relative;
    margin-top: -40px;
  }
}
.boxed-content__badge p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}
.boxed-content__badge p i {
  margin-left: 8px;
  width: 64px;
  height: 15px;
  margin-bottom: -5px;
}
@media screen and (min-width: 990px) {
  .boxed-content__badge p i {
    width: 71px;
    height: 20px;
    margin-bottom: -5px;
  }
}
.boxed-content__badge p b {
  margin-right: 5px;
}
@media screen and (min-width: 990px) {
  .boxed-content__badge p b {
    font-size: 18px;
  }
}
@media screen and (min-width: 990px) {
  .boxed-content__badge + .boxed-content__content {
    margin-top: 0;
  }
}
.boxed-content__badge + .boxed-content__content .boxed-content__image img {
  border-radius: 0 0 0 20px;
}
@media screen and (min-width: 990px) {
  .boxed-content__badge + .boxed-content__content .boxed-content__image img {
    border-radius: 0;
  }
}
.boxed-content__content {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 990px) {
  .boxed-content__content {
    flex-direction: column;
  }
}
.boxed-content__content a.link-all {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.boxed-content__content a.link-all:after {
  background: transparent;
}
.boxed-content__content a.link-all:hover::after {
  opacity: 0;
}
.boxed-content__content .boxed-content__image {
  width: 33.3333%;
  position: relative;
}
@media screen and (min-width: 990px) {
  .boxed-content__content .boxed-content__image {
    width: 100%;
    height: 220px;
  }
}
.boxed-content__content .boxed-content__image img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 990px) {
  .boxed-content__content .boxed-content__image img {
    border-radius: 20px 20px 0 0;
  }
}
.boxed-content__content .boxed-content__text {
  padding: 20px;
  width: 66.3333%;
}
@media screen and (min-width: 990px) {
  .boxed-content__content .boxed-content__text {
    padding: 20px 40px;
    width: 100%;
  }
}
.boxed-content__content .boxed-content__text h2 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: bold;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 5px;
}
@media screen and (min-width: 990px) {
  .boxed-content__content .boxed-content__text h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.boxed-content__content .boxed-content__text p {
  margin-bottom: 0;
}
@media screen and (min-width: 990px) {
  .boxed-content__content .boxed-content__text p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.boxed-content__content .boxed-content__text a.box-button {
  color: #348bff;
  margin-top: 3px;
  display: block;
}
.boxed-content__content .boxed-content__text a.box-button:after {
  background: transparent;
}
.boxed-content__content .boxed-content__text a.box-button:hover::after {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .boxed-content__content .boxed-content__text a.box-button {
    display: block;
    width: auto;
    height: 50px;
    background-color: #05325a;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
    transition: transform 0.8s;
    border-color: #05325a;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    color: #05325a;
    background-color: #348bff;
  }
  .boxed-content__content .boxed-content__text a.box-button:hover {
    transform: scale(1.05);
    background-color: #348bff;
    color: #fff;
    border-color: #348bff;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .boxed-content__content .boxed-content__text a.box-button:hover {
    transform: scale(1.03);
  }
}
@media screen and (min-width: 990px) {
  .boxed-content__content .boxed-content__text a.box-button:hover:after {
    opacity: 0;
    background: transparent;
  }
  .boxed-content__content .boxed-content__text a.box-button:focus {
    color: #fff;
    outline: none;
    box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
    transform: scale(1.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
}
@media screen and (max-width: 990px) {
  .boxed-content__content .boxed-content__text a.box-button:before {
    content: "";
    background-image: url(../../dist/img/arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    margin: 0 0 0 7px;
    display: inline-block;
    transform: rotate(-90deg);
    margin: 0 5px 0 8px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.boxed-content__content .boxed-content__text a.box-button:after {
  background: #05325a;
}
.boxed-content a.read-more {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: normal;
  color: #05325a;
}
.boxed-content a.read-more:hover:after {
  background: transparent;
}
@media screen and (min-width: 990px) {
  .boxed-content a.read-more {
    display: block;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
}
.boxed-content a.read-more:after {
  background-image: url(../../dist/img/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 8px;
  height: 10px;
  margin: 0 0 0 7px;
  display: inline-block;
  transform: rotate(-90deg);
  width: 18px;
  height: 18px;
  opacity: 1;
  left: unset;
  right: unset;
  background-color: transparent;
  transform: rotate(0deg);
  margin-left: 10px;
}
.boxed-content a.read-more:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.colored-boxes {
  margin-top: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 990px) {
  .colored-boxes {
    margin-top: -30px;
    padding: 0 12px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .colored-boxes {
    padding: 0 5px;
  }
}
.colored-boxes h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
}
@media screen and (min-width: 990px) {
  .colored-boxes h2 {
    max-width: 680px !important;
    margin: -5px auto 50px !important;
  }
}
@media screen and (max-width: 990px) {
  .colored-boxes h2 {
    max-width: 350px !important;
    margin: 0 auto 30px !important;
  }
}
.colored-boxes__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 990px) {
  .colored-boxes__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 33.3333%);
    grid-template-rows: repeat(2, 200px);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    max-width: 1260px;
    margin: 0 auto;
  }
}
.colored-boxes__wrapper a:hover:after {
  background: transparent;
}
.colored-boxes__wrapper a:hover:hover::after {
  opacity: 0;
}
.colored-boxes__box {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  height: 55px;
  margin-bottom: 12px;
  width: 100%;
  padding: 0 35px;
}
.colored-boxes__box:hover {
  filter: brightness(1.5);
  transition: filter 120ms ease-in-out;
}
@media screen and (min-width: 990px) {
  .colored-boxes__box {
    width: 100%;
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
  }
}
.colored-boxes__box h3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.36;
  text-align: center;
  color: #05325a;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 990px) {
  .colored-boxes__box h3 {
    font-size: 22px !important;
    padding: 0 15px !important;
  }
}
.colored-boxes__box img {
  width: 30px;
  max-height: 50px;
  margin-bottom: 6px;
}
@media screen and (min-width: 990px) {
  .colored-boxes__box img {
    width: 62px;
    max-height: 62px;
    margin-bottom: 13px;
  }
}
.colored-boxes__box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.colored-boxes__box a:hover:after {
  background: transparent;
}
.colored-boxes__box a:hover:hover::after {
  opacity: 0;
}
.colored-boxes__box i {
  top: 10px;
  right: 10px;
  display: block;
}
@media screen and (min-width: 990px) {
  .colored-boxes__box i {
    position: absolute;
  }
}
.colored-boxes__count-5 .colored-boxes__box:nth-child(even) {
  margin: 0 2px 4px 0;
}
@media screen and (min-width: 990px) {
  .colored-boxes__count-5 .colored-boxes__box:nth-child(even) {
    margin: 0;
  }
}
.colored-boxes__count-5 .colored-boxes__box:nth-child(odd) {
  margin: 0 0 4px 2px;
}
@media screen and (min-width: 990px) {
  .colored-boxes__count-5 .colored-boxes__box:nth-child(odd) {
    margin: 0;
  }
}
.colored-boxes__count-5 .colored-boxes__box:first-child {
  width: 100%;
  margin: 0 0 4px 0;
}
@media screen and (min-width: 990px) {
  .colored-boxes__count-5 .colored-boxes__box:first-child {
    width: 100%;
    min-height: 400px;
  }
}
@media screen and (min-width: 990px) {
  .colored-boxes__count-5 .colored-boxes__box:first-child {
    grid-area: 1/1/3/2;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .colored-boxes__count-5 .colored-boxes__box:first-child img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 990px) {
  .colored-boxes__count-5 .colored-boxes__box:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .colored-boxes__count-5 .colored-boxes__box:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .colored-boxes__count-5 .colored-boxes__box:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .colored-boxes__count-5 .colored-boxes__box:nth-child(5) {
    grid-area: 2/3/3/4;
  }
}
.colored-boxes .colored-boxes__wrapper {
  padding: 0 10px;
}
@media screen and (max-width: 990px) {
  .colored-boxes .colored-boxes__box {
    border-radius: 33px;
    border: 1px solid #000;
    padding: 0 20px;
    justify-content: flex-start;
    height: 65px;
  }
}
@media screen and (max-width: 990px) {
  .colored-boxes .colored-boxes__box h3 {
    font-weight: 600 !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 990px) {
  .colored-boxes .colored-boxes__box img {
    width: 52px;
    margin-right: 4px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .colored-boxes .colored-boxes__box i.arrow {
    width: 30px;
    height: 14px;
    margin-right: 14px;
    background-image: url(../../dist/img/arrow-variant.svg);
  }
}
.colored-boxes .colored-boxes__count-5 .colored-boxes__box, .colored-boxes .colored-boxes__count-4 .colored-boxes__box, .colored-boxes .colored-boxes__count-3 .colored-boxes__box, .colored-boxes .colored-boxes__count-2 .colored-boxes__box {
  margin: 0 2px 25px 0;
}
@media screen and (min-width: 990px) {
  .colored-boxes .colored-boxes__count-5 .colored-boxes__box, .colored-boxes .colored-boxes__count-4 .colored-boxes__box, .colored-boxes .colored-boxes__count-3 .colored-boxes__box, .colored-boxes .colored-boxes__count-2 .colored-boxes__box {
    margin: 0;
  }
}

.checklist #more {
  display: none;
}
.checklist button {
  margin: 0 20px 0 60px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #1477c2;
  text-transform: none;
  letter-spacing: 0;
  background-color: transparent;
  border: none;
  text-align: left;
}
@media screen and (min-width: 990px) {
  .checklist button {
    font-size: 18px;
    padding: 0 80px;
  }
}
.checklist button:focus, .checklist button:active {
  border: none;
  box-shadow: none;
  outline: none;
}

.compare-tarif {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
}
@media screen and (min-width: 990px) {
  .compare-tarif {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 990px) {
  .compare-tarif {
    padding: 0 40px;
  }
}
.compare-tarif h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
}
.compare-tarif h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .compare-tarif h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .compare-tarif h2 {
    -webkit-hyphens: unset;
            hyphens: unset;
  }
}
.compare-tarif__wrapper {
  max-width: 700px;
  margin: 60px auto 50px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-flow: wrap;
  justify-content: center;
}
.compare-tarif__wrapper .col-3 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 990px) {
  .compare-tarif__wrapper .col-3 {
    width: 33%;
  }
}
@media screen and (max-width: 990px) {
  .compare-tarif__wrapper .col-3 {
    width: 50%;
  }
}
.compare-tarif__wrapper .col-3.position-1 {
  justify-content: right;
}
.compare-tarif__wrapper .col-3.position-2 {
  justify-content: left;
}
.compare-tarif__wrapper .col-3.col-img {
  justify-content: right;
}
@media screen and (max-width: 990px) {
  .compare-tarif__wrapper .col-3.col-img {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .compare-tarif__wrapper .col-1 {
    width: 100%;
    float: left;
  }
}
.compare-tarif .chart-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 50px;
}
.compare-tarif .chart-container {
  width: 200px;
  height: 400px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 30px 20px;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-container {
    width: calc(100% - 30px);
    height: 370px;
    margin: 0 15px;
    padding: 15px 10px 20px 10px;
  }
}
.compare-tarif .chart-container .chart-link {
  min-height: 50px;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-container .chart-link {
    min-height: 40px;
  }
}
.compare-tarif .chart-container .chart-link a {
  font-size: 15px;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-container .chart-link a {
    font-size: 13px;
  }
}
.compare-tarif .chart-container .chart-link a:hover:after {
  opacity: 0;
}
.compare-tarif .chart-fill {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.compare-tarif .chart-fill-1 {
  height: 1%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-1 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-1:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-2 {
  height: 2%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-2 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-2:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-3 {
  height: 3%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-3 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-3:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-4 {
  height: 4%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-4 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-4:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-5 {
  height: 5%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-5 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-5:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-6 {
  height: 6%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-6 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-6:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-7 {
  height: 7%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-7 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-7:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-8 {
  height: 8%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-8 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-8:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-9 {
  height: 9%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-9 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-9:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-10 {
  height: 10%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-10 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-10:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-11 {
  height: 11%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-11 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-11:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-12 {
  height: 12%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-12 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-12:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-13 {
  height: 13%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-13 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-13:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-14 {
  height: 14%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-14 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-14:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-15 {
  height: 15%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-15 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-15:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-16 {
  height: 16%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-16 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-16:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-17 {
  height: 17%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-17 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-17:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-18 {
  height: 18%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-18 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-18:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-19 {
  height: 19%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-19 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-19:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-20 {
  height: 20%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-20 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-20:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-21 {
  height: 21%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-21 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-21:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-22 {
  height: 22%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-22 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-22:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-23 {
  height: 23%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-23 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-23:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-24 {
  height: 24%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-24 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-24:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-25 {
  height: 25%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-25 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-25:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-26 {
  height: 26%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-26 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-26:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-27 {
  height: 27%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-27 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-27:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-28 {
  height: 28%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-28 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-28:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-29 {
  height: 29%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-29 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-29:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-30 {
  height: 30%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-30 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-30:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-31 {
  height: 31%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-31 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-31:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-32 {
  height: 32%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-32 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-32:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-33 {
  height: 33%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-33 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-33:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-34 {
  height: 34%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-34 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-34:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-35 {
  height: 35%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-35 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-35:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-36 {
  height: 36%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-36 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-36:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-37 {
  height: 37%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-37 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-37:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-38 {
  height: 38%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-38 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-38:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-39 {
  height: 39%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-39 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-39:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-40 {
  height: 40%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-40 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-40:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-41 {
  height: 41%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-41 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-41:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-42 {
  height: 42%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-42 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-42:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-43 {
  height: 43%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-43 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-43:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-44 {
  height: 44%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-44 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-44:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-45 {
  height: 45%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-45 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-45:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-46 {
  height: 46%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-46 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-46:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-47 {
  height: 47%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-47 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-47:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-48 {
  height: 48%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-48 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-48:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-49 {
  height: 49%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-49 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-49:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-50 {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-50 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-50:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-51 {
  height: 51%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-51 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-51:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-52 {
  height: 52%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-52 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-52:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-53 {
  height: 53%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-53 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-53:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-54 {
  height: 54%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-54 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-54:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-55 {
  height: 55%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-55 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-55:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-56 {
  height: 56%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-56 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-56:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-57 {
  height: 57%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-57 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-57:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-58 {
  height: 58%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-58 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-58:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-59 {
  height: 59%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-59 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-59:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-60 {
  height: 60%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-60 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-60:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-61 {
  height: 61%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-61 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-61:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-62 {
  height: 62%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-62 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-62:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-63 {
  height: 63%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-63 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-63:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-64 {
  height: 64%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-64 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-64:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-65 {
  height: 65%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-65 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-65:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-66 {
  height: 66%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-66 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-66:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-67 {
  height: 67%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-67 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-67:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-68 {
  height: 68%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-68 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-68:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-69 {
  height: 69%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-69 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-69:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-70 {
  height: 70%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-70 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-70:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-71 {
  height: 71%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-71 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-71:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-72 {
  height: 72%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-72 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-72:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-73 {
  height: 73%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-73 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-73:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-74 {
  height: 74%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-74 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-74:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-75 {
  height: 75%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-75 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-75:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-76 {
  height: 76%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-76 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-76:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-77 {
  height: 77%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-77 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-77:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-78 {
  height: 78%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-78 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-78:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-79 {
  height: 79%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-79 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-79:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-80 {
  height: 80%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-80 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-80:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-81 {
  height: 81%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-81 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-81:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-82 {
  height: 82%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-82 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-82:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-83 {
  height: 83%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-83 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-83:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-84 {
  height: 84%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-84 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-84:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-85 {
  height: 85%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-85 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-85:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-86 {
  height: 86%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-86 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-86:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-87 {
  height: 87%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-87 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-87:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-88 {
  height: 88%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-88 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-88:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-89 {
  height: 89%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-89 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-89:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-90 {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-90 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-90:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-91 {
  height: 91%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-91 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-91:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-92 {
  height: 92%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-92 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-92:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-93 {
  height: 93%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-93 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-93:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-94 {
  height: 94%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-94 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-94:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-95 {
  height: 95%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-95 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-95:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-96 {
  height: 96%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-96 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-96:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-97 {
  height: 97%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-97 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-97:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-98 {
  height: 98%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-98 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-98:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-99 {
  height: 99%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-99 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-99:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill-100 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.4;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-fill-100 {
    font-size: 14px;
  }
}
.compare-tarif .chart-fill-100:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .chart-fill .stroke-1,
.compare-tarif .chart-fill .stroke-2 {
  position: absolute;
  height: 3px;
  width: 100%;
}
.compare-tarif .chart-fill .stroke-1 i,
.compare-tarif .chart-fill .stroke-2 i {
  margin-left: -14px;
  top: -14px;
  display: inline-block;
  background-color: inherit;
  font-size: 16px;
  padding: 0 3px;
  min-width: 30px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  border-radius: 2px;
  z-index: 2;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-1,
.compare-tarif .chart-fill .stroke-2.stroke-height-1 {
  bottom: 1%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-2,
.compare-tarif .chart-fill .stroke-2.stroke-height-2 {
  bottom: 2%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-3,
.compare-tarif .chart-fill .stroke-2.stroke-height-3 {
  bottom: 3%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-4,
.compare-tarif .chart-fill .stroke-2.stroke-height-4 {
  bottom: 4%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-5,
.compare-tarif .chart-fill .stroke-2.stroke-height-5 {
  bottom: 5%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-6,
.compare-tarif .chart-fill .stroke-2.stroke-height-6 {
  bottom: 6%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-7,
.compare-tarif .chart-fill .stroke-2.stroke-height-7 {
  bottom: 7%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-8,
.compare-tarif .chart-fill .stroke-2.stroke-height-8 {
  bottom: 8%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-9,
.compare-tarif .chart-fill .stroke-2.stroke-height-9 {
  bottom: 9%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-10,
.compare-tarif .chart-fill .stroke-2.stroke-height-10 {
  bottom: 10%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-11,
.compare-tarif .chart-fill .stroke-2.stroke-height-11 {
  bottom: 11%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-12,
.compare-tarif .chart-fill .stroke-2.stroke-height-12 {
  bottom: 12%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-13,
.compare-tarif .chart-fill .stroke-2.stroke-height-13 {
  bottom: 13%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-14,
.compare-tarif .chart-fill .stroke-2.stroke-height-14 {
  bottom: 14%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-15,
.compare-tarif .chart-fill .stroke-2.stroke-height-15 {
  bottom: 15%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-16,
.compare-tarif .chart-fill .stroke-2.stroke-height-16 {
  bottom: 16%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-17,
.compare-tarif .chart-fill .stroke-2.stroke-height-17 {
  bottom: 17%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-18,
.compare-tarif .chart-fill .stroke-2.stroke-height-18 {
  bottom: 18%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-19,
.compare-tarif .chart-fill .stroke-2.stroke-height-19 {
  bottom: 19%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-20,
.compare-tarif .chart-fill .stroke-2.stroke-height-20 {
  bottom: 20%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-21,
.compare-tarif .chart-fill .stroke-2.stroke-height-21 {
  bottom: 21%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-22,
.compare-tarif .chart-fill .stroke-2.stroke-height-22 {
  bottom: 22%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-23,
.compare-tarif .chart-fill .stroke-2.stroke-height-23 {
  bottom: 23%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-24,
.compare-tarif .chart-fill .stroke-2.stroke-height-24 {
  bottom: 24%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-25,
.compare-tarif .chart-fill .stroke-2.stroke-height-25 {
  bottom: 25%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-26,
.compare-tarif .chart-fill .stroke-2.stroke-height-26 {
  bottom: 26%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-27,
.compare-tarif .chart-fill .stroke-2.stroke-height-27 {
  bottom: 27%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-28,
.compare-tarif .chart-fill .stroke-2.stroke-height-28 {
  bottom: 28%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-29,
.compare-tarif .chart-fill .stroke-2.stroke-height-29 {
  bottom: 29%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-30,
.compare-tarif .chart-fill .stroke-2.stroke-height-30 {
  bottom: 30%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-31,
.compare-tarif .chart-fill .stroke-2.stroke-height-31 {
  bottom: 31%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-32,
.compare-tarif .chart-fill .stroke-2.stroke-height-32 {
  bottom: 32%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-33,
.compare-tarif .chart-fill .stroke-2.stroke-height-33 {
  bottom: 33%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-34,
.compare-tarif .chart-fill .stroke-2.stroke-height-34 {
  bottom: 34%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-35,
.compare-tarif .chart-fill .stroke-2.stroke-height-35 {
  bottom: 35%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-36,
.compare-tarif .chart-fill .stroke-2.stroke-height-36 {
  bottom: 36%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-37,
.compare-tarif .chart-fill .stroke-2.stroke-height-37 {
  bottom: 37%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-38,
.compare-tarif .chart-fill .stroke-2.stroke-height-38 {
  bottom: 38%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-39,
.compare-tarif .chart-fill .stroke-2.stroke-height-39 {
  bottom: 39%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-40,
.compare-tarif .chart-fill .stroke-2.stroke-height-40 {
  bottom: 40%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-41,
.compare-tarif .chart-fill .stroke-2.stroke-height-41 {
  bottom: 41%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-42,
.compare-tarif .chart-fill .stroke-2.stroke-height-42 {
  bottom: 42%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-43,
.compare-tarif .chart-fill .stroke-2.stroke-height-43 {
  bottom: 43%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-44,
.compare-tarif .chart-fill .stroke-2.stroke-height-44 {
  bottom: 44%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-45,
.compare-tarif .chart-fill .stroke-2.stroke-height-45 {
  bottom: 45%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-46,
.compare-tarif .chart-fill .stroke-2.stroke-height-46 {
  bottom: 46%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-47,
.compare-tarif .chart-fill .stroke-2.stroke-height-47 {
  bottom: 47%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-48,
.compare-tarif .chart-fill .stroke-2.stroke-height-48 {
  bottom: 48%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-49,
.compare-tarif .chart-fill .stroke-2.stroke-height-49 {
  bottom: 49%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-50,
.compare-tarif .chart-fill .stroke-2.stroke-height-50 {
  bottom: 50%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-51,
.compare-tarif .chart-fill .stroke-2.stroke-height-51 {
  bottom: 51%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-52,
.compare-tarif .chart-fill .stroke-2.stroke-height-52 {
  bottom: 52%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-53,
.compare-tarif .chart-fill .stroke-2.stroke-height-53 {
  bottom: 53%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-54,
.compare-tarif .chart-fill .stroke-2.stroke-height-54 {
  bottom: 54%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-55,
.compare-tarif .chart-fill .stroke-2.stroke-height-55 {
  bottom: 55%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-56,
.compare-tarif .chart-fill .stroke-2.stroke-height-56 {
  bottom: 56%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-57,
.compare-tarif .chart-fill .stroke-2.stroke-height-57 {
  bottom: 57%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-58,
.compare-tarif .chart-fill .stroke-2.stroke-height-58 {
  bottom: 58%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-59,
.compare-tarif .chart-fill .stroke-2.stroke-height-59 {
  bottom: 59%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-60,
.compare-tarif .chart-fill .stroke-2.stroke-height-60 {
  bottom: 60%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-61,
.compare-tarif .chart-fill .stroke-2.stroke-height-61 {
  bottom: 61%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-62,
.compare-tarif .chart-fill .stroke-2.stroke-height-62 {
  bottom: 62%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-63,
.compare-tarif .chart-fill .stroke-2.stroke-height-63 {
  bottom: 63%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-64,
.compare-tarif .chart-fill .stroke-2.stroke-height-64 {
  bottom: 64%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-65,
.compare-tarif .chart-fill .stroke-2.stroke-height-65 {
  bottom: 65%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-66,
.compare-tarif .chart-fill .stroke-2.stroke-height-66 {
  bottom: 66%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-67,
.compare-tarif .chart-fill .stroke-2.stroke-height-67 {
  bottom: 67%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-68,
.compare-tarif .chart-fill .stroke-2.stroke-height-68 {
  bottom: 68%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-69,
.compare-tarif .chart-fill .stroke-2.stroke-height-69 {
  bottom: 69%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-70,
.compare-tarif .chart-fill .stroke-2.stroke-height-70 {
  bottom: 70%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-71,
.compare-tarif .chart-fill .stroke-2.stroke-height-71 {
  bottom: 71%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-72,
.compare-tarif .chart-fill .stroke-2.stroke-height-72 {
  bottom: 72%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-73,
.compare-tarif .chart-fill .stroke-2.stroke-height-73 {
  bottom: 73%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-74,
.compare-tarif .chart-fill .stroke-2.stroke-height-74 {
  bottom: 74%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-75,
.compare-tarif .chart-fill .stroke-2.stroke-height-75 {
  bottom: 75%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-76,
.compare-tarif .chart-fill .stroke-2.stroke-height-76 {
  bottom: 76%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-77,
.compare-tarif .chart-fill .stroke-2.stroke-height-77 {
  bottom: 77%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-78,
.compare-tarif .chart-fill .stroke-2.stroke-height-78 {
  bottom: 78%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-79,
.compare-tarif .chart-fill .stroke-2.stroke-height-79 {
  bottom: 79%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-80,
.compare-tarif .chart-fill .stroke-2.stroke-height-80 {
  bottom: 80%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-81,
.compare-tarif .chart-fill .stroke-2.stroke-height-81 {
  bottom: 81%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-82,
.compare-tarif .chart-fill .stroke-2.stroke-height-82 {
  bottom: 82%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-83,
.compare-tarif .chart-fill .stroke-2.stroke-height-83 {
  bottom: 83%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-84,
.compare-tarif .chart-fill .stroke-2.stroke-height-84 {
  bottom: 84%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-85,
.compare-tarif .chart-fill .stroke-2.stroke-height-85 {
  bottom: 85%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-86,
.compare-tarif .chart-fill .stroke-2.stroke-height-86 {
  bottom: 86%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-87,
.compare-tarif .chart-fill .stroke-2.stroke-height-87 {
  bottom: 87%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-88,
.compare-tarif .chart-fill .stroke-2.stroke-height-88 {
  bottom: 88%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-89,
.compare-tarif .chart-fill .stroke-2.stroke-height-89 {
  bottom: 89%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-90,
.compare-tarif .chart-fill .stroke-2.stroke-height-90 {
  bottom: 90%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-91,
.compare-tarif .chart-fill .stroke-2.stroke-height-91 {
  bottom: 91%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-92,
.compare-tarif .chart-fill .stroke-2.stroke-height-92 {
  bottom: 92%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-93,
.compare-tarif .chart-fill .stroke-2.stroke-height-93 {
  bottom: 93%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-94,
.compare-tarif .chart-fill .stroke-2.stroke-height-94 {
  bottom: 94%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-95,
.compare-tarif .chart-fill .stroke-2.stroke-height-95 {
  bottom: 95%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-96,
.compare-tarif .chart-fill .stroke-2.stroke-height-96 {
  bottom: 96%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-97,
.compare-tarif .chart-fill .stroke-2.stroke-height-97 {
  bottom: 97%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-98,
.compare-tarif .chart-fill .stroke-2.stroke-height-98 {
  bottom: 98%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-99,
.compare-tarif .chart-fill .stroke-2.stroke-height-99 {
  bottom: 99%;
}
.compare-tarif .chart-fill .stroke-1.stroke-height-100,
.compare-tarif .chart-fill .stroke-2.stroke-height-100 {
  bottom: 100%;
}
.compare-tarif .chart-fill .stroke-1 + .stroke-2.stroke-height-0 {
  bottom: 3px;
}
.compare-tarif .chart-fill .stroke-1 i {
  margin-left: unset;
  margin-right: -14px;
  float: right;
  top: -10px;
}
.compare-tarif .chart-fill .chart-fill-100 {
  border-radius: 10px 10px 0 0;
}
.compare-tarif .glow {
  box-shadow: 0px 0px 15px 5px rgba(31, 214, 255, 0.52);
  transform: scale(1.15);
}
@media screen and (max-width: 990px) {
  .compare-tarif .glow {
    transform: scale(1.1);
  }
}
.compare-tarif .glow:hover {
  transform: scale(1.2);
  transition: ease-in-out 1s;
}
@media screen and (max-width: 990px) {
  .compare-tarif .glow:hover {
    transform: scale(1.15);
  }
}
.compare-tarif .chart-label {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center;
  color: #05325a;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-label {
    font-size: 14px;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.compare-tarif .chart-icon {
  width: 60px;
  height: auto;
  margin: 10px auto;
}
@media screen and (max-width: 990px) {
  .compare-tarif .chart-icon {
    width: 40px;
    margin: 0px auto 5px;
  }
}
.compare-tarif .center-image {
  height: auto;
  margin: 0 -10px 20px;
  max-height: 450px;
  width: auto;
  z-index: 9;
}
.compare-tarif .below-chart {
  display: block;
  max-width: 490px;
  margin: 50px auto 0;
}
.compare-tarif .below-chart .dot-container {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .compare-tarif .below-chart .dot-container {
    flex-direction: column;
  }
}
.compare-tarif .below-chart .dot-container .dot {
  width: 33%;
  font-size: 15px;
  line-height: 1;
  margin-left: 30px;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 990px) {
  .compare-tarif .below-chart .dot-container .dot {
    width: 100%;
    padding: 7px;
    font-size: 13px;
  }
}
.compare-tarif .below-chart .dot-container .dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -20px;
}
@media screen and (max-width: 990px) {
  .compare-tarif .below-chart .dot-container .dot span {
    width: 15px;
    height: 15px;
  }
}
.compare-tarif .below-chart .dot-container .dot i {
  color: #0bbde3;
}
@keyframes raising-bars {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.compare-tarif .chart-fill.animated-element {
  height: 0;
  animation: raising-bars 2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.content-slider {
  background-color: #fafbff;
  margin: 20px 0 60px;
  padding: 60px 20px;
}
.content-slider__headline {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 990px) {
  .content-slider__headline {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.content-slider .more {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-slider .more.expanded {
  display: block;
  overflow: visible;
  text-overflow: unset;
  -webkit-line-clamp: unset;
  max-height: none;
}
.content-slider button.btn-readmore {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: transparent;
  border-color: transparent;
  color: #05325a;
  font-size: 18px;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.content-slider ol, .content-slider li {
  list-style: none;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .content-slider .content-slide {
    position: relative;
    perspective: 100px;
  }
  .content-slider .content-slide__viewport {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  .content-slider .content-slide__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    counter-increment: item;
    padding: 0 10px;
    scroll-snap-align: start;
  }
  .content-slider .content-slider__slide {
    max-width: 400px;
    margin: 0 auto;
  }
  .content-slider .content-slider__slide h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
  }
  .content-slider .content-slider__slide img.img-top {
    border-radius: 8px;
  }
  .content-slider .content-slider__slide img.img-bottom {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
  .content-slider .content-slide__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
  }
}
@media screen and (max-width: 990px) and (hover: hover) {
  .content-slider .content-slide__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  .content-slider .content-slide__slide:last-child .content-slide__snapper {
    animation-name: tostart, snap;
  }
}
@media screen and (max-width: 990px) and (prefers-reduced-motion: reduce) {
  .content-slider .content-slide__snapper {
    animation-name: none;
  }
}
@media screen and (max-width: 990px) {
  .content-slider .content-slide:hover .content-slide__snapper,
  .content-slider .content-slide:focus-within .content-slide__snapper {
    animation-name: none;
  }
  .content-slider .content-slide__navigation {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    text-align: center;
  }
  .content-slider .content-slide__navigation-list,
  .content-slider .content-slide__navigation-item {
    display: inline-block;
  }
  .content-slider .content-slide__navigation-button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #333;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
  }
  .content-slider .content-slide__navigation-button:hover:after {
    background: transparent;
  }
  .content-slider .content-slide::before,
  .content-slider .content-slide__prev {
    left: -1rem;
  }
  .content-slider .content-slide::after,
  .content-slider .content-slide__next {
    right: -1rem;
  }
}
@media screen and (min-width: 990px) {
  .content-slider .content-slide__navigation {
    display: none;
  }
  .content-slider ol.content-slide__viewport {
    display: flex;
    margin: 50px auto 0;
    max-width: 1260px;
    justify-content: space-evenly;
  }
  .content-slider ol.content-slide__viewport li {
    width: 33%;
  }
  .content-slider ol.content-slide__viewport li .content-slider__slide {
    padding: 0 15px;
  }
  .content-slider ol.content-slide__viewport li h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    min-height: 53px;
  }
  .content-slider ol.content-slide__viewport li img.img-top {
    border-radius: 8px;
  }
  .content-slider ol.content-slide__viewport li img.img-bottom {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
}

.costs {
  padding: 60px 25px 40px;
}
@media screen and (min-width: 990px) {
  .costs {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 100px 80px 80px;
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) and (min-width: 1500px) {
  .costs__image img {
    border-radius: 20px !important;
  }
}
@media screen and (min-width: 990px) {
  .costs__headline {
    width: 100%;
  }
  .costs__headline h2 {
    font-size: 27px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: #05325a;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .costs__headline h2 span {
    -webkit-hyphens: none;
            hyphens: none;
    font-size: inherit;
    color: inherit;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .costs__headline h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .costs__headline h2 {
    width: 50%;
    max-width: 590px;
  }
}
@media screen and (min-width: 990px) {
  .costs__headline p {
    width: 50%;
    max-width: 590px;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .costs__headline p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 990px) {
  .costs .costs__side,
  .costs .costs__image {
    width: 50%;
  }
  .costs .costs__side {
    padding-right: 40px;
  }
  .costs .costs__image {
    padding-left: 40px;
  }
}
.costs__wrapper {
  max-width: 600px;
  padding: 35px 40px 33px 40px;
  border-radius: 5px;
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 15px auto 20px;
}
@media screen and (min-width: 990px) {
  .costs__wrapper {
    max-width: 100%;
    padding: 50px 45px 50px 45px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 990px) {
  .costs__text {
    display: flex;
    align-items: center;
  }
  .costs__text-wrapper {
    width: 35%;
  }
}
.costs__text h3 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  padding-right: 10px;
}
@media screen and (min-width: 990px) {
  .costs__text h3 {
    font-size: 23px;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media screen and (min-width: 1500px) {
  .costs__text h3 {
    -webkit-hyphens: none;
            hyphens: none;
  }
}
.costs__text--green {
  font-size: 20px !important;
  color: #05325a;
  font-weight: 800;
  margin-bottom: 11px;
}
@media screen and (min-width: 990px) {
  .costs__text--green {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 1100px) {
  .costs__text--green {
    font-size: 34px !important;
  }
}
.costs__text--blue {
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 990px) {
  .costs__text--blue {
    width: 65%;
  }
}
.costs__image {
  display: none;
}
@media screen and (min-width: 990px) {
  .costs__image {
    display: block;
  }
  .costs__image img {
    float: right;
    margin-right: -80px;
    border-radius: 20px 0 0 20px;
  }
}

.download-button {
  margin: 10px;
}
.download-button a {
  display: block;
  border-radius: 5px;
  background-color: #157AC5;
  color: #fff;
  width: calc(100% - 20px);
  height: auto;
  min-height: 55px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  transition: transform 0.8s;
  padding: 11px 40px 11px 30px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .download-button a {
    -webkit-hyphens: auto;
            hyphens: auto;
    padding: 11px 40px 11px 11px;
  }
}
.download-button a span {
  width: 14px;
  height: 19px;
  background-image: url(../../dist/img/download.svg);
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}
@media screen and (min-width: 990px) {
  .download-button a span {
    right: 35px;
  }
}
.download-button a:hover {
  transform: scale(1.05);
  background-color: #348bff;
  color: #fafbff;
}
.download-button a:hover:after {
  opacity: 0;
  background: transparent;
}

ul.download-list li {
  list-style: none !important;
}

.faq {
  padding: 45px 25px 70px;
}
@media screen and (min-width: 990px) {
  .faq {
    padding: 100px 80px 100px;
  }
}
.faq h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  margin: 0 auto 10px;
}
.faq h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .faq h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  .faq h2 {
    max-width: 430px;
  }
}
@media screen and (min-width: 990px) {
  .faq h2 {
    max-width: 850px;
    margin: 0 auto 15px;
  }
}
.faq p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  max-width: 220px;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  .faq p {
    max-width: 430px;
  }
}
@media screen and (min-width: 990px) {
  .faq p {
    max-width: 630px;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 990px) {
  .faq p.faq__text--bold {
    font-size: 23px;
  }
}
@media screen and (min-width: 990px) {
  .faq .accordion {
    max-width: 1060px;
    margin: 40px auto 0;
  }
}
.faq .accordion-text--color-highlightblue button span {
  color: #348bff;
}
.faq .accordion-text--color-highlightblue .icon:before {
  background-image: url(../../dist/img/arrow_highlightblue.svg) !important;
}
.faq .accordion .accordion-item {
  border-bottom: 2px solid #cdd6de;
}
.faq .accordion .accordion-item button[aria-expanded=true] span.icon {
  top: calc(50% - 20px);
}
.faq .accordion .accordion-item button[aria-expanded=true] span.icon:before {
  transform: rotate(-180deg);
}
.faq .accordion .accordion-item:last-child {
  border-bottom: 1px solid transparent;
}
.faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faq .accordion button:hover, .faq .accordion button:focus {
  cursor: pointer;
  color: #eff7ff;
}
.faq .accordion button:hover::after, .faq .accordion button:focus::after {
  cursor: pointer;
  color: #eff7ff;
  border: 1px solid #fafbff;
}
.faq .accordion button .accordion-title {
  padding: 5px 35px 5px 10px;
  text-transform: none;
  font-size: 18px;
  line-height: 1.64;
  letter-spacing: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
  display: inline-block;
}
@media screen and (min-width: 990px) {
  .faq .accordion button .accordion-title {
    font-size: 23px;
  }
}
.faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../../dist/img/arrow_blue.svg);
  top: 9px;
  left: 5px;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
}
.faq .accordion button[aria-expanded=true] {
  color: #fafbff;
  padding: 10px 0 10px;
}
.faq .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.faq .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.6s linear;
  will-change: opacity, max-height;
}
.faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.6s linear, max-height 0.6s linear;
  will-change: opacity, max-height;
  margin-bottom: 10px;
}
.faq .accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 15px 10px 10px;
  max-width: 100%;
  text-align: left;
}
@media screen and (min-width: 990px) {
  .faq .accordion .accordion-content p {
    font-size: 18px;
    text-align: left;
  }
}
.faq .accordion .accordion-content ul {
  font-size: 14px;
  margin: 0 0 10px 35px;
}
.faq .accordion .accordion-content ul li {
  list-style: initial;
}
@media screen and (min-width: 990px) {
  .faq .accordion .accordion-content ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .faq .accordion .accordion-content table {
    font-size: 16px;
  }
}
.faq a.btn {
  margin-top: 70px;
}
@media screen and (min-width: 990px) {
  .faq a.btn {
    max-width: 300px;
    margin: 70px auto 0;
  }
}

.schema-faq-question[aria-expanded=false] + .accordion-content {
  visibility: hidden;
}

.schema-faq-question[aria-expanded=false] + .accordion-content a,
.schema-faq-question[aria-expanded=false] + .accordion-content button,
.schema-faq-question[aria-expanded=false] + .accordion-content input,
.schema-faq-question[aria-expanded=false] + .accordion-content select,
.schema-faq-question[aria-expanded=false] + .accordion-content textarea {
  pointer-events: none;
}

.tp-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #05325a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}
.tp-widget p,
.tp-widget a,
.tp-widget span,
.tp-widget strong,
.tp-widget time {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tp-widget .tp-stars {
  display: block;
  height: auto;
}
.tp-widget footer {
  background-color: transparent;
  padding: 0;
}

.tp-widget a {
  text-decoration: none;
  color: inherit;
}
.tp-widget a::after {
  display: none !important;
  content: none !important;
}
.tp-widget a:hover, .tp-widget a:focus, .tp-widget a:focus-visible {
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none;
}
.tp-widget a:hover::after, .tp-widget a:focus::after, .tp-widget a:focus-visible::after {
  display: none !important;
  content: none !important;
}
.tp-widget a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.tp-mini {
  display: inline-block;
  max-width: 260px;
  min-width: 140px;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.tp-mini--align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.tp-mini--align-right {
  margin-left: auto;
  display: block;
}
.tp-mini--layout-stacked .tp-mini__footer {
  flex-direction: initial;
  gap: 3px;
}
.tp-mini--layout-stacked .tp-mini__sep {
  display: block;
}
.tp-mini--layout-inline .tp-mini__footer {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 6px;
}
.tp-mini--layout-inline .tp-mini__sep {
  display: inline;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.tp-mini--layout-inline.tp-mini--theme-dark .tp-mini__sep {
  color: rgba(255, 255, 255, 0.4);
}
.tp-mini--theme-dark {
  background: #0c1f33;
  color: #fff;
}
.tp-mini--theme-dark .tp-mini__score,
.tp-mini--theme-dark .tp-mini__count {
  color: #fff;
}
.tp-mini--theme-dark .tp-mini__sep {
  color: rgba(255, 255, 255, 0.5);
}
.tp-mini--theme-dark .tp-mini__logo img {
  filter: invert(1) hue-rotate(180deg) brightness(1.05);
}
.tp-mini__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.tp-mini__logo img {
  height: 30px;
  width: auto;
  display: block;
}
.tp-mini__stars {
  line-height: 0;
}
.tp-mini__stars .tp-stars {
  width: auto;
  max-width: 100%;
  height: 36px;
}
.tp-mini__footer {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
}
.tp-mini__sep {
  display: none;
}
.tp-mini__score {
  color: #05325a;
  white-space: nowrap;
}
.tp-mini__score strong {
  font-weight: 700;
}
.tp-mini__count {
  color: #05325a;
  white-space: nowrap;
  font-weight: 400;
}
.tp-mini__count--link {
  text-decoration: underline;
}
.tp-mini--empty {
  padding: 12px;
  border: 1px dashed #DCDCE6;
  color: #4a4a4a;
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .tp-mini--mobile-minimal {
    max-width: none;
    padding: 6px 8px;
  }
  .tp-mini--mobile-minimal .tp-mini__link {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 8px;
  }
  .tp-mini--mobile-minimal .tp-mini__logo img {
    height: 27px;
  }
  .tp-mini--mobile-minimal .tp-mini__stars .tp-stars {
    height: 32px;
  }
  .tp-mini--mobile-minimal .tp-mini__footer {
    display: none;
  }
}

.tp-horizontal {
  width: 100%;
  min-height: 28px;
  padding: 4px 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.tp-horizontal--align-left .tp-horizontal__link {
  justify-content: flex-start;
}
.tp-horizontal--align-right .tp-horizontal__link {
  justify-content: flex-end;
}
.tp-horizontal--theme-dark {
  color: #fff;
}
.tp-horizontal--theme-dark .tp-horizontal__label,
.tp-horizontal--theme-dark .tp-horizontal__text,
.tp-horizontal--theme-dark .tp-horizontal__text strong {
  color: #fff;
}
.tp-horizontal--theme-dark .tp-horizontal__logo img {
  filter: invert(1) hue-rotate(180deg) brightness(1.05);
}
.tp-horizontal__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.2;
}
.tp-horizontal__label {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 1.2;
}
.tp-horizontal__stars {
  line-height: 0;
}
.tp-horizontal__stars .tp-stars {
  width: auto;
  height: 22px;
}
.tp-horizontal__text {
  color: inherit;
  font-size: 0.875rem !important;
  font-weight: 400;
}
.tp-horizontal__text strong {
  font-weight: 700;
}
.tp-horizontal__count--link {
  text-decoration: underline;
}
.tp-horizontal__logo img {
  height: 19px;
  width: auto;
  display: block;
}
.tp-horizontal--empty {
  padding: 8px;
  border: 1px dashed #DCDCE6;
  color: #4a4a4a;
  font-size: 0.8125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .tp-horizontal__label, .tp-horizontal__text {
    display: none;
  }
  .tp-horizontal__link {
    justify-content: center;
    gap: 8px;
  }
  .tp-horizontal__stars .tp-stars {
    height: 32px;
  }
  .tp-horizontal__logo img {
    height: 27px;
  }
}

.tp-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.tp-slider--align-left {
  margin-left: 0;
}
.tp-slider--align-right {
  margin-right: 0;
}
.tp-slider--theme-dark {
  background: #0c1f33;
  color: #fff;
  padding: 16px;
  border-radius: 6px;
}
.tp-slider--theme-dark .tp-slider__card {
  background: #143354;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.tp-slider--theme-dark .tp-slider__card-title,
.tp-slider--theme-dark .tp-slider__card-author {
  color: #fff;
}
.tp-slider--theme-dark .tp-slider__card-text,
.tp-slider--theme-dark .tp-slider__card-meta,
.tp-slider--theme-dark .tp-slider__card-date,
.tp-slider--theme-dark .tp-slider__footer-text {
  color: rgba(255, 255, 255, 0.85);
}
.tp-slider--theme-dark .tp-slider__footer-logo img {
  filter: invert(1) hue-rotate(180deg) brightness(1.05);
}
.tp-slider__track {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0 4px 10px;
  padding-left: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(220px, (100% - 48px) / 4, 280px);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #DCDCE6 transparent;
  -webkit-overflow-scrolling: touch;
  padding-top: 15px;
}
.tp-slider__track::-webkit-scrollbar {
  height: 6px;
}
.tp-slider__track::-webkit-scrollbar-thumb {
  background: #DCDCE6;
  border-radius: 3px;
}
@media (max-width: 990px) {
  .tp-slider__track {
    grid-auto-columns: clamp(220px, (100% - 32px) / 3, 280px);
  }
}
@media (max-width: 700px) {
  .tp-slider__track {
    grid-auto-columns: clamp(220px, (100% - 16px) / 2, 280px);
  }
}
@media (max-width: 480px) {
  .tp-slider__track {
    grid-auto-columns: 85%;
  }
}
@media (min-width: 991px) {
  .tp-slider--cards-3 .tp-slider__track {
    grid-auto-columns: clamp(260px, (100% - 32px) / 3, 360px);
  }
}
.tp-slider--text-center .tp-slider__card-header {
  align-items: center;
}
.tp-slider--text-center .tp-slider__card-meta {
  text-align: center;
}
.tp-slider--text-center .tp-slider__card-rating {
  justify-content: center;
}
.tp-slider--text-center .tp-slider__card-title,
.tp-slider--text-center .tp-slider__card-text,
.tp-slider--text-center .tp-slider__card-author,
.tp-slider--text-center .tp-slider__card-date {
  text-align: center;
}
.tp-slider__slide {
  scroll-snap-align: start;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: outside !important;
  margin: 0;
  padding: 0;
}
.tp-slider__slide::marker {
  content: "" !important;
  color: transparent !important;
  font-size: 0 !important;
}
.tp-slider__slide::before {
  content: none !important;
  background: none !important;
  display: none !important;
}
.tp-slider__slide:focus-visible {
  outline: 2px solid #00B67A;
  outline-offset: 4px;
  border-radius: 6px;
}
.tp-slider__card {
  background: #ffffff;
  border-radius: 5px;
  padding: 16px;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
  gap: 8px;
  height: 100%;
  min-height: 190px;
}
.tp-slider__card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tp-slider__card-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
}
.tp-slider__card-rating .tp-stars {
  flex: 0 0 auto;
  width: auto;
  height: 18px;
}
.tp-slider__card-rating .tp-slider__verified {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.tp-slider__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  color: #00B67A;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.tp-slider__verified-text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .tp-slider__verified-text {
    display: none;
  }
}
.tp-slider--theme-dark .tp-slider__verified, .tp-slider--theme-dark .tp-slider__verified-text {
  color: #fff;
}
.tp-slider.tp-widget.tp-slider--theme-dark .tp-slider__card-header h3.tp-slider__card-title {
  color: #fff;
}
.tp-slider__card-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  overflow: hidden;
  max-height: 48px;
}
.tp-slider.tp-widget .tp-slider__card-header h3.tp-slider__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  max-height: 48px;
  overflow: hidden;
  color: inherit;
  letter-spacing: normal;
}
.tp-slider__card-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.5;
  overflow: hidden;
  max-height: 63px;
}
.tp-slider.tp-widget p.tp-slider__card-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-height: 63px;
  overflow: hidden;
}
.tp-slider__card-meta {
  display: block;
  margin: 4px 0 0 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4a4a4a;
}
.tp-slider__card-author {
  font-weight: 600;
  color: inherit;
}
.tp-slider__card-date {
  font-weight: 400;
}
.tp-slider.tp-widget span.tp-slider__card-author {
  font-weight: 600;
}
.tp-slider.tp-widget time.tp-slider__card-date {
  font-weight: 400;
}
.tp-slider.tp-widget p.tp-slider__card-meta {
  display: block;
  margin: 4px 0 0 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #a2a8ae;
}
.tp-slider.tp-widget:not(.tp-slider--theme-dark) p.tp-slider__card-meta {
  color: #4a4a4a;
}
.tp-slider__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
  margin-top: 4px;
  border-top: 1px solid #DCDCE6;
  font-size: 0.8125rem;
  line-height: 1.4;
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .tp-slider__footer-text {
    text-align: center !important;
  }
}
.tp-slider--theme-dark .tp-slider__footer {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.tp-slider__footer-text strong {
  font-weight: 700;
}
.tp-slider__footer-logo img {
  height: 20px;
  width: auto;
  display: block;
}
.tp-slider a.tp-slider__count--link, .tp-slider__count--link {
  text-decoration: underline;
}
.tp-slider a.tp-slider__count--link:hover, .tp-slider a.tp-slider__count--link:focus, .tp-slider a.tp-slider__count--link:focus-visible, .tp-slider__count--link:hover, .tp-slider__count--link:focus, .tp-slider__count--link:focus-visible {
  text-decoration: underline;
}
.tp-slider--empty {
  padding: 24px;
  border: 1px dashed #DCDCE6;
  color: #4a4a4a;
  font-size: 0.8125rem;
  text-align: center;
}

.editor-styles-wrapper .tp-widget,
.block-editor .tp-widget {
  outline: 1px dashed rgba(0, 182, 122, 0.4);
  outline-offset: 4px;
}

.gb-block-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.gb-block-container.customer-informations {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .gb-block-container.customer-informations h2 {
    padding: 0 60px;
  }
}
@media screen and (min-width: 990px) {
  .gb-block-container .wp-block-columns {
    padding: 20px 80px 20px;
  }
}
.gb-block-container h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  hyphens: auto;
  padding: 0 20px;
}
.gb-block-container h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .gb-block-container h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .gb-block-container h2 {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .gb-block-container h2 {
    margin-bottom: 15px;
  }
}
.gb-block-container h3 {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  padding: 0 20px;
}
.gb-block-container h3 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .gb-block-container h3 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .gb-block-container h3 {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
.gb-block-container h4 {
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (min-width: 990px) {
  .gb-block-container h4 {
    padding: 0 80px;
  }
}
.gb-block-container p {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
}
@media screen and (min-width: 990px) {
  .gb-block-container p {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
.gb-block-container ul {
  padding: 0 25px;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  margin-left: 30px;
  font-size: 18px;
}
@media screen and (min-width: 990px) {
  .gb-block-container ul {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .gb-block-container ul {
    padding: 20px 80px 10px !important;
    margin-left: 40px;
    font-size: 20px;
  }
}
.gb-block-container ul.checklist {
  padding: 0 25px;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
}
@media screen and (min-width: 990px) {
  .gb-block-container ul.checklist {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .gb-block-container .has-large-font-size {
    margin-bottom: 10px;
  }
}

.icon-text {
  padding: 25px;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .icon-text {
    padding: 25px 80px 75px;
  }
}
.icon-text__icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (min-width: 990px) {
  .icon-text__icons {
    justify-content: center;
    align-items: flex-start;
    max-width: 2000px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 990px) {
  .icon-text__description {
    max-width: 865px;
    margin: 50px auto 100px;
  }
}
.icon-text__description h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.icon-text__description h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .icon-text__description h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .icon-text__description h2 {
    margin-bottom: 30px;
  }
}
.icon-text__wrapper {
  width: 50%;
}
@media screen and (min-width: 990px) {
  .icon-text__wrapper {
    width: auto;
    max-width: calc(33.333% - 40px);
  }
}
@media screen and (min-width: 1100px) {
  .icon-text__wrapper {
    min-width: 250px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 990px) {
  .icon-text__icons-4 .icon-text__wrapper {
    max-width: calc(25% - 40px);
  }
}
.icon-text__icon {
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (min-width: 990px) {
  .icon-text__icon {
    min-height: 160px;
    max-width: 150px;
    max-height: 150px;
  }
}
.icon-text__icon-wrapper {
  width: 100%;
  padding-bottom: 100%;
}
.icon-text__icon img {
  background-size: cover;
  background-position: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: scale-down;
}
@media screen and (max-width: 990px) {
  .icon-text__icon img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.icon-text__text {
  max-width: 220px;
  margin: 20px auto 10px;
}
@media screen and (min-width: 990px) {
  .icon-text__text {
    max-width: 300px;
    padding: 0 20px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .icon-text__text {
    padding: 0;
  }
}
.icon-text__text h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 990px) {
  .icon-text__text h3 {
    font-size: 27px;
    line-height: 1.3;
    text-align: center;
    margin: 40px auto 5px;
  }
}
.icon-text__text p {
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (min-width: 990px) {
  .icon-text__text p {
    font-size: 22px;
  }
}
.icon-text__text a {
  font-weight: 800;
}

.preloader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform-origin: 50% 50%;
  z-index: 1;
}
.preloader .preloader-container {
  display: flex;
  justify-content: center;
}
.preloader .icon-load {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  margin: 10px;
  height: 50px;
  width: 50px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}
.preloader .icon-load .insurance-icon {
  background-image: url(../../dist/img/insurance_icon.svg);
  width: 30px;
  height: 30px;
  margin: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.preloader .icon-load.tooth {
  background: #5ae6fc;
  box-shadow: 0 0 0 0 rgb(90, 230, 252);
  animation: pulse-tooth 2s infinite;
}
.preloader .icon-load.tooth .insurance-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='insurance' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 113 142.5' style='enable-background:new 0 0 113 142.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230078a6;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M107.8,16.7c-0.2,0-15.1-2-27-5.5C69.1,7.8,59.6,2.4,59.5,2.4l-3-1.7l-3,1.7c-0.1,0.1-9.6,5.4-21.3,8.8 c-11.9,3.5-26.9,5.5-27,5.5L0,17.4v23.5c0,2.5,0.1,9.5,0.2,12.5v16.4c0,1.3,0.2,31.2,21.6,51.1c20.5,19,32.7,21.3,34,21.5l0.9,0.1 l0.9-0.1c1.2-0.2,11.3-2.1,28.4-16.5c5.3-4.9,10.3-9.9,14.7-16.2c12.1-18.3,12.3-38.9,12.3-40V17.4L107.8,16.7z M101.1,69.7 c0,0.2-0.2,25.9-17.8,42.3c-14.4,13.4-23.8,17.2-26.7,18.2c-2.9-1-12.3-4.8-26.7-18.2C12.4,95.7,12.1,70,12.1,69.7V27.9 c5.6-0.9,15.1-2.7,23.6-5.1c9.1-2.6,16.9-6.3,20.9-8.3c4,2,11.8,5.7,20.9,8.3c8.4,2.5,17.9,4.2,23.6,5.1V69.7z'/%3E%3Cpolygon class='st0' points='89.7,48 80,41 52.3,79.7 32.1,59.6 23.6,68.2 53.9,98.1 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
@keyframes pulse-tooth {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(90, 230, 252, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.preloader .icon-load.care {
  background: #a0a0ff;
  box-shadow: 0 0 0 0 rgb(160, 160, 255);
  animation: pulse-care 2s infinite;
}
.preloader .icon-load.care .insurance-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='insurance' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 113 142.5' style='enable-background:new 0 0 113 142.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23625cb5;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M107.8,16.7c-0.2,0-15.1-2-27-5.5C69.1,7.8,59.6,2.4,59.5,2.4l-3-1.7l-3,1.7c-0.1,0.1-9.6,5.4-21.3,8.8 c-11.9,3.5-26.9,5.5-27,5.5L0,17.4v23.5c0,2.5,0.1,9.5,0.2,12.5v16.4c0,1.3,0.2,31.2,21.6,51.1c20.5,19,32.7,21.3,34,21.5l0.9,0.1 l0.9-0.1c1.2-0.2,11.3-2.1,28.4-16.5c5.3-4.9,10.3-9.9,14.7-16.2c12.1-18.3,12.3-38.9,12.3-40V17.4L107.8,16.7z M101.1,69.7 c0,0.2-0.2,25.9-17.8,42.3c-14.4,13.4-23.8,17.2-26.7,18.2c-2.9-1-12.3-4.8-26.7-18.2C12.4,95.7,12.1,70,12.1,69.7V27.9 c5.6-0.9,15.1-2.7,23.6-5.1c9.1-2.6,16.9-6.3,20.9-8.3c4,2,11.8,5.7,20.9,8.3c8.4,2.5,17.9,4.2,23.6,5.1V69.7z'/%3E%3Cpolygon class='st0' points='89.7,48 80,41 52.3,79.7 32.1,59.6 23.6,68.2 53.9,98.1 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
@keyframes pulse-care {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(160, 160, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
.preloader .icon-load.accident {
  background: #00e3b8;
  box-shadow: 0 0 0 0 rgb(0, 227, 184);
  animation: pulse-accident 2s infinite;
}
.preloader .icon-load.accident .insurance-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='insurance' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 113 142.5' style='enable-background:new 0 0 113 142.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23007280;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M107.8,16.7c-0.2,0-15.1-2-27-5.5C69.1,7.8,59.6,2.4,59.5,2.4l-3-1.7l-3,1.7c-0.1,0.1-9.6,5.4-21.3,8.8 c-11.9,3.5-26.9,5.5-27,5.5L0,17.4v23.5c0,2.5,0.1,9.5,0.2,12.5v16.4c0,1.3,0.2,31.2,21.6,51.1c20.5,19,32.7,21.3,34,21.5l0.9,0.1 l0.9-0.1c1.2-0.2,11.3-2.1,28.4-16.5c5.3-4.9,10.3-9.9,14.7-16.2c12.1-18.3,12.3-38.9,12.3-40V17.4L107.8,16.7z M101.1,69.7 c0,0.2-0.2,25.9-17.8,42.3c-14.4,13.4-23.8,17.2-26.7,18.2c-2.9-1-12.3-4.8-26.7-18.2C12.4,95.7,12.1,70,12.1,69.7V27.9 c5.6-0.9,15.1-2.7,23.6-5.1c9.1-2.6,16.9-6.3,20.9-8.3c4,2,11.8,5.7,20.9,8.3c8.4,2.5,17.9,4.2,23.6,5.1V69.7z'/%3E%3Cpolygon class='st0' points='89.7,48 80,41 52.3,79.7 32.1,59.6 23.6,68.2 53.9,98.1 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
@keyframes pulse-accident {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 227, 184, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
.preloader .icon-load.hospital {
  background: #6ebeff;
  box-shadow: 0 0 0 0 rgb(110, 190, 255);
  animation: pulse-hospital 2s infinite;
}
.preloader .icon-load.hospital .insurance-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='insurance' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 113 142.5' style='enable-background:new 0 0 113 142.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%235171cd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M107.8,16.7c-0.2,0-15.1-2-27-5.5C69.1,7.8,59.6,2.4,59.5,2.4l-3-1.7l-3,1.7c-0.1,0.1-9.6,5.4-21.3,8.8 c-11.9,3.5-26.9,5.5-27,5.5L0,17.4v23.5c0,2.5,0.1,9.5,0.2,12.5v16.4c0,1.3,0.2,31.2,21.6,51.1c20.5,19,32.7,21.3,34,21.5l0.9,0.1 l0.9-0.1c1.2-0.2,11.3-2.1,28.4-16.5c5.3-4.9,10.3-9.9,14.7-16.2c12.1-18.3,12.3-38.9,12.3-40V17.4L107.8,16.7z M101.1,69.7 c0,0.2-0.2,25.9-17.8,42.3c-14.4,13.4-23.8,17.2-26.7,18.2c-2.9-1-12.3-4.8-26.7-18.2C12.4,95.7,12.1,70,12.1,69.7V27.9 c5.6-0.9,15.1-2.7,23.6-5.1c9.1-2.6,16.9-6.3,20.9-8.3c4,2,11.8,5.7,20.9,8.3c8.4,2.5,17.9,4.2,23.6,5.1V69.7z'/%3E%3Cpolygon class='st0' points='89.7,48 80,41 52.3,79.7 32.1,59.6 23.6,68.2 53.9,98.1 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
@keyframes pulse-hospital {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(110, 190, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}
.preloader .icon-load.travel {
  background: #a6eb77;
  box-shadow: 0 0 0 0 rgb(166, 235, 119);
  animation: pulse-travel 2s infinite;
}
.preloader .icon-load.travel .insurance-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='insurance' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 113 142.5' style='enable-background:new 0 0 113 142.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2320827c;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M107.8,16.7c-0.2,0-15.1-2-27-5.5C69.1,7.8,59.6,2.4,59.5,2.4l-3-1.7l-3,1.7c-0.1,0.1-9.6,5.4-21.3,8.8 c-11.9,3.5-26.9,5.5-27,5.5L0,17.4v23.5c0,2.5,0.1,9.5,0.2,12.5v16.4c0,1.3,0.2,31.2,21.6,51.1c20.5,19,32.7,21.3,34,21.5l0.9,0.1 l0.9-0.1c1.2-0.2,11.3-2.1,28.4-16.5c5.3-4.9,10.3-9.9,14.7-16.2c12.1-18.3,12.3-38.9,12.3-40V17.4L107.8,16.7z M101.1,69.7 c0,0.2-0.2,25.9-17.8,42.3c-14.4,13.4-23.8,17.2-26.7,18.2c-2.9-1-12.3-4.8-26.7-18.2C12.4,95.7,12.1,70,12.1,69.7V27.9 c5.6-0.9,15.1-2.7,23.6-5.1c9.1-2.6,16.9-6.3,20.9-8.3c4,2,11.8,5.7,20.9,8.3c8.4,2.5,17.9,4.2,23.6,5.1V69.7z'/%3E%3Cpolygon class='st0' points='89.7,48 80,41 52.3,79.7 32.1,59.6 23.6,68.2 53.9,98.1 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
@keyframes pulse-travel {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(166, 235, 119, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

iframe#tarif-iframe {
  position: relative;
  z-index: 99;
  width: 100%;
  min-height: 80vh;
  border: none;
}

.image-text {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  margin: 50px auto 100px;
}
@media screen and (min-width: 990px) {
  .image-text {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .image-text {
    margin: 90px auto 100px;
  }
}
.image-text__description {
  margin-bottom: 35px;
}
@media screen and (min-width: 500px) {
  .image-text__description {
    max-width: 450px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 990px) {
  .image-text__description {
    margin: 0 auto 110px;
    max-width: 770px;
  }
}
.image-text__description h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
}
.image-text__description h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .image-text__description h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .image-text__description h2 {
    -webkit-hyphens: unset;
            hyphens: unset;
  }
}
.image-text__description p {
  text-align: center;
}
@media screen and (min-width: 990px) {
  .image-text__description p {
    font-size: 23px;
  }
}
@media screen and (min-width: 990px) {
  .image-text__wrapper {
    margin-top: 20px;
    margin-bottom: 90px;
  }
  .image-text__wrapper .image-text__content.even {
    flex-direction: row-reverse;
  }
  .image-text__wrapper .image-text__content.even .image-text__image {
    padding-left: 40px;
    padding-right: 0;
  }
  .image-text__wrapper .image-text__content.even .image-text__image img {
    float: right;
  }
  .image-text__wrapper .image-text__content.even .image-text__text {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .image-text__wrapper .image-text__content.even .image-text__text-wrapper {
    float: left;
  }
}
@media screen and (min-width: 990px) {
  .image-text__content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.image-text__image {
  width: 100%;
  padding-right: 40px;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  .image-text__image {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 990px) {
  .image-text__image {
    width: 40%;
    padding-right: 40px;
    padding-bottom: 40%;
  }
}
.image-text__image img {
  border-radius: 5px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-text h3 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  margin-top: 5px;
}
@media screen and (min-width: 990px) {
  .image-text h3 {
    font-size: 34px;
  }
}
.image-text__text {
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (min-width: 990px) {
  .image-text__text {
    font-size: 20px;
    width: 60%;
    padding-left: 40px;
    margin-bottom: 0;
  }
}
.image-text__text--green {
  color: #05325a;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 990px) {
  .image-text__text-wrapper {
    max-width: 630px;
    float: right;
  }
}
.image-text__text-wrapper p {
  padding: 0;
}
.image-text a.link {
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #157AC5;
  text-align: left;
}
.image-text a.link:after {
  background-image: url(../../dist/img/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 8px;
  height: 10px;
  margin: 0 0 0 7px;
  display: inline-block;
  transform: rotate(-90deg);
  content: "";
  position: relative;
  left: unset;
  right: unset;
  opacity: 1;
  background: transparent;
}
.image-text a.link:hover:after {
  background: transparent;
}
.image-text a#showmorebuttons {
  font-size: 14px;
  font-style: italic;
  color: #05325a;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 990px) {
  .image-text a#showmorebuttons {
    text-align: center;
    display: block;
    font-size: 20px;
    float: none;
  }
}
.image-text a#showmorebuttons:after {
  background-image: url(../../dist/img/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 8px;
  height: 10px;
  margin: 0 0 0 7px;
  display: inline-block;
  transform: rotate(-90deg);
  content: "";
  position: relative;
  opacity: 1;
  background: transparent;
  background-repeat-y: no-repeat !important;
  background-repeat-x: no-repeat !important;
  left: unset;
  right: unset;
  margin-left: 8px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 990px) {
  .image-text a#showmorebuttons:after {
    width: 17px;
    height: 19px;
  }
}

.offers__wrapper {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
.offers__input {
  position: relative;
  min-height: 330px;
  padding: 25px 30px 0 30px;
}
@media screen and (min-width: 990px) {
  .offers__input {
    min-height: 465px;
    padding: 57px 30px 0 30px;
  }
}
.offers__input--wrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}
.offers__input--wrapper #alter-1,
.offers__input--wrapper #alter-2 {
  font-size: 23px;
}
.offers__input--wrapper span {
  display: inline;
  margin: 0 15px;
  font-size: 18px;
  line-height: 1.27;
  color: #05325a;
}
@media screen and (min-width: 990px) {
  .offers__input--wrapper span {
    font-size: 22px;
  }
}
.offers__input--wrapper input.maxcare-age {
  width: 170px;
  height: 56px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.27;
  color: #05325a;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: none;
  text-align: center;
  margin-bottom: 8px;
}
.offers__input--wrapper input.maxcare-age::-webkit-outer-spin-button, .offers__input--wrapper input.maxcare-age::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.offers__input--wrapper input.maxcare-age::-moz-placeholder {
  color: #757575;
}
.offers__input--wrapper input.maxcare-age.is-default, .offers__input--wrapper input.maxcare-age::placeholder {
  color: #757575;
}
.offers__input--wrapper input.maxcare-age.is-invalid:invalid {
  border: none;
  outline: 2px solid #E61759;
}
.offers__input--wrapper button {
  position: relative;
  margin: 30px auto 0;
  font-size: 18px;
  min-width: 100%;
}
.offers__input--wrapper button#maxcare-block-age-submit {
  background-color: #157AC5;
  border: 0;
  box-shadow: 1px 1px 1px #157AC5;
  font-weight: 600;
  min-width: 275px;
  margin-top: 15px;
}
@media screen and (min-width: 990px) {
  .offers__input--wrapper button#maxcare-block-age-submit {
    min-width: 315px;
  }
}
.offers__input--wrapper button#maxcare-block-age-submit.btn__arrow--down::after {
  transform: rotate(0deg);
  width: 17px;
  height: 25px;
  top: 14px;
  right: 13px;
}
@media screen and (min-width: 375px) {
  .offers__input--wrapper button {
    min-width: 310px;
  }
}
@media screen and (min-width: 990px) {
  .offers__input--wrapper button {
    font-size: 22px;
  }
}
@media screen and (max-width: 990px) {
  .offers__input--wrapper button:after {
    width: 10px;
    height: 16px;
    display: block;
    right: 17px;
    top: 17px;
  }
}
.offers__input--img-left {
  position: absolute;
  left: -20px;
  bottom: 5%;
  max-height: 140px;
  width: auto;
  z-index: 9;
}
@media screen and (max-width: 500px) {
  .offers__input--img-left {
    left: -30px;
    bottom: -75%;
  }
}
@media screen and (min-width: 990px) {
  .offers__input--img-left {
    max-height: 400px;
    left: 0;
    top: -40px;
  }
}
.offers__input--img-right {
  position: absolute;
  right: -10px;
  top: -62px;
  max-height: 105px;
  width: auto;
  z-index: 9;
}
@media screen and (max-width: 500px) {
  .offers__input--img-right {
    right: -50px;
    top: -72px;
  }
}
@media screen and (min-width: 990px) {
  .offers__input--img-right {
    max-height: 220px;
    top: -130px;
    right: 0;
  }
}
.offers .tarif {
  margin-top: -70px;
  z-index: 8;
}
@media screen and (min-width: 990px) {
  .offers .tarif {
    margin-top: -160px;
  }
}
.offers .tarif__mobile-order--1 {
  order: 1;
}
.offers .tarif__mobile-order--2 {
  order: 2;
}
.offers .tarif__mobile-order--3 {
  order: 3;
}
.offers .tarif__mobile-order--4 {
  order: 4;
}
@media screen and (min-width: 990px) {
  .offers .tarif__order--1 {
    order: 1;
  }
  .offers .tarif__order--2 {
    order: 2;
  }
  .offers .tarif__order--3 {
    order: 3;
  }
  .offers .tarif__order--4 {
    order: 4;
  }
}
@media screen and (min-width: 990px) {
  .offers .tarif.tarif-count--3 .tarif__order--2 .tarif__title {
    padding: 60px 10px 1px;
  }
}
.offers .no-tariff-available {
  position: relative;
}
.offers #tarifs {
  min-height: 100px;
}
@media screen and (max-width: 990px) {
  .offers .offers__input--wrapper button {
    border-radius: 25px !important;
    min-width: 300px !important;
    padding: 0 32px;
    height: 46px !important;
  }
}
@media screen and (max-width: 990px) {
  .offers .offers__input--wrapper button:after {
    right: auto;
    left: 20px;
    background-image: url('data:image/svg+xml,<svg width="30" height="14" viewBox="0 0 30 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.7188 0.319756C23.1329 0.168486 23.6344 0.266607 23.9445 0.581413C25.7842 2.38644 27.6217 4.1935 29.4614 5.99853C29.6445 6.17637 29.8443 6.35831 29.9296 6.60565C30.1023 7.03493 29.9421 7.53985 29.6133 7.85057C27.7258 9.70465 25.8404 11.5587 23.9508 13.4108C23.6657 13.7011 23.2203 13.8176 22.8249 13.7113C22.4295 13.6132 22.1028 13.2861 22.0133 12.8956C21.9155 12.5134 22.03 12.0821 22.3234 11.8081C23.572 10.5837 24.8206 9.35714 26.0651 8.13062C17.7617 8.12858 9.45834 8.13062 1.15496 8.13062C0.630536 8.1388 0.129003 7.74631 0.0270321 7.23935C-0.13529 6.57295 0.457809 5.86566 1.15288 5.88405C9.4625 5.88405 17.7721 5.88405 26.0818 5.88405C24.9122 4.73113 23.7385 3.58229 22.5669 2.43141C22.3379 2.21268 22.0799 1.98577 22.0154 1.66279C21.8614 1.12517 22.1777 0.50169 22.7209 0.323845L22.7188 0.319756Z" fill="white"/></svg>');
    background-size: contain;
    width: 30px !important;
    height: 14px !important;
    display: block;
    top: 17px !important;
  }
}

.price--variant-b {
  display: none;
}

.offers.variant-b .offers-pre-table {
  display: none;
}
@media screen and (max-width: 500px) {
  .offers.variant-b {
    margin-top: -20px;
  }
  .offers.variant-b .tarif {
    margin: 35px 0 0 0;
  }
  .offers.variant-b .offers__input {
    min-height: auto;
    padding: 10px 30px 25px;
    background-color: #d2e5ff !important;
  }
  .offers.variant-b .offers-pre-table {
    display: block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    background-color: #fafbff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .offers.variant-b .offers-pre-table__tarif-title .title--small, .offers.variant-b .offers-pre-table__tarif-price .price-description {
    font-family: "Barlow", sans-serif;
    font-size: 11px;
  }
  .offers.variant-b .offers-pre-table__tarif {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.5px solid #cdd6de;
    border-radius: 10px;
    width: 90%;
    background-color: white;
    text-align: center;
    position: relative;
  }
  .offers.variant-b .offers-pre-table__column {
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 6px 0;
  }
  .offers.variant-b .offers-pre-table__column:first-child {
    flex: 2 0 0;
  }
  .offers.variant-b .offers-pre-table__column:nth-child(2) {
    flex: 1.4 0 0;
  }
  .offers.variant-b .offers-pre-table__column:last-child {
    flex: 0.6 0 0;
  }
  .offers.variant-b .offers-pre-table__column:not(:last-child) {
    border-right: 1.5px solid #cdd6de;
  }
  .offers.variant-b .offers-pre-table__column p {
    margin-bottom: 0;
  }
  .offers.variant-b .offers-pre-table__tarif-title {
    align-items: center;
  }
  .offers.variant-b .offers-pre-table__tarif-title .title {
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
  }
  .offers.variant-b .offers-pre-table__tarif-title .title--small {
    color: #348bff;
  }
  .offers.variant-b .offers-pre-table__tarif-price .price {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }
  .offers.variant-b .offers-pre-table__tarif-price strong {
    font-size: 32px;
    font-weight: 600;
  }
  .offers.variant-b .offers-pre-table .btn {
    font-size: 21px;
    height: auto;
    line-height: 1.3;
    padding: 5px 10px;
    background-color: #348bff;
    border-radius: 15px;
    margin: 0 9px;
  }
  .offers.variant-b .offers-pre-table .link-all {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .offers.variant-b .offers-pre-table .link-all:after {
    background: transparent;
  }
  .offers.variant-b .offers-pre-table__undo-age-input {
    display: none;
    background-color: #cdd6de;
    color: black;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 10px;
    margin-right: 15%;
    border-color: transparent;
    text-transform: none;
    letter-spacing: normal;
    align-self: flex-end;
    order: 99;
  }
  .offers.variant-b input.maxcare-age {
    border: 2px solid #348bff;
  }
  .offers.variant-b button#maxcare-block-age-submit {
    height: 40px;
    line-height: 1;
  }
  .offers.variant-b button#maxcare-block-age-submit::after {
    top: 8px;
  }
  .offers.variant-b.hasPrice .offers__input {
    display: none;
  }
  .offers.variant-b.hasPrice .offers-pre-table {
    padding-top: 55px;
  }
  .offers.variant-b.hasPrice .offers-pre-table__tarif-icon .tooltip-icon--pre-table {
    display: none;
  }
  .offers.variant-b.hasPrice .offers-pre-table__tarif-icon .btn {
    display: block !important;
    width: 41px;
    height: 32px;
    border-radius: 30px;
  }
  .offers.variant-b.hasPrice .offers-pre-table__tarif-icon .btn:after {
    left: unset;
    right: unset;
    opacity: 1;
    background: none;
    background-image: url('data:image/svg+xml,<svg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.874 1.04134C14.1086 0.951695 14.3929 1.00984 14.5686 1.19639C15.611 2.26604 16.6523 3.33689 17.6948 4.40654C17.7986 4.51192 17.9118 4.61974 17.9601 4.76631C18.058 5.0207 17.9672 5.31991 17.7809 5.50404C16.7113 6.60276 15.6429 7.70147 14.5721 8.79898C14.4105 8.97099 14.1582 9.04004 13.9341 8.97705C13.7101 8.9189 13.5249 8.72508 13.4742 8.49371C13.4188 8.26719 13.4836 8.01159 13.6499 7.84926C14.3575 7.12365 15.065 6.39682 15.7702 5.67C11.065 5.66879 6.35973 5.67 1.65448 5.67C1.3573 5.67484 1.0731 5.44226 1.01532 5.14184C0.923336 4.74693 1.25943 4.3278 1.6533 4.3387C6.36209 4.3387 11.0709 4.3387 15.7797 4.3387C15.1169 3.65548 14.4518 2.97469 13.7879 2.29269C13.6582 2.16307 13.5119 2.02861 13.4754 1.83721C13.3881 1.51862 13.5674 1.14915 13.8752 1.04376L13.874 1.04134Z" fill="white" stroke="white" stroke-width="2"/></svg>');
    position: relative;
    display: block;
    width: 19px;
    height: 10px;
    transition: none;
    bottom: unset;
    margin-top: 6px;
    margin-left: 2px;
  }
  .offers.variant-b.hasPrice .offers-pre-table__tarif-icon .link-all {
    display: block !important;
  }
  .offers.variant-b.hasPrice .offers-pre-table__tarif-icon .hide-with-price {
    display: none !important;
  }
  .offers.variant-b.hasPrice .offers-pre-table__undo-age-input {
    display: block;
  }
  .offers.variant-b .price__calculator--variant-b {
    display: block;
    position: absolute;
    width: 40px;
    z-index: 1;
    top: 26px;
    right: 31px;
  }
  .offers.variant-b .price__calculator--variant-b a:hover::after {
    opacity: 0;
  }
  .offers.variant-b .offers__input--img-left,
  .offers.variant-b .offers__input--img-right {
    display: none;
  }
}
.offers.variant-b .tarif__content .tarif__price {
  position: relative;
}
.offers.variant-b .tarif__content .tarif__price .price:not(.price--variant-b) {
  display: none;
}
.offers.variant-b .tarif__content .tarif__price .price--variant-b {
  display: block;
}
@media screen and (max-width: 768px) {
  .offers.variant-b .offers-pre-table {
    row-gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .offers.variant-b .offers-pre-table__column {
    margin: 8px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .offers.variant-b .offers-pre-table__column:first-child {
    flex: 3 0 0;
  }
}
.offers.variant-b .offers-pre-table__column:nth-child(2) {
  flex: 1.3 0 0;
}
.offers.variant-b .offers-pre-table__column:last-child {
  flex: 0.7 0 0;
  padding-right: 4px;
}
@media screen and (max-width: 990px) {
  .offers.variant-b .offers-pre-table__tarif {
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .offers.variant-b .offers-pre-table__tarif {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 990px) {
  .offers.variant-b .offers-pre-table__tarif .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .offers.variant-b .offers-pre-table__tarif .title {
    padding: 5px 20px 0;
  }
}
@media screen and (max-width: 990px) {
  .offers.variant-b .offers-pre-table__tarif .title--small {
    font-size: 13px;
    letter-spacing: -0.3px;
    padding: 0 10px;
  }
}
.offers.variant-b .offers-pre-table__tarif .price {
  font-size: 20px;
}
.offers.variant-b .offers-pre-table__tarif .price strong {
  font-size: 20px;
}
@media screen and (max-width: 990px) {
  .offers.variant-b .offers-pre-table .tooltip-icon--pre-table {
    background-color: #5ae6fc !important;
    color: #fff !important;
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 990px) {
  .offers.variant-b .offers-pre-table .tooltip-icon--pre-table:before {
    content: " ";
    background-image: url('data:image/svg+xml,<svg width="10" height="20" viewBox="0 0 4 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.36 9V8.436L1.008 8.292C1.016 8.004 1.02 7.692 1.02 7.356C1.02 7.02 1.02 6.728 1.02 6.48V5.904C1.02 5.576 1.016 5.304 1.008 5.088C1.008 4.864 1 4.632 0.984 4.392L0.24 4.284V3.816L2.76 3.012L2.964 3.144L2.928 4.884V6.48C2.928 6.728 2.928 7.024 2.928 7.368C2.928 7.704 2.932 8.02 2.94 8.316L3.54 8.436V9H0.36ZM1.956 2.124C1.676 2.124 1.436 2.036 1.236 1.86C1.036 1.676 0.936 1.448 0.936 1.176C0.936 0.896 1.036 0.668 1.236 0.491999C1.436 0.307999 1.676 0.215999 1.956 0.215999C2.236 0.215999 2.476 0.307999 2.676 0.491999C2.876 0.668 2.976 0.896 2.976 1.176C2.976 1.448 2.876 1.676 2.676 1.86C2.476 2.036 2.236 2.124 1.956 2.124Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    width: 16px;
    height: 21px;
    margin-top: 4px;
    margin-left: -1px;
  }
}
@media screen and (max-width: 990px) {
  .offers.variant-b .offers-pre-table .offers-pre-table__column:first-child {
    position: relative;
  }
}
@media screen and (max-width: 990px) {
  .offers.variant-b .offers-pre-table span.offers-pre-table__highlight-text {
    position: absolute;
    top: -19px;
    background-color: #348bff;
    color: #fff;
    padding: 1px 10px;
    border-radius: 10px;
    font-size: 13px;
  }
}
.offers.variant-b .offers-pre-table .btn {
  margin: 0 6px;
}

.offers.variant-b .offers-pre-table__tarif.offers-pre-table__is-highlight {
  border: 3px solid #348bff;
}

.offers-pre-table__highlight-text {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #348bff;
}

.offers__intermediate-heading {
  margin: 35px auto 0;
  text-align: center;
  font-size: 27px;
}

.service {
  max-width: 1300px;
}
@media screen and (min-width: 990px) {
  .service {
    margin: 80px auto;
  }
}
.service-headline {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 990px) {
  .service-headline {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
.service-headline span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .service-headline {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.service-description {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 60px;
  text-align: center;
  display: block;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 990px) {
  .service-description {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .service-description {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
}
.service .service-icons {
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 990px) {
  .service .service-icons {
    padding: 25px 10px;
  }
}
.service .service-icons__wrapper {
  width: 100%;
  border-radius: 5px;
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 15px;
  transition: all 0.5s ease-out;
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .service .service-icons__wrapper {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .service .service-icons__wrapper.m-fullwidth {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  .service .service-icons__wrapper {
    width: calc(33% - 30px);
  }
}
@media screen and (min-width: 1100px) {
  .service .service-icons__wrapper {
    width: calc(20% - 30px);
  }
}
.service .service-icons__wrapper:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
}
.service .service-icons__wrapper a.link-all {
  display: flex;
  flex-flow: wrap;
  flex-grow: 1;
  justify-content: center;
  flex-flow: column;
  padding: 25px 22px 12px 22px;
  transition: all 0.5s ease-out;
  transition-delay: 0.2s;
  overflow: hidden;
}
.service .service-icons__wrapper a.link-all:after {
  background: transparent;
}
.service .service-icons__wrapper a.link-all:hover::after {
  opacity: 0;
}
@media screen and (max-width: 375px) {
  .service .service-icons__wrapper a.link-all {
    padding: 25px 10px 12px 10px;
  }
}
@media screen and (min-width: 990px) {
  .service .service-icons__wrapper a.link-all {
    padding: 50px 22px 28px 22px;
  }
}
.service .service-icons__wrapper a.link-all:hover {
  transform: scale(1);
}
.service .service-icons__wrapper button {
  display: block;
  width: auto;
  height: 50px;
  background-color: #05325a;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
  transition: transform 0.8s;
  border-color: #05325a;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  text-transform: none;
  margin: 10px 0;
  border-color: transparent;
  padding: 0;
  letter-spacing: 0;
}
.service .service-icons__wrapper button:hover {
  transform: scale(1.05);
  background-color: #348bff;
  color: #fff;
  border-color: #348bff;
}
@media screen and (min-width: 990px) {
  .service .service-icons__wrapper button:hover {
    transform: scale(1.03);
  }
}
.service .service-icons__wrapper button:hover:after {
  opacity: 0;
  background: transparent;
}
.service .service-icons__wrapper button:focus {
  color: #fff;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 500px) {
  .service .service-icons__wrapper button {
    font-size: 14px;
  }
}
.service .service-icons__wrapper button:hover {
  transform: scale(1);
}
.service .service-icons__wrapper span {
  font-size: 18px;
  font-weight: 500;
  color: #157AC5;
  text-align: center;
  display: block;
  min-height: 42px;
  padding: 0 0 20px;
  margin-top: 20px;
}
@media screen and (min-width: 990px) {
  .service .service-icons__wrapper span {
    font-size: 21px;
    margin-top: 15px;
    min-height: 72px;
  }
}
.service .service-icons__wrapper span.img {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto 5px;
}
.service .service-icons.total-services-2 {
  justify-content: center;
}
.service .service-icons.total-services-3 {
  justify-content: center;
}
@media screen and (min-width: 990px) {
  .service .service-icons.total-services-3 .service-icons__wrapper {
    width: calc(33% - 30px);
  }
}
.service .service-icons.total-services-4 {
  justify-content: center;
}
@media screen and (min-width: 990px) {
  .service .service-icons.total-services-4 .service-icons__wrapper {
    width: calc(25% - 30px);
  }
}
.service .service-icons.total-services-5 {
  justify-content: center;
}
@media screen and (min-width: 990px) {
  .service .service-icons.total-services-5 .service-icons__wrapper {
    width: calc(33% - 30px);
  }
}

.steps {
  max-width: 1300px;
  margin: 45px auto;
}
@media screen and (min-width: 990px) {
  .steps {
    margin: 80px auto;
  }
}
.steps h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.steps h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .steps h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 990px) {
  .steps h2 {
    margin: 0 auto 70px;
  }
}
.steps__wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .steps__wrapper {
    padding: 0 60px;
    flex-direction: column;
  }
}
.steps__wrapper--content {
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 25px 25px 30px;
  margin: 0 0 20px;
  transition: all 0.5s ease-out;
  transition-delay: 0.2s;
}
@media screen and (min-width: 990px) {
  .steps__wrapper--content {
    padding: 60px 38px 70px;
    width: calc(33.3333% - 76px);
    margin: 0 37px;
  }
}
.steps__wrapper--content:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
}
.steps__wrapper--content p {
  font-size: 14px;
  color: #05325a;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
  .steps__wrapper--content p {
    font-size: 16px;
  }
}
.steps__wrapper--content p.text-big {
  font-size: 22px;
  font-weight: 500;
  color: #157AC5;
  margin-bottom: 0;
}
@media screen and (min-width: 990px) {
  .steps__wrapper--content p.text-big {
    font-size: 49px;
    margin-bottom: 20px;
  }
}
.steps__wrapper--content h3 {
  font-size: 22px;
  font-weight: 500;
  color: #157AC5;
  margin-bottom: 11px;
}
@media screen and (min-width: 990px) {
  .steps__wrapper--content h3 {
    margin-bottom: 20px;
  }
}
.steps__wrapper--content h3.text-bigger {
  font-size: 27px;
}
@media screen and (max-width: 990px) {
  .steps__wrapper--content.mobile-headline-row p.text-big,
  .steps__wrapper--content.mobile-headline-row h3 {
    display: inline-block;
  }
}

.tabs {
  float: none;
  list-style: none;
  position: relative;
  margin: 60px auto 0 auto;
  text-align: left;
  max-width: 1300px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 990px) {
  .tabs {
    margin: 90px auto 0 auto;
    padding: 0 80px;
  }
}
.tabs h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  max-width: 670px;
  margin: 0 auto 0;
  padding: 0 13px;
}
.tabs h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .tabs h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
.tabs__text {
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: normal;
  line-height: 1.27;
  padding: 0 30px;
}
.tabs__text p {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .tabs__text p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 990px) {
  .tabs__text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 990px) {
  .tabs__outer-wrapper {
    margin: 20px auto;
    display: grid;
  }
}
.tabs__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .tabs__wrapper {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .tabs__wrapper {
    justify-content: center;
  }
}
.tabs__wrapper.tab-width-small {
  max-width: 630px;
  margin: 0 auto;
}
.tabs__wrapper--button button {
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid #cdd6de;
  color: rgba(5, 50, 90, 0.7);
  text-transform: none;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tabs__wrapper--button button {
    font-size: 16px;
    line-height: 26px;
  }
}
.tabs__wrapper--button button span {
  transition: 0.5s;
  pointer-events: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tabs__wrapper--button button span {
    font-size: 16px;
    line-height: 26px;
  }
}
.tabs__wrapper--button button img {
  opacity: 0.3;
  pointer-events: none;
}
.tabs__wrapper--button button:hover {
  border-bottom: 2px solid #348bff;
}
.tabs__wrapper--button button:focus {
  outline: none;
  box-shadow: inset 0px 0px 4px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tabs__wrapper--button button.active {
  background-color: white;
  border-bottom: 2px solid #348bff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tabs__wrapper--button button.active {
    font-size: 18px;
    line-height: 26px;
  }
}
.tabs__wrapper--button button.active span {
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tabs__wrapper--button button.active span {
    font-size: 18px;
    line-height: 26px;
  }
}
.tabs__wrapper--button button.active img {
  opacity: 1;
}
.tabs__wrapper--button button img {
  margin: 0 25px;
  min-width: 26px;
  min-height: 26px;
}
@media screen and (max-width: 990px) {
  .tabs__wrapper--button.mobile-tab-img button {
    padding: 10px;
    min-height: 59px;
  }
}
@media screen and (max-width: 990px) {
  .tabs__wrapper--button.mobile-tab-img button span {
    display: none;
  }
}
.tabs__wrapper--button.mobile-tab-img button img {
  margin: 0 15px;
  min-width: 20px;
  max-height: 26px;
}
@media screen and (min-width: 990px) {
  .tabs__wrapper--button.mobile-tab-img button img {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .tabs__wrapper--button.desktop-img button {
    padding: 10px 30px 30px 30px;
  }
}
.tabs__wrapper--button.desktop-img button img {
  display: block;
  min-width: 40px;
  max-height: 45px;
}
@media screen and (max-width: 990px) {
  .tabs__wrapper--button.no-mobile-img button {
    line-height: 20px;
    min-width: 220px;
    min-height: 63px;
  }
  .tabs__wrapper--button.no-mobile-img button span {
    line-height: 18px;
    font-size: 14px;
  }
}
.tabs__wrapper.color-default .tabs__wrapper--button button.active {
  border-bottom: 2px solid #348bff;
}
.tabs__wrapper.color-default .tabs__wrapper--button button:hover {
  border-bottom: 2px solid #348bff;
}
.tabs__wrapper.color-purple .tabs__wrapper--button button.active {
  border-bottom: 2px solid #a0a0ff;
}
.tabs__wrapper.color-purple .tabs__wrapper--button button:hover {
  border-bottom: 2px solid #a0a0ff;
}
.tabs__wrapper.color-green .tabs__wrapper--button button.active {
  border-bottom: 2px solid #00e3b8;
}
.tabs__wrapper.color-green .tabs__wrapper--button button:hover {
  border-bottom: 2px solid #00e3b8;
}
.tabs__wrapper.color-turquoise .tabs__wrapper--button button.active {
  border-bottom: 2px solid #a6eb77;
}
.tabs__wrapper.color-turquoise .tabs__wrapper--button button:hover {
  border-bottom: 2px solid #a6eb77;
}
.tabs__wrapper.color-blue .tabs__wrapper--button button.active {
  border-bottom: 2px solid #6ebeff;
}
.tabs__wrapper.color-blue .tabs__wrapper--button button:hover {
  border-bottom: 2px solid #6ebeff;
}
.tabs__wrapper_content {
  padding: 15px 13px 0;
  margin-bottom: 80px;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  .tabs__wrapper_content {
    padding: 15px 50px 0;
  }
}
@media screen and (min-width: 990px) {
  .tabs__wrapper_content {
    padding: 40px 25px 0;
  }
  .tabs__wrapper_content .content-d-hidden {
    display: none;
  }
}
.tabs__wrapper_content .content-d-hidden {
  width: 100%;
}
.tabs__wrapper_content .content-d-hidden p {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
.tabs__wrapper_content.tab-width-small {
  max-width: 630px;
  margin: 0 auto 80px;
}
.tabs__wrapper_content.align-top .content.active {
  align-items: flex-start;
}
.tabs__wrapper_content.width-half .col-left,
.tabs__wrapper_content.width-half .col-right {
  width: 100% !important;
}
@media screen and (min-width: 990px) {
  .tabs__wrapper_content.width-half .col-left,
  .tabs__wrapper_content.width-half .col-right {
    width: 50% !important;
  }
}
.tabs .content {
  display: none;
  padding: 10px 0;
}
.tabs .content .col-left {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .tabs .content .col-left {
    width: 40%;
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.tabs .content .col-left.full-width {
  width: 100%;
}
.tabs .content .col-left .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 90px;
}
.tabs .content .col-right {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 990px) {
  .tabs .content .col-right {
    width: 60%;
    margin-bottom: 80px;
  }
}
.tabs .content .col-left {
  text-align: left;
}
.tabs .content .col-left ul {
  list-style: none;
  list-style: none;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.28;
  color: #05325a;
  padding-left: 45px;
}
@media screen and (min-width: 990px) {
  .tabs .content .col-left ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .tabs .content .col-left ul {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
.tabs .content .col-left ul li {
  list-style: none;
  font-size: 22px;
  line-height: 1.27;
}
@media screen and (max-width: 990px) {
  .tabs .content .col-left ul li {
    font-size: 18px;
    line-height: 1.5;
  }
}
.tabs .content .col-left ul li:before {
  content: "";
  background-image: url(../../dist/img/check.svg);
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: -10px;
  margin-right: 8px;
  width: 17px !important;
  height: 13px !important;
}
@media screen and (min-width: 990px) {
  .tabs .content .col-left ul li:before {
    margin-left: -30px;
    margin-right: 11px;
    width: 19px;
    height: 15px;
  }
}
@media screen and (max-width: 990px) {
  .tabs .content .col-left ul li:before {
    margin-left: -25px;
  }
}
@media screen and (min-width: 990px) {
  .tabs .content .col-left ul li:before {
    width: 25px !important;
    height: 19px !important;
    margin-right: 5px;
  }
}
.tabs .content .col-left p {
  font-size: 22px;
  line-height: 1.27;
}
@media screen and (max-width: 990px) {
  .tabs .content .col-left p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.tabs .content .col-left a {
  color: #348bff;
  font-size: 20px;
}
.tabs .content .col-left a:after {
  background: #348bff;
}
@media screen and (max-width: 990px) {
  .tabs .content .col-left a {
    font-size: 18px;
  }
}
.tabs .content .col-left a.btn {
  color: #348bff;
}
@media screen and (min-width: 990px) {
  .tabs .content .col-left a.btn {
    color: #fff;
  }
}
.tabs .content.left .col-left {
  order: 2;
}
.tabs .content.left .col-right {
  order: 1;
}
.tabs .content a {
  font-size: 22px;
}
@media screen and (max-width: 990px) {
  .tabs .content a.btn {
    background-color: transparent;
    color: #348bff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 35px !important;
    font-style: italic;
  }
}
.tabs .content ol {
  color: #05325a;
  font-size: 20px;
}
@media screen and (max-width: 990px) {
  .tabs .content ol {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.tabs .content h2 {
  text-align: left;
  padding-left: 0;
}
.tabs .content.active {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .tabs .content.active {
    flex-direction: column;
  }
}

[hidden] {
  display: none !important;
}

.tarif {
  margin: 10px 0 40px;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 990px) {
  .tarif {
    margin: 10px auto 130px;
    max-width: 1300px;
    align-items: flex-end;
  }
}
.tarif p {
  margin-bottom: 0;
}
.tarif__description {
  margin: 0 0 20px 0 !important;
  font-size: 14px !important;
  font-style: italic;
  color: #05325a;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .tarif__description {
    display: none;
  }
}
.tarif__description:after {
  content: "";
  background-image: url(../../dist/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 6px;
}
.tarif__wrapper {
  margin: 0 5px 20px 5px;
}
@media screen and (max-width: 768px) {
  .tarif__wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .tarif__wrapper {
    max-width: 47%;
    margin: 0 40px 20px 40px;
  }
}
@media screen and (min-width: 990px) {
  .tarif__wrapper {
    flex-grow: 1;
    flex-basis: 33.3333%;
    max-width: calc(33% - 35px);
    align-items: flex-start;
    margin: 0 15px 20px 15px;
  }
}
@media screen and (min-width: 1500px) {
  .tarif__wrapper {
    flex-basis: 33.3333%;
    max-width: calc(33% - 65px);
    margin: 0 30px 20px 30px;
  }
}
.tarif__content {
  box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.tarif__offer {
  text-align: center;
  padding: 5px 35px 50px 35px;
  border-radius: 5px 5px 0 0;
  height: 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 990px) {
  .tarif__offer {
    padding: 5px 18px 40px 18px;
    height: 35px;
  }
}
@media screen and (min-width: 1090px) {
  .tarif__offer {
    padding: 5px 35px 40px 35px;
  }
}
@media screen and (min-width: 1500px) {
  .tarif__offer {
    padding: 5px 30px 40px 30px;
  }
}
.tarif__offer.has-eye-catcher p {
  padding-top: 0px;
}
.tarif__offer:not(.has-eye-catcher) p {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .tarif__offer:not(.has-eye-catcher) {
    padding-bottom: 35px;
  }
}
.tarif__offer--empty {
  background-color: #05325a;
}
.tarif__offer p {
  color: #05325a;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
}
@media screen and (min-width: 990px) {
  .tarif__offer p {
    font-size: 18px;
    font-style: italic;
  }
}
@media screen and (min-width: 1500px) {
  .tarif__offer p {
    font-size: 18px;
  }
}
.tarif__offer p i {
  max-width: 66px;
  height: 22px;
  margin-bottom: -12px;
  margin-left: 9px;
}
@media screen and (min-width: 990px) {
  .tarif__offer p i {
    max-width: 80px;
    height: 24px;
    margin-bottom: -12px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .tarif__offer p i {
    max-width: 75px;
    height: 33px;
    margin-bottom: -20px;
    margin-left: 7px;
  }
}
.tarif__offer p b {
  font-style: normal;
}
@media screen and (min-width: 1500px) {
  .tarif__offer p b {
    font-size: 22px;
  }
}
.tarif__offer--banderol {
  transform: rotate(-2deg);
  z-index: 2;
  display: block;
  position: relative;
  margin: 0 -3px -10px;
  text-align: center;
  color: #fff;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .tarif__offer--banderol {
    margin-top: -10px;
  }
}
.tarif__offer--banderol:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 15px;
  left: -6px;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  background-color: inherit;
}
.tarif__offer--banderol:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 15px;
  right: -6px;
  top: 0;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
.tarif__offer--banderol-wrapper {
  white-space: nowrap;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tarif__offer--banderol-wrapper:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 15px;
  left: -8px;
  top: -6px;
  clip-path: polygon(80% 0, 80% 30%, 10% 30%);
  background-color: inherit;
  filter: brightness(0.3);
}
.tarif__offer--banderol-wrapper:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 15px;
  right: -8px;
  top: -7px;
  background-color: inherit;
  filter: brightness(0.3);
  clip-path: polygon(80% 30%, 32% 30%, 32% 0);
}
.tarif__offer--banderol, .tarif__offer--banderol:before, .tarif__offer--banderol:after, .tarif__offer--banderol-wrapper {
  height: 34px;
}
.tarif__title {
  padding: 30px 10px 1px;
  border-radius: 5px 5px 0 0;
  margin-top: -3px;
}
@media screen and (min-width: 990px) {
  .tarif__title {
    padding: 40px 10px 1px;
  }
}
.tarif__title p {
  font-family: "Barlow", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 0.87;
  letter-spacing: 0.45px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .tarif__title p {
    font-size: 36px !important;
  }
}
.tarif__title p.tarif__title--small {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  margin-top: 10px;
  padding: 0 30px;
  font-weight: normal;
}
@media screen and (min-width: 990px) {
  .tarif__title p.tarif__title--small {
    font-size: 17px !important;
    padding: 0 25px;
  }
}
.tarif__sum {
  margin-top: 15px;
}
.tarif__sum--text {
  color: #05325a;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .tarif__sum--text .sum {
    margin-top: 14px;
  }
}
.tarif__sum--text .sum b {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  letter-spacing: -1.1px;
  margin-right: 7px;
}
@media screen and (min-width: 990px) {
  .tarif__sum--text .sum b {
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 0;
  }
}
.tarif__sum--text p {
  color: #05325a;
}
.tarif .sum-description {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 165px;
}
.tarif .sum-description ul {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  padding-left: 5px;
}
.tarif .sum-description ul li {
  list-style: none;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.28;
  color: #05325a;
}
@media screen and (min-width: 990px) {
  .tarif .sum-description ul li {
    font-size: 20px;
  }
}
.tarif .sum-description ul li:before {
  content: "";
  background-image: url(../../dist/img/check.svg);
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: -10px;
  margin-right: 8px;
  background-image: url(../../dist/img/check.svg);
  width: 15px;
  height: 11px;
}
@media screen and (min-width: 990px) {
  .tarif .sum-description ul li:before {
    margin-left: -30px;
    margin-right: 11px;
    width: 19px;
    height: 15px;
  }
}
@media screen and (min-width: 990px) {
  .tarif .sum-description ul li:before {
    margin-left: -23px;
    margin-right: 11px;
  }
}
.tarif .sum-description .sum-description-left p,
.tarif .sum-description .sum-description-right p {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 990px) {
  .tarif .sum-description .sum-description-left p,
  .tarif .sum-description .sum-description-right p {
    font-size: 15px;
  }
}
.tarif .sum-description .sum-description-left p b,
.tarif .sum-description .sum-description-right p b {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 990px) {
  .tarif .sum-description .sum-description-left p b,
  .tarif .sum-description .sum-description-right p b {
    font-size: 20px;
    letter-spacing: -0.3px;
  }
}
.tarif .sum-description .sum-description-left.full-width {
  width: 100%;
  text-align: left;
}
.tarif .sum-description .sum-description-right {
  border-left: 2px solid #fafbff;
}
.tarif__sum--button {
  text-align: center;
  padding: 15px;
}
.tarif__sum--button a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
  color: #348bff;
}
@media screen and (min-width: 990px) {
  .tarif__sum--button a {
    font-size: 18px;
  }
}
.tarif__sum--button a:hover:after {
  background: transparent;
}
.tarif__sum--button a:hover:hover::after {
  opacity: 0;
}
.tarif__banner {
  padding: 20px 15px 20px;
  background-color: #eff7ff;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .tarif__banner {
    padding: 25px 15px 25px;
  }
  .tarif__banner p {
    font-size: 15px;
    text-align: center;
    font-style: normal;
  }
}
.tarif__banner--middle {
  padding: 5px 0;
}
.tarif__banner.text-big p {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 990px) {
  .tarif__banner.text-big p {
    font-size: 27px;
    font-weight: 600;
  }
}
.tarif__banner ul {
  text-align: left;
  padding-left: 28px;
  list-style-position: outside;
  max-width: 70%;
  margin: 0 auto 5px;
}
@media screen and (min-width: 990px) {
  .tarif__banner ul {
    padding-left: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    max-width: 90%;
  }
}
.tarif__banner ul li {
  list-style: none;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.28;
  color: #05325a;
  font-size: 14px;
}
@media screen and (min-width: 990px) {
  .tarif__banner ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 990px) {
  .tarif__banner ul li {
    line-height: 1.36;
  }
}
.tarif__banner ul li:before {
  width: 15px !important;
  height: 11px !important;
  content: "";
  background-image: url(../../dist/img/check.svg);
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: -10px;
  margin-right: 8px;
  margin-left: -27px;
  margin-right: 8px;
}
@media screen and (max-width: 990px) {
  .tarif__banner ul li:before {
    margin-left: -22px;
  }
}
@media screen and (min-width: 990px) {
  .tarif__banner ul li:before {
    margin-left: -30px;
    margin-right: 11px;
    width: 19px;
    height: 15px;
  }
}
.tarif__price {
  text-align: center;
  padding: 3px 25px 40px;
}
@media screen and (min-width: 990px) {
  .tarif__price {
    padding: 15px 25px 40px;
  }
}
.tarif__price .price {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  text-align: center;
  margin: 15px 15px 0;
}
@media screen and (min-width: 990px) {
  .tarif__price .price {
    font-size: 45px;
  }
}
.tarif__price .price.blurred {
  margin-bottom: 12px;
}
.tarif__price .price-description {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 990px) {
  .tarif__price .price-description {
    font-size: 18px;
    margin-top: 5px;
  }
}
.tarif__price .price-age-input-text {
  font-size: 14px;
}
@media screen and (min-width: 990px) {
  .tarif__price .price-age-input-text {
    font-size: 14px;
    margin-top: 15px;
    line-height: 16px;
  }
}
.tarif__link {
  padding: 0 20px 20px;
}
.tarif__link a.btn {
  font-size: 18px;
  height: auto;
  line-height: 1.3;
  padding: 10px 25px;
  background-color: #157AC5;
}
@media screen and (min-width: 990px) {
  .tarif__link a.btn {
    padding: 10px 20px;
    font-size: 22px;
  }
}
.tarif__link a.btn:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: unset;
  right: 10px;
  opacity: 1;
  background-image: url(../../dist/img/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 8px;
  height: 10px;
  margin: 0 0 0 7px;
  display: inline-block;
  transform: rotate(-90deg);
  width: 11px;
  height: 18px;
  transform: rotate(0) translate(0, 60%);
  background: transparent;
}
@media screen and (min-width: 990px) {
  .tarif__link a.btn:after {
    width: 15px;
    height: 25px;
  }
}
@media screen and (min-width: 990px) {
  .tarif-count--4 {
    max-width: 1500px;
  }
}
@media screen and (min-width: 990px) {
  .tarif-count--4 .tarif__wrapper {
    flex-basis: 24%;
    max-width: calc(22% - 8px);
    margin: 0 15px 20px 15px;
  }
}
@media screen and (min-width: 1500px) {
  .tarif-count--4 .tarif__wrapper {
    flex-basis: 25%;
    max-width: calc(25% - 65px);
  }
}
@media screen and (min-width: 990px) and (max-width: 1220px) {
  .tarif-count--4 .tarif__wrapper {
    max-width: calc(22% - 0px);
    margin: 0 10px 20px 10px;
  }
}
@media screen and (min-width: 990px) {
  .tarif-count--4 .tarif__wrapper .tarif__offer p {
    font-size: 16px;
  }
  .tarif-count--4 .tarif__wrapper .tarif__offer p i {
    max-width: 55px;
  }
}
@media screen and (min-width: 1500px) {
  .tarif-count--4 .tarif__wrapper .tarif__offer p i {
    max-width: 63px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1300px) {
  .tarif-count--4 .tarif__wrapper .tarif__banner ul li,
  .tarif-count--4 .tarif__wrapper .tarif__sum--button a {
    font-size: 17px;
  }
  .tarif-count--4 .tarif__wrapper .tarif__sum--text .sum b {
    font-size: 35px;
  }
  .tarif-count--4 .tarif__wrapper .tarif__price .price-description {
    font-size: 17px;
  }
  .tarif-count--4 .tarif__wrapper .sum-description .sum-description-left,
  .tarif-count--4 .tarif__wrapper .sum-description .sum-description-right {
    padding: 35px 10px;
  }
  .tarif-count--4 .tarif__wrapper .tarif__link a.btn {
    font-size: 17px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1220px) {
  .tarif-count--4 .tarif__wrapper .tarif__offer {
    padding: 12px 9px 12px 9px;
  }
  .tarif-count--4 .tarif__wrapper .tarif__banner {
    padding: 25px 10px 25px;
  }
  .tarif-count--4 .tarif__wrapper .tarif__title p.tarif__title--small {
    padding: 0 10px;
  }
  .tarif-count--4 .tarif__wrapper .tarif__banner ul li {
    -webkit-hyphens: auto;
            hyphens: auto;
    font-size: 15px;
  }
}

.tarif__title, .tarif__price, .tarif__price p, .tarif__price p span, .tarif__link {
  background-color: #05325a;
  color: #fff;
}

.tarif__eye-catcher {
  position: absolute;
  max-width: unset;
  z-index: 1;
  width: calc(100% + 27.5px);
  top: 18px;
  left: -11px;
}

.tarif-count--1 .tarif__eye-catcher {
  width: calc(100% + 28px);
}

.tarif-count--4 .tarif__eye-catcher {
  width: calc(100% + 24.7px);
  top: 23px;
  left: -9.5px;
}

.price__calculator--variant-b {
  display: none;
}

.price--variant-b {
  display: none;
}

.tarif-table__row {
  display: grid;
  width: 100%;
  text-align: center;
  grid-auto-flow: column;
  grid-auto-columns: 2fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 990px) {
  .tarif-table__row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 990px) {
  .tarif-table__row {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 990px) and (max-width: 1300px) {
  .tarif-table__row {
    padding: 0 50px;
  }
}
.tarif-table__row p {
  padding: 0 !important;
}
.tarif-table__row .spacer {
  width: 85px;
}
.tarif-table__row .table-header {
  align-items: center;
  padding: 17px 17px 15px 17px;
}
.tarif-table__row .table-header__heading {
  color: #05325a;
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 0;
  font-family: inherit;
  margin-top: 0;
  padding: 0 !important;
  min-height: 80px;
  line-height: 80px;
}
.tarif-table__row .services-cell {
  padding: 15px 21px 15px 19.5px;
  border-radius: 5px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80px;
  display: grid;
  z-index: 2;
}
.tarif-table__row .services-cell:not(.services-rate, .services-info) {
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-cell:not(.services-rate, .services-info) {
    margin: 0 13px;
    width: calc(100% - 26px);
  }
}
.tarif-table__row .services-cell--straight-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fafbff;
  margin: 0 13px;
  width: calc(100% - 26px);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -0.2px;
  padding: 15px 13px;
}
.tarif-table__row .services-cell--straight-top p {
  font-size: 14px;
  display: block;
  text-align: left;
  width: 100%;
}
.tarif-table__row .services-cell--straight-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 990px) {
  .tarif-table__row .services-cell {
    grid-auto-rows: 1fr 2.5fr;
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-cell.accordion-item--hidden {
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .tarif-table__row .services-cell:first-child .subservices-cell--rates .subservices-cell__item:after {
    width: 100%;
    left: 13%;
  }
  .tarif-table__row .services-cell:nth-last-child(1) .subservices-cell--rates .subservices-cell__item:after {
    width: 100%;
    right: 23%;
  }
}
.tarif-table__row .services-cell.services-rate {
  box-shadow: none;
  z-index: 1;
}
@media screen and (min-width: 990px) {
  .tarif-table__row .services-cell.services-rate {
    background-color: #fafbff;
  }
}
.tarif-table__row .services-cell.color-default .services-heading__tooltip {
  border: 2px solid #5ae6fc;
  color: #5ae6fc;
}
.tarif-table__row .services-cell.color-default .checkmark {
  background-image: url(../../dist/img/check_lightblue.svg);
}
.tarif-table__row .services-cell.color-default .tooltip-icon__text {
  border: 2px solid #5ae6fc;
}
.tarif-table__row .services-cell.color-default .tooltip-icon__text::after {
  border-left: 10px solid #5ae6fc;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-cell.color-default .services-rate__value {
    color: #5ae6fc;
  }
}
.tarif-table__row .services-cell.color-purple .services-heading__tooltip {
  border: 2px solid #a0a0ff;
  color: #a0a0ff;
}
.tarif-table__row .services-cell.color-purple .checkmark {
  background-image: url(../../dist/img/check_lightpurple.svg);
}
.tarif-table__row .services-cell.color-purple .tooltip-icon__text {
  border: 2px solid #a0a0ff;
}
.tarif-table__row .services-cell.color-purple .tooltip-icon__text::after {
  border-left: 10px solid #a0a0ff;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-cell.color-purple .services-rate__value {
    color: #a0a0ff;
  }
}
.tarif-table__row .services-cell.color-green .services-heading__tooltip {
  border: 2px solid #00e3b8;
  color: #00e3b8;
}
.tarif-table__row .services-cell.color-green .checkmark {
  background-image: url(../../dist/img/check_lightgreen.svg);
}
.tarif-table__row .services-cell.color-green .tooltip-icon__text {
  border: 2px solid #00e3b8;
}
.tarif-table__row .services-cell.color-green .tooltip-icon__text::after {
  border-left: 10px solid #00e3b8;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-cell.color-green .services-rate__value {
    color: #00e3b8;
  }
}
.tarif-table__row .services-cell.color-turquoise .services-heading__tooltip {
  border: 2px solid #a6eb77;
  color: #a6eb77;
}
.tarif-table__row .services-cell.color-turquoise .checkmark {
  background-image: url(../../dist/img/check_lightturquoise.svg);
}
.tarif-table__row .services-cell.color-turquoise .tooltip-icon__text {
  border: 2px solid #a6eb77;
}
.tarif-table__row .services-cell.color-turquoise .tooltip-icon__text::after {
  border-left: 10px solid #a6eb77;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-cell.color-turquoise .services-rate__value {
    color: #a6eb77;
  }
}
.tarif-table__row .services-cell.color-blue .services-heading__tooltip {
  border: 2px solid #6ebeff;
  color: #6ebeff;
}
.tarif-table__row .services-cell.color-blue .checkmark {
  background-image: url(../../dist/img/check_lightbluegreen.svg);
}
.tarif-table__row .services-cell.color-blue .tooltip-icon__text {
  border: 2px solid #6ebeff;
}
.tarif-table__row .services-cell.color-blue .tooltip-icon__text::after {
  border-left: 10px solid #6ebeff;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-cell.color-blue .services-rate__value {
    color: #6ebeff;
  }
}
.tarif-table__row .services-cell.boxcolor-white {
  background-color: #fff;
}
.tarif-table__row .services-cell.boxcolor-white .services-cell--straight-top {
  background-color: #fff;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-heading {
    grid-column: 1/-1;
  }
}
.tarif-table__row .services-heading__inner-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.tarif-table__row .services-heading__title {
  font-size: 18px;
  font-weight: normal;
  font-family: inherit;
  text-align: left;
}
.tarif-table__row .services-heading__title--main {
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.tarif-table__row .services-heading__tooltip {
  position: relative;
  width: auto;
  margin-right: 10px;
  padding: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
  height: -moz-fit-content;
  height: fit-content;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #5ae6fc;
  border-radius: 50px;
  color: #5ae6fc;
}
.tarif-table__row .services-heading__tooltip:hover .tooltip-icon__text {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s;
}
.tarif-table__row .services-heading__tooltip .tooltip-icon__text {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  padding: 1rem !important;
  z-index: 100;
  color: #05325a;
  background-color: #fafbff;
  border-radius: 0.5em;
  width: 170px;
  left: -85px;
  bottom: 45px;
  font-size: 12px;
  line-height: 1.3;
  font-family: inherit;
  margin-bottom: 0;
  border: 2px solid #5ae6fc;
}
.tarif-table__row .services-heading__tooltip .tooltip-icon__text::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #5ae6fc;
  transform: rotate(90deg);
  bottom: -15px;
  right: 63px;
  z-index: 99;
}
.tarif-table__row .services-rate {
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-rate {
    height: inherit;
    align-items: baseline;
  }
  .tarif-table__row .services-rate__value.blue {
    color: #05325a;
    font-weight: 300;
  }
  .tarif-table__row .services-rate__value.small {
    font-size: 16px !important;
  }
}
.tarif-table__row .services-rate__value {
  width: 100%;
  color: #05325a;
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-rate {
    grid-row: 2/2;
    width: 100%;
    border-radius: 0;
    position: relative;
    z-index: -1;
    min-height: 100px;
  }
}
@media screen and (max-width: 990px) and (max-width: 500px) {
  .tarif-table__row .services-rate {
    padding: 10% 0 4%;
    min-height: 85px;
  }
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-rate h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 0;
  }
  .tarif-table__row .services-rate .services-rate--main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .tarif-table__row .services-rate .services-rate__value {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 6px;
    padding: 0 5px !important;
  }
  .tarif-table__row .services-rate:first-child {
    z-index: 1;
  }
}
@media screen and (min-width: 990px) {
  .tarif-table__row .services-rate {
    width: inherit;
  }
}
.tarif-table__row .subservices-cell {
  margin-bottom: 0;
  display: grid;
  grid-auto-rows: 65px;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .subservices-cell {
    grid-auto-rows: 90px;
    align-items: end;
  }
}
.tarif-table__row .subservices-cell--rates {
  justify-items: center;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .subservices-cell--rates .subservices-cell__item {
    font-size: 20px;
    letter-spacing: -1px;
    padding: 20px 5px 0 !important;
  }
}
.tarif-table__row .subservices-cell i.checkmark {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2px 0 -15px !important;
}
.tarif-table__row .subservices-cell__item {
  position: relative;
}
@media screen and (min-width: 990px) {
  .tarif-table__row .subservices-cell__item {
    align-self: center;
  }
}
.tarif-table__row .subservices-cell__item:not(:last-child):after {
  content: "";
  background-color: #eff7ff;
  height: 1px;
  display: block;
  width: 100%;
  position: relative;
  bottom: -22px;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .subservices-cell__item:not(:last-child):after {
    bottom: -8px;
    background-color: #dddddd;
  }
}
.tarif-table__row .subservices-cell__list {
  padding-left: 0 !important;
  margin: 0 10px !important;
}
.tarif-table__row .subservices-cell__list li {
  align-items: center;
  list-style: inside "- ";
  padding-left: 5px;
}
.tarif-table__row .subservices-cell__list li::marker {
  padding-right: 4px;
}
.tarif-table__row .subservices-cell__list li:not(:last-child):after {
  content: "";
  background-color: #eff7ff;
  height: 1px;
  display: block;
  width: 100%;
  position: relative;
  bottom: -21px;
}
.tarif-table__row .subservices-cell__title {
  font-weight: normal !important;
  position: absolute;
  justify-content: center;
  display: flex;
  width: 250px;
  top: -28px;
  margin-left: 50%;
  font-size: 16px;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .subservices-cell__title {
    width: 178%;
    top: -14px;
    margin-left: 20px;
    text-align: left;
    font-size: 13px;
    justify-content: left;
    letter-spacing: -0.4px;
    line-height: 1;
  }
}
.tarif-table__row .services-info {
  grid-column: 1/-1;
  grid-row: 3/3;
}
.tarif-table__row .services-info p {
  max-width: 100% !important;
}
@media screen and (max-width: 990px) {
  .tarif-table__row .services-info p {
    margin-top: 12px !important;
  }
}
.tarif-table__row .services-info:before {
  content: "";
  background-color: #e1dfd8;
  height: 1px;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 990px) {
  .tarif-table__row .services-info:before {
    margin-bottom: 0;
  }
}
.tarif-table__row .checkmark {
  content: "";
  background-image: url(../../dist/img/check.svg);
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: -10px;
  margin-right: 8px;
  margin: 1px 0 0 !important;
  background-image: url(../../dist/img/check_lightblue.svg);
}
@media screen and (min-width: 990px) {
  .tarif-table__row .checkmark {
    margin-left: -30px;
    margin-right: 11px;
    width: 19px;
    height: 15px;
  }
}
.tarif-table__row .checkmark--main {
  margin: 13px 0 4px !important;
  width: 25px !important;
  height: 21px !important;
}
.tarif-table__row .services-rate__mobile-wrapper {
  display: flex;
  background-color: #fafbff;
  margin: 0 13px;
  overflow-y: scroll;
}
.tarif-table__row .services-rate__mobile-wrapper:last-child .services-rate {
  margin-bottom: 15px;
}
.tarif-table__row .services-rate__mobile-wrapper:last-child .services-rate:first-child {
  border-bottom-left-radius: 20px;
}
.tarif-table__row .services-rate__mobile-wrapper:last-child .services-rate:last-child {
  border-bottom-right-radius: 20px;
}
.tarif-table__row .tarif-accordion-toggle i.arrow {
  background-image: url(../../dist/img/arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 8px;
  height: 10px;
  margin: 0 0 0 7px;
  display: inline-block;
  transform: rotate(-90deg);
  background-image: url(../../dist/img/arrow_blue.svg) !important;
  width: 13px;
  height: 8px;
  transform: rotate(0deg);
}
.tarif-table__row .tarif-accordion-toggle i.arrow--up {
  transform: rotate(180deg);
  margin: 0 1px 0 0;
}
.tarif-table__row.tarifselection {
  min-height: 80px;
}
@media screen and (max-width: 990px) {
  .tarif-table__row.tarifselection {
    margin-left: 13px;
    margin-right: 13px;
    width: calc(100% - 26px);
  }
}
.tarif-table__row.tarifselection .tarifselection__introline, .tarif-table__row.tarifselection .tarifselection__button {
  place-self: center;
}
.tarif-table__row.tarifselection .tarifselection__introline {
  font-weight: 500;
  font-size: 27px;
  text-align: left;
  width: 93%;
}
.tarif-table__row.tarifselection .tarifselection__button {
  width: 100%;
  background-color: transparent;
  border: 2px solid #05325a;
  color: #05325a;
  font-size: 17px;
}
.tarif-table__row.tarifselection .tarifselection__button:last-child {
  background-color: #05325a !important;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .tarif-table__row.tarifselection .tarifselection__button:not(:first-of-type) {
    display: none;
  }
}

.table-block-headline {
  font-style: normal;
  font-size: 15px;
}
@media screen and (max-width: 990px) {
  .table-block-headline {
    margin: 0 13px;
  }
}
.table-block-headline__heading {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 990px) {
  .table-block-headline {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 990px) and (max-width: 1300px) {
  .table-block-headline {
    padding: 0 50px;
  }
}

.teaser {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .teaser {
    height: 735px;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.teaser:before {
  background-color: #fafbff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.teaser__container {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.teaser__wrapper {
  padding: 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 990px) {
  .teaser__wrapper {
    max-width: 1500px;
    margin: 130px auto 0;
    padding: 0 80px;
    height: 605px;
  }
}
.teaser__subheading {
  font-size: 14px;
  color: #348bff;
  display: block;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
  padding: 60px 0 0 2px;
}
@media screen and (min-width: 990px) {
  .teaser__subheading {
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 0;
  }
}
.teaser__heading {
  margin: 0.5px 10px 15px 0.8px;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: 0.5px;
  color: #05325a;
  font-style: normal;
}
@media screen and (min-width: 990px) {
  .teaser__heading {
    font-family: "Barlow", sans-serif;
    font-size: 80px;
    line-height: 0.9;
    letter-spacing: 0.51px;
    max-width: 800px;
    padding: 10px 0 0;
  }
}
.teaser__checklist {
  margin-bottom: 20px;
}
@media screen and (min-width: 990px) {
  .teaser__checklist {
    display: block;
    width: 800px;
    padding: 5px 0 20px 15px;
  }
}
.teaser__checklist ul {
  font-size: 18px;
  line-height: 1.28;
}
@media screen and (max-width: 990px) {
  .teaser__checklist ul {
    margin: 0 0 15px;
    padding-left: 30px;
  }
  .teaser__checklist ul li {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 990px) and (min-width: 990px) {
  .teaser__checklist ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 990px) {
  .teaser__checklist ul li:before {
    width: 17px;
    height: 14px;
    margin-left: -28px;
  }
}
.teaser a.button {
  display: block;
  width: auto;
  height: 50px;
  background-color: #05325a;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
  transition: transform 0.8s;
  border-color: #05325a;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  height: 55px;
}
.teaser a.button:hover {
  transform: scale(1.05);
  background-color: #348bff;
  color: #fff;
  border-color: #348bff;
}
@media screen and (min-width: 990px) {
  .teaser a.button:hover {
    transform: scale(1.03);
  }
}
.teaser a.button:hover:after {
  opacity: 0;
  background: transparent;
}
.teaser a.button:focus {
  color: #fff;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 500px) {
  .teaser a.button {
    margin: 0 15px;
  }
}
.teaser a.button:hover {
  border-color: #348bff;
}
@media screen and (min-width: 990px) {
  .teaser a.button {
    max-width: 350px;
  }
}
.teaser .teaser__image,
.teaser .teaser__image_m,
.teaser .teaser__images {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 365px;
  z-index: -1;
  bottom: 0;
  left: initial;
  right: -25%;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: right bottom;
}
@media screen and (min-width: 990px) {
  .teaser .teaser__image,
  .teaser .teaser__image_m,
  .teaser .teaser__images {
    max-height: 675px;
    min-height: 655px;
  }
}
@media screen and (max-width: 990px) {
  .teaser .teaser__images {
    display: none;
  }
}
.teaser__parallax {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: -170px;
  bottom: 0;
  left: initial;
  right: -15%;
  max-width: 1500px;
  margin: -60px auto 0;
  padding: 0 80px;
}
@media screen and (max-width: 990px) {
  .teaser__parallax {
    margin: 0 auto;
    top: calc(50% - 35px);
    right: -30px;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 990px) {
  .teaser__parallax .teaser__fg-image_m {
    display: block !important;
    max-width: 120px;
    float: right;
  }
}
@media screen and (min-width: 990px) {
  .teaser__parallax {
    animation: nudge 5s linear infinite;
  }
}

.teaser-pages {
  position: relative;
  margin-bottom: 20px;
}
.teaser-pages:before {
  background-color: #fafbff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  .teaser-pages:before {
    background-color: transparent;
  }
}
.teaser-pages.no-image:before {
  background-color: transparent;
}
.teaser-pages__container {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  .teaser-pages {
    min-height: 370px;
  }
  .teaser-pages.no-image {
    min-height: 200px;
  }
  .teaser-pages.no-image-m {
    min-height: 70px;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages {
    height: 715px;
    width: 100%;
    margin: 0;
  }
  .teaser-pages.no-image {
    min-height: 300px;
    max-height: 800px;
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  .teaser-pages__wrapper {
    margin-top: 60px;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages__wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 120px 80px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    min-height: 720px;
  }
}
.teaser-pages__subheading {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 1px;
  color: #348bff;
}
@media screen and (max-width: 990px) {
  .teaser-pages__subheading {
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.5px;
  }
}
.teaser-pages__heading {
  font-size: 32px;
  line-height: 0.94;
  letter-spacing: 0.3px;
  padding: 5px 5px 10px 27px;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: calc(100% - 50px);
  margin-bottom: 5px;
  font-weight: 800;
}
@media screen and (max-width: 375px) {
  .teaser-pages__heading {
    font-size: 32px !important;
    letter-spacing: -0.3px !important;
    padding: 5px 5px 0 27px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 375px) and (max-width: 990px) {
  .teaser-pages__heading {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages__heading {
    font-size: 120px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    max-width: 920px;
    padding: 10px 0 0;
    margin-bottom: 20px;
    width: 100%;
    word-break: break-word;
  }
  .teaser-pages__heading.word-max-width {
    padding-right: 25%;
  }
  .teaser-pages__heading.b-uppercase b {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 990px) and (max-width: 1300px) {
  .teaser-pages__heading {
    font-size: 80px;
  }
}
.teaser-pages__text {
  padding: 0 25px 5px;
}
@media screen and (min-width: 990px) {
  .teaser-pages__text {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-left: 40px;
  }
  .teaser-pages__text p {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages__text-wrapper {
    width: 70%;
    max-height: 400px;
  }
}
@media screen and (max-width: 990px) {
  .teaser-pages__text p {
    margin-bottom: 0;
  }
}
.teaser-pages__text ul {
  padding-left: 15px;
  max-width: calc(100% - 10px);
  margin-left: 25px;
}
@media screen and (max-width: 500px) {
  .teaser-pages__text ul {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages__text ul {
    padding-left: 35px;
    margin-left: 10px;
  }
}
.teaser-pages__text ul li {
  list-style: none;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.28;
  color: #05325a;
  letter-spacing: -0.6px;
  font-size: 18px !important;
  line-height: 1.6;
}
@media screen and (min-width: 990px) {
  .teaser-pages__text ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages__text ul li {
    font-size: 22px !important;
    line-height: 1.82;
  }
}
.teaser-pages__text ul li:before {
  content: "";
  background-image: url(../../dist/img/check.svg);
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: -10px;
  margin-right: 8px;
  margin-right: 11px !important;
  width: 17px !important;
  height: 13px !important;
  margin-left: -30px;
}
@media screen and (min-width: 990px) {
  .teaser-pages__text ul li:before {
    margin-left: -30px;
    margin-right: 11px;
    width: 19px;
    height: 15px;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages__text ul li:before {
    margin-right: 17px !important;
    width: 24px !important;
    height: 18px !important;
  }
}
.teaser-pages__text a.btn {
  margin-top: 20px;
  max-width: 310px;
}
@media screen and (max-width: 990px) {
  .teaser-pages__text a.btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 990px) {
  .teaser-pages .teaser__image,
  .teaser-pages .teaser__image_m,
  .teaser-pages .teaser__images {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 630px;
    z-index: -1;
    top: unset;
    bottom: 5px;
    left: initial;
    right: -24%;
    -o-object-fit: contain;
       object-fit: contain;
    background-position: right bottom;
  }
}
.teaser-pages .teaser__image_m {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 990px) {
  .teaser-pages .teaser__images {
    display: none;
  }
}
.teaser-pages__parallax {
  position: absolute;
  pointer-events: none;
  width: auto;
  height: 100%;
  z-index: 99;
  top: 0;
  left: initial;
  right: 0;
  max-width: 1500px;
  margin: -60px auto 0;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .teaser-pages__parallax {
    animation: nudge 5s linear infinite;
  }
}
@media screen and (max-width: 990px) {
  .teaser-pages__parallax .teaser__fg-images {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .teaser-pages .teaser__image_m-left .teaser__image_m {
    margin: 0;
    display: block;
    z-index: 99;
    position: absolute;
    right: -5px;
    bottom: -20px;
  }
}
@media screen and (max-width: 375px) {
  .teaser-pages .teaser__image_m-left .teaser__image_m {
    max-width: 230px;
  }
}
@media screen and (max-width: 990px) {
  .teaser-pages .teaser__image_m-left h1.teaser-pages__heading,
  .teaser-pages .teaser__image_m-left .teaser-pages__text-wrapper {
    z-index: 999;
    position: relative;
  }
  .teaser-pages .teaser__image_m-left h1.teaser-pages__heading ul,
  .teaser-pages .teaser__image_m-left .teaser-pages__text-wrapper ul {
    margin-left: 17px;
  }
  .teaser-pages .teaser__image_m-left h1.teaser-pages__heading ul li,
  .teaser-pages .teaser__image_m-left .teaser-pages__text-wrapper ul li {
    letter-spacing: -0.8px;
    font-size: 16px !important;
  }
  .teaser-pages .teaser__image_m-left h1.teaser-pages__heading ul li:before,
  .teaser-pages .teaser__image_m-left .teaser-pages__text-wrapper ul li:before {
    margin-right: 7px !important;
    width: 14px !important;
    height: 11px !important;
  }
}

.vertical-content {
  margin: 70px 0;
}
@media screen and (min-width: 990px) {
  .vertical-content {
    margin: 100px 0;
  }
}
.vertical-content h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #05325a;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.vertical-content h2 span {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 990px) {
  .vertical-content h2 {
    font-size: 50px;
    line-height: 1.24;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 990px) {
  .vertical-content h2 {
    padding: 0 20px;
  }
}
.vertical-content__container {
  display: flex;
  align-items: center;
  margin: 40px auto;
  max-width: 1200px;
}
@media screen and (min-width: 990px) and (max-width: 1300px) {
  .vertical-content__container {
    padding: 0 50px;
  }
}
.vertical-content .vc__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper {
    width: 50%;
  }
}
.vertical-content .vc__wrapper--button button {
  background-color: transparent;
  border: none;
  padding: 10px 60px 8px 60px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
  color: #05325a;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  position: relative;
  pointer-events: all;
}
.vertical-content .vc__wrapper--button button span {
  pointer-events: none;
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button {
    border-left: 2px solid #cdd6de;
    padding: 30px 35px;
  }
  .vertical-content .vc__wrapper--button button:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #cdd6de;
    display: block;
    border-radius: 10px;
    position: absolute;
    left: -10px;
  }
}
.vertical-content .vc__wrapper--button button .text-small {
  font-size: 14px;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 0.5px;
  color: #157AC5;
  display: block;
  margin-bottom: 7px;
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button .text-small {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.vertical-content .vc__wrapper--button button .text-big {
  font-size: 22px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 990px) {
  .vertical-content .vc__wrapper--button button .text-big {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button .text-big {
    font-size: 36px;
    line-height: 45px;
  }
}
.vertical-content .vc__wrapper--button button .text-hidden {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  margin-top: 15px;
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button .text-hidden p {
    font-size: 18px;
  }
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button .text-hidden.hidden {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button:hover {
    border-left: 2px solid #348bff;
  }
  .vertical-content .vc__wrapper--button button:hover:before {
    background-color: #348bff;
  }
}
.vertical-content .vc__wrapper--button button:focus {
  outline: none;
}
.vertical-content .vc__wrapper--button button.active {
  font-size: 22px;
  background-color: white;
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button.active {
    border-left: 2px solid #157AC5;
  }
}
@media screen and (min-width: 990px) {
  .vertical-content .vc__wrapper--button button.active:before {
    background-color: #157AC5;
  }
}
.vertical-content .vc__wrapper_content {
  width: 50%;
  padding: 40px 25px 0;
  margin-bottom: 80px;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 990px) {
  .vertical-content .vc__wrapper_content {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .vertical-content .vc-content {
    display: none;
    padding: 10px 20px;
  }
}
.vertical-content .vc-content.active {
  display: flex;
  align-items: center;
}

.wp-block-cover {
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .wp-block-cover {
    margin: 0 13px;
    width: calc(100% - 26px);
  }
  .wp-block-cover span.wp-block-cover__background {
    border-radius: 5px;
  }
}
@media screen and (min-width: 1300px) {
  .wp-block-cover {
    border-radius: 5px;
  }
}
@media screen and (min-width: 990px) {
  .wp-block-cover {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1300px) {
  .wp-block-cover {
    border-radius: 5px;
  }
  .wp-block-cover .wp-block-cover__background {
    border-radius: 5px;
  }
}
@media screen and (min-width: 990px) {
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1340px;
  }
}
@media screen and (min-width: 990px) {
  .wp-block-cover .wp-block-columns {
    margin-bottom: 0 !important;
    padding: 60px 0 70px;
    align-items: center !important;
  }
}
.wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3 {
  margin: 0 0 10px 0;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 990px) {
  .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3 {
    font-size: 36px;
    line-height: 42px;
    padding: 0;
    margin-bottom: 0;
    max-width: 680px;
  }
}
@media screen and (max-width: 990px) {
  .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3 {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
.wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  margin: 0 0 10px 0;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 990px) {
  .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
    font-size: 24px;
    line-height: 36px;
  }
}
.wp-block-cover p {
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .wp-block-cover p {
    font-size: 20px;
    line-height: 26px;
    max-width: 400px;
    margin: 0;
    padding: 10px 0 0;
  }
}
.wp-block-cover a {
  font-size: inherit;
  font-weight: 500;
}
.wp-block-cover a:hover:after {
  background: transparent;
}
.wp-block-cover a:hover:hover::after {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .wp-block-cover .wp-block-button {
    width: 100%;
    display: block;
  }
}
.wp-block-cover .wp-block-button a.wp-block-button__link {
  display: block;
  width: auto;
  height: 50px;
  background-color: #05325a;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
  transition: transform 0.8s;
  border-color: #05325a;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Barlow", sans-serif;
  padding: 0 50px;
  color: inherit;
  background-color: inherit;
  font-size: 27px;
  font-weight: 500;
  font-style: normal;
  line-height: 55px !important;
  text-align: center;
  min-height: 55px;
  height: auto;
  min-width: 300px;
}
.wp-block-cover .wp-block-button a.wp-block-button__link:hover {
  transform: scale(1.05);
  background-color: #348bff;
  color: #fff;
  border-color: #348bff;
}
@media screen and (min-width: 990px) {
  .wp-block-cover .wp-block-button a.wp-block-button__link:hover {
    transform: scale(1.03);
  }
}
.wp-block-cover .wp-block-button a.wp-block-button__link:hover:after {
  opacity: 0;
  background: transparent;
}
.wp-block-cover .wp-block-button a.wp-block-button__link:focus {
  color: #fff;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 60, 160, 0.8) !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 990px) {
  .wp-block-cover .wp-block-button a.wp-block-button__link {
    min-height: 50px;
    font-size: 18px;
    line-height: 50px !important;
  }
}
@media screen and (max-width: 500px) {
  .wp-block-cover .wp-block-button a.wp-block-button__link {
    width: 100%;
  }
}
.wp-block-cover .wp-block-genesis-blocks-gb-button.gb-block-button {
  max-width: 100%;
}
@media screen and (min-width: 500px) {
  .wp-block-cover .wp-block-genesis-blocks-gb-button.gb-block-button {
    max-width: 300px;
    margin: 0 auto;
  }
}
.wp-block-cover .wp-container-35,
.wp-block-cover .wp-container-8 {
  align-items: center !important;
}

@media screen and (min-width: 990px) {
  .wp-block-columns {
    max-width: 1500px;
    margin: 0 auto;
    padding: 70px 80px 0;
  }
}
.wp-block-columns .wp-block-columns {
  padding: 0 15px;
}
.wp-block-columns .wp-block-columns .gb-block-container p,
.wp-block-columns .wp-block-columns .gb-block-container h2 {
  padding: 0 40px;
}
.wp-block-columns ul.checklist {
  max-width: 100%;
  margin: 0 0 0 20px;
}
@media screen and (min-width: 990px) {
  .wp-block-columns ul.checklist {
    margin: 0 20px 0 60px;
  }
}
.wp-block-columns .download-button {
  padding: 0;
}
@media screen and (min-width: 990px) {
  .wp-block-columns .download-button {
    padding: 0 60px;
  }
}
.wp-block-columns .wp-block-image a:after {
  background: transparent;
}
.wp-block-columns .wp-block-image a:hover::after {
  opacity: 0;
}

.gb-block-container ul li {
  list-style: initial;
}
.gb-block-container ul.checklist li {
  list-style: none;
}
.gb-block-container ul.download-list {
  padding: 0 !important;
  margin-left: 0;
  font-size: inherit;
}

.gb-block-container h3 {
  font-weight: 500;
}
@media screen and (min-width: 990px) {
  .gb-block-container h3 {
    padding: 0 80px;
  }
}

@media screen and (max-width: 990px) {
  .site-container .wp-block-columns {
    margin-bottom: 10px !important;
  }
}

.wp-block-details {
  padding: 45px 25px 70px;
}
@media screen and (min-width: 990px) {
  .wp-block-details {
    max-width: 1105px;
    margin: 40px auto 0px;
  }
}
.wp-block-details summary {
  padding: 5px 35px 5px 10px;
  text-transform: none;
  font-size: 18px;
  line-height: 1.64;
  letter-spacing: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #05325a;
}
@media screen and (min-width: 990px) {
  .wp-block-details summary {
    font-size: 23px;
  }
}
.wp-block-details p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 15px 10px 10px;
  max-width: 100%;
  text-align: left;
}
@media screen and (min-width: 990px) {
  .wp-block-details p {
    font-size: 18px;
    text-align: left;
    padding: 0 70px;
    line-height: 1.64;
  }
}

@media screen and (max-width: 990px) {
  .wp-block-image {
    margin: 0 13px;
    max-width: calc(100% - 26px);
  }
  .wp-block-image .alignright {
    margin-left: 0 !important;
    float: none;
    display: block;
  }
  .wp-block-image .alignright img {
    margin: 0 auto;
    display: block;
  }
  .wp-block-image img {
    margin: 0 auto;
    display: block;
  }
}

.wp-block-query {
  max-width: calc(100% - 40px);
  margin: 0 auto 10px;
}
@media screen and (min-width: 500px) {
  .wp-block-query {
    max-width: 480px;
  }
}
@media screen and (min-width: 990px) {
  .wp-block-query {
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
.wp-block-query ul {
  list-style: none;
  padding: 30px 0;
}
.wp-block-query ul li {
  list-style-type: none;
  padding: 0;
}
.wp-block-query ul li.wp-block-post {
  box-shadow: 1px 2px 17px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 5px;
}
.wp-block-query ul li.wp-block-post figure {
  margin-bottom: 0;
}
.wp-block-query ul li.wp-block-post figure a:after {
  background: transparent;
}
.wp-block-query ul li.wp-block-post figure a:hover::after {
  opacity: 0;
}
.wp-block-query ul li.wp-block-post figure a img {
  border-radius: 20px 20px 0 0;
}
.wp-block-query ul li.wp-block-post .wp-block-post-date {
  padding: 30px 35px 0px;
  color: #05325a;
  font-size: 10px;
}
@media screen and (min-width: 990px) {
  .wp-block-query ul li.wp-block-post .wp-block-post-date {
    font-size: 16px;
  }
}
.wp-block-query ul li.wp-block-post h2 {
  font-size: 18px;
  color: #05325a;
  margin-bottom: 5px;
  padding: 6px 35px 0px;
  margin-top: 0 !important;
  text-align: left;
}
.wp-block-query ul li.wp-block-post h2 a {
  font-size: 18px;
  font-weight: 800;
  color: #05325a;
}
@media screen and (min-width: 990px) {
  .wp-block-query ul li.wp-block-post h2 a {
    font-size: 23px;
  }
}
.wp-block-query ul li.wp-block-post h2 a:hover {
  text-decoration: none;
}
.wp-block-query ul li.wp-block-post .wp-block-post-excerpt {
  padding: 10px 35px 20px;
}
.wp-block-query ul li.wp-block-post .wp-block-post-excerpt p {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .wp-block-query ul li.wp-block-post .wp-block-post-excerpt p {
    font-size: 18px;
  }
}
.wp-block-query ul li.wp-block-post .wp-block-post-excerpt a {
  margin-top: 10px;
  color: #05325a;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .wp-block-query ul li.wp-block-post .wp-block-post-excerpt a {
    font-size: 16px;
  }
}
.wp-block-query ul li.wp-block-post .wp-block-post-excerpt a:hover {
  text-decoration: none;
  border: none;
}
