:root {
    --remMin: 16;
    --remMax: 22;
    --vpMin: 1440;
    --vpMax: 2560;
}
@media screen and (max-width: 1440px) {
    :root {
        --remMin: 16;
        --remMax: 18;
        --vpMin: 320;
        --vpMax: 1440;
    }
}

html, body {
    font-size: calc((1px * var(--remMin)) + (var(--remMax) - var(--remMin)) * ((100vw - (1px * var(--vpMin))) / (var(--vpMax) - var(--vpMin))));
    font-family: Aeonik, sans-serif;
    overflow-x: hidden;
}

body h1 {
    font-size: 2.5rem;
    line-height: 130%;
}

h1.leading-snug {
    color: #2B2BC1;
    font-weight: 600;
}

body h2.small {
    font-size: 1rem;
    color: #2B2BC1;
    font-weight: 500;;
}

body h3 {
    font-size: 2.222rem;
}

body h2, .prose h2 {
    font-size: 2.6667rem;
    line-height: 130%;
    margin-bottom: 1rem;
}

body h5 {
    font-size: 1.77778rem;
    line-height: 130%;
    margin-bottom: 1rem;
}

p.ingress {
    font-size: 1.33rem;
    font-weight: 500;
}

.ingress-small {
    font-size: 1.33rem;
    font-weight: 400;
}

.docName {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 1rem;
}


.pt-0 {
    padding-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

body .mb-2 {
    margin-bottom: 2rem;
}

body .mt-2 {
    margin-top: 2rem;
}

.container-fluid {
    max-width: 100% !important;
}

.justify-content-center {
    
    justify-content: center;
}

.mb-24 {
    margin-bottom: 6rem;
}

.w-100 {
    width: 100%;
}

.btn--orange {
    background-color: #F96864;
    float:right;
}

.fullBorders {
    border: solid 1px #B6B6B6;
}

.mh-60px {
    min-height: 60px;
}

.pb-0, .pb-0 > div {
    padding-bottom: 0 !important;
}

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

.max-height-200 img {
    max-height: 200px;
}

.rounded {
    border-radius: 10px !important;
}

.text-blue-400 {
    color: #2B2BC1;
}

.text-blue-500 {
    color: #2B2BC1;
    font-weight: 500;
}

.border-blue-600 {
    border: solid 1px #2B2BC1 !important;
    color: #2B2BC1;
    font-weight: 500;
}

.w-75 {
    width: 75%;
}

.text-underline {
    border-bottom: solid 2px;
    padding-bottom: 0.5rem;
}

.text-underline-blue {
    border-color: #2B2BC1;
}

.bg-grey, .show-pattern-with-colors-bg-gray {
    /*background-color: #FBFBFB*/
}

.show-pattern-bg-gray {
    background-color: #F0F0F0;
    background-image: url(/media/101bh05w/patternwithcolors.svg);
}

.header25 {
    background-size: 21% 100%;
}

.header25 .header-links a{
    border: 0;
    border-radius: 10px;
    box-shadow: 3px 3px 0px #000;
}

.blocksPerRow {
    display:flex;
    flex-wrap: wrap;
}

.colGap > div {
    padding-right: 30px;
}

.colGap > div:last-child {
    padding-right: 0;
}

.flex-start {
    align-items:flex-start;
}

.flex-end {
    align-items:flex-end;
}

.flex-center {
    align-items: center;
}

.blocksPerRow-1 {
    width: 100%;
}

.blocksPerRow-2 > div {
    width: 50%;
}

.blocksPerRow-3 > div {
    width: 31.333%;
}

.blocksPerRow-4 > div {
    width: 24%;
}

.borderSeparate {
    column-gap: 1rem;
}

.borderSeparate > div {
    border: solid 1px #B6B6B6;
    padding: 1rem;
}

.w-Standard {
    /*padding-left: 2rem;
    padding-right: 2rem;*/
}

.blockWrapper .center img {
    margin-left: auto;
    margin-right: auto;
}

.blockWrapper > div {
    height: 100%;
    background-repeat: no-repeat;
}

.bg-blue *{
    color: #fff;
}

.bg-blue a.bg-white {
    color: #000;
}

.bg-blue a.bg-white:hover {
    
    background: #e5e5e5;
}

.p-8 {
 padding: 4rem !important;
}

.bgPattern-blue {
    background-image: url("/media/ruikpwh4/pattern_blue.svg");
    background-position: right;
    background-repeat: no-repeat;
}

.borders {
    border-bottom: solid 1px #B6B6B6;
}

.borders > div {
    border-right: solid 1px #B6B6B6;
}

.borders > div:last-child {
    border: none;
}

.btn-transparent {
    border-color: #737373;
    border-width: 1px;
    display: inline-block;
    border-radius: 10px !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

a.scaleOnHover img {
    transition: all .2s ease-in-out;
    transform: scale(1);
}

a.scaleOnHover:hover img {
    transform: scale(1.1);
}

footer {
    background-image: url(/media/unahldq5/footer.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.bf_rain {
    animation: dash 5slinear;
    stroke-dasharray: 5;
    animation-iteration-count: infinite;
    animation-delay: 250ms;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 50;
    }
}


.heat {
  animation: heat 7s linear;
  stroke-dasharray: 7;
  animation-direction: reverse;
  animation-iteration-count:infinite;
}



@keyframes heat {
  from {
    stroke-dashoffset: 50;
  }
  to {
    stroke-dashoffset: 0;
    
  }
}

.prodMenu > div {
  
    max-width: 100%;
    position:relative;
}

.prodMenu div.levelOne {
    width: 450px;
}

.prodMenu div.levelOne > a {
    font-size: 1.333rem;
    font-weight: 500;
}

.prodMenu div.levelOne > a:hover,
.prodMenu div.levelOne > a.open {
    color: #2B2BC1;
}


.prodMenu div.levelOne > a:hover:after,
.prodMenu div.levelOne > a.open:after {
    content: url("/media/gtbfgasz/arrow_forward.svg");    
    margin-left: 10px;
}

.prodMenu div.levelOne > a.closed {
    opacity: 0.5;
}

.prodMenu div.levelTwo {
    margin-left: 30px;
}

.prodMenu div.levelTwo > div {
    position:absolute;
    z-index: 1;
}

.prodMenu > div:last-child div.levelTwo > div {
    bottom: 10px;
}

.prodMenu div.levelTwo a:after {
   content: url("/media/gtbfgasz/arrow_forward.svg");    
   margin-left: 10px; 
   opacity: 0;
}

.prodMenu div.levelTwo a:hover {
   color: #2B2BC1; 
}

.prodMenu div.levelTwo a:hover:after {
  opacity: 1;
}

.element-item {
    width: 23%;
}

.isotopeItems {
    overflow: hidden;
}

.isotopeItems:after {
  content: '';
  display: block;
  clear: both;
}

.button-group > .button {
   border: solid 1px #B6B6B6;
   padding: 1rem;
}

.button-group > .button.is-checked {
    background: #F0F0F0;
    color: #2B2BC1;
}

.bg-embo {
    background-color: #ece3d9;
    background-image: url(/media/y3ejvuzg/head_image.png?width=500);
    background-repeat: no-repeat;
    background-position: right 5rem bottom;
}

@media (max-width:1440px) {
    .ar svg {
        width: 100%;
        height: auto;
    }
    
    .wm-300 {
        max-width: 100%;
    }
    
    .product-swiper h2 {
        font-size: 1.8rem;
    }
    
    .product-swiper .p-8 {
        padding: 2rem !important;
    }
}



@media (max-width:768px) {
    .blocksPerRow-2 > div,
    .blocksPerRow-3 > div,
    .blocksPerRow-4 > div {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .p-8 {
        padding: 2rem !important;
    }
    
    .w-75 {
        width: 100%;
    }
    
    body h2 {
        font-size: 2rem;
    }
    
    body h3 {
        font-size: 1.5rem;
    }
    
    body h5 {
        font-size: 1.1rem;
    }
    
    .ingress-small {
        font-size: 1rem;
    }
        
    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    
    footer {
        background: none;
    }
    
    .row {
        flex-wrap:wrap;
    }
    
    .col-2, .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-md-offset-3 {
        margin: 0;
    }
    
    .show-pattern-bg-gray {
        background-image: none;
    }
    
    .show-pattern-bg-gray:after {
        background: none;
    }
    
    .bg-embo {
            background-size: 180px;
    }
    
    .pb-24 {
        padding-bottom: 2rem;
    }

 }
    
