.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 1312px;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  background-color: #ffffff;
  color: #3a3a3a;
}
@font-face {
  font-family: "Grotic";
  src: url("../fonts/Grotic/Grotic.ttf") format("ttf");
  src: url("../fonts/Grotic/Grotic.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto.ttf") format("ttf");
  src: url("../fonts/Roboto/Roboto.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald.ttf") format("ttf");
  src: url("../fonts/Oswald/Oswald.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1 {
  font-size: 46px;
  line-height: 56px;
  color: #3a3a3a;
  margin-top: 64px;
  margin-bottom: 32px;
}

h1,.h1,h2,.h2 {
  font-family: "Oswald";
  font-weight: 700;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 48px;
  color: #3a3a3a;
  margin-top: 48px;
  margin-bottom: 24px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 38px;
  color: #3a3a3a;
  margin-top: 48px;
  margin-bottom: 16px;
}

h3,.h3,h4,h5,h6,.h4,.h5,.h6 {
  font-family: "Oswald";
  font-weight: 700;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 24px;
  line-height: 32px;
  color: #3a3a3a;
  margin-top: 48px;
  margin-bottom: 12px;
}

a {
  color: #205B7E;
}
a,a:hover {
  text-decoration: none;
}
a:hover {
  color: #568396;
}
b, strong {
  font-weight: 700;
  color: #1f1f1f;
}

p, ul, ol, table, hr, .ck-tpl {
  margin-top: 32px;
  margin-bottom: 32px;
}

ol li,
ul li {
  margin-top: 8px;
  margin-bottom: 8px;
}

ul {
  padding-left: 24px;
}
ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
}

ol {
  padding-left: 24px;
}

hr {
  background-color: #f0f0f0;
  height: 1px;
}

table {
  width: 100% !important;
  border: none;
}
table th p:first-child, table td p:first-child {
  margin-top: 0;
}
table th p:last-child, table td p:last-child {
  margin-bottom: 0;
}
table th {
  background-color: inherit;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
table th,table td {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: solid 1px #8c8c8c;
}
table ul:first-child, table ol:first-child {
  margin-top: 0;
}
table ul:last-child, table ol:last-child {
  margin-bottom: 0;
}
table ul li:first-child, table ol li:first-child {
  margin-top: 0;
}
table ul li:last-child, table ol li:last-child {
  margin-bottom: 0;
}
table p:first-child {
  margin-top: 0;
}
table p:last-child {
  margin-bottom: 0;
}
table[border="0"],table[border="0"] th,table[border="0"] td {
  border-width: 0;
}

.at-faq__item .at-faq__header {
  display: none;
}

.node--type-faq.node--view-mode-teaser1 {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px;
}
.node--type-faq.node--view-mode-teaser1 > .field-field-display-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 600;
  color: #000000;
  background-color: #f5f5f5;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.node--type-faq.node--view-mode-teaser1 > .field-field-display-title:after {
  content: "\e911";
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 45%;
  right: 16px;
  transition: all ease 0.3s;
}
.node--type-faq.node--view-mode-teaser1 > .field-body {
  height: 0;
  transition: height 0.3s ease;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.node--type-faq.node--view-mode-teaser1.is-open > .field-field-display-title:after {
  transform: rotate(180deg);
}
.node--type-faq.node--view-mode-teaser1.is-open > .field-body {
  height: fit-content;
}

body {
  scrollbar-gutter: stable;
}
body p, body h1, body h2, body h3, body table, body ol, body ul:not(.menu, .horizontal-tabs-list, .tags-list, .pager-items) {
  max-width: 850px;
}
@font-face {
  font-display: swap;
  font-family: "Grotic";
  src: url("../fonts/Grotic/Grotic.eot");
  src: url("../fonts/Grotic/Grotic.eot?#iefix") format("embedded-opentype"), url("../fonts/Grotic/Grotic.woff") format("woff"), url("../fonts/Grotic/Grotic.ttf") format("truetype"), url("../fonts/Grotic/Grotic.svg#Grotic") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Grotic";
  src: url("../fonts/Grotic/Grotic.eot");
  src: url("../fonts/Grotic/Grotic.eot?#iefix") format("embedded-opentype"), url("../fonts/Grotic/Grotic.woff") format("woff"), url("../fonts/Grotic/Grotic.ttf") format("truetype"), url("../fonts/Grotic/Grotic.svg#Grotic") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: "Grotic";
  src: url("../fonts/Grotic/Grotic_Bold.eot");
  src: url("../fonts/Grotic/Grotic_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Grotic/Grotic_Bold.woff") format("woff"), url("../fonts/Grotic/Grotic_Bold.ttf") format("truetype"), url("../fonts/Grotic/Grotic_Bold.svg#Grotic") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto.eot");
  src: url("../fonts/Roboto/Roboto.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto.woff") format("woff"), url("../fonts/Roboto/Roboto.ttf") format("truetype"), url("../fonts/Roboto/Roboto.svg#Roboto") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto.eot");
  src: url("../fonts/Roboto/Roboto.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto.woff") format("woff"), url("../fonts/Roboto/Roboto.ttf") format("truetype"), url("../fonts/Roboto/Roboto.svg#Roboto") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto.eot");
  src: url("../fonts/Roboto/Roboto.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto.woff") format("woff"), url("../fonts/Roboto/Roboto.ttf") format("truetype"), url("../fonts/Roboto/Roboto.svg#Roboto") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Regular.eot");
  src: url("../fonts/Oswald/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype"), url("../fonts/Oswald/Oswald-Regular.svg#Oswald") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Medium.eot");
  src: url("../fonts/Oswald/Oswald-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/Oswald-Medium.woff") format("woff"), url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype"), url("../fonts/Oswald/Oswald-Medium.svg#Oswald") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Bold.eot");
  src: url("../fonts/Oswald/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype"), url("../fonts/Oswald/Oswald-Bold.svg#Oswald") format("svg");
  font-style: normal;
  font-weight: 700;
}
body.no-scroll {
  overflow: hidden;
}

.cookie-banner {
  box-shadow: 0 3px 10px rgba(30, 41, 117, 0.2);
}

.view-display-id-product_teaser2 .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.swiper-initialized:hover .swiper-button-next, .swiper-initialized:hover .swiper-button-prev {
  display: flex;
}
.swiper-initialized .swiper-button-next, .swiper-initialized .swiper-button-prev {
  display: none;
  border-radius: 64px;
  box-shadow: 0px 0px 15px 4px rgba(171, 183, 200, 0.3);
  background-color: #ffffff;
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.swiper-initialized .swiper-button-next:after, .swiper-initialized .swiper-button-prev:after {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 700;
}
.swiper-initialized .swiper-button-next:hover:after, .swiper-initialized .swiper-button-prev:hover:after {
  color: #205B7E;
}
@media (max-width: 1279px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 992px;
  }
}
@media (max-width: 1023px) {
  .container {
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  h1,
  .h1 {
    font-size: 36px;
    line-height: 48px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  h1,.h1,h2,.h2 {
    font-family: "Oswald";
    font-weight: 700;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Oswald";
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 12px;
  }
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 8px;
  }
  body p, body h1, body h2, body h3, body table, body ol, body ul:not(.menu, .horizontal-tabs-list, .tags-list, .pager-items) {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h1,.h1,h2,.h2 {
    font-family: "Oswald";
    font-weight: 700;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 700;
  }
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 700;
  }
  .node--type-faq.node--view-mode-teaser1 > .field-field-display-title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 600;
  }
}