/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300a0bf'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300a0bf'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00a0bf
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #00a0bf;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}@charset "UTF-8";

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.row {
  --columnGap: 15px;
}

.row:not(.no-gutters) {
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.row:not(.no-gutters) > [class|=col] {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.row.is-0 {
  --columnGap: 0rem;
}

.row.is-1 {
  --columnGap: 0.25rem;
}

.row.is-2 {
  --columnGap: 0.5rem;
}

.row.is-3 {
  --columnGap: 0.75rem;
}

.row.is-4 {
  --columnGap: 1rem;
}

.row.is-5 {
  --columnGap: 1.25rem;
}

.row.is-6 {
  --columnGap: 1.5rem;
}

.row.is-7 {
  --columnGap: 1.75rem;
}

.row.is-8 {
  --columnGap: 2rem;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-brands-400.eot");
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-brands-400.woff") format("woff"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-solid-900.eot");
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-light-300.eot");
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-light-300.woff2") format("woff2"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-light-300.woff") format("woff"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-light-300.ttf") format("truetype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-light-300.svg#fontawesome") format("svg");
  font-display: swap;
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-regular-400.eot");
  src: url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../../frontend/c4u/child/en_GB/fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*
moved to webfonts.phtml in Innox/Theme to minimise screen flash
@font-face {
  font-family: 'icomoon';
  src:  url('../../frontend/c4u/child/en_GB/fonts/customicons/icomoon.eot');
  src:  url('../../frontend/c4u/child/en_GB/fonts/customicons/icomoon.eot#iefix') format('embedded-opentype'),
  url('../../frontend/c4u/child/en_GB/fonts/customicons/icomoon.woff') format('woff'),
  url('../../frontend/c4u/child/en_GB/fonts/customicons/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-discreet-ackaging-icon:before {
  content: "\e900";
}

.icon-ndd:before {
  content: "\e901";
}

.icon-order-dipatched:before {
  content: "\e902";
}

.icon-consultation-icon:before {
  content: "\e903";
}

.icon-your-details-icon:before {
  content: "\e904";
}

.icon-your-treatment-icon:before {
  content: "\e905";
}

.icon-checkout-icon:before {
  content: "\e906";
}

.icon-hand:before {
  content: "\e907";
}

.icon-youtube-icon:before {
  content: "\e914";
}

.icon-twitter-icon:before {
  content: "\e915";
}

.icon-signin-register-icon:before {
  content: "\e916";
}

.icon-pintrest-icon:before {
  content: "\e917";
}

.icon-insta-icon:before {
  content: "\e918";
}

.icon-fb-icon:before {
  content: "\e919";
}

.icon-email-icon:before {
  content: "\e91a";
}

.icon-signin-icon:before {
  content: "\e91b";
}

.icon-shopping-bag-icon:before {
  content: "\e91c";
}

.icon-search-icon:before {
  content: "\e91d";
}

.icon-order-delivered:before {
  content: "\e921";
}

.icon-order-pending:before {
  content: "\e922";
}

.icon-order-warehouse:before {
  content: "\e923";
}

.icon-order-carrier:before {
  content: "\e924";
}

.icon-Discreet-pack-icon:before {
  content: "\e925";
}

.icon-pharmacy-icon:before {
  content: "\e926";
}

.icon-responsible-pharmacist-icon:before {
  content: "\e927";
}

.icon-Delivery-icon:before {
  content: "\e928";
}

.icon-TP-white-star:before {
  content: "\e929";
}

.icon-scroll-arrow:before {
  content: "\e92a";
}

.icon-view:before {
  content: "\e908";
}

.icon-reorder:before {
  content: "\e909";
}

.icon-print:before {
  content: "\e90a";
}

.icon-track:before {
  content: "\e90b";
}

.icon-care:before {
  content: "\e90c";
}

.icon-location:before {
  content: "\e90d";
}

.icon-dialog:before {
  content: "\e90e";
}

.icon-reload:before {
  content: "\e90f";
}

.icon-phone:before {
  content: "\e910";
}

.icon-exclamation:before {
  content: "\e911";
}

.icon-loader:before {
  content: "\e912";
}

.its-breadcrumbs,
.page-title-wrapper,
.page.messages,
.column.main > .message {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

select,
.customer-dob #dob {
  height: 42px;
  padding: 0 38px 0 12px;
  border-radius: 8px;
  border: solid 1px rgba(85, 135, 175, 0.1);
  width: 100%;
  font-size: 16px;
  align-self: center;
  color: #303030;
}

select:focus,
.customer-dob #dob:focus {
  outline: none;
}

.h-1-px {
  height: 1px;
}

.h-2-px {
  height: 2px;
}

.h-3-px {
  height: 3px;
}

.h-4-px {
  height: 4px;
}

.h-5-px {
  height: 5px;
}

.h-6-px {
  height: 6px;
}

.h-7-px {
  height: 7px;
}

.h-8-px {
  height: 8px;
}

.h-9-px {
  height: 9px;
}

.h-10-px {
  height: 10px;
}

.h-11-px {
  height: 11px;
}

.h-12-px {
  height: 12px;
}

.h-13-px {
  height: 13px;
}

.h-14-px {
  height: 14px;
}

.h-15-px {
  height: 15px;
}

.h-16-px {
  height: 16px;
}

.h-17-px {
  height: 17px;
}

.h-18-px {
  height: 18px;
}

.h-19-px {
  height: 19px;
}

.h-20-px {
  height: 20px;
}

.h-21-px {
  height: 21px;
}

.h-22-px {
  height: 22px;
}

.h-23-px {
  height: 23px;
}

.h-24-px {
  height: 24px;
}

.h-25-px {
  height: 25px;
}

.h-26-px {
  height: 26px;
}

.h-27-px {
  height: 27px;
}

.h-28-px {
  height: 28px;
}

.h-29-px {
  height: 29px;
}

.h-30-px {
  height: 30px;
}

.h-31-px {
  height: 31px;
}

.h-32-px {
  height: 32px;
}

.h-33-px {
  height: 33px;
}

.h-34-px {
  height: 34px;
}

.h-35-px {
  height: 35px;
}

.h-36-px {
  height: 36px;
}

.h-37-px {
  height: 37px;
}

.h-38-px {
  height: 38px;
}

.h-39-px {
  height: 39px;
}

.h-40-px {
  height: 40px;
}

.h-41-px {
  height: 41px;
}

.h-42-px {
  height: 42px;
}

.h-43-px {
  height: 43px;
}

.h-44-px {
  height: 44px;
}

.h-45-px {
  height: 45px;
}

.h-46-px {
  height: 46px;
}

.h-47-px {
  height: 47px;
}

.h-48-px {
  height: 48px;
}

.h-49-px {
  height: 49px;
}

.h-50-px {
  height: 50px;
}

.h-51-px {
  height: 51px;
}

.h-52-px {
  height: 52px;
}

.h-53-px {
  height: 53px;
}

.h-54-px {
  height: 54px;
}

.h-55-px {
  height: 55px;
}

.h-56-px {
  height: 56px;
}

.h-57-px {
  height: 57px;
}

.h-58-px {
  height: 58px;
}

.h-59-px {
  height: 59px;
}

.h-60-px {
  height: 60px;
}

.h-61-px {
  height: 61px;
}

.h-62-px {
  height: 62px;
}

.h-63-px {
  height: 63px;
}

.h-64-px {
  height: 64px;
}

.h-65-px {
  height: 65px;
}

.h-66-px {
  height: 66px;
}

.h-67-px {
  height: 67px;
}

.h-68-px {
  height: 68px;
}

.h-69-px {
  height: 69px;
}

.h-70-px {
  height: 70px;
}

.h-71-px {
  height: 71px;
}

.h-72-px {
  height: 72px;
}

.h-73-px {
  height: 73px;
}

.h-74-px {
  height: 74px;
}

.h-75-px {
  height: 75px;
}

.h-76-px {
  height: 76px;
}

.h-77-px {
  height: 77px;
}

.h-78-px {
  height: 78px;
}

.h-79-px {
  height: 79px;
}

.h-80-px {
  height: 80px;
}

.h-81-px {
  height: 81px;
}

.h-82-px {
  height: 82px;
}

.h-83-px {
  height: 83px;
}

.h-84-px {
  height: 84px;
}

.h-85-px {
  height: 85px;
}

.h-86-px {
  height: 86px;
}

.h-87-px {
  height: 87px;
}

.h-88-px {
  height: 88px;
}

.h-89-px {
  height: 89px;
}

.h-90-px {
  height: 90px;
}

.h-91-px {
  height: 91px;
}

.h-92-px {
  height: 92px;
}

.h-93-px {
  height: 93px;
}

.h-94-px {
  height: 94px;
}

.h-95-px {
  height: 95px;
}

.h-96-px {
  height: 96px;
}

.h-97-px {
  height: 97px;
}

.h-98-px {
  height: 98px;
}

.h-99-px {
  height: 99px;
}

.h-100-px {
  height: 100px;
}

.animation--item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 5px;
  background-color: #00a0bf;
  transition: width 0.3s ease-in-out;
}

.animation--item:hover::after {
  width: 100%;
}

.bg--none {
  background-color: transparent;
}

.bg--blue-home {
  background-color: #e8f6f9;
}

.bg--blue-home-hover:hover {
  background-color: #e8f6f9;
}

.bg--blue-grey {
  background-color: #4d89b2;
}

.bg--blue-grey-hover:hover {
  background-color: #4d89b2;
}

.bg--blue-lighter {
  background-color: #d6e8f6;
}

.bg--blue-lighter-hover:hover {
  background-color: #d6e8f6;
}

.bg--blue-light {
  background-color: #b7e9f2;
}

.bg--blue-light-hover:hover {
  background-color: #b7e9f2;
}

.bg--blue-lightest {
  background-color: #def3f8;
}

.bg--blue-lightest-hover:hover {
  background-color: #def3f8;
}

.bg--blue-medium {
  background-color: #72cddf;
}

.bg--blue-medium-hover:hover {
  background-color: #72cddf;
}

.bg--blue-dark {
  background-color: #597fa3;
}

.bg--blue-dark-hover:hover {
  background-color: #597fa3;
}

.bg--blue-darker {
  background-color: #005eb8;
}

.bg--blue-darker-hover:hover {
  background-color: #005eb8;
}

.bg--blue-footer {
  background-color: #01a0c0;
}

.bg--blue-footer-hover:hover {
  background-color: #01a0c0;
}

.bg--blue-consultation {
  background-color: #045a74;
}

.bg--blue-consultation-hover:hover {
  background-color: #045a74;
}

.bg--blue-footer-heading {
  background-color: #004C64;
}

.bg--blue-footer-heading-hover:hover {
  background-color: #004C64;
}

.bg--blue-alt {
  background-color: #015a6b;
}

.bg--blue-alt-hover:hover {
  background-color: #015a6b;
}

.bg--cyan-dark {
  background-color: #00a0bf;
}

.bg--cyan-dark-hover:hover {
  background-color: #00a0bf;
}

.bg--cyan-darker {
  background-color: #02819A;
}

.bg--cyan-darker-hover:hover {
  background-color: #02819A;
}

.bg--cyan-dark-100 {
  background-color: #01a0c0;
}

.bg--cyan-dark-100-hover:hover {
  background-color: #01a0c0;
}

.bg--cyan-alt {
  background-color: #089EC3;
}

.bg--cyan-alt-hover:hover {
  background-color: #089EC3;
}

.bg--transparent {
  background-color: rgba(255, 255, 255, 0.001);
}

.bg--transparent-hover:hover {
  background-color: rgba(255, 255, 255, 0.001);
}

.bg--pink-dark {
  background-color: #EC008C;
}

.bg--pink-dark-hover:hover {
  background-color: #EC008C;
}

.bg--pink-dark-25 {
  background-color: rgba(236, 0, 140, 0.25);
}

.bg--pink-dark-25-hover:hover {
  background-color: rgba(236, 0, 140, 0.25);
}

.bg--pink-dark-50 {
  background-color: rgba(236, 0, 140, 0.5);
}

.bg--pink-dark-50-hover:hover {
  background-color: rgba(236, 0, 140, 0.5);
}

.bg--pink-light {
  background-color: #f481c5;
}

.bg--pink-light-hover:hover {
  background-color: #f481c5;
}

.bg--grey-light {
  background-color: #eef3f7;
}

.bg--grey-light-hover:hover {
  background-color: #eef3f7;
}

.bg--grey-medium {
  background-color: #eef3f7;
}

.bg--grey-medium-hover:hover {
  background-color: #eef3f7;
}

.bg--grey-dark {
  background-color: #303030;
}

.bg--grey-dark-hover:hover {
  background-color: #303030;
}

.bg--grey-border {
  background-color: rgba(85, 135, 175, 0.1);
}

.bg--grey-border-hover:hover {
  background-color: rgba(85, 135, 175, 0.1);
}

.bg--grey-dark-50 {
  background-color: rgba(119, 126, 132, 0.5);
}

.bg--grey-dark-50-hover:hover {
  background-color: rgba(119, 126, 132, 0.5);
}

.bg--grey-checkout {
  background-color: #f9fafc;
}

.bg--grey-checkout-hover:hover {
  background-color: #f9fafc;
}

.bg--grey-prescription {
  background-color: #767676;
}

.bg--grey-prescription-hover:hover {
  background-color: #767676;
}

.bg--grey-input {
  background-color: #a7a7a7;
}

.bg--grey-input-hover:hover {
  background-color: #a7a7a7;
}

.bg--red-error {
  background-color: #e4322b;
}

.bg--red-error-hover:hover {
  background-color: #e4322b;
}

.bg--orange-warning {
  background-color: #e4832b;
}

.bg--orange-warning-hover:hover {
  background-color: #e4832b;
}

.bg--green-success {
  background-color: #00b67a;
}

.bg--green-success-hover:hover {
  background-color: #00b67a;
}

.bg--white {
  background-color: white;
}

.bg--white-hover:hover {
  background-color: white;
}

.bg--white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg--white-40-hover:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg--black {
  background-color: black;
}

.bg--black-hover:hover {
  background-color: black;
}

.bg--label-blue-strong {
  background-color: #7297DF;
}

.bg--label-blue-strong-hover:hover {
  background-color: #7297DF;
}

.bg--label-purple {
  background-color: #BA89B6;
}

.bg--label-purple-hover:hover {
  background-color: #BA89B6;
}

.bg--label-purple-lilac {
  background-color: #BA72DF;
}

.bg--label-purple-lilac-hover:hover {
  background-color: #BA72DF;
}

.bg--label-red {
  background-color: #EC0016;
}

.bg--label-red-hover:hover {
  background-color: #EC0016;
}

.bg--label-reddish {
  background-color: #DF8472;
}

.bg--label-reddish-hover:hover {
  background-color: #DF8472;
}

.bg--label-yellow {
  background-color: #ECD600;
}

.bg--label-yellow-hover:hover {
  background-color: #ECD600;
}

.bg--label-green {
  background-color: #8CEC00;
}

.bg--label-green-hover:hover {
  background-color: #8CEC00;
}

.bg--label-green-yellow {
  background-color: #CDDF72;
}

.bg--label-green-yellow-hover:hover {
  background-color: #CDDF72;
}

.bg--label-green-sea {
  background-color: #72DFBA;
}

.bg--label-green-sea-hover:hover {
  background-color: #72DFBA;
}

.bg--mybmi-primary {
  background-color: #00e5d2;
}

.bg--mybmi-primary-hover:hover {
  background-color: #00e5d2;
}

.bg--mybmi-secondary {
  background-color: #00b5e9;
}

.bg--mybmi-secondary-hover:hover {
  background-color: #00b5e9;
}

.bg--mybmi-secondary-alt {
  background-color: #82e85c;
}

.bg--mybmi-secondary-alt-hover:hover {
  background-color: #82e85c;
}

.f--blue-home {
  color: #e8f6f9;
}

.f--blue-home-before:before {
  color: #e8f6f9;
}

.f--blue-grey {
  color: #4d89b2;
}

.f--blue-grey-before:before {
  color: #4d89b2;
}

.f--blue-lighter {
  color: #d6e8f6;
}

.f--blue-lighter-before:before {
  color: #d6e8f6;
}

.f--blue-light {
  color: #b7e9f2;
}

.f--blue-light-before:before {
  color: #b7e9f2;
}

.f--blue-lightest {
  color: #def3f8;
}

.f--blue-lightest-before:before {
  color: #def3f8;
}

.f--blue-medium {
  color: #72cddf;
}

.f--blue-medium-before:before {
  color: #72cddf;
}

.f--blue-dark {
  color: #597fa3;
}

.f--blue-dark-before:before {
  color: #597fa3;
}

.f--blue-darker {
  color: #005eb8;
}

.f--blue-darker-before:before {
  color: #005eb8;
}

.f--blue-footer {
  color: #01a0c0;
}

.f--blue-footer-before:before {
  color: #01a0c0;
}

.f--blue-consultation {
  color: #045a74;
}

.f--blue-consultation-before:before {
  color: #045a74;
}

.f--blue-footer-heading {
  color: #004C64;
}

.f--blue-footer-heading-before:before {
  color: #004C64;
}

.f--blue-alt {
  color: #015a6b;
}

.f--blue-alt-before:before {
  color: #015a6b;
}

.f--cyan-dark {
  color: #00a0bf;
}

.f--cyan-dark-before:before {
  color: #00a0bf;
}

.f--cyan-darker {
  color: #02819A;
}

.f--cyan-darker-before:before {
  color: #02819A;
}

.f--cyan-dark-100 {
  color: #01a0c0;
}

.f--cyan-dark-100-before:before {
  color: #01a0c0;
}

.f--cyan-alt {
  color: #089EC3;
}

.f--cyan-alt-before:before {
  color: #089EC3;
}

.f--transparent {
  color: rgba(255, 255, 255, 0.001);
}

.f--transparent-before:before {
  color: rgba(255, 255, 255, 0.001);
}

.f--pink-dark {
  color: #EC008C;
}

.f--pink-dark-before:before {
  color: #EC008C;
}

.f--pink-dark-25 {
  color: rgba(236, 0, 140, 0.25);
}

.f--pink-dark-25-before:before {
  color: rgba(236, 0, 140, 0.25);
}

.f--pink-dark-50 {
  color: rgba(236, 0, 140, 0.5);
}

.f--pink-dark-50-before:before {
  color: rgba(236, 0, 140, 0.5);
}

.f--pink-light {
  color: #f481c5;
}

.f--pink-light-before:before {
  color: #f481c5;
}

.f--grey-light {
  color: #eef3f7;
}

.f--grey-light-before:before {
  color: #eef3f7;
}

.f--grey-medium {
  color: #eef3f7;
}

.f--grey-medium-before:before {
  color: #eef3f7;
}

.f--grey-dark,
.patient-agreement-wrapper h4 {
  color: #303030;
}

.f--grey-dark-before:before {
  color: #303030;
}

.f--grey-border {
  color: rgba(85, 135, 175, 0.1);
}

.f--grey-border-before:before {
  color: rgba(85, 135, 175, 0.1);
}

.f--grey-dark-50 {
  color: rgba(119, 126, 132, 0.5);
}

.f--grey-dark-50-before:before {
  color: rgba(119, 126, 132, 0.5);
}

.f--grey-checkout {
  color: #f9fafc;
}

.f--grey-checkout-before:before {
  color: #f9fafc;
}

.f--grey-prescription {
  color: #767676;
}

.f--grey-prescription-before:before {
  color: #767676;
}

.f--grey-input {
  color: #a7a7a7;
}

.f--grey-input-before:before {
  color: #a7a7a7;
}

.f--red-error {
  color: #e4322b;
}

.f--red-error-before:before {
  color: #e4322b;
}

.f--orange-warning {
  color: #e4832b;
}

.f--orange-warning-before:before {
  color: #e4832b;
}

.f--green-success {
  color: #00b67a;
}

.f--green-success-before:before {
  color: #00b67a;
}

.f--white {
  color: white;
}

.f--white-before:before {
  color: white;
}

.f--white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.f--white-40-before:before {
  color: rgba(255, 255, 255, 0.4);
}

.f--black {
  color: black;
}

.f--black-before:before {
  color: black;
}

.f--label-blue-strong {
  color: #7297DF;
}

.f--label-blue-strong-before:before {
  color: #7297DF;
}

.f--label-purple {
  color: #BA89B6;
}

.f--label-purple-before:before {
  color: #BA89B6;
}

.f--label-purple-lilac {
  color: #BA72DF;
}

.f--label-purple-lilac-before:before {
  color: #BA72DF;
}

.f--label-red {
  color: #EC0016;
}

.f--label-red-before:before {
  color: #EC0016;
}

.f--label-reddish {
  color: #DF8472;
}

.f--label-reddish-before:before {
  color: #DF8472;
}

.f--label-yellow {
  color: #ECD600;
}

.f--label-yellow-before:before {
  color: #ECD600;
}

.f--label-green {
  color: #8CEC00;
}

.f--label-green-before:before {
  color: #8CEC00;
}

.f--label-green-yellow {
  color: #CDDF72;
}

.f--label-green-yellow-before:before {
  color: #CDDF72;
}

.f--label-green-sea {
  color: #72DFBA;
}

.f--label-green-sea-before:before {
  color: #72DFBA;
}

.f--mybmi-primary {
  color: #00e5d2;
}

.f--mybmi-primary-before:before {
  color: #00e5d2;
}

.f--mybmi-secondary {
  color: #00b5e9;
}

.f--mybmi-secondary-before:before {
  color: #00b5e9;
}

.f--mybmi-secondary-alt {
  color: #82e85c;
}

.f--mybmi-secondary-alt-before:before {
  color: #82e85c;
}

.bdr--1px {
  border-width: 1px;
  border-style: solid;
}

.bdr--rounded {
  border-radius: 50%;
}

.bdr--brand {
  border-radius: 8px;
}

.bdr--2px {
  border-width: 2px;
  border-style: solid;
}

.bdr--none {
  border: none;
}

.bdr--blue-home {
  border-color: #e8f6f9;
}

.bdr--blue-home-hover:hover {
  border-color: #e8f6f9;
}

.bdr--blue-grey {
  border-color: #4d89b2;
}

.bdr--blue-grey-hover:hover {
  border-color: #4d89b2;
}

.bdr--blue-lighter {
  border-color: #d6e8f6;
}

.bdr--blue-lighter-hover:hover {
  border-color: #d6e8f6;
}

.bdr--blue-light {
  border-color: #b7e9f2;
}

.bdr--blue-light-hover:hover {
  border-color: #b7e9f2;
}

.bdr--blue-lightest {
  border-color: #def3f8;
}

.bdr--blue-lightest-hover:hover {
  border-color: #def3f8;
}

.bdr--blue-medium {
  border-color: #72cddf;
}

.bdr--blue-medium-hover:hover {
  border-color: #72cddf;
}

.bdr--blue-dark {
  border-color: #597fa3;
}

.bdr--blue-dark-hover:hover {
  border-color: #597fa3;
}

.bdr--blue-darker {
  border-color: #005eb8;
}

.bdr--blue-darker-hover:hover {
  border-color: #005eb8;
}

.bdr--blue-footer {
  border-color: #01a0c0;
}

.bdr--blue-footer-hover:hover {
  border-color: #01a0c0;
}

.bdr--blue-consultation {
  border-color: #045a74;
}

.bdr--blue-consultation-hover:hover {
  border-color: #045a74;
}

.bdr--blue-footer-heading {
  border-color: #004C64;
}

.bdr--blue-footer-heading-hover:hover {
  border-color: #004C64;
}

.bdr--blue-alt {
  border-color: #015a6b;
}

.bdr--blue-alt-hover:hover {
  border-color: #015a6b;
}

.bdr--cyan-dark {
  border-color: #00a0bf;
}

.bdr--cyan-dark-hover:hover {
  border-color: #00a0bf;
}

.bdr--cyan-darker {
  border-color: #02819A;
}

.bdr--cyan-darker-hover:hover {
  border-color: #02819A;
}

.bdr--cyan-dark-100 {
  border-color: #01a0c0;
}

.bdr--cyan-dark-100-hover:hover {
  border-color: #01a0c0;
}

.bdr--cyan-alt {
  border-color: #089EC3;
}

.bdr--cyan-alt-hover:hover {
  border-color: #089EC3;
}

.bdr--transparent {
  border-color: rgba(255, 255, 255, 0.001);
}

.bdr--transparent-hover:hover {
  border-color: rgba(255, 255, 255, 0.001);
}

.bdr--pink-dark {
  border-color: #EC008C;
}

.bdr--pink-dark-hover:hover {
  border-color: #EC008C;
}

.bdr--pink-dark-25 {
  border-color: rgba(236, 0, 140, 0.25);
}

.bdr--pink-dark-25-hover:hover {
  border-color: rgba(236, 0, 140, 0.25);
}

.bdr--pink-dark-50 {
  border-color: rgba(236, 0, 140, 0.5);
}

.bdr--pink-dark-50-hover:hover {
  border-color: rgba(236, 0, 140, 0.5);
}

.bdr--pink-light {
  border-color: #f481c5;
}

.bdr--pink-light-hover:hover {
  border-color: #f481c5;
}

.bdr--grey-light {
  border-color: #eef3f7;
}

.bdr--grey-light-hover:hover {
  border-color: #eef3f7;
}

.bdr--grey-medium {
  border-color: #eef3f7;
}

.bdr--grey-medium-hover:hover {
  border-color: #eef3f7;
}

.bdr--grey-dark {
  border-color: #303030;
}

.bdr--grey-dark-hover:hover {
  border-color: #303030;
}

.bdr--grey-border {
  border-color: rgba(85, 135, 175, 0.1);
}

.bdr--grey-border-hover:hover {
  border-color: rgba(85, 135, 175, 0.1);
}

.bdr--grey-dark-50 {
  border-color: rgba(119, 126, 132, 0.5);
}

.bdr--grey-dark-50-hover:hover {
  border-color: rgba(119, 126, 132, 0.5);
}

.bdr--grey-checkout {
  border-color: #f9fafc;
}

.bdr--grey-checkout-hover:hover {
  border-color: #f9fafc;
}

.bdr--grey-prescription {
  border-color: #767676;
}

.bdr--grey-prescription-hover:hover {
  border-color: #767676;
}

.bdr--grey-input {
  border-color: #a7a7a7;
}

.bdr--grey-input-hover:hover {
  border-color: #a7a7a7;
}

.bdr--red-error {
  border-color: #e4322b;
}

.bdr--red-error-hover:hover {
  border-color: #e4322b;
}

.bdr--orange-warning {
  border-color: #e4832b;
}

.bdr--orange-warning-hover:hover {
  border-color: #e4832b;
}

.bdr--green-success {
  border-color: #00b67a;
}

.bdr--green-success-hover:hover {
  border-color: #00b67a;
}

.bdr--white {
  border-color: white;
}

.bdr--white-hover:hover {
  border-color: white;
}

.bdr--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.bdr--white-40-hover:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.bdr--black {
  border-color: black;
}

.bdr--black-hover:hover {
  border-color: black;
}

.bdr--label-blue-strong {
  border-color: #7297DF;
}

.bdr--label-blue-strong-hover:hover {
  border-color: #7297DF;
}

.bdr--label-purple {
  border-color: #BA89B6;
}

.bdr--label-purple-hover:hover {
  border-color: #BA89B6;
}

.bdr--label-purple-lilac {
  border-color: #BA72DF;
}

.bdr--label-purple-lilac-hover:hover {
  border-color: #BA72DF;
}

.bdr--label-red {
  border-color: #EC0016;
}

.bdr--label-red-hover:hover {
  border-color: #EC0016;
}

.bdr--label-reddish {
  border-color: #DF8472;
}

.bdr--label-reddish-hover:hover {
  border-color: #DF8472;
}

.bdr--label-yellow {
  border-color: #ECD600;
}

.bdr--label-yellow-hover:hover {
  border-color: #ECD600;
}

.bdr--label-green {
  border-color: #8CEC00;
}

.bdr--label-green-hover:hover {
  border-color: #8CEC00;
}

.bdr--label-green-yellow {
  border-color: #CDDF72;
}

.bdr--label-green-yellow-hover:hover {
  border-color: #CDDF72;
}

.bdr--label-green-sea {
  border-color: #72DFBA;
}

.bdr--label-green-sea-hover:hover {
  border-color: #72DFBA;
}

.bdr--mybmi-primary {
  border-color: #00e5d2;
}

.bdr--mybmi-primary-hover:hover {
  border-color: #00e5d2;
}

.bdr--mybmi-secondary {
  border-color: #00b5e9;
}

.bdr--mybmi-secondary-hover:hover {
  border-color: #00b5e9;
}

.bdr--mybmi-secondary-alt {
  border-color: #82e85c;
}

.bdr--mybmi-secondary-alt-hover:hover {
  border-color: #82e85c;
}

.its-circle {
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
}

.its-circle--product {
  min-width: 60px;
  min-height: 60px;
  text-align: center;
}

.its-circle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
  color: unset;
}

html:not(.nosmooth-scroll) {
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  -ms-flex: 1 1 0px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  list-style-type: none;
  padding: 0;
  background-color: transparent;
  text-align: left;
  height: auto;
  line-height: normal;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.its-qty {
  display: inline-flex;
  align-items: center;
  border: solid 1px #eef3f7;
  border-radius: 25px;
  cursor: pointer;
  height: 32px;
}

.its-qty.error {
  background: #eef3f7;
}

.its-qty--50 {
  height: 50px;
}

.its-qty--50 .its-qty__toggle {
  width: 32px;
}

.its-qty--50 .its-qty__input {
  width: 41px;
}

.its-qty__toggle {
  width: 18px;
  font-size: 16px;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.its-qty__toggle.plus {
  border-radius: 0 25px 25px 0;
}

.its-qty__toggle.minus {
  border-radius: 25px 0 0 25px;
}

.its-qty__toggle:hover {
  background: #d6e8f6;
  color: #597fa3;
  font-weight: 600;
}

.its-qty__input {
  height: 100%;
  color: black;
  font-size: 14px;
  outline: none;
  width: 28px;
  text-align: center;
  border: solid 1px #eef3f7;
  border-width: 0 1px;
  background: transparent;
}

.its-scroll-bar {
  display: flex;
  position: relative;
}

.its-scroll-bar.scroll-left .its-scroll-bar__indicator.left::after {
  display: flex;
}

.its-scroll-bar.scroll-right .its-scroll-bar__indicator.right::after {
  display: flex;
}

.its-scroll-bar__indicator {
  display: inline-block;
  color: white;
}

.its-scroll-bar__indicator::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  left: 0px;
  top: 0;
  width: 25px;
  line-height: 45px;
  padding-left: 4px;
  text-align: left;
  z-index: 2;
  background: linear-gradient(to right, #01a0c0, rgba(255, 255, 255, 0.001));
  display: none;
}

.its-scroll-bar__indicator.right::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  left: auto;
  padding-left: 4px;
  padding-right: 4px;
  right: 0;
  text-align: right;
  background: linear-gradient(to left, #01a0c0, rgba(255, 255, 255, 0.001));
  justify-content: flex-end;
}

.its-scroll-bar__indicator--white {
  color: #4d89b2;
}

.its-scroll-bar__indicator--white::after {
  background: linear-gradient(to right, white, white, rgba(255, 255, 255, 0.001));
  height: 100%;
  content: "";
  align-items: center;
  width: 35px;
  justify-content: flex-start;
}

.its-scroll-bar__indicator--white.right::after {
  background: linear-gradient(to left, white, white, rgba(255, 255, 255, 0.001));
  justify-content: flex-end;
  content: "";
}

button {
  font-size: 14px;
}

.its-btn,
.its-file__label,
.its-file__view {
  display: -ms-inline-flexbox;
  height: 36px;
  font-size: 14px;
  display: inline-flex;
  white-space: nowrap;
  padding: 0 16px;
  position: relative;
  align-items: center;
  justify-content: center;
  outline: none;
  /* @alternate */
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 8px;
  text-decoration: none;
  transition: font-size 0.3s ease-in-out;
}

.its-btn-big {
  font-size: 18px;
}

.its-btn::-moz-focus-inner,
.its-file__label::-moz-focus-inner,
.its-file__view::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.its-btn:active,
.its-file__label:active,
.its-file__view:active {
  outline: none;
}

.its-btn:hover,
.its-file__label:hover,
.its-file__view:hover {
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.its-btn:hover .its-btn__icon,
.its-file__label:hover .its-btn__icon,
.its-file__view:hover .its-btn__icon {
  font-size: 110%;
}

.its-btn--grow {
  flex-grow: 1;
}

.its-btn:disabled,
.its-file__label:disabled,
.its-file__view:disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.its-btn__label {
  flex-grow: 1;
  text-align: center;
  order: 0;
}

.its-btn__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: -8px;
  margin-left: 4px;
  vertical-align: top;
  line-height: 1;
  text-align: center;
  order: 0;
}

.its-btn--left .its-btn__icon {
  order: -1;
  margin-left: -8px;
  margin-right: 4px;
}

.its-btn__long {
  min-width: 150px;
}

.its-btn__longer {
  min-width: 220px;
}

.its-btn.file-upload:before,
.file-upload.its-file__label:before,
.file-upload.its-file__view:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../frontend/c4u/child/en_GB/images/upload-icon.png) left;
  background-size: cover;
  margin-right: 8px;
}

.its-cta:hover {
  background: #cf007b !important;
}

.its-list,
.its-ugc ul {
  display: flex;
  margin: 5px 12px 16px;
  flex-wrap: wrap;
}

.its-list.padded li,
.its-ugc ul.padded li {
  padding-bottom: 15px;
}

.its-list li,
.its-ugc ul li {
  width: 100%;
}

.its-list li:before,
.its-ugc ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #ec008c;
  padding-right: 8px;
  display: flex;
  padding-top: 3px;
  font-size: 90%;
}

.its-list--ticks li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #ec008c;
}

.its-list--brand li,
.its-ugc ul li {
  position: relative;
  padding-left: 25px;
}

.its-list--brand li:before,
.its-ugc ul li:before {
  content: "";
  background: url("../../frontend/c4u/child/en_GB/images/c4u-bullet.png") no-repeat top;
  width: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
}

.its-input-text {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  color: #303030;
}

.its-input-text__label {
  display: none;
}

.its-input-text__input {
  height: 42px;
  padding: 0 38px 0 12px;
  border-radius: 8px;
  border: solid 1px rgba(85, 135, 175, 0.1);
  width: 100%;
  font-size: 16px;
  align-self: center;
  color: #303030;
}

.its-input-text__input:focus {
  outline: none;
}

.its-input-text--left .its-input-text__input {
  padding: 0 12px 0 38px;
}

.its-input-text__input[disabled] {
  opacity: 0.8;
}

.its-input-text__icon {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 12px;
  left: auto;
  z-index: 2;
  top: 50%;
  color: #303030;
  transform: translateY(-50%);
  font-size: 20px;
}

button.its-input-text__icon {
  cursor: pointer;
}

.its-input-text--left .its-input-text__icon {
  left: 12px;
  right: auto;
}

.its-input-text__icon__item {
  transition: font-size 0.3s ease-in-out;
}

.its-input-text:hover .its-input-text__icon__item {
  font-size: 110%;
}

.its-font-s--30 {
  font-size: 30px;
}

.its-font-s--20 {
  font-size: 20px;
}

.its-font-s--13 {
  font-size: 13px;
}

.its-font-s--12 {
  font-size: 12px;
}

.its-font-s--h3 {
  font-size: 16px;
}

.its-font-s--p {
  font-size: 14px;
}

/* variants */

.its-font-v--norm {
  font-variant: normal;
}

.its-font-v--arrow {
  display: flex;
  align-items: center;
  width: 100%;
}

.its-font-v--arrow:before {
  background-image: url("../../frontend/c4u/child/en_GB/images/brand/gradient-arrow-bullet.svg");
  content: "";
  height: 100%;
  flex: 0 0 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: calc(100% - 14px);
  display: inline-block;
}

.its-font-v--arrow__inner {
  flex-grow: 1;
}

.its-font-v--lines {
  position: relative;
  z-index: 1;
}

.its-font-v--lines:before {
  position: absolute;
  border-top: 2px solid;
  content: "";
  margin: 0 auto;
  top: 50%;
  left: -25%;
  bottom: 0;
  width: 20%;
  max-width: 150px;
  z-index: -1;
}

.its-font-v--lines.px-1:before {
  border-top: 1px solid;
}

.its-font-v--lines:after {
  position: absolute;
  border-top: 2px solid;
  content: "";
  margin: 0 auto;
  top: 50%;
  right: -25%;
  bottom: 0;
  width: 20%;
  max-width: 100px;
  z-index: -1;
}

.its-font-v--lines.px-1:after {
  border-top: 1px solid;
}

.its-font-l--30 {
  line-height: 30px;
}

.its-font-l--12 {
  line-height: 1.2;
}

.its-font-l--15 {
  line-height: 1.5;
}

/* headings included the slightly responsive ones */

.its-font-h--1 {
  font-size: 36px;
}

.its-font-h--2 {
  font-size: 20px;
}

.its-font-h--3 {
  font-size: 16px;
}

.its-font-h--4 {
  font-size: 14px;
}

.its-font-h--5 {
  font-size: 10px;
}

.its-font-h--r1 {
  font-size: 28px;
  font-weight: 700;
}

.its-font-h--r2 {
  font-size: 24px;
}

.its-font-h--r3 {
  font-size: 18px;
}

.its-font-h--r4 {
  font-size: 18px;
}

.its-font-h--r5 {
  font-size: 14px;
}

.its-font-h--r6 {
  font-size: 12px;
}

.its-font-h--r7 {
  font-size: 10px;
}

.its-font-h--t16-m14 {
  font-size: 14px;
}

.its-font-h--15 {
  font-size: 15px;
}

.its-font-h--16 {
  font-size: 16px;
}

/* font weights */

.its-font-w {
  font-weight: 800;
}

.its-font-w--700 {
  font-weight: 700;
}

.its-font-w--600 {
  font-weight: 600;
}

.its-font-w--500,
.patient-agreement-wrapper h4 {
  font-weight: 500;
}

.its-font-w--400 {
  font-weight: 400;
}

.its-font-w--300 {
  font-weight: 300;
}

.its-font-w--200 {
  font-weight: 200;
}

.its-breadcrumbs {
  flex-wrap: wrap;
  display: -ms-inline-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  -ms-flex-align: center;
  border: none;
  outline: none;
  /* @alternate */
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  text-decoration: none;
  flex: 1 1 100%;
}

.its-breadcrumbs__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 4px;
}

.its-breadcrumbs__item:hover {
  background: rgba(115, 206, 222, 0.25);
}

.its-breadcrumbs__item:hover .its-breadcrumbs__item__link__icon {
  color: #597fa3;
}

.its-breadcrumbs__item__link__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: -2px;
  display: none;
}

.its-breadcrumbs__item::after {
  content: ">";
  margin-left: 8px;
}

.its-breadcrumbs__item:last-child::after {
  content: "";
  margin-left: 0;
}

.its-brand__arrow {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  overflow: hidden;
  max-width: 15%;
}

.its-brand__arrow__inner {
  height: calc(100% - 100px);
  max-height: 300px;
  min-height: 70px;
}

.its-brand__arrow__inner img {
  transform: translateX(-40%);
  max-height: 100%;
  height: 100%;
}

.its-brand__arrow--small {
  position: absolute;
  top: 0;
  height: 90px;
  left: 0;
  align-items: center;
  overflow: hidden;
  max-width: 35%;
}

.its-brand__arrow--small__inner {
  height: 100%;
  max-height: 90px;
  min-height: 70px;
}

.its-brand__arrow--small__inner img {
  transform: translateX(-30%);
  max-height: 100%;
  height: 100%;
}

.its-brand__image--overlay {
  position: relative;
  display: flex;
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 150, 179, 0.5), rgba(191, 2, 111, 0.5));
  align-items: flex-start;
}

.its-brand__image--overlay img:not(.color) {
  filter: grayscale(100%);
  mix-blend-mode: overlay;
  height: auto;
}

.its-brand__triangle {
  flex: 1 1 100%;
  width: 100%;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  justify-content: center;
  display: flex;
  border-top: solid 1px #eef3f7;
  position: relative;
  margin-top: 30px;
}

.its-brand__triangle::after,
.its-brand__triangle::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.its-brand__triangle::after {
  border-color: rgba(238, 243, 247, 0);
  border-bottom-color: #fff;
  border-width: 24px;
  margin-left: -24px;
}

.its-brand__triangle::before {
  border-color: rgba(238, 243, 247, 0);
  border-bottom-color: #eef3f7;
  border-width: 26px;
  margin-left: -26px;
}

.its-brand__triangle.its-brand__triangle--down::after,
.its-brand__triangle.its-brand__triangle--down::before {
  bottom: auto;
  top: 100%;
}

.its-brand__triangle.its-brand__triangle--down::after {
  border-bottom-color: rgba(238, 243, 247, 0);
  border-top-color: #fff;
}

.its-brand__triangle.its-brand__triangle--down::before {
  border-bottom-color: rgba(238, 243, 247, 0);
  border-top-color: #eef3f7;
}

.selected > .its-brand__triangle {
  max-height: 200px;
}

.its-brand__triangle--expanded {
  max-height: none;
  border: solid 1px #eef3f7;
  border-radius: 34px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.its-ugc {
  font-size: 16px;
}

.its-ugc h1,
.its-ugc h2,
.its-ugc h3,
.its-ugc h4 {
  color: #00a0bf;
}

.its-ugc h1,
.its-ugc h2,
.its-ugc h3,
.its-ugc h4,
.its-ugc p,
.its-ugc li {
  padding-bottom: 10px;
}

.its-ugc p {
  font-size: 16px;
}

.its-ugc a {
  font-size: unset;
}

.its-ugc h1 {
  font-size: 36px;
  font-weight: 600;
}

.its-ugc h2 {
  font-size: 20px;
  font-weight: 600;
}

.its-ugc h3 {
  font-size: 16px;
}

.its-ugc h4 {
  font-size: 14px;
}

.its-input-group {
  display: flex;
  justify-content: flex-start;
}

.its-input-group .control:not(:last-child) {
  margin-right: -1px;
}

.its-input-group .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.its-input-group .control button,
.its-input-group .control .its-input-group-btn,
.its-input-group .control input,
.its-input-group .control select {
  border: none;
  height: 100%;
}

.its-input-group .control:last-child:not(:only-child) button,
.its-input-group .control:last-child:not(:only-child) select,
.its-input-group .control:last-child:not(:only-child) input,
.its-input-group .control:last-child:not(:only-child) .its-input-group-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.its-input-group .control:first-child:not(:only-child) button,
.its-input-group .control:first-child:not(:only-child) select,
.its-input-group .control:first-child:not(:only-child) input,
.its-input-group .control:first-child:not(:only-child) .its-input-group-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.itl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  content-visibility: auto;
  align-items: center;
}

.loaded .itl-container,
.content-visibility-visible .itl-container {
  content-visibility: visible;
}

.itl-container.content-visibility-top {
  content-visibility: visible;
}

.itl-container.content-visibility-middle {
  content-visibility: visible;
}

.itl-container.page-header,
.itl-container.itl-header__item__bottom,
.itl-container.no-containment {
  content-visibility: visible;
}

.itl-container__inner,
.itl-container__inner__small {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}

.itl-container__inner--pad,
.itl-container__inner__small--pad {
  padding: 0 10px;
}

.itl-container__inner {
  max-width: 1140px;
}

.itl-container__inner__small {
  max-width: 830px;
}

.itl-container__inner__medium {
  max-width: 1025px;
}

body {
  -webkit-overflow-scrolling: touch;
}

html,
body {
  height: 100%;
}

.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-wrapper .page-main {
  flex-grow: 1;
}

.page-wrapper .page-footer {
  margin-top: auto;
}

.w--100 {
  width: 100%;
}

.mw--300x {
  max-width: 300px;
}

.h--qty {
  height: 42px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-autoheight {
  height: auto;
}

/* hides and shows block based on screen size */

.itd-v--menu {
  display: flex;
}

.itd-v--menu--full {
  display: none;
}

.itd-anim--xw-xh {
  transition: max-width 0.3s ease-in-out, max-height 0.3s ease-in-out;
  overflow: hidden;
}

.itd-anim--nw-nh {
  transition: min-width 0.3s ease-in-out, min-height 0.3s ease-in-out;
  overflow: hidden;
}

.itd-anim--exit-right {
  transition: left 1s ease-in-out, transform 1s ease-in-out, right 1s ease-in-out;
  overflow: hidden;
}

.itd-anim--exit-right.selected {
  right: -100px !important;
  transform: rotate(180deg);
}

.itd-anim--exit-left {
  transition: left 1s ease-in-out, transform 1s ease-in-out, right 1s ease-in-out;
  overflow: hidden;
}

.itd-anim--exit-left.selected {
  left: -100px !important;
  transform: rotate(180deg);
}

.itd-anim--transform {
  transition: transform 0.3s ease-in-out;
}

.itd-anim--transform--after::after {
  transition: transform 0.3s ease-in-out;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes bounce_dot {
  0% {

  }

  50% {
    background-color: #01a0c0;
    transform: scale(1.15);
  }

  100% {
    transform: scale(0.9);
  }
}

.itc-shadows {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.itc-shadows:hover {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.16);
}

.itc-shadows--even {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 1px 1px 7px rgba(0, 0, 0, 0.12);
}

.itc-shadows--consultation {
  box-shadow: 0 0 9px rgba(182, 181, 182, 0.3);
}

.itc-btn {
  background-color: #ec008c;
  color: white;
}

.itc-btn.error {
  background-color: #303030;
}

.itc-btn--blue-dark {
  background-color: #597fa3;
  color: white;
}

.its-icon {
  position: relative;
}

.its-icon::after {
  border-radius: 50%;
  transition: font-size 0.3s ease-in-out;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.its-icon.its-icon--abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.its-icon.its-icon--abs::after {
  display: flex;
  justify-content: center;
  align-items: center;
}

.its-icon.its-icon--inline {
  display: inline-block;
  width: auto;
  height: auto;
}

.its-icon.its-icon--inline::after {
  position: static;
  display: inline-block;
}

.its-icon.its-icon--button {
  width: 34px;
  min-height: 34px;
  display: flex;
  font-size: 18px;
  line-height: 34px;
  align-self: center;
}

.its-icon:not(.fixed):hover::after {
  font-size: 120%;
}

.its-icon__bubble {
  position: absolute;
  border: solid 1px rgba(85, 135, 175, 0.1);
  right: 0;
  top: -8px;
  border-radius: 50%;
  color: #00a0bf;
  z-index: 2;
  background-color: #eef3f7;
  display: inline-flex;
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 10px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.its-icon__bubble::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}

.its-icon.btn::after {
  background-color: #ec008c;
}

.its-icon.amex::after {
  color: #007bc1;
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
}

.its-icon.amex-bg::after {
  background-color: #007bc1;
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
}

.its-icon.amazonpay::after {
  color: #ff9900;
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
}

.its-icon.visa::after {
  color: #0157a2;
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
}

.its-icon.mastercard::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  color: #0a3a82;
}

.its-icon.facebook::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  color: #3b5998;
}

.its-icon.twitter::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  color: #55acee;
}

.its-icon.instagram::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  color: #3f729b;
}

.its-icon.facebook-bg::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  background-color: #3b5998;
}

.its-icon.twitter-bg::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  background-color: #55acee;
}

.its-icon.instagram-bg::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  background-color: #3f729b;
}

.its-icon.googleplay::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  color: #3ddc84;
}

.its-icon.appstore::after {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  color: #2196F3;
}

.its-icon.guides::after {
  content: "";
}

.its-icon.questions::after {
  content: "";
}

.its-icon.info::after {
  content: "";
}

.its-icon.info-i::after {
  content: "";
}

.its-icon.email::after {
  content: "";
}

.its-icon.tags::after {
  content: "";
}

.its-icon.tick::after {
  content: "";
}

.its-icon.tag::after {
  content: "";
}

.its-icon.search::after {
  content: "";
  color: #303030;
  background-color: #eef3f7;
}

.its-icon.description::after {
  content: "";
}

.its-icon.warning::after {
  content: "";
}

.its-icon.alcohol::after {
  content: "";
}

.its-icon.food::after {
  content: "";
}

.its-icon.baby::after {
  content: "";
}

.its-icon.list::after {
  content: "";
}

.its-icon.external-link::after {
  content: "";
}

.its-icon.star::after {
  content: "";
}

.its-icon.star-half::after {
  content: "";
}

.its-icon.times::after {
  content: "";
}

.its-icon.arrow-right::after {
  content: "";
}

.its-icon.pil::after {
  content: "";
}

.its-icon.user {
  margin-right: 5px;
}

.its-icon.user::after {
  content: "";
  background-color: #00a0bf;
}

.its-brand__circle::after {
  background: url("../../frontend/c4u/child/en_GB/images/menu-circle-250.png") no-repeat 0px 0;
  background-size: 150px;
  content: "";
  position: absolute;
  width: 150px;
  bottom: -70px;
  left: -30px;
  height: 150px;
  border-radius: 50px;
  animation: spin 4.5s linear infinite;
}

.its-input {
  border-radius: 25px;
  display: flex;
  width: 100%;
  max-width: 300px;
  background-color: #eef3f7;
  border: solid 1px rgba(85, 135, 175, 0.1);
  height: 36px;
  position: relative;
}

.its-input input:focus {
  outline: none;
}

.its-input__label {
  display: none;
}

.its-input__input {
  background-color: transparent;
  padding: 0 5px 0 15px;
  border: none;
  width: calc(100% - 34px);
  font-size: 16px;
  color: #303030;
}

.its-input__button {
  border: none;
  background: transparent;
}

.its-box {
  display: flex;
  border: 1px solid #eef3f7;
  border-radius: 30px;
  padding: 16px;
  background: white;
  flex-wrap: wrap;
  align-content: flex-start;
}

.its-box:hover {
  border-color: #72cddf;
}

.its-box--grow {
  height: 100%;
}

.its-box__header {
  flex: 1 1 100%;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 8px;
}

.its-box__body {
  flex: 1 1 100%;
}

.its-box__body p {
  font-size: 14px;
}

.its-box__body ul {
  margin: 5px 0;
}

.its-box__body li {
  font-size: 12px;
  padding-bottom: 8px;
}

.its-button {
  padding: 10px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

.its-button--input {
  padding: 0;
  line-height: 40px;
  border: 0;
  min-height: 36px;
}

.its-button--inline {
  display: inline-block;
  text-align: left;
}

.its-button--inline--icon-right {
  padding-right: 10px;
  padding-left: 30px;
}

.its-button--inline--icon-left {
  padding-left: 10px;
  padding-right: 30px;
}

.its-button.grow {
  flex: 1 0 auto;
}

.its-button__label {
  flex-grow: 1;
  text-align: center;
}

.itl-sticky__footer__item--hidden {
  position: absolute;
  left: -9999px;
}

.mobile_app_img {
  display: none !important;
}

.itl-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.itl-footer::after {
  left: auto;
  right: -30px;
  bottom: -90px;
}

.itl-footer .its-button__label,
.itl-footer .itl-footer__header__inner__links__item {
  font-size: 16px;
}

.itl-footer .itl-footer__header__inner__links__item a {
  color: inherit;
}

.itl-footer img {
  max-width: 100%;
  -ms-flex: 0 0 auto;
}

.itl-footer__newsletter {
  background: #eef3f7;
  min-height: 120px;
  display: flex;
  position: relative;
  padding: 30px 20px 40px;
}

.itl-footer__newsletter__inner {
  z-index: 2;
  justify-content: center;
  padding: 0;
}

.itl-footer__newsletter__inner .its-input-group {
  width: 450px;
  max-width: 100%;
}

.itl-footer__newsletter__inner__heading {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  color: #00a0bf;
}

.custom-newsletter.modal-popup .modal-header,
.custom-newsletter-success.modal-popup .modal-header {
  padding: 0;
}

.custom-newsletter.modal-popup .modal-header .action-close,
.custom-newsletter-success.modal-popup .modal-header .action-close {
  right: -10px;
  top: -10px;
}

.custom-newsletter.modal-popup .modal-content,
.custom-newsletter-success.modal-popup .modal-content {
  padding: 0;
}

.custom-newsletter .modal-inner-wrap,
.custom-newsletter-success .modal-inner-wrap {
  max-width: 800px;
}

.custom-newsletter .modal-inner-wrap .modal-content,
.custom-newsletter-success .modal-inner-wrap .modal-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  background-color: white;
}

.custom-newsletter.modal-popup.modal-slide .modal-footer {
  padding-top: 0;
  border-top: none;
  text-align: center;
}

.custom-newsletter.modal-popup.modal-slide .modal-footer .action {
  width: 150px;
  height: 42px;
}

.custom-newsletter .modal-inner-wrap .newsletter-head {
  padding-top: 40%;
  color: white;
  background-image: url("../../frontend/c4u/child/en_GB/Innox_Marketing/images/modalbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top -37px center;
  position: relative;
}

.custom-newsletter .modal-inner-wrap .newsletter-head__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.custom-newsletter .modal-inner-wrap .newsletter-head__title {
  font-size: 150px;
  font-size: max(min(120px, 8vw), 50px);
  white-space: nowrap;
  line-height: 1.2;
}

.custom-newsletter .modal-inner-wrap .newsletter-head__subtitle {
  white-space: nowrap;
  font-size: 35px;
  font-size: max(min(24px, 2vw), 16px);
  text-align: center;
}

.custom-newsletter .modal-inner-wrap .newsletter-popup-form {
  padding: 30px 7%;
}

.custom-newsletter .modal-inner-wrap .newsletter-popup-form .field.note {
  margin-top: 30px;
}

.custom-newsletter-success.modal-popup.modal-slide .modal-footer {
  border-top: none;
  text-align: center;
}

.custom-newsletter-success.modal-popup.modal-slide .modal-footer .action {
  width: 150px;
  height: 42px;
}

.custom-newsletter-success .newsletter-success-head {
  padding-top: 56%;
  color: white;
  background-image: url("../../frontend/c4u/child/en_GB/Innox_Marketing/images/modalsuccessbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.custom-newsletter-success .newsletter-success-head__inner {
  position: absolute;
  min-width: 250px;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 700px;
  transform: translate(-50%, -50%);
}

.custom-newsletter-success .newsletter-success-head__title {
  font-size: 150px;
  margin: 15px 0;
  font-size: max(min(60px, 6vw), 50px);
  white-space: nowrap;
  line-height: 1.2;
}

.custom-newsletter-success .newsletter-success-head__title span {
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 15px;
  display: inline-block;
}

.custom-newsletter-success .newsletter-success-head__subtitle {
  font-size: 35px;
  font-size: max(min(24px, 3vw), 16px);
  text-align: center;
}

.custom-newsletter-success .newsletter-success-head__subtitle.hyperlink {
  text-decoration: underline;
}

.itl-footer__header {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
  background-color: #01a0c0;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.itl-footer__header__inner {
  /*
        &.scroll-left &__scroll.left::after {
          display: block;
        }

        &.scroll-right &__scroll.right::after {
          display: block;
        }


        &__scroll {
          display: inline-block;


          &::after {
            position: absolute;
            @include fontawesome($icon-chevron-left);
            left: 0px;
            top: 0;
            width: 25px;
            line-height: 45px;
            padding-left: 4px;
            text-align: left;
            z-index: 2;
            background: linear-gradient(to right, $color-cyan-dark-100, transparent);
            //border: solid 1px $color-cyan-dark-100;
            color: white;
            display: none;
          }

          &.right::after {
            @include fontawesome($icon-chevron-right);
            left: auto;
            padding-left: 4px;
            padding-right: 4px;
            right: 0;
            text-align: right;
            background: linear-gradient(to left, $color-cyan-dark-100, transparent)

          }


        } // end scroll

        */
}

.itl-footer__header__inner__links {
  display: flex;
  margin-left: 0px;
  justify-content: space-around;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow-y: hidden;
  padding: 0 20px;
  position: relative;
  scroll-behavior: smooth;
  test: 1;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.itl-footer__header__inner.scroll-left .itl-footer__header__inner__links,
.itl-footer__header__inner.scroll-right .itl-footer__header__inner__links {
  justify-content: space-between;
}

.itl-footer__header__inner__links__item {
  padding: 0 15px;
  line-height: 45px;
  font-size: 14px;
  color: white;
  white-space: nowrap;
}

.itl-footer__header__inner__links__item:nth-child(1) {
  padding-left: 0;
}

.itl-footer__header__inner__links__item:nth-last-child(1) {
  padding-right: 0;
}

.itl-footer__header--body {
  background: none;
}

.itl-footer__container {
  /*
      justify-content: space-around;
      //background: $color-grey-medium;
      padding: 20px 20px 30px 0px;
      width: 100%;
      display: grid;
      grid-gap: 1rem;
      grid-auto-flow: dense;
      grid-template-areas:
              "menu-1"
              "menu-2"
              "menu-3"
              "pharmacy-logos"
              "contact-us"
              "payment";

      grid-template-columns: minmax(120px, 1fr);

      @media screen and (min-width: $media-mobile-wide - 70) {

        grid-template-areas: "menu-1 contact-us" "menu-2 pharmacy-logos" "menu-3 pharmacy-logos" "payment payment";
        grid-template-columns: repeat(2, minmax(120px, 1fr));
      }

      @media screen and (min-width: $media-tablet) {

        grid-template-areas: "menu-1 contact-us menu-2 menu-3" "pharmacy-logos pharmacy-logos payment payment";
        grid-template-columns: repeat(4, minmax(120px, 1fr));

        .itl-footer__item--payment {
          justify-content: flex-end;
        }


      }

      .no-cssgrid & {
        display: flex;
        margin-left: -20px;
        margin-top: -20px;
        flex-wrap: wrap;


      }


       */
  /*
      &::after {
        content: "";
        bottom: 0;
        left: 0;
        width: 150px;
        height: 150px;
        background: url(../../frontend/c4u/child/en_GB/css/$image-footer-mobile-app) no-repeat bottom left;
        position: absolute;
      }*/
}

.itl-footer__item {
  color: #303030;
  line-height: 29px;
  font-size: 14px;
}

.itl-footer__item--title {
  color: white;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.itl-footer__item ul li {
  padding-bottom: 0;
  margin-bottom: 7px;
}

.itl-footer__item ul li a {
  color: white;
}

.no-cssgrid .itl-footer__item,
.itl-footer__item .cssgridlegacy {
  flex: 1 1 150px;
  margin-left: 20px;
  margin-top: 20px;
}

.itl-footer__item li,
.itl-footer__item h3,
.itl-footer__item h4,
.itl-footer__item a {
  padding-bottom: 5px;
}

.itl-footer__item a {
  color: white;
}

.itl-footer__item--h3 {
  font-size: 14px;
}

.itl-footer__item--h4 {
  font-size: 14px;
  color: #01a0c0;
}

.itl-footer__item .its-icon.pay {
  width: 51px;
  height: 60px;
  font-size: 45px;
  line-height: 60px;
}

.itl-footer__item--shop {
  grid-area: shop;
}

.itl-footer__item--clinic {
  grid-area: clinic;
}

.itl-footer__item--support {
  grid-area: support;
}

.itl-footer__item--customer {
  grid-area: customer;
}

.itl-footer__item--customer .email-block {
  display: flex;
}

.itl-footer__item--customer .email-block__icon {
  margin-right: 10px;
  font-size: 26px;
  line-height: 1;
}

.itl-footer__item--customer .email-block__label {
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 2px;
}

.itl-footer__item--customer .social-block {
  margin-top: 25px;
}

.itl-footer__item--customer .social-block span {
  font-size: 24px;
  margin-right: 10px;
}

.itl-footer__item--prescription {
  grid-area: prescription;
}

.itl-footer__item--prescription a {
  font-size: 16px;
  font-weight: 600;
}

.itl-footer__item--responsible {
  grid-area: responsible;
}

.itl-footer__item--responsible a {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.itl-footer__item--responsible a i {
  font-size: 16px;
  margin-right: 5px;
}

.itl-footer__item--responsible a.pharma-link {
  background: #4dbdd1;
}

.itl-footer__item--responsible a.register-link {
  border: 1px solid #4dbdd1;
}

.itl-footer__item--payment {
  grid-area: payment;
  display: flex;
}

.itl-footer__item--payment--icon svg {
  transition: width 0.3s;
  transform-origin: left top;
}

.itl-footer__item--payment--icon svg:hover {
  width: 55px;
}

.itl-footer__item--payment--icon .icon-visa-icon {
  --color4: transparent;
}

.itl-footer__item--payment__inner {
  display: flex;
  margin-left: -10px;
  margin-top: 0;
  flex-wrap: wrap;
}

.itl-footer__item--payment__inner > * {
  margin-left: 10px;
}

.itl-footer__item--app {
  grid-area: app;
}

.itl-footer__item--app img {
  -o-object-fit: contain;
  object-fit: contain;
}

.itl-footer__item--app__inner {
  display: flex;
  flex-wrap: wrap;
}

.itl-footer__body {
  padding: 30px 0 20px;
  width: 100%;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-auto-flow: dense;
  grid-template-areas: "shop" "clinic" "support" "prescription" "payment" "customer" "responsible" "app";
  /*
            &::after {
              content: "";
              bottom: 0;
              left: 0;
              width: 150px;
              height: 150px;
              background: url(../../frontend/c4u/child/en_GB/css/$image-footer-mobile-app) no-repeat bottom left;
              position: absolute;
            }*/
}

.no-cssgrid .itl-footer__body {
  display: flex;
  margin-left: -20px;
  margin-top: -20px;
  flex-wrap: wrap;
}

.copyright-wrapper {
  padding: 30px 0;
  border-top: 1px solid #4dbdd1;
  color: white;
}

.copyright-wrapper a {
  color: white;
}

.copyright-wrapper p {
  line-height: 28px;
}

.after_footer .pharma-img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.after_footer__link {
  padding: 0 9px 0 4px;
  display: inline-block;
}

.after_footer__link:not(:last-child) {
  border-right: 1px solid white;
}

.itl-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1001;
  background: white;
}

.itl-header.fixed {
  position: sticky;
}

.itl-header .itl-container__inner {
  padding: 0 5px;
}

.absolute {
  position: absolute;
}

.h-0 {
  height: 0;
}

.top-0 {
  top: 0;
}

.w-full {
  width: 100%;
}

.itl-header__bar {
  background-color: #eef3f7;
  width: 100%;
}

.itl-header__bar.sticky {
  display: none;
}

.itl-header__bar__inner {
  width: 100%;
  display: flex;
  height: 40px;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.itl-header__bar__inner * {
  box-sizing: border-box;
}

.itl-header__bar__inner.loaded {
  flex-wrap: nowrap;
}

.itl-header__bar__inner__item {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.itl-header__bar__inner__item strong {
  font-weight: bold;
}

.itl-header__bar__inner__item .trustpilot-widget {
  width: 300px;
  height: 20px;
}

.itl-header__bar__inner__item .its-glyph {
  color: #048ba9;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  display: flex;
  min-width: 40px;
}

.itl-header__bar__inner__item .its-glyph img {
  max-height: 40px;
  min-height: 28px;
}

.itl-header__bar__inner__item .its-glyph i {
  font-size: 22px;
}

.itl-header__bar__inner__item .its-glyph .icon-discreet-ackaging-icon {
  font-size: 26px;
  width: 26px;
  height: 26px;
}

.itl-header__bar__inner__item .its-glyph .icon-Delivery-icon {
  width: 37px;
  height: 22px;
}

.itl-header__bar__inner__item .its-glyph .icon-pharmacy-icon {
  width: 22px;
  height: 22px;
}

.itl-header__bar__inner__item.current {
  placeholder: "";
}

.itl-header__bar__inner__item.shrink {
  max-width: 0;
  min-width: 0;
  border: 0;
}

.itl-header__container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 300px;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 55px;
}

.itl-header {
  background: #01a0c0;
}

.itl-header__item {
  flex: 1 1 0%;
  margin-left: 10px;
}

.itl-header__item__top {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
}

.itl-header__item__bottom {
  position: relative;
}

.itl-header__item__menu {
  display: flex;
  align-items: center;
}

.itl-header__item__login-basket {
  display: flex;
  padding-right: 10px;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}

.itl-header__item__login-basket .its-icon--button {
  margin-right: 0;
}

.itl-header__item__login-basket > li.authorization-link > a,
.itl-header__item__login-basket > li.customer-welcome {
  color: white;
  padding-right: 5px;
  background: #00a0bf;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.itl-header__item__login-basket > li.authorization-link > a .authorization-link__icon,
.itl-header__item__login-basket > li.customer-welcome .authorization-link__icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.itl-header__item__login-basket > li.authorization-link > a:before,
.itl-header__item__login-basket > li.customer-welcome:before {
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transition: font-size 0.3s ease-in-out;
}

.itl-header__item__login-basket > li.authorization-link > a:hover:before,
.itl-header__item__login-basket > li.customer-welcome:hover:before {
  font-size: 24px;
}

.itl-header__item__login-basket > li.authorization-link {
  position: relative;
}

.itl-header__item__login-basket > li.authorization-link > a span {
  display: block;
}

.itl-header__item__login-basket > li.authorization-link > a span.authorization-link__label {
  padding-top: 8px;
  display: none;
}

.itl-header__item__login-basket > li.customer-welcome {
  font-size: 20px;
}

.itl-header__item__login-basket > li.customer-welcome button,
.itl-header__item__login-basket > li.customer-welcome .customer-welcome-text {
  display: none;
}

.itl-header__item__login-basket > li.customer-welcome .customer-name {
  outline: none;
  padding-top: 8px;
  white-space: nowrap;
  cursor: pointer;
  display: none;
}

.itl-header__item__login-basket > li.customer-welcome .customer-name-mobile i {
  font-size: 12px;
  display: block;
}

.itl-header__item__login-basket > li.customer-welcome .customer-menu {
  display: none;
  position: absolute;
  right: 0;
  color: #303030;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  top: 100%;
  background: white;
  border-radius: 25px;
  padding: 10px 5px;
}

.itl-header__item__login-basket > li.customer-welcome .customer-menu li.greet.welcome {
  display: none;
}

.itl-header__item__login-basket > li.customer-welcome .customer-menu li a {
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  display: block;
  white-space: nowrap;
}

.itl-header__item__login-basket > li.customer-welcome .customer-menu li a .counter.qty {
  margin-left: 2px;
  font-size: 14px;
  display: inline-block;
  background: #00a0bf;
  color: white;
  border-radius: 8px;
}

.itl-header__item__login-basket > li.customer-welcome .customer-menu li a .counter.qty:not(:empty) {
  padding: 2px 7px;
}

.itl-header__item__login-basket > li.customer-welcome.active .customer-menu {
  display: block;
}

.itl-header__item__login-basket > li.customer-welcome.active .customer-menu .authorization-link__icon {
  display: none;
}

.itl-header__item__login-basket > li.customer-welcome + .authorization-link {
  display: none;
}

.itl-header__item__login-basket .action.showcart {
  display: block;
  color: white;
  padding: 0 5px;
}

.itl-header__item__login-basket .action.showcart span {
  display: block;
}

.itl-header__item__login-basket .action.showcart .its-shipping-label {
  padding-top: 8px;
  display: none;
}

.itl-header__item__login-basket .action.showcart .counter.qty {
  position: relative;
}

.itl-header__item__login-basket .action.showcart .icon-shopping-bag-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.itl-header__item__login-basket .action.showcart .counter-label {
  position: absolute;
  top: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EC008C;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: -10px;
}

.itl-header__item__search {
  position: absolute;
  left: 0;
  bottom: 5px;
  align-items: center;
  display: flex;
  width: 100%;
  padding: 0 5px;
}

.itl-header__item__search--mobile {
  display: none;
  margin-left: 5px;
}

.itl-header__item__search--mobile .icon-search-icon {
  font-size: 20px;
  display: block;
}

.itl-header__item__search .nested {
  display: none;
}

.itl-header__item__search .form.minisearch {
  position: relative;
}

.itl-header__item__search .form.minisearch .action.search {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}

.itl-header__item__search .form.minisearch .action.search .icon-search-icon {
  font-size: 20px;
}

.itl-header__item__search .form.minisearch .action.search [data-role="minisearch-label"] {
  display: none;
}

.itl-header__item__search .form.minisearch .action.search .icon-search-icon:before {
  color: #303030;
}

.itl-header__item__search .form.minisearch .field.search {
  border-radius: 8px;
  height: 42px;
  background-color: #eef3f7;
}

.itl-header__item__search .form.minisearch .field.search .js-search-box {
  border: none;
  height: auto;
}

.itl-header__item__search .form.minisearch .field.search .js-search-box.placeholder {
  color: #6b7280;
}

.itl-header__item__search .form.minisearch .field.search .js-search-box:-moz-placeholder {
  color: #6b7280;
}

.itl-header__item__search .form.minisearch .field.search .js-search-box::-moz-placeholder {
  color: #6b7280;
}

.itl-header__item__search .form.minisearch .field.search .js-search-box::-webkit-input-placeholder {
  color: #6b7280;
}

.itl-header__item__search .form.minisearch .field.search .error {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 10px;
  padding: 8px;
  font-size: 14px;
  background: white;
  border-radius: 15px;
  white-space: nowrap;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.itl-header__item__search .form.minisearch .field.search .error:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
}

.itl-header__item__search .form.minisearch .field.search.toggled {
  visibility: visible;
  max-width: 100%;
  border: solid 1px rgba(85, 135, 175, 0.1);
}

.itl-header__item__search .form.minisearch .field.search.toggled .js-search-box {
  padding: 0 10px;
}

.itl-header__item__search .form.minisearch .search-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  background: #eef3f7;
}

.itl-header__item__search .form.minisearch .search-autocomplete li {
  padding: 5px 10px;
  cursor: pointer;
  text-align: left;
}

.itl-header__item__search .form.minisearch .search-autocomplete li.selected {
  background: #00a0bf;
  color: white;
}

.itl-header__item.right-side {
  display: flex;
  flex-direction: column;
}

.itl-header__item.divider {
  flex: 0 0 auto;
  padding: 0 10px;
}

.itl-header__item.divider img {
  max-height: 100px;
}

.itl-header__item.m-menu {
  align-items: center;
}

.itl-header__item.logo {
  min-width: 100px;
  flex: 1 1 auto;
  max-width: 240px;
  display: flex;
}

.itl-header__item.logo a {
  display: flex;
  padding: 2px 10px;
  flex: 1 1 auto;
  justify-content: center;
}

.itl-header__item.logo a picture {
  display: flex;
}

.itl-header__item.logo a img {
  max-width: 100%;
  align-self: center;
  max-height: 38px;
  -ms-flex: 0 0 auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.its-banner-tags__item__body img {
  -o-object-fit: contain;
  object-fit: contain;
}

.its-banner-content__warning {
  padding: 5px 10px;
  align-items: flex-start;
}

.its-banner-content__warning__inner {
  color: white;
}

.its-banner-content__warning__inner strong {
  font-weight: bold;
}

.its-nav-button {
  display: inline-block;
  width: 34px;
  border-radius: 50%;
  height: 34px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  background: #01a0c0;
}

.its-nav-button.selected span:nth-child(1),
.its-nav-button.selected span:nth-child(6) {
  transform: rotate(45deg);
}

.its-nav-button.selected span:nth-child(2),
.its-nav-button.selected span:nth-child(5) {
  transform: rotate(-45deg);
}

.its-nav-button.selected span:nth-child(1) {
  left: 9px;
  top: 13px;
}

.its-nav-button.selected span:nth-child(2) {
  left: 15px;
  top: 13px;
}

.its-nav-button.selected span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.its-nav-button.selected span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.its-nav-button.selected span:nth-child(5) {
  left: 9px;
  top: 19px;
}

.its-nav-button.selected span:nth-child(6) {
  left: 15px;
  top: 19px;
}

.its-nav-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 10px;
  background: white;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.its-nav-button span:nth-child(even) {
  left: 50%;
  border-radius: 0 50px 50px 0;
}

.its-nav-button span:nth-child(odd) {
  left: 7px;
  border-radius: 50px 0 0 50px;
}

.its-nav-button span:nth-child(1),
.its-nav-button span:nth-child(2) {
  top: 10px;
}

.its-nav-button span:nth-child(3),
.its-nav-button span:nth-child(4) {
  top: 16px;
}

.its-nav-button span:nth-child(5),
.its-nav-button span:nth-child(6) {
  top: 22px;
}

.itl-nav__arrow {
  position: relative;
}

.itl-nav__paged-menu__item--active .itl-nav__paged-menu__item__back .itl-nav__arrow::after {
  transform: rotate(90deg);
}

.itl-nav__close-window {
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 8;
  max-width: 560px;
  width: 100%;
}

.itl-nav__close-window__button {
  position: absolute;
  width: 60px;
  right: 0;
}

.itl-nav__close-window__button::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background-color: #01a0c0;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  color: white;
  line-height: 40px;
  display: inline-block;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12);
}

.itl-nav__paged-menu {
  max-height: 100%;
  height: 100%;
  position: relative;
}

.itl-nav__paged-menu .itd-anim--transform--after::after {
  transition: transform 1s ease-in-out;
}

.itl-nav__paged-menu__item {
  background-color: white;
  left: 0;
  right: 0;
  /*top: 75px; // to show the heading; */
  top: 0;
  position: absolute;
  z-index: 8;
}

.itl-nav__paged-menu__item__browse {
  font-weight: 800;
  width: 100%;
  padding: 0 20px;
}

.itl-nav__paged-menu__item__browse .itl-nav__arrow::after {
  color: white;
}

.itl-nav__paged-menu__item__back {
  color: #ec008c;
}

.itl-nav__paged-menu__item--active {
  max-height: 1000px;
  z-index: 5;
  bottom: 0;
}

.itl-nav__paged-menu__item--active.background {
  top: 0;
}

.itl-nav__paged-menu__item--top {
  /* removed with change to back button
          color: $color-pink-dark-100;
          position: absolute;
          z-index: 2;
          width: calc(100% - 20px);
          background-color: $define-menu-color;
          height: 100%;
          top: 0px;
          padding-left: $define-menu-padding;
          padding-top: $define-menu-top; // offset for menu
          left: 0;
          */
}

.itl-nav__paged-menu__content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  flex-wrap: nowrap;
  max-height: calc(100% - 95px);
  height: 100%;
  align-items: flex-start;
  padding-top: 30px;
}

.background > .itl-nav__paged-menu__content {
  overflow-y: hidden;
}

.itl-nav__paged-menu__content > li {
  font-size: 16px;
}

.itl-nav__paged-menu__content > li > span {
  cursor: pointer;
}

.itl-nav__u1 {
  border-radius: 0 50px 50px 0;
  min-width: 0;
  max-width: 500px;
  transition: min-width 0.3s ease-in-out;
  width: calc(100% - 30px);
  overflow: hidden;
  font-size: 16px;
  scroll-behavior: smooth;
  flex-direction: column;
  background-color: white;
  /* begin level 1 */
}

.itl-nav__u1__footer {
  padding: 40px 0 0 0;
}

.itl-nav__u1__footer__content .itl-nav__u1__footer__content__link {
  color: #ec008c;
  line-height: 40px;
  margin-bottom: 15px;
}

.itl-nav__u1__footer__content .itl-nav__u1__footer__content__link span[class*=icon] {
  font-size: 18px;
}

.itl-nav__u1__content {
  display: flex;
}

.itl-nav__u1__l1 {
  min-width: 120px;
  width: 100%;
  flex: 0 1 0;
  text-align: left;
  font-weight: 600;
  /* end mobile only */
}

.itl-nav__u1__l1__s-l1--1 {
  display: block;
}

.itl-nav__u1__l1__s-l1--2 {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.itl-nav__u1__l1__s-l1--2 i {
  display: none;
}

.itl-nav__u1__l1.selected {
  /* begin mobile only selected */
}

.itl-nav__u1__l1.selected {
  /* begin selected or hover */
}

.itl-nav__u2__inner {
  max-width: 1140px;
  margin: auto;
  position: relative;
  height: 100%;
}

.itl-nav__u2__content {
  display: flex;
}

.itl-nav__u3 {
  justify-content: flex-start;
  z-index: 2;
  background-color: white;
}

.itl-nav__u3__content {
  display: flex;
}

.itl-nav__u4__content {
  display: block;
  max-height: 100%;
  border-radius: 0 50px 50px 0;
  width: 100%;
  padding-bottom: 20px;
  overflow-y: auto !important;
  position: relative;
}

.itl-nav__u4__content::-webkit-scrollbar {
  width: 5px;
  transform: translate3d(250px, 0, 0);
  height: 12px;
}

.itl-nav__u4__content::-webkit-scrollbar-thumb {
  background: #72cddf;
  border-radius: 0px;
}

.itl-nav__paged-menu__item__title--flat {
  color: #1D2755;
  font-size: 20px !important;
  font-weight: 700;
}

.itl-nav__flat-categories__item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.itl-nav__flat-categories__item__title {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  color: #00a0bf;
}

.itl-nav__flat-categories__item__title.link:hover {
  text-decoration: underline;
}

.itl-nav__flat-categories .view-more {
  color: #EC008C;
  font-weight: 700;
  text-decoration: underline;
}

.itl-nav__flat-categories .view-more:hover {
  text-decoration: none;
}

.itl-nav__flat-sub-categories {
  font-weight: 400;
}

.itl-nav__flat-sub-categories__item {
  margin-bottom: 4px;
  padding: 0 !important;
}

.itl-nav__flat-sub-categories__item__title {
  color: #282828;
}

.itl-nav__flat-sub-categories__item__title:hover {
  text-decoration: underline;
}

.itl-nav__images {
  display: none;
  background-color: white;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
}

.itl-nav__images__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.itl-nav__images__inner__img {
  width: 100%;
}

.itl-nav__images__upper,
.itl-nav__images__lower {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 15px);
  border: 7.5px solid #e4f3f8;
  align-items: stretch;
  width: 100%;
}

.itl-nav__images__upper__img,
.itl-nav__images__lower__img {
  flex: 1;
  position: relative;
}

.itl-nav__images__upper__img img,
.itl-nav__images__lower__img img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.itl-nav__images__upper__btn,
.itl-nav__images__lower__btn {
  height: 36px;
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin: 7px 0 0;
}

.itl-nav__images__bottom {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 230px;
  display: none;
}

.itl-nav__images__bottom.with-right-images {
  right: 250px;
}

.itl-nav__images__bottom__mobile {
  display: block;
  bottom: 5px;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
}

.itl-nav__images__bottom__mobile img {
  padding: 5px;
  background-color: #e4f3f8;
}

.itl-nav__images__bottom img {
  max-height: 100px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
  vertical-align: top;
  background-color: #e4f3f8;
}

.itl-nav .unloaded {
  display: none;
}

.itl-nav {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 50px);
  top: 50px;
  left: 0px;
  z-index: 5;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.itl-nav.selected {
  max-width: 100%;
  overflow: visible;
  transform: translateX(0%);
}

.itl-minicart {
  width: 100%;
  display: block;
  border-radius: 8px;
  position: absolute;
  background: white;
  padding: 0 10px;
  left: 0;
  right: 0;
  top: 10px;
  max-height: 90%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  min-height: 200px;
  overflow-x: hidden;
}

.itl-minicart__outer {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  margin: 0 auto;
  max-width: 1140px;
  z-index: 7;
}

.has-banner .itl-minicart__outer {
  top: 100px;
}

.itl-minicart__outer.selected {
  display: block;
}

.itl-minicart__outer #minicart-content-wrapper {
  position: absolute;
  height: 100%;
  width: 70%;
  right: 8px;
}

.itl-minicart__outer .minicart-items-wrapper {
  overflow-x: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.itl-minicart__outer .minicart-items-wrapper .product-image-container {
  width: 78px !important;
}

.itl-minicart.empty .itl-minicart__header {
  padding: 0;
}

.itl-minicart.empty .subtitle.empty {
  white-space: nowrap;
  padding: 30px 20px 0;
  text-align: center;
  display: block;
}

.itl-minicart .subtitle.empty {
  padding: 0;
  display: block;
  text-align: center;
}

.itl-minicart .its-qty {
  border-width: 2px;
  background: white;
  border-color: #dde1e4;
}

.itl-minicart .its-qty__input {
  border-color: #eef3f7;
}

.itl-minicart .its-qty .its-qty__toggle {
  color: #303030;
}

.itl-minicart .its-qty .its-qty__toggle:hover,
.itl-minicart .its-qty .its-qty__toggle:focus {
  background: #b7e9f2;
}

.itl-minicart__header,
.itl-minicart__body,
.itl-minicart__footer,
.itl-minicart__recommendations {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
}

.itl-minicart__header {
  padding: 30px 10px 30px;
  position: relative;
}

.itl-minicart__header__close {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  max-width: 920px;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: right;
}

.itl-minicart__header__close button {
  background: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #00a0bf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background: white;
  top: 0px;
  right: -9px;
  z-index: 5;
}

.itl-minicart__header__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00a0bf;
  text-align: center;
  font-size: 22px;
}

.itl-minicart__header__item {
  flex: 1 1 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.itl-minicart__header__item__middle {
  flex-grow: 1;
}

.itl-minicart__header__item__middle .amazon-pay-section {
  width: 180px;
  margin: 0px 20px 0px;
}

.itl-minicart__header__item__middle .amazon-pay-section #PayWithAmazon-,
.itl-minicart__header__item__middle .amazon-pay-section #minicart-amazon-pay-button {
  width: 100% !important;
}

.itl-minicart__header__item__middle .amazon-pay-section #minicart-amazon-pay-button {
  position: relative;
  top: 6px;
}

.itl-minicart__header__item__middle .amazon-pay-section #minicart-amazon-pay-button .amazon-divider {
  display: none;
}

.itl-minicart__header__item__middle .amazon-pay-section #minicart-amazon-pay-button .amazon-button-column #PayWithAmazon-Cart {
  max-width: 100%;
}

.itl-minicart__header__item__middle .amazon-pay-section #minicart-amazon-pay-button .amazon-button-column #PayWithAmazon-Cart > [id*=ui-id] {
  max-width: 180px;
}

.itl-minicart__header__item__middle .amazon-pay-section #minicart-amazon-pay-button .amazon-button-column.amazon-button-column-tooltip {
  margin-left: 10px;
  position: absolute;
  left: 100%;
  top: 3px;
  margin-left: 5px;
}

.itl-minicart__header__item__middle .amazon-pay-section .amazon-button-container-v2 {
  display: flex;
  align-items: flex-start;
}

.itl-minicart__header__item__middle .amazon-pay-section .field-tooltip {
  right: auto;
  top: 0;
}

.itl-minicart__header__item .cart-btn {
  margin-right: 10px;
}

.itl-minicart__header__item__right {
  margin-top: 0px;
  justify-content: flex-end;
  display: flex;
}

.itl-minicart__header__item__right__inner button {
  width: 160px;
}

.itl-minicart__header__item__left {
  margin-top: 0px;
  font-size: 20px;
  display: flex;
}

.itl-minicart__header__item__left > span {
  padding-right: 5px;
  white-space: nowrap;
}

.itl-minicart__body {
  border-radius: 8px;
  overflow: hidden;
  justify-content: space-between;
}

.itl-minicart__body__top {
  flex: 1 1 100%;
  border-bottom: solid 1px #eef3f7;
}

.itl-minicart__body__row {
  max-width: calc(1/2*100% - (1 - 1/2)*20px);
  flex: 0 0 calc(1/2*100% - (1 - 1/2)*20px);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  border: solid 1px #eee;
  border-radius: 8px;
}

.itl-minicart__body__row__item {
  flex: 1 1 auto;
  justify-content: center;
  display: flex;
  min-width: 80px;
  margin-left: -10px;
  flex-wrap: wrap;
  height: 100%;
}

.itl-minicart__body__row__item__left,
.itl-minicart__body__row__item__right {
  align-items: flex-start;
  display: flex;
}

.itl-minicart__body__row__item__left {
  flex: 0 0 78px;
  margin-left: 10px;
}

.itl-minicart__body__row__item__left .product-image-wrapper {
  position: relative;
  display: block;
}

.itl-minicart__body__row__item__left .product-image-wrapper .product-image-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  margin: auto;
  max-width: 100%;
}

.itl-minicart__body__row__item__right {
  align-items: stretch;
  display: flex;
  flex: 1 1 calc(100% - 88px);
  flex-wrap: wrap;
  margin-top: -10px;
}

.itl-minicart__body__row__item__right__head,
.itl-minicart__body__row__item__right__foot {
  flex: 1 1 180px;
}

.itl-minicart__body__row__item__right__head {
  margin-left: 25px;
  margin-top: 10px;
}

.itl-minicart__body__row__item__right__head__name {
  padding-bottom: 8px;
  font-weight: 600;
  color: #00a0bf;
  margin-top: -3px;
}

.itl-minicart__body__row__item__right__head__price {
  font-size: 20px;
  font-weight: 700;
  color: #EC008C;
}

.itl-minicart__body__row__item__right__foot {
  margin-top: 10px;
  flex: 1 1 210px;
  margin-left: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}

.itl-minicart__body__row__item__right__foot__update {
  margin-left: auto;
  margin-right: 5px;
}

.itl-minicart__body__row__item__right__foot__update__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00a0bf;
  background: #b7e9f2;
  cursor: pointer;
}

.itl-minicart__body__row__item__right__foot__update__icon i {
  color: #00a0bf;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.itl-minicart__body__row__item__right__foot__update__icon:hover,
.itl-minicart__body__row__item__right__foot__update__icon:focus {
  background: #00a0bf;
}

.itl-minicart__body__row__item__right__foot__update__icon:hover i,
.itl-minicart__body__row__item__right__foot__update__icon:focus i {
  color: white;
}

.itl-minicart__body__row__item__right__foot__update__icon i {
  line-height: normal;
}

.itl-minicart__body__row__item__right__foot__remove {
  justify-content: flex-end;
}

.itl-minicart__body__row__item__right__foot__remove__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00a0bf;
  background: #b7e9f2;
}

.itl-minicart__body__row__item__right__foot__remove__icon i {
  color: #00a0bf;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.itl-minicart__body__row__item__right__foot__remove__icon:hover,
.itl-minicart__body__row__item__right__foot__remove__icon:focus {
  background: #00a0bf;
}

.itl-minicart__body__row__item__right__foot__remove__icon:hover i,
.itl-minicart__body__row__item__right__foot__remove__icon:focus i {
  color: white;
}

.itl-minicart__body__row__item__right__foot__remove__icon i {
  line-height: normal;
}

.itl-minicart__body__row__item__right__foot > div {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
}

.itl-minicart__body__row__item__right__foot > div:first-child {
  margin-right: 10px;
}

.itl-minicart__footer {
  margin: 20px 10px;
}

.itl-minicart__footer__inner {
  flex: 1 1 100%;
  background: #d6e8f6;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.itl-minicart__footer__item {
  flex: 1 1 220px;
  font-size: 16px;
  color: #68686a;
}

.itl-minicart__footer__item:nth-child(2) {
  text-align: right;
}

.itl-minicart__footer__item .subtotal .label,
.itl-minicart__footer__item .subtotal .price-container {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.itl-minicart__footer__item .subtotal .price-container {
  color: #00a0bf;
  font-size: 24px;
  margin-left: 20px;
  font-weight: bold;
}

.itl-minicart__footer__item__continue {
  background: #eef3f7;
  border: solid 1px rgba(85, 135, 175, 0.1);
  color: black;
}

.itl-minicart__footer__item__checkout {
  background: #ec008c;
  color: white;
}

.itl-minicart__recommendations__header {
  flex: 1 1 100%;
  padding-left: 10px;
  padding-top: 10px;
}

.itl-minicart__recommendations__header__heading {
  font-size: 20px;
  color: #00a0bf;
  font-weight: 600;
}

.itl-minicart__recommendations__body {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  flex: 1 1 100%;
  margin-top: -10px;
}

.itl-minicart__recommendations__body__top {
  flex: 1 1 100%;
  border-bottom: solid 1px #eef3f7;
}

.itl-minicart__recommendations__body__item {
  flex: 1 1 340px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #eef3f7;
  padding-bottom: 10px;
}

.itl-minicart__recommendations__body__item__thumbnail {
  flex: 0 0 120px;
  max-width: 120px;
  margin-top: 10px;
}

.itl-minicart__recommendations__body__item__meta {
  flex: 1 1 calc(100% - 140px);
  min-width: 120px;
  display: flex;
  flex-wrap: wrap;
}

.itl-minicart__recommendations__body__item__meta__info,
.itl-minicart__recommendations__body__item__meta__link {
  margin-left: 10px;
  margin-top: 10px;
}

.itl-minicart__recommendations__body__item__meta__info {
  flex: 1 1 auto;
}

.itl-minicart__recommendations__body__item__meta__info__name {
  font-size: 16px;
  font-weight: 600;
}

.itl-minicart__recommendations__body__item__meta__info__price {
  font-size: 20px;
  font-weight: 600;
  color: #ec008c;
  padding-top: 10px;
}

.itl-minicart__recommendations__body__item__meta__link {
  flex: 0 0 140px;
  align-items: center;
  display: flex;
}

.itl-minicart__recommendations__body__item__meta__link__button {
  background: #ec008c;
  color: white;
}

.popup-authentication .modal-inner-wrap {
  max-width: 800px !important;
}

.popup-authentication .block-authentication {
  display: flex;
  margin: 0 -15px;
}

.popup-authentication .block-authentication .block-new-customer,
.popup-authentication .block-authentication .block-customer-login {
  flex: 1 1 450px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.popup-authentication .block-authentication .block-new-customer .block-title,
.popup-authentication .block-authentication .block-customer-login .block-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.popup-authentication .block-authentication .block-new-customer .actions-toolbar > .primary,
.popup-authentication .block-authentication .block-customer-login .actions-toolbar > .primary {
  padding-right: 0;
}

.popup-authentication .block-authentication .block-new-customer ul li {
  margin: 5px 0 5px 10px;
}

.popup-authentication .block-authentication .block-new-customer .actions-toolbar {
  margin-top: 20px;
  justify-content: flex-end;
}

.promo-block {
  margin: 10px;
}

.promo-block__title {
  margin: 30px;
  font-size: 20px;
  font-weight: 600;
}

.promo-block__product {
  display: flex;
  max-width: calc(1/2*100% - (1 - 1/2)*20px);
  flex: 0 0 calc(1/2*100% - (1 - 1/2)*20px);
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 8px;
}

.promo-block__product__left {
  flex: 0 0 78px;
}

.promo-block__product__left img {
  display: block;
}

.promo-block__product__right {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.promo-block__product__right__upper {
  color: black;
  font-weight: 600;
}

.promo-block__product__right__lower {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
}

.promo-block__product__right__lower .promo-block__product__price {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  color: #EC008C;
  margin-right: 30px;
}

.promo-block__product__right__lower .promo-block__product__btn {
  margin-top: 10px;
}

.promo-block__product__right__lower .promo-block__product__btn a {
  min-width: 80px;
}

.consultation-product-option {
  display: flex;
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #00a0bf;
  flex-wrap: wrap;
}

body {
  font-size: 14px;
  color: #303030;
}

label {
  font-size: 14px;
}

label:focus {
  outline: none;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

a {
  color: #00a0bf;
}

a:focus {
  outline: none;
}

.text-decoration-underlined {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.text-decoration-none {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

*:focus {
  box-shadow: none;
  outline: none;
}

body._has-modal,
body.no-scroll {
  overflow: hidden;
  width: 100%;
}

.modals-wrapper {
  z-index: 1002;
  position: relative;
}

.modals-overlay {
  position: fixed;
  background: rgba(119, 126, 132, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .3s, opacity .3s ease;
}

.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease;
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  opacity: 1;
  pointer-events: auto;
}

.modal-slide .action-close,
.modal-popup .action-close {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-popup {
  left: 0;
  overflow-y: auto;
}

.modal-popup .action-close {
  padding: 0px;
  background: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #00a0bf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background: white;
  top: -8px;
  right: -8px;
  z-index: 5;
}

.modal-popup .action-close .fa-times {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00a0bf;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.modal-popup .modal-title {
  border-bottom: 1px solid #eef3f7;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 18px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}

.modal-popup.confirm .modal-inner-wrap {
  max-width: 800px;
}

.modal-popup.smallwidth-modal .modal-inner-wrap {
  max-width: 400px;
}

.modal-popup._show .modal-inner-wrap {
  transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
  margin: 50px auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-200%);
  transition: transform .2s ease;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-popup .modal-header {
  padding-top: 30px;
  padding-bottom: 15px;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal-popup .modal-footer .action.primary {
  background: #00a0bf;
  color: white;
  margin-right: 5px;
}

.modal-popup .modal-footer .action.secondary {
  background: transparent;
  color: #00a0bf;
}

.modal-popup .modal-footer-actions {
  text-align: right;
}

.fieldset .field,
.fieldset > .fields > .field {
  margin-bottom: 15px;
  margin-top: 10px;
}

.fieldset .field.choice,
.fieldset > .fields > .field.choice {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fieldset .field .control,
.fieldset > .fields > .field .control {
  position: relative;
}

.fieldset .field .control._with-tooltip .its-input-text__input,
.fieldset > .fields > .field .control._with-tooltip .its-input-text__input {
  width: calc(100% - 40px);
}

.fieldset .field .control .toggle-password,
.fieldset > .fields > .field .control .toggle-password {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #303030;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #303030;
  -webkit-box-shadow: 0 0 0px 1000px #eef3f7 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

div.mage-error[generated],
.field-error,
div.mage-error {
  color: #e4322b;
  margin-top: 10px;
  width: 100%;
}

select {
  padding-right: 40px !important;
  min-width: 70px;
  font-size: 16px;
  color: inherit;
  color: #303030;
  background-color: #eef3f7;
  background-image: url(../../frontend/c4u/child/en_GB/images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}

textarea.its-input-text__input {
  padding-top: 10px;
  height: auto;
  border-radius: 20px;
}

.customer-dob {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.customer-dob #dob {
  background: #eef3f7;
  height: 42px;
}

.customer-dob.hiddendate > input {
  display: none;
}

.customer-dob > select {
  max-width: 150px;
  padding-right: 10px !important;
  margin-right: 10px;
  background-size: 10px;
}

.customer-dob > select[name="year"] {
  margin-right: 0;
}

.required-note {
  color: #e4322b;
  opacity: 0.6;
}

.patient-agreement-wrapper h4 {
  font-size: 16px;
  margin: 10px 0;
  width: 100%;
}

.patient-agreement-wrapper ul {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.patient-agreement-wrapper ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.patient-agreement-wrapper ul li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../../frontend/c4u/child/en_GB/images/brand/gradient-arrow-bullet.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1px;
}

.its-file__label {
  white-space: normal;
  padding: 10px 16px;
  height: auto;
  word-break: break-all;
}

.its-file__label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../frontend/c4u/child/en_GB/images/upload-icon.png") left top no-repeat;
  background-size: cover;
  margin-right: 5px;
  flex-shrink: 0;
}

.its-file__view {
  white-space: normal;
  height: auto;
  padding: 5px 10px;
  white-space: normal;
}

.page.messages[role="alert"] {
  /*padding-top: 20px;
		padding-bottom: 20px;*/
}

.page.messages .message > div {
  border-radius: 8px;
  overflow: hidden;
}

.page.messages .message > div:empty {
  border: none;
}

.page.messages .message > div a {
  color: #00a0bf;
}

.page.messages .message > div.with-space,
.page.messages .message > div:not(:empty) {
  padding: 10px 20px;
}

.page.messages .message.error > div {
  border: 1px solid #e4322b;
}

.page.messages .message.success > div {
  border: 1px solid #00b67a;
}

.page.messages .message.warning > div,
.page.messages .message.notice > div,
.page.messages .message.info > div {
  border: 1px solid #e4832b;
}

.column.main > .message:not(:empty) {
  margin-top: 20px;
  margin-bottom: 30px;
}

.message > div:not(:empty) {
  font-size: 14px;
  background: transparent;
}

.message.error {
  color: #e4322b;
}

.message.success {
  color: #00b67a;
}

.message.warning,
.message.notice,
.message.info {
  color: #e4832b;
}

.message > div.with-space,
.message > div:not(:empty) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.account .page.messages .message > div:not(:empty) {
  margin-bottom: 0;
}

.text-pink-dark {
  color: #EC008C !important;
}

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}

.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.loading-mask .loader > p {
  display: none;
}

[data-role='main-css-loader'] {
  display: none;
}

input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background: white;
  visibility: visible;
  border: 1px solid #e1e6ea;
  transition: background-color 0.3s;
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

input[type=checkbox] + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: white;
  top: 9px;
  left: 13px;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

input[type=checkbox]:checked + label:before {
  background: #72cddf;
  border-color: #e1e6ec;
}

input[type=checkbox]:checked + label:after {
  visibility: visible;
}

.choice {
  margin-top: 15px;
}

.control,
.choice {
  position: relative;
}

.control label,
.choice label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.control input[type="radio"],
.choice input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 20px;
}

.control input[type="radio"]:checked + label:after,
.choice input[type="radio"]:checked + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #81d3e2;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
}

.control input[type="radio"]:checked + label:before,
.choice input[type="radio"]:checked + label:before {
  width: 16px;
  height: 16px;
  border: 4px solid #81d3e2;
}

.control input[type="radio"] + label,
.choice input[type="radio"] + label {
  line-height: 24px;
  padding-left: 35px;
}

.control input[type="radio"] + label:before,
.choice input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e6ea;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: border-color 0.3s;
}

.clerk-instant-search-visible {
  display: block;
}

.clerk-instant-search-hidden {
  display: none;
}

.clerk-livesearch-categories a,
.clerk-livesearch-title {
  font-size: 13px;
}

div.live-search-count {
  bottom: 0px;
  position: absolute;
  border-top: 2px solid #edf9fd;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  right: 20px;
  left: 20px;
}

div.live-search-count .search-results-all {
  border: 1px solid #00a0bf;
  font-weight: 600;
}

div.searchautocomplete-search i.circle-right {
  position: absolute;
  right: 10px;
}

.searchautocomplete-container {
  float: left;
  margin-top: -1px;
  width: 0;
}

.search-container .span_item {
  padding-left: 4px;
}

.searchautocomplete-search {
  padding-top: 10px;
  background: #fff;
  display: block;
  line-height: 140%;
  overflow: hidden;
  position: relative;
}

.search-results {
  clear: both;
  display: block;
  text-align: left;
  padding-left: 3px;
}

div.c_item {
  max-width: 420px;
  clear: both;
  padding: 0 5px;
  display: flex;
  margin-bottom: 10px;
}

div.c_item div.c_icon {
  margin-right: 15px;
  width: 85px;
}

div.c_item div.c_icon img {
  max-width: 100%;
  height: auto;
  background-color: white;
}

div.c_item div.c_details {
  width: calc(100% - 85px);
  display: flex;
  flex-direction: column;
}

div.c_item div.c_details .c_item_name {
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

div.c_item div.c_details div.c_price span.c_msrp-price {
  font-size: 11px;
  line-height: 13px;
  color: #666;
  vertical-align: top;
}

.c__notice {
  position: absolute;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background-color: #9aa5a8;
  color: #fff;
}

.c_view_btn {
  background: #EC008C;
  border: none;
  width: 90px;
  color: #fff;
}

.c_detail_top {
  margin-bottom: 10px;
}

.c_detail_bottom {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}

.c_detail_bottom > .c_price {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  color: #EC008C;
  margin-right: 10px;
  width: 75px;
}

.c_price-box__discount {
  color: #00a0bf;
  white-space: nowrap;
  background: #cafffc;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 20px;
}

.c_view_box {
  margin-top: 10px;
}

.searchautocomplete-title {
  padding: 0 5px 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #edf9fd;
  font-size: 20px;
  font-weight: 600;
  color: #00a0bf;
}

.live-search-c4u {
  position: fixed !important;
  max-width: 700px;
  width: 100%;
  left: 50% !important;
  transform: translateX(-50%);
  top: 100px;
  padding: 0;
  background: none;
  box-shadow: none;
  z-index: 1001;
}

.live-search-c4u.has-banner {
  top: 135px;
}

.searchautocomplete-search {
  width: 100%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 20px 20px 70px 20px;
}

.searchautocomplete-search.no-results {
  height: auto;
  bottom: auto;
}

.searchautocomplete-search.no-results .searchautocomplete-title {
  margin-bottom: 0;
}

.searchautocomplete-search.no-results div.live-search-count {
  border-top: none;
  bottom: 10px;
}

.no-search-result-case {
  z-index: 1001;
}

.live-search-no-results {
  padding: 0px 20px;
  text-align: center;
}

.search-results,
.no-search-result-case .promo-block__inner {
  left: 0px;
  right: 0px;
  max-height: calc(100vh - 221px - 50px);
  background: none;
  padding: 0 20px;
  overflow-y: auto;
}

.clerk-live-search-container:not(.clerk-instant-search-hidden) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clerk-live-search-container:not(.clerk-instant-search-hidden) .clerk-live-product {
  display: flex;
  position: relative;
  flex: 1 1 350px;
  max-width: calc(1/2*100% - (1 - 1/2)*15px);
  flex: 0 0 calc(1/2*100% - (1 - 1/2)*15px);
  max-width: 350px;
  margin-bottom: 20px;
  padding: 15px;
  border: solid 1px #eef3f7;
  border-radius: 8px;
  overflow: hidden;
}

.clerk-live-search-container:not(.clerk-instant-search-hidden) .clerk-live-product.outofstock {
  padding-bottom: 50px;
}

.ppc-landing-page a[href='#product-grid'] {
  display: none;
}

#amasty-shopby-product-list {
  text-align: center;
}

.customer-account-login .login-tabs,
.consultation-details-index .login-tabs {
  margin-bottom: 70px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  background-color: white;
}

.customer-account-login .login-tabs [data-role="content"],
.consultation-details-index .login-tabs [data-role="content"] {
  display: none;
}

.customer-account-login .login-tabs [data-role="collapsible"].active + [data-role="content"],
.consultation-details-index .login-tabs [data-role="collapsible"].active + [data-role="content"] {
  display: block;
}

.customer-account-login .login-tabs [data-role="collapsible"],
.consultation-details-index .login-tabs [data-role="collapsible"] {
  text-align: center;
  font-size: 18px;
  display: block;
}

.customer-account-login .login-tabs [data-role="collapsible"] a,
.consultation-details-index .login-tabs [data-role="collapsible"] a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #00a0bf;
  font-size: 24px;
  font-weight: 700;
  background-color: white;
}

.customer-account-login .login-tabs [data-role="collapsible"] .underline,
.consultation-details-index .login-tabs [data-role="collapsible"] .underline {
  height: 4px;
  visibility: hidden;
  background-color: #EC008C;
}

.customer-account-login .login-tabs [data-role="collapsible"].active a,
.consultation-details-index .login-tabs [data-role="collapsible"].active a {
  color: #EC008C;
}

.customer-account-login .login-tabs [data-role="collapsible"].active .underline,
.consultation-details-index .login-tabs [data-role="collapsible"].active .underline {
  visibility: visible;
}

.customer-account-login .login-tabs [data-role="content"],
.consultation-details-index .login-tabs [data-role="content"] {
  order: 2;
  background-color: white;
  padding: 0 20px 20px;
  width: 100%;
  border-radius: 0;
}

.customer-account-login .login-tabs [data-role="content"] .divider,
.consultation-details-index .login-tabs [data-role="content"] .divider {
  height: 2px;
  background-color: #dedede;
}

.customer-account-login .login-tabs .form-login .fields,
.consultation-details-index .login-tabs .form-login .fields {
  width: 350px;
  margin: 0 auto;
}

.customer-account-login .login-tabs .form-login .its-input__label,
.consultation-details-index .login-tabs .form-login .its-input__label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

.customer-account-login .login-tabs .form-login .its-input-text__input,
.customer-account-login .login-tabs .form-login .bulmaselect,
.consultation-details-index .login-tabs .form-login .its-input-text__input,
.consultation-details-index .login-tabs .form-login .bulmaselect {
  border: solid 1px rgba(85, 135, 175, 0.1);
}

.customer-account-login .login-tabs .form-login .its-input-text__input,
.consultation-details-index .login-tabs .form-login .its-input-text__input {
  height: 48px;
}

.customer-account-login .login-tabs .form-login .bulmaselect,
.consultation-details-index .login-tabs .form-login .bulmaselect {
  background-color: white;
}

.customer-account-login .login-tabs .form-login .field .label,
.consultation-details-index .login-tabs .form-login .field .label {
  margin-bottom: 5px;
}

.customer-account-login .login-tabs .form-login .fieldset.login,
.consultation-details-index .login-tabs .form-login .fieldset.login {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.customer-account-login .login-tabs .form-login .forgot-password,
.consultation-details-index .login-tabs .form-login .forgot-password {
  text-align: center;
}

.customer-account-login .login-tabs .form-login .forgot-password .action.remind,
.consultation-details-index .login-tabs .form-login .forgot-password .action.remind {
  font-weight: 700;
}

.customer-account-login .login-tabs .form-login .actions-toolbar,
.consultation-details-index .login-tabs .form-login .actions-toolbar {
  flex-direction: column;
  gap: 15px;
}

.customer-account-login .login-tabs .form-login .actions-toolbar .primary,
.consultation-details-index .login-tabs .form-login .actions-toolbar .primary {
  padding: 0;
}

.customer-account-login .login-tabs .form-login .actions-toolbar .primary .action.login,
.consultation-details-index .login-tabs .form-login .actions-toolbar .primary .action.login {
  font-size: 1rem;
  font-weight: 600;
  height: 48px;
}

.customer-account-login .login-tabs .form-login .actions-toolbar .secondary,
.consultation-details-index .login-tabs .form-login .actions-toolbar .secondary {
  display: none;
  text-align: center;
}

.customer-account-login .login-tabs .form-login .actions-toolbar .secondary .action,
.consultation-details-index .login-tabs .form-login .actions-toolbar .secondary .action {
  color: #01a0c0;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.customer-account-login .dropdown,
.consultation-details-index .dropdown {
  border-radius: 8px;
  position: absolute;
  display: none;
  background: white;
  border: 1px solid #01A0C0;
  padding: 16px;
  z-index: 999;
}

.customer-account-login .dropdown[aria-hidden="false"],
.consultation-details-index .dropdown[aria-hidden="false"] {
  display: block;
}

.customer-account-login .addresses-dropdown,
.consultation-details-index .addresses-dropdown {
  background-color: white;
  border-radius: 8px;
  border: solid 1px #DEDEDE;
  padding: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.customer-account-login .addresses-dropdown div.option,
.consultation-details-index .addresses-dropdown div.option {
  -webkit-appearance: none;
  /* For iOS */
  -moz-appearance: none;
  appearance: none;
  /* For other browsers */
  background: transparent;
  /* Prevent iOS default background */
  font-size: 16px;
  opacity: 1;
  cursor: pointer;
  padding: 12px 12px;
  margin: 0;
}

.customer-account-login .addresses-dropdown div.option:hover,
.consultation-details-index .addresses-dropdown div.option:hover {
  background-color: #767676;
  border: none;
  border-radius: 0;
  outline: none;
  color: white;
}

.customer-account-login .addresses-dropdown div.option.active,
.consultation-details-index .addresses-dropdown div.option.active {
  background-color: #767676;
  border: none;
  border-radius: 0;
  outline: none;
  color: white;
}

.customer-account-login .addresses-dropdown::-webkit-scrollbar,
.consultation-details-index .addresses-dropdown::-webkit-scrollbar {
  width: 6px;
}

.customer-account-login .addresses-dropdown::-webkit-scrollbar-thumb,
.consultation-details-index .addresses-dropdown::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.customer-account-login .addresses-dropdown::-webkit-scrollbar-track,
.consultation-details-index .addresses-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
}

.customer-account-login input::-ms-reveal,
.customer-account-login input::-ms-clear,
.consultation-details-index input::-ms-reveal,
.consultation-details-index input::-ms-clear {
  display: none;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00a0bf;
  color: #00a0bf;
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.button.is-primary {
  background-color: #00a0bf;
  border-color: transparent;
  color: #fff;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button,
.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.prescription-treatments .prescription-banner__left {
  flex: 0 0 100%;
  position: relative;
}

.prescription-treatments .prescription-banner__left .prescription-banner__left__image {
  display: flex;
  height: 100%;
}

.prescription-treatments .prescription-banner__left .prescription-banner__left__image img {
  width: 100%;
}

.prescription-treatments .prescription-banner:nth-child(odd) .prescription-banner__left__image img,
.prescription-treatments .prescription-banner:nth-child(even) .prescription-banner__left__image img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0;
}

.prescription-treatments .prescription-banner-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 2rem !important;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner {
  display: flex;
  background-color: #e8f6f9;
  flex: 0 0 100%;
  flex-direction: column;
  border-radius: 30px;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right {
  flex: 0 0 100%;
  position: relative;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right::before {
  content: '';
  background: url(../../frontend/c4u/child/en_GB/Brightowl_Banner/images/help-bg-arc-top.png);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right .prescription-banner__right__content {
  padding: 2em;
  position: relative;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right .prescription-banner__right__content p {
  display: flex;
  align-items: center;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right .prescription-banner__right__content p img {
  background-color: #fff;
  border-radius: 50%;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right .prescription-banner__right__content .pharmacist-icon {
  border-radius: 50%;
  background-color: #fff;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner p {
  margin-bottom: 10px;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0.7em;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner ul {
  margin-bottom: 15px;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner ul li {
  color: #00a0bf;
  font-weight: 600;
  margin-bottom: 0.3rem;
  padding-left: 1.8em;
  background: url(../../frontend/c4u/child/en_GB/Brightowl_Banner/images/c4u-bullett.png);
  background-repeat: no-repeat;
  background-position: top 2px left;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner a {
  color: #fff;
  background-color: #00a0bf;
  padding: 0.5em 2em;
  margin-top: 1em;
  display: inline-flex;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 700;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .sign-image {
  width: 150px !important;
  padding-left: 1em;
  background-color: transparent !important;
}

.prescription-treatments .prescription-banner-wrapper .prescription-banner .pharmacist_designation {
  position: absolute;
  top: 212px;
  left: 140px;
}

@media screen and (min-width: 481px) {
  .its-brand__arrow {
    display: flex;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .h-sm-1-px {
    height: 1px;
  }

  .h-sm-2-px {
    height: 2px;
  }

  .h-sm-3-px {
    height: 3px;
  }

  .h-sm-4-px {
    height: 4px;
  }

  .h-sm-5-px {
    height: 5px;
  }

  .h-sm-6-px {
    height: 6px;
  }

  .h-sm-7-px {
    height: 7px;
  }

  .h-sm-8-px {
    height: 8px;
  }

  .h-sm-9-px {
    height: 9px;
  }

  .h-sm-10-px {
    height: 10px;
  }

  .h-sm-11-px {
    height: 11px;
  }

  .h-sm-12-px {
    height: 12px;
  }

  .h-sm-13-px {
    height: 13px;
  }

  .h-sm-14-px {
    height: 14px;
  }

  .h-sm-15-px {
    height: 15px;
  }

  .h-sm-16-px {
    height: 16px;
  }

  .h-sm-17-px {
    height: 17px;
  }

  .h-sm-18-px {
    height: 18px;
  }

  .h-sm-19-px {
    height: 19px;
  }

  .h-sm-20-px {
    height: 20px;
  }

  .h-sm-21-px {
    height: 21px;
  }

  .h-sm-22-px {
    height: 22px;
  }

  .h-sm-23-px {
    height: 23px;
  }

  .h-sm-24-px {
    height: 24px;
  }

  .h-sm-25-px {
    height: 25px;
  }

  .h-sm-26-px {
    height: 26px;
  }

  .h-sm-27-px {
    height: 27px;
  }

  .h-sm-28-px {
    height: 28px;
  }

  .h-sm-29-px {
    height: 29px;
  }

  .h-sm-30-px {
    height: 30px;
  }

  .h-sm-31-px {
    height: 31px;
  }

  .h-sm-32-px {
    height: 32px;
  }

  .h-sm-33-px {
    height: 33px;
  }

  .h-sm-34-px {
    height: 34px;
  }

  .h-sm-35-px {
    height: 35px;
  }

  .h-sm-36-px {
    height: 36px;
  }

  .h-sm-37-px {
    height: 37px;
  }

  .h-sm-38-px {
    height: 38px;
  }

  .h-sm-39-px {
    height: 39px;
  }

  .h-sm-40-px {
    height: 40px;
  }

  .h-sm-41-px {
    height: 41px;
  }

  .h-sm-42-px {
    height: 42px;
  }

  .h-sm-43-px {
    height: 43px;
  }

  .h-sm-44-px {
    height: 44px;
  }

  .h-sm-45-px {
    height: 45px;
  }

  .h-sm-46-px {
    height: 46px;
  }

  .h-sm-47-px {
    height: 47px;
  }

  .h-sm-48-px {
    height: 48px;
  }

  .h-sm-49-px {
    height: 49px;
  }

  .h-sm-50-px {
    height: 50px;
  }

  .h-sm-51-px {
    height: 51px;
  }

  .h-sm-52-px {
    height: 52px;
  }

  .h-sm-53-px {
    height: 53px;
  }

  .h-sm-54-px {
    height: 54px;
  }

  .h-sm-55-px {
    height: 55px;
  }

  .h-sm-56-px {
    height: 56px;
  }

  .h-sm-57-px {
    height: 57px;
  }

  .h-sm-58-px {
    height: 58px;
  }

  .h-sm-59-px {
    height: 59px;
  }

  .h-sm-60-px {
    height: 60px;
  }

  .h-sm-61-px {
    height: 61px;
  }

  .h-sm-62-px {
    height: 62px;
  }

  .h-sm-63-px {
    height: 63px;
  }

  .h-sm-64-px {
    height: 64px;
  }

  .h-sm-65-px {
    height: 65px;
  }

  .h-sm-66-px {
    height: 66px;
  }

  .h-sm-67-px {
    height: 67px;
  }

  .h-sm-68-px {
    height: 68px;
  }

  .h-sm-69-px {
    height: 69px;
  }

  .h-sm-70-px {
    height: 70px;
  }

  .h-sm-71-px {
    height: 71px;
  }

  .h-sm-72-px {
    height: 72px;
  }

  .h-sm-73-px {
    height: 73px;
  }

  .h-sm-74-px {
    height: 74px;
  }

  .h-sm-75-px {
    height: 75px;
  }

  .h-sm-76-px {
    height: 76px;
  }

  .h-sm-77-px {
    height: 77px;
  }

  .h-sm-78-px {
    height: 78px;
  }

  .h-sm-79-px {
    height: 79px;
  }

  .h-sm-80-px {
    height: 80px;
  }

  .h-sm-81-px {
    height: 81px;
  }

  .h-sm-82-px {
    height: 82px;
  }

  .h-sm-83-px {
    height: 83px;
  }

  .h-sm-84-px {
    height: 84px;
  }

  .h-sm-85-px {
    height: 85px;
  }

  .h-sm-86-px {
    height: 86px;
  }

  .h-sm-87-px {
    height: 87px;
  }

  .h-sm-88-px {
    height: 88px;
  }

  .h-sm-89-px {
    height: 89px;
  }

  .h-sm-90-px {
    height: 90px;
  }

  .h-sm-91-px {
    height: 91px;
  }

  .h-sm-92-px {
    height: 92px;
  }

  .h-sm-93-px {
    height: 93px;
  }

  .h-sm-94-px {
    height: 94px;
  }

  .h-sm-95-px {
    height: 95px;
  }

  .h-sm-96-px {
    height: 96px;
  }

  .h-sm-97-px {
    height: 97px;
  }

  .h-sm-98-px {
    height: 98px;
  }

  .h-sm-99-px {
    height: 99px;
  }

  .h-sm-100-px {
    height: 100px;
  }

  .customer-account-login .login-tabs,
  .consultation-details-index .login-tabs {
    margin-bottom: 0;
  }

  .customer-account-login .login-tabs [data-role="content"],
  .consultation-details-index .login-tabs [data-role="content"] {
    padding: 30px;
  }

  .customer-account-login .login-tabs [data-role="content"] .fieldset-inner,
  .consultation-details-index .login-tabs [data-role="content"] .fieldset-inner {
    display: flex;
    flex-direction: column;
  }

  .customer-account-login .login-tabs [data-role="collapsible"],
  .consultation-details-index .login-tabs [data-role="collapsible"] {
    margin-top: 30px;
    min-width: 200px;
  }

  .customer-account-login .login-tabs .its-input__label,
  .consultation-details-index .login-tabs .its-input__label {
    margin-bottom: 8px;
  }

  .customer-account-login .login-tabs .forgot-password,
  .consultation-details-index .login-tabs .forgot-password {
    margin-top: 8px;
  }

  .customer-account-login .login-tabs .its-input-text__input,
  .consultation-details-index .login-tabs .its-input-text__input {
    padding: 0 24px;
  }

  .customer-account-login .login-tabs .form-login .actions-toolbar,
  .consultation-details-index .login-tabs .form-login .actions-toolbar {
    align-content: flex-end;
  }

  .customer-account-login .login-tabs .form-login .actions-toolbar .primary,
  .consultation-details-index .login-tabs .form-login .actions-toolbar .primary {
    min-width: 180px;
  }
}

@media (min-width: 640px) {
  .itl-footer__item.collapsible-init [data-role="content"] {
    display: block !important;
  }

  .popup-authentication .block-authentication .block-new-customer {
    border-right: 1px solid #eef3f7;
  }
}

@media screen and (min-width: 640px) {
  .itl-footer__body {
    grid-row-gap: 10px;
    grid-template-areas: "shop clinic support" "customer prescription app" "payment responsible .";
  }
}

@media screen and (min-width: 706px) {
  .itl-minicart__body__row__item__right__foot {
    align-content: flex-end;
  }

  .itl-minicart__recommendations__body__item:nth-child(even) {
    border-right: solid 1px #eef3f7;
  }

  .itl-minicart__recommendations__body__item:last-child:nth-child(even) {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .its-breadcrumbs,
  .page-title-wrapper,
  .page.messages,
  .column.main > .message {
    width: 95%;
  }

  .animation--item--mobile-bs::after {
    content: none;
  }

  .itc-shadows--mobile-bs {
    box-shadow: none;
  }

  .itc-shadows--mobile-bs:hover {
    box-shadow: none;
  }

  .custom-newsletter-success.modal-popup.modal-slide .modal-footer {
    padding: 40px;
  }

  .itl-header__item__login-basket > li.authorization-link > a:before,
  .itl-header__item__login-basket > li.customer-welcome:before {
    margin-right: 6px;
  }

  .its-banner-tags__item__body {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
  }

  .its-banner-content__warning {
    padding: 10px 30px;
    align-items: center;
  }

  .itl-minicart__outer {
    width: 95%;
  }

  .itl-minicart__header__item__right__inner button {
    width: 180px;
  }

  .modal-popup {
    pointer-events: none;
  }

  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #eef3f7;
    text-align: right;
  }

  .live-search-c4u.has-banner {
    top: 145px;
  }
}

@media screen and (min-width: 768px) {
  .its-qty--t50 {
    height: 50px;
  }

  .its-qty--t50 .its-qty__toggle {
    width: 32px;
  }

  .its-qty--t50 .its-qty__input {
    width: 41px;
  }

  .its-font-h--r4 {
    font-size: 24px;
  }

  .its-font-h--r5 {
    font-size: 18px;
  }

  .its-font-h--r6 {
    font-size: 16px;
  }

  .its-font-h--r7 {
    font-size: 14px;
  }

  .its-font-h--t16-m14 {
    font-size: 16px;
  }

  .itl-container__inner,
  .itl-container__inner__small {
    width: 95%;
  }

  .no-cssgrid .itl-footer__item,
  .itl-footer__item .cssgridlegacy {
    flex: 1 1 220px;
  }
}

@media (min-width: 800px) {
  .itl-footer__item--app__inner {
    flex-wrap: nowrap;
  }

  .itl-footer__item--app__inner > a {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 800px) {
  .itl-footer__body {
    grid-template-areas: "shop clinic support customer" "shop prescription . responsible" "payment app . responsible";
    grid-template-columns: repeat(3, minmax(120px, 1fr)) minmax(250px, 1fr);
  }

  .itl-footer__body .itl-footer__item--payment {
    align-items: flex-start;
  }
}

@media screen and (min-width: 868px) {
  .itd-v--menu {
    display: none;
  }

  .itd-v--menu--full {
    display: flex;
  }

  .itc-shadows--mobile {
    box-shadow: none;
  }

  .itc-shadows--mobile:hover {
    box-shadow: none;
  }

  .its-icon.its-icon--desktop {
    width: 43px;
    min-height: 43px;
    font-size: 20px;
    line-height: 43px;
  }

  .its-brand__circle--desktop::after,
  .selected .its-brand__circle--desktop__selected::after {
    background: url("../../frontend/c4u/child/en_GB/images/menu-circle-250.png") no-repeat 0px 0;
    background-size: 150px;
    content: "";
    position: absolute;
    width: 150px;
    bottom: -70px;
    left: -30px;
    height: 150px;
    border-radius: 50px;
    animation: spin 4.5s linear infinite;
  }

  .its-input {
    height: 45px;
  }

  .its-input__input {
    width: calc(100% - 43px);
  }

  .its-button--desktop {
    min-height: 45px;
  }

  .its-button--inline {
    min-height: auto;
  }

  .itl-header__container {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .itl-header__item__bottom {
    background: #0097b4;
    z-index: 7;
  }

  .itl-header__item__search {
    position: static;
    top: 0;
    bottom: auto;
    padding: 0 12px 0 0;
    width: auto;
    flex: 1 1 auto;
    z-index: 8;
    transform: translateY(0%);
    justify-content: flex-end;
  }

  .itl-header__item__search > .block-content {
    max-width: 320px;
  }

  .itl-header__item.logo a {
    justify-content: flex-start;
  }

  .itl-header__item.logo a img {
    max-height: 64px;
    transition: max-height 0.6s;
  }

  .itl-nav__close-window {
    display: none;
  }

  .itl-nav__paged-menu {
    position: static;
  }

  .itl-nav__paged-menu__item__browse {
    padding-left: 0;
  }

  .itl-nav__paged-menu__item__browse .itl-nav-mobile__viewall {
    display: none;
  }

  .itl-nav__paged-menu__item__back {
    display: none;
  }

  .itl-nav__paged-menu__item--active.background {
    top: 100%;
  }

  .itl-nav__paged-menu__item--top {
    position: static;
    padding-top: 0;
  }

  .itl-nav__paged-menu__item--top {
    padding: 0;
    width: 100%;
    z-index: 8;
  }

  .itl-nav__paged-menu__content {
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: visible;
    overflow-x: visible;
    padding-top: 0;
  }

  .itl-nav__u1 > .itl-nav__u1__content {
    justify-content: center;
    padding-right: 80px;
  }

  .itl-nav__u1 > .itl-nav__u1__content > li.itl-nav__u1__l1 {
    min-width: auto;
    width: auto;
    flex: none;
    display: inline-block;
    margin-right: 50px;
  }

  .itl-nav__u1 > .itl-nav__u1__content > li.itl-nav__u1__l1:last-child {
    margin-right: 0;
  }

  .itl-nav__u1 > .itl-nav__u1__content > li.itl-nav__u1__l1 .itl-nav__u1__l1__s-l1--2 {
    position: static;
  }

  .itl-nav__u1__footer {
    display: none;
  }

  .itl-nav__u1 {
    border-radius: 0;
    background-color: transparent;
    flex-direction: row;
    overflow: visible;
    padding: 0;
    max-width: none;
    width: 100%;
    font-size: 14px;
  }

  .itl-nav__u1__l1 {
    font-weight: 400;
    flex: 1 1 120px;
    color: black;
  }

  .itl-nav__u1__l1.singleton {
    position: relative;
  }

  .itl-nav__u1__l1.singleton .itl-nav__u2:before {
    content: none;
  }

  .itl-nav__u1__l1.singleton .itl-nav__u2__content {
    padding-bottom: 30px;
  }

  .itl-nav__u1__l1.singleton .itl-nav__u2__l2__s-l2--2 {
    width: 100%;
  }

  .itl-nav__u1__l1.singleton .itl-nav__u2__l2__s-l2--1:after {
    content: none !important;
  }

  .itl-nav__u1__l1__s-l1--1 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .itl-nav__u1__l1__s-l1--2 {
    display: inline-block;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
  }

  .itl-nav__u1__l1__s-l1--2 a {
    color: white;
  }

  .itl-nav__u1__l1__s-l1--2 i {
    display: inline-block !important;
    width: 9px;
    height: 18px;
    font-size: 18px;
    vertical-align: middle;
  }

  .itl-nav__u1__l1.selected .itl-nav__u2 {
    bottom: auto;
  }

  .itl-nav__u1__l1.selected {
    /*
                        .itl-nav__u2:not(:hover) {
                          // hide the double hover
                          .itl-nav__u2__l2.selected {
                            .itl-nav__u2__l2__s-l2--1::after {
                              background-color: pink;
                            }
                          }
                        }

            */
  }

  .itl-nav__u1__l1.selected .itl-nav__u1__l1__s-l1--2::before {
    /* add dropdown arrow */
    pointer-events: none;
    left: calc(50% + 20px);
    top: calc(100% + 1px);
    content: "";
    position: absolute;
    z-index: 8;
    background-color: transparent;
    height: 0;
    width: 0;
    border: 1px solid black;
    border-width: 8px;
    border-color: transparent transparent #f2fafc #f2fafc;
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.1);
    transform: rotate(135deg);
    transform-origin: 0 0;
  }

  .itl-nav__u1__l1.selected .itl-nav__u2 {
    max-height: none;
  }

  .itl-nav__u2 {
    top: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100px;
    transform: none;
    max-height: 0px;
  }

  .selected .itl-nav__u2 {
    background-image: url("../../frontend/c4u/child/en_GB/images/menu-arrow-bottom.png");
  }

  .itl-nav__u2__content {
    padding: 20px;
    flex-direction: column;
    position: relative;
    background-color: #f2fafc;
    min-height: 400px;
    padding-bottom: 45px;
  }

  .itl-nav__u2__l2 {
    padding: 7px 15px;
    margin-bottom: 5px;
    border-radius: 8px;
    width: 200px;
  }

  .itl-nav__u2__l2:hover {
    background-color: #e6f5f8;
  }

  .itl-nav__u2__l2.has-subgroup > a {
    position: relative;
  }

  .itl-nav__u2__l2.has-subgroup > a::after {
    position: absolute;
    right: 5px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #01a0c0;
    top: calc(50% - 10px);
  }

  .itl-nav__u2__l2__s-l2--1 {
    position: relative;
    display: block;
    height: 100%;
    color: #00A1BE;
    font-weight: 700;
  }

  .itl-nav__u2__l2__s-l2--2 {
    display: inline-block;
    width: calc(100% - 40px);
    cursor: pointer;
  }

  .itl-nav__u3 {
    position: absolute;
    top: 0px;
    left: 230px;
    right: 30%;
    overflow: visible;
    height: 100%;
    padding-left: 15px;
    overscroll-behavior: contain;
    border-left: 1px solid #deedf0;
    transform: none;
    display: none;
  }

  .itl-nav__u3.itl-nav__paged-menu__item--active {
    display: block;
  }

  .itl-nav__u3.with-bottom-images {
    height: calc(100% - 160px);
    right: 20px;
    padding-top: 0;
    top: 20px;
  }

  .itl-nav__u3.with-bottom-images.with-right-images {
    right: 250px;
  }

  .itl-nav__u3__content {
    display: block;
    max-height: 100%;
    width: 50%;
    border-right: 1px solid #deedf0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
  }

  .itl-nav__u3__content::-webkit-scrollbar {
    width: 5px;
    transform: translate3d(250px, 0, 0);
    height: 12px;
  }

  .itl-nav__u3__content::-webkit-scrollbar-thumb {
    background: #72cddf;
    border-radius: 0px;
  }

  .no-cssgrid.no-cssgridlegacy .itl-nav__u3__content {
    display: block;
  }

  .cssgridlegacy .itl-nav__u3__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    display: -ms-grid;
  }

  .itl-nav__u3__l3 {
    padding-bottom: 5px;
    padding: 7px 15px;
    margin-bottom: 5px;
    border-radius: 8px;
    width: calc(100% - 15px);
    margin-left: 5px;
  }

  .itl-nav__u3__l3:not(.no_hover):hover {
    background-color: #e6f5f8;
  }

  .itl-nav__u3__l3.has-subgroup > a {
    position: relative;
    padding-right: 15px;
  }

  .itl-nav__u3__l3.has-subgroup > a::after {
    position: absolute;
    right: 5px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #01a0c0;
    top: calc(50% - 10px);
  }

  .itl-nav__u3__l3 > a {
    color: #00a0bf;
    display: block;
  }

  .no-cssgrid.no-cssgridlegacy .itl-nav__u3__l3 {
    float: left;
    min-width: 180px;
  }

  .cssgridlegacy .itl-nav__u3__l3 {
    padding-bottom: 10px;
  }

  .itl-nav__u3__l3 > span {
    display: block;
    padding: 0 30px 3px 0;
  }

  .itl-nav__u3__l3 > span > * {
    display: block;
  }

  .itl-nav__u4 {
    transform: none;
    top: 0px;
    right: 0px;
    left: calc(50% + 15px);
    height: 100%;
    padding-left: 0px;
    overscroll-behavior: contain;
    transform: none;
    display: none;
  }

  .itl-nav__u4.itl-nav__paged-menu__item--active {
    display: flex;
  }

  .itl-nav__u4__content {
    padding-top: 20px;
  }

  .itl-nav__u4__l4 {
    width: calc(100% - 15px);
    padding: 7px 15px;
    margin-bottom: 5px;
    border-radius: 8px;
  }

  .itl-nav__u4__l4:not(.itl-nav__paged-menu__item__browse) {
    margin-left: 5px;
  }

  .itl-nav__u4__l4:hover {
    background-color: #e6f5f8;
  }

  .itl-nav__u4__l4 > a {
    color: #00a0bf;
  }

  .itl-nav__u4 ul ul {
    display: none;
  }

  .itl-nav__paged-menu__item--flat {
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 1140px;
    border-radius: 8px;
    transform: translateX(-50%);
  }

  .itl-nav__paged-menu__item--flat:before {
    display: none;
  }

  .itl-nav__u2__content--flat {
    padding: 32px;
    background: white;
  }

  .itl-nav__flat-categories {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .itl-nav {
    position: static;
    max-width: 100%;
    overflow: visible;
    height: auto;
    transform: none;
  }
}

@media (min-width: 868px) {
  .itl-header .itl-header__bar {
    z-index: 6;
  }

  .itl-header .itl-nav__u1__l1.selected .itl-nav__u2 {
    z-index: 7;
  }

  .itl-header .itl-header__item__login-basket {
    z-index: 8;
  }

  .itl-header__item__login-basket {
    flex-grow: 0;
    padding-top: 0px;
  }

  .itl-header__item__login-basket > li.authorization-link > a .authorization-link__icon,
  .itl-header__item__login-basket > li.customer-welcome .authorization-link__icon {
    font-size: 26px;
    width: 26px;
    height: 26px;
  }

  .itl-header__item__login-basket > li.authorization-link > a:before,
  .itl-header__item__login-basket > li.customer-welcome:before {
    font-size: 20px;
  }

  .itl-header__item__login-basket > li.authorization-link > a,
  .itl-header__item__login-basket > li.customer-welcome {
    padding: 0 15px;
  }

  .itl-header__item__login-basket > li.authorization-link > a:after,
  .itl-header__item__login-basket > li.customer-welcome:after {
    content: "";
    width: 1px;
    background: #29b1cb;
    position: absolute;
    top: 5%;
    height: 90%;
  }

  .itl-header__item__login-basket > li.authorization-link > a:after,
  .itl-header__item__login-basket > li.customer-welcome:after {
    right: 0;
  }

  .itl-header__item__login-basket > li.authorization-link > a:before,
  .itl-header__item__login-basket > li.customer-welcome:before {
    left: 0;
  }

  .itl-header__item__login-basket > li.authorization-link > a span.authorization-link__label {
    display: block;
  }

  .itl-header__item__login-basket > li.customer-welcome .customer-welcome-text {
    display: inline;
  }

  .itl-header__item__login-basket > li.customer-welcome .customer-name {
    display: flex;
  }

  .itl-header__item__login-basket > li.customer-welcome .customer-name-mobile {
    cursor: pointer;
  }

  .itl-header__item__login-basket > li.customer-welcome .customer-name-mobile i {
    display: none;
  }

  .itl-header__item__login-basket .action.showcart {
    padding: 0 15px;
  }

  .itl-header__item__login-basket .action.showcart .its-shipping-label {
    display: block;
  }

  .itl-header__item__login-basket .action.showcart .icon-shopping-bag-icon {
    font-size: 26px;
    width: 26px;
    height: 26px;
  }

  .itl-header__item__search .form.minisearch .action.search .search-toggle {
    cursor: pointer;
  }

  .itl-header__container.sticky {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .itl-header__container.sticky .itl-header__item.logo a img {
    max-height: 50px;
  }

  .itl-header__container.sticky .itl-header__item__search {
    align-items: flex-start;
    position: relative;
  }

  .itl-header__container.sticky .itl-header__item__search:after {
    content: "";
    right: 0;
    width: 1px;
    background: #29b1cb;
    position: absolute;
    top: 5%;
    height: 90%;
  }

  .itl-header__container.sticky .itl-header__item__search .form.minisearch .action.search {
    top: 3px;
    right: 0px;
  }

  .itl-header__container.sticky .itl-header__item__search .form.minisearch .action.search [data-role="minisearch-label"] {
    display: block;
    padding-top: 8px;
    color: white;
  }

  .itl-header__container.sticky .itl-header__item__search .form.minisearch .action.search .icon-search-icon {
    font-size: 24px;
  }

  .itl-header__container.sticky .itl-header__item__search .form.minisearch .action.search .icon-search-icon:before {
    color: white;
  }

  .itl-header__container.sticky .itl-header__item__search .form.minisearch .field.search {
    position: relative;
    right: 50px;
    top: 5px;
  }

  .itl-header__container.sticky .itl-header__item__search .form.minisearch .field.search.hidden {
    display: none;
  }

  .itl-nav__paged-menu__item--active.with-right-images {
    right: 30%;
  }

  .itl-nav__u2:before {
    content: "";
    left: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f2fafc;
  }

  .itl-nav__u2__inner {
    overflow: hidden;
  }

  .singleton .itl-nav__u2 {
    left: 0;
    right: auto;
  }

  .itl-nav__images {
    display: block;
    width: 30%;
  }

  .itl-nav__images__bottom {
    display: block;
  }

  .itl-nav__images__bottom__mobile {
    display: none;
  }

  .live-search-c4u {
    top: 70px;
  }

  .live-search-c4u.has-banner {
    top: 115px;
  }

  .has-banner .search-results,
  .has-banner .no-search-result-case .promo-block__inner {
    max-height: calc(100vh - 221px - 106px);
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .itl-minicart::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }

  .itl-minicart::-webkit-scrollbar-thumb {
    background: #888;
  }

  .itl-minicart::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .itl-minicart::-webkit-scrollbar-track {
    margin-bottom: 30px;
  }

  .modal-popup .modal-inner-wrap {
    width: 75%;
  }

  .customer-dob > select {
    max-width: 120px;
  }
}

@media screen and (min-width: 1025px) {
  .no-cssgrid .itl-footer__item,
  .itl-footer__item .cssgridlegacy {
    flex: 1 1 250px;
  }

  .prescription-treatments .prescription-banner__left {
    flex: 0 0 50%;
  }

  .prescription-treatments .prescription-banner:nth-child(odd) .prescription-banner__left__image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .prescription-treatments .prescription-banner:nth-child(even) .prescription-banner__left__image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .prescription-treatments .prescription-banner-wrapper .prescription-banner {
    flex: 0 0 50%;
    flex-direction: row;
  }

  .prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right {
    flex: 0 0 50%;
  }

  .prescription-treatments .prescription-banner-wrapper .prescription-banner .prescription-banner__right::before {
    top: 79%;
  }

  .prescription-treatments .prescription-banner-wrapper .prescription-banner:nth-child(even) .prescription-banner__left {
    order: 1;
  }
}

@media screen and (min-width: 1140px) {
  .itl-nav__flat-categories {
    -moz-columns: 5;
    columns: 5;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .itl-header__bar__inner__item {
    flex: 1 1 auto;
    width: auto;
    min-width: 200px;
    padding: 0 20px;
    max-width: 100%;
    height: 100%;
    transition: max-width 0.3s ease-in-out, min-width 0.3s ease-in-out;
    width: auto !important;
  }
}

@media screen and (min-width: 1240px) {
  .itl-footer__arrow {
    background: url("../../frontend/c4u/images/c4u-new-web-arrow-icon-flipped.png") no-repeat -50px 10px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    max-width: 150px;
    max-height: 350px;
    background-size: contain;
    z-index: 1;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }

  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

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

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (max-width: 1140px) {
  .itl-minicart__outer #minicart-content-wrapper {
    width: calc(100% - 16px);
  }
}

@media (max-width: 1024.98px) {
  .its-banner-content__warning__inner {
    margin-left: 10px !important;
  }

  .itl-minicart__outer .minicart-items-wrapper {
    height: auto !important;
  }

  .itl-minicart__footer {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .itl-nav__u1 > .itl-nav__u1__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 867px) {
  .itd-anim--transform--mobile {
    transition: transform 0.3s ease-in-out;
  }

  .itc-shadows--desktop {
    box-shadow: none;
  }

  .itc-shadows--desktop:hover {
    box-shadow: none;
  }

  .its-brand__circle--mobile::after,
  .selected .its-brand__circle--mobile__selected::after {
    background: url("../../frontend/c4u/child/en_GB/images/menu-circle-250.png") no-repeat 0px 0;
    background-size: 150px;
    content: "";
    position: absolute;
    width: 150px;
    bottom: -70px;
    left: -30px;
    height: 150px;
    border-radius: 50px;
    animation: spin 4.5s linear infinite;
  }

  .itl-header__item__search .form.minisearch .action.search {
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    border-radius: 0 8px 8px 0;
    background: #EC008C;
  }

  .itl-header__item__search .form.minisearch .action.search .icon-search-icon:before {
    color: white;
  }

  .itl-nav__paged-menu__item--active .itl-nav__paged-menu__item__back .itl-nav__arrow::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #00a0bf;
    margin-right: 10px;
  }

  .itl-nav__arrow:not(.itl-nav__singleton)::after {
    position: absolute;
    right: 15px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #01a0c0;
    top: calc(50% - 10px);
  }

  .itl-nav__paged-menu .itl-nav__arrow,
  .itl-nav__paged-menu .itl-nav__singleton {
    border-bottom: solid 0.5px rgba(212, 212, 212, 0.7);
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    cursor: pointer;
  }

  .itl-nav__paged-menu__content > li > a {
    display: block;
  }

  .itl-nav__paged-menu.with-bottom-images__mobile .itl-nav__paged-menu__content {
    max-height: calc(100% - 110px);
  }

  .itl-nav__paged-menu__content li:not(.itl-nav__paged-menu__item__browse) {
    width: 100%;
    flex-basis: auto;
    color: #01a0c0;
    padding: 0 20px;
  }

  .itl-nav__paged-menu__item__title--flat {
    display: none;
  }

  .itl-nav__paged-menu__item__back--flat .itl-nav__arrow {
    position: relative;
    padding: 0 0 0 20px;
    color: #1D2755;
    border: none;
    font-size: 20px;
    font-weight: 700;
  }

  .itl-nav__paged-menu__item__back--flat .itl-nav__arrow:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1D2755 !important;
  }
}

@media (max-width: 867px) {
  .itl-nav__paged-menu__item {
    transform: translate3D(calc(100% + 20px), 0, 0);
  }

  .itl-nav__paged-menu__item--active {
    transform: translate3D(0, 0, 0);
  }
}

@media (max-width: 768px) {
  .itl-footer .itl-footer__header__inner {
    position: relative;
    padding: 0 30px;
  }

  .itl-footer .itl-footer__header__inner::before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    line-height: 45px;
    color: #fff;
    position: absolute;
    left: 10px;
  }

  .itl-footer .itl-footer__header__inner::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    line-height: 45px;
    color: #fff;
    position: absolute;
    right: 10px;
  }
}

@media (max-width: 767.98px) {
  .animation--item--desktop-bs::after {
    content: none;
  }

  .its-qty__toggle {
    width: 38px;
    font-size: 18px;
  }

  .its-font-h--r1 {
    font-size: 24px;
  }

  .its-font-h--r2 {
    font-size: 20px;
  }

  .maxmobile350 {
    max-width: 350px;
  }

  .itc-shadows--desktop-bs {
    box-shadow: none;
  }

  .itc-shadows--desktop-bs:hover {
    box-shadow: none;
  }

  .custom-newsletter .modal-inner-wrap .newsletter-head {
    padding-top: 35%;
  }

  .custom-newsletter .modal-inner-wrap .newsletter-head__title {
    font-size: 72px;
  }

  .custom-newsletter .modal-inner-wrap .newsletter-head__subtitle {
    font-size: 18px;
  }

  .custom-newsletter .modal-inner-wrap .newsletter-popup-form {
    padding: 20px;
  }

  .custom-newsletter-success .newsletter-success-head__title {
    font-size: 36px;
  }

  .custom-newsletter-success .newsletter-success-head__subtitle {
    font-size: 18px;
  }

  .itl-footer__header__inner__links {
    padding: 0;
    justify-content: flex-start;
  }

  .itl-header__item__login-basket > li.customer-welcome .customer-name {
    position: absolute;
    justify-content: flex-end;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .its-banner-tags__item__body img {
    max-width: 26px;
  }

  .itl-minicart {
    padding-left: 0;
    padding-right: 0;
  }

  .itl-minicart__header__item__middle {
    display: none !important;
  }

  .itl-minicart__header__item__middle .amazon-pay-section {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .itl-minicart__header__item__right__inner .primary {
    flex-direction: column;
    align-items: center;
  }

  .itl-minicart__body__row {
    max-width: calc(1/1*100% - (1 - 1/1)*20px);
    flex: 0 0 calc(1/1*100% - (1 - 1/1)*20px);
  }

  .promo-block__product:last-child {
    margin-bottom: 10px;
  }

  .promo-block__product {
    max-width: calc(1/1*100% - (1 - 1/1)*0px);
    flex: 0 0 calc(1/1*100% - (1 - 1/1)*0px);
  }

  .modal-popup .modal-title {
    font-size: 18px;
  }

  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .patient-agreement-wrapper ul {
    padding-left: 15px;
  }

  .searchautocomplete-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .live-search-c4u {
    height: calc(100% - 97px);
    max-width: initial;
  }

  .live-search-c4u.has-banner {
    height: calc(100% - 135px);
  }

  .searchautocomplete-search {
    display: flex;
    flex-direction: column;
    max-height: initial;
    padding: 20px 0 70px 0;
    bottom: 0;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .searchautocomplete-search .search-results {
    max-height: none;
  }

  .search-results,
  .no-search-result-case .promo-block__inner {
    max-height: calc((var(--vh, 1vh) * 100) - 233px);
  }

  .clerk-live-search-container:not(.clerk-instant-search-hidden) .clerk-live-product {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .customer-account-login .login-tabs [data-role="collapsible"],
  .consultation-details-index .login-tabs [data-role="collapsible"] {
    overflow: hidden;
    position: relative;
    display: none;
  }

  .customer-account-login .login-tabs [data-role="collapsible"].active,
  .consultation-details-index .login-tabs [data-role="collapsible"].active {
    display: block;
  }

  .customer-account-login .login-tabs [data-role="collapsible"].active a,
  .consultation-details-index .login-tabs [data-role="collapsible"].active a {
    color: #00a0bf;
    text-decoration: none;
  }

  .customer-account-login .login-tabs [data-role="collapsible"] .underline,
  .consultation-details-index .login-tabs [data-role="collapsible"] .underline {
    display: none;
  }

  .customer-account-login .login-tabs [data-role="content"] .divider,
  .consultation-details-index .login-tabs [data-role="content"] .divider {
    display: none;
  }

  .customer-account-login .login-tabs .form-login .actions-toolbar .primary,
  .consultation-details-index .login-tabs .form-login .actions-toolbar .primary {
    width: 100% !important;
  }

  .customer-account-login .login-tabs .form-login .actions-toolbar .primary .action.login,
  .consultation-details-index .login-tabs .form-login .actions-toolbar .primary .action.login {
    height: 48px;
  }

  .customer-account-login .login-tabs .form-login .actions-toolbar .secondary,
  .consultation-details-index .login-tabs .form-login .actions-toolbar .secondary {
    display: block;
  }

  .customer-account-login .login-tabs .form-login .forgot-password,
  .consultation-details-index .login-tabs .form-login .forgot-password {
    margin-top: 5px;
    text-align: start;
  }

  .customer-account-login .login-tabs .form-login .fieldset.login,
  .consultation-details-index .login-tabs .form-login .fieldset.login {
    width: 100%;
  }

  .customer-account-login .login-tabs .form-login .fields,
  .consultation-details-index .login-tabs .form-login .fields {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .itl-sticky__footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    height: auto;
  }

  .itl-sticky__footer.fixed .itl-sticky__footer__item--hidden {
    position: static;
  }
}

@media (max-width: 767px) {
  .mobile_app_img {
    display: block !important;
  }

  .desktop_app_img {
    display: none !important;
  }

  .itl-minicart__header__item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .itl-minicart__header__item__left {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .itl-footer__item.collapsible-init {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #4dbdd1;
  }

  .itl-footer__item.collapsible-init [data-role="title"] {
    position: relative;
  }

  .itl-footer__item.collapsible-init [data-role="title"]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f067";
    color: #fff;
  }

  .itl-footer__item.collapsible-init [data-role="title"]:after {
    position: absolute;
    right: 10px;
    top: 4px;
  }

  .itl-footer__item.collapsible-init [data-role="title"][aria-expanded="true"]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f068";
    color: #fff;
  }

  .itl-footer__item.collapsible-init [data-role="content"] {
    display: none;
  }

  .popup-authentication .block-authentication {
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .itl-minicart__footer__inner {
    padding: 20px 15px;
  }

  .itl-minicart__footer__item:nth-child(2) .subtotal {
    display: flex;
    margin-top: 5px;
    align-items: center;
    justify-content: space-between;
  }

  .itl-minicart__footer__item {
    flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  .custom-newsletter .modal-inner-wrap .newsletter-head__title {
    font-size: 30px;
    text-align: center;
  }

  .custom-newsletter .modal-inner-wrap .newsletter-head__subtitle {
    font-size: 16px;
  }

  .custom-newsletter-success .newsletter-success-head {
    padding-top: 90%;
  }

  .custom-newsletter-success .newsletter-success-head__title {
    font-size: 24px;
    text-align: center;
  }

  .custom-newsletter-success .newsletter-success-head__subtitle {
    font-size: 16px;
  }

  .itl-minicart .its-qty .its-qty__toggle {
    width: 18px;
  }

  .itl-minicart__body__row__item__right__foot {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 476px) {
  .prescription-treatments .prescription-banner-wrapper .prescription-banner .pharmacist_designation {
    top: 245px;
  }
}

@media only screen and (max-width: 420px) {
  #search_mini_form .search-text-box #search {
    margin-left: 2.5%;
  }
}

@media (max-width: 340px) {
  .customer-dob {
    flex-wrap: wrap;
  }

  .customer-dob > select {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-device-width: 1025px) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
  }

  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }

  /* Track */

  /* Handle */

  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px;
  }

  /* Handle on hover */

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
/*# sourceMappingURL=style.css.map */
@charset "UTF-8";
.h-1-px {
  height: 1px; }

.h-2-px {
  height: 2px; }

.h-3-px {
  height: 3px; }

.h-4-px {
  height: 4px; }

.h-5-px {
  height: 5px; }

.h-6-px {
  height: 6px; }

.h-7-px {
  height: 7px; }

.h-8-px {
  height: 8px; }

.h-9-px {
  height: 9px; }

.h-10-px {
  height: 10px; }

.h-11-px {
  height: 11px; }

.h-12-px {
  height: 12px; }

.h-13-px {
  height: 13px; }

.h-14-px {
  height: 14px; }

.h-15-px {
  height: 15px; }

.h-16-px {
  height: 16px; }

.h-17-px {
  height: 17px; }

.h-18-px {
  height: 18px; }

.h-19-px {
  height: 19px; }

.h-20-px {
  height: 20px; }

.h-21-px {
  height: 21px; }

.h-22-px {
  height: 22px; }

.h-23-px {
  height: 23px; }

.h-24-px {
  height: 24px; }

.h-25-px {
  height: 25px; }

.h-26-px {
  height: 26px; }

.h-27-px {
  height: 27px; }

.h-28-px {
  height: 28px; }

.h-29-px {
  height: 29px; }

.h-30-px {
  height: 30px; }

.h-31-px {
  height: 31px; }

.h-32-px {
  height: 32px; }

.h-33-px {
  height: 33px; }

.h-34-px {
  height: 34px; }

.h-35-px {
  height: 35px; }

.h-36-px {
  height: 36px; }

.h-37-px {
  height: 37px; }

.h-38-px {
  height: 38px; }

.h-39-px {
  height: 39px; }

.h-40-px {
  height: 40px; }

.h-41-px {
  height: 41px; }

.h-42-px {
  height: 42px; }

.h-43-px {
  height: 43px; }

.h-44-px {
  height: 44px; }

.h-45-px {
  height: 45px; }

.h-46-px {
  height: 46px; }

.h-47-px {
  height: 47px; }

.h-48-px {
  height: 48px; }

.h-49-px {
  height: 49px; }

.h-50-px {
  height: 50px; }

.h-51-px {
  height: 51px; }

.h-52-px {
  height: 52px; }

.h-53-px {
  height: 53px; }

.h-54-px {
  height: 54px; }

.h-55-px {
  height: 55px; }

.h-56-px {
  height: 56px; }

.h-57-px {
  height: 57px; }

.h-58-px {
  height: 58px; }

.h-59-px {
  height: 59px; }

.h-60-px {
  height: 60px; }

.h-61-px {
  height: 61px; }

.h-62-px {
  height: 62px; }

.h-63-px {
  height: 63px; }

.h-64-px {
  height: 64px; }

.h-65-px {
  height: 65px; }

.h-66-px {
  height: 66px; }

.h-67-px {
  height: 67px; }

.h-68-px {
  height: 68px; }

.h-69-px {
  height: 69px; }

.h-70-px {
  height: 70px; }

.h-71-px {
  height: 71px; }

.h-72-px {
  height: 72px; }

.h-73-px {
  height: 73px; }

.h-74-px {
  height: 74px; }

.h-75-px {
  height: 75px; }

.h-76-px {
  height: 76px; }

.h-77-px {
  height: 77px; }

.h-78-px {
  height: 78px; }

.h-79-px {
  height: 79px; }

.h-80-px {
  height: 80px; }

.h-81-px {
  height: 81px; }

.h-82-px {
  height: 82px; }

.h-83-px {
  height: 83px; }

.h-84-px {
  height: 84px; }

.h-85-px {
  height: 85px; }

.h-86-px {
  height: 86px; }

.h-87-px {
  height: 87px; }

.h-88-px {
  height: 88px; }

.h-89-px {
  height: 89px; }

.h-90-px {
  height: 90px; }

.h-91-px {
  height: 91px; }

.h-92-px {
  height: 92px; }

.h-93-px {
  height: 93px; }

.h-94-px {
  height: 94px; }

.h-95-px {
  height: 95px; }

.h-96-px {
  height: 96px; }

.h-97-px {
  height: 97px; }

.h-98-px {
  height: 98px; }

.h-99-px {
  height: 99px; }

.h-100-px {
  height: 100px; }

@media (min-width: 576px) {
  .h-sm-1-px {
    height: 1px; }
  .h-sm-2-px {
    height: 2px; }
  .h-sm-3-px {
    height: 3px; }
  .h-sm-4-px {
    height: 4px; }
  .h-sm-5-px {
    height: 5px; }
  .h-sm-6-px {
    height: 6px; }
  .h-sm-7-px {
    height: 7px; }
  .h-sm-8-px {
    height: 8px; }
  .h-sm-9-px {
    height: 9px; }
  .h-sm-10-px {
    height: 10px; }
  .h-sm-11-px {
    height: 11px; }
  .h-sm-12-px {
    height: 12px; }
  .h-sm-13-px {
    height: 13px; }
  .h-sm-14-px {
    height: 14px; }
  .h-sm-15-px {
    height: 15px; }
  .h-sm-16-px {
    height: 16px; }
  .h-sm-17-px {
    height: 17px; }
  .h-sm-18-px {
    height: 18px; }
  .h-sm-19-px {
    height: 19px; }
  .h-sm-20-px {
    height: 20px; }
  .h-sm-21-px {
    height: 21px; }
  .h-sm-22-px {
    height: 22px; }
  .h-sm-23-px {
    height: 23px; }
  .h-sm-24-px {
    height: 24px; }
  .h-sm-25-px {
    height: 25px; }
  .h-sm-26-px {
    height: 26px; }
  .h-sm-27-px {
    height: 27px; }
  .h-sm-28-px {
    height: 28px; }
  .h-sm-29-px {
    height: 29px; }
  .h-sm-30-px {
    height: 30px; }
  .h-sm-31-px {
    height: 31px; }
  .h-sm-32-px {
    height: 32px; }
  .h-sm-33-px {
    height: 33px; }
  .h-sm-34-px {
    height: 34px; }
  .h-sm-35-px {
    height: 35px; }
  .h-sm-36-px {
    height: 36px; }
  .h-sm-37-px {
    height: 37px; }
  .h-sm-38-px {
    height: 38px; }
  .h-sm-39-px {
    height: 39px; }
  .h-sm-40-px {
    height: 40px; }
  .h-sm-41-px {
    height: 41px; }
  .h-sm-42-px {
    height: 42px; }
  .h-sm-43-px {
    height: 43px; }
  .h-sm-44-px {
    height: 44px; }
  .h-sm-45-px {
    height: 45px; }
  .h-sm-46-px {
    height: 46px; }
  .h-sm-47-px {
    height: 47px; }
  .h-sm-48-px {
    height: 48px; }
  .h-sm-49-px {
    height: 49px; }
  .h-sm-50-px {
    height: 50px; }
  .h-sm-51-px {
    height: 51px; }
  .h-sm-52-px {
    height: 52px; }
  .h-sm-53-px {
    height: 53px; }
  .h-sm-54-px {
    height: 54px; }
  .h-sm-55-px {
    height: 55px; }
  .h-sm-56-px {
    height: 56px; }
  .h-sm-57-px {
    height: 57px; }
  .h-sm-58-px {
    height: 58px; }
  .h-sm-59-px {
    height: 59px; }
  .h-sm-60-px {
    height: 60px; }
  .h-sm-61-px {
    height: 61px; }
  .h-sm-62-px {
    height: 62px; }
  .h-sm-63-px {
    height: 63px; }
  .h-sm-64-px {
    height: 64px; }
  .h-sm-65-px {
    height: 65px; }
  .h-sm-66-px {
    height: 66px; }
  .h-sm-67-px {
    height: 67px; }
  .h-sm-68-px {
    height: 68px; }
  .h-sm-69-px {
    height: 69px; }
  .h-sm-70-px {
    height: 70px; }
  .h-sm-71-px {
    height: 71px; }
  .h-sm-72-px {
    height: 72px; }
  .h-sm-73-px {
    height: 73px; }
  .h-sm-74-px {
    height: 74px; }
  .h-sm-75-px {
    height: 75px; }
  .h-sm-76-px {
    height: 76px; }
  .h-sm-77-px {
    height: 77px; }
  .h-sm-78-px {
    height: 78px; }
  .h-sm-79-px {
    height: 79px; }
  .h-sm-80-px {
    height: 80px; }
  .h-sm-81-px {
    height: 81px; }
  .h-sm-82-px {
    height: 82px; }
  .h-sm-83-px {
    height: 83px; }
  .h-sm-84-px {
    height: 84px; }
  .h-sm-85-px {
    height: 85px; }
  .h-sm-86-px {
    height: 86px; }
  .h-sm-87-px {
    height: 87px; }
  .h-sm-88-px {
    height: 88px; }
  .h-sm-89-px {
    height: 89px; }
  .h-sm-90-px {
    height: 90px; }
  .h-sm-91-px {
    height: 91px; }
  .h-sm-92-px {
    height: 92px; }
  .h-sm-93-px {
    height: 93px; }
  .h-sm-94-px {
    height: 94px; }
  .h-sm-95-px {
    height: 95px; }
  .h-sm-96-px {
    height: 96px; }
  .h-sm-97-px {
    height: 97px; }
  .h-sm-98-px {
    height: 98px; }
  .h-sm-99-px {
    height: 99px; }
  .h-sm-100-px {
    height: 100px; } }

.cms-chemist4u-app .columns {
  background-color: transparent; }
  .cms-chemist4u-app .columns .column.main {
    max-width: 100%;
    padding: 0; }
    .cms-chemist4u-app .columns .column.main div[data-content-type] {
      width: 100%; }
    .cms-chemist4u-app .columns .column.main .py-5.first-section {
      position: relative;
      padding-bottom: 0 !important; }
      @media (max-width: 767.98px) {
        .cms-chemist4u-app .columns .column.main .py-5.first-section {
          padding-bottom: 0 !important; } }
      .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner {
        width: 70%;
        justify-content: center; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .white-bg {
            padding: 0;
            margin-bottom: 0 !important; } }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner {
            width: 100%; } }
        .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-app-phone img {
          width: 100%;
          height: auto; }
        .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
          background-color: #fff;
          border-radius: 30px;
          padding: 35px 20px; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
              border-radius: 0; } }
          @media (max-width: 1024.98px) {
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
              padding: 15px 15px; }
              .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .its-font-h--r2 {
                font-size: 24px; } }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right h4 {
            font-size: 20px;
            font-weight: 700;
            color: #00a0bf; }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right p {
            font-size: 16px;
            width: 80%;
            margin: 0 auto 40px auto;
            color: #767676; }
            @media (max-width: 1199.98px) {
              .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right p {
                margin-bottom: 0; } }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .app-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-left: -10px;
            row-gap: 15px; }
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .app-buttons a img {
              width: 120px;
              height: auto;
              margin-left: 10px; }
      .cms-chemist4u-app .columns .column.main .py-5.first-section:before {
        content: '';
        background: url(../../frontend/c4u/child/en_GB/Innox_PageSpeed/images/c4u-new-web-arrow-icon-top.png);
        position: absolute;
        top: 50%;
        left: 10%;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section:before {
            top: 9%;
            left: 5%; } }
      .cms-chemist4u-app .columns .column.main .py-5.first-section:after {
        content: '';
        background: url(../../frontend/c4u/child/en_GB/Innox_PageSpeed/images/help-bg-arc.png);
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section:after {
            width: 60px;
            height: 60px; } }
    .cms-chemist4u-app .columns .column.main .app-video-section {
      background-color: #fff; }
      .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner {
        flex-direction: column; }
        .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section {
          position: relative;
          margin: 0 auto; }
          .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section img {
            width: 800px;
            height: auto;
            border-radius: 80px;
            margin: 0 auto; }
          .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section .play-icon {
            width: 100px !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box {
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 20px; }
      @media (max-width: 767.98px) {
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box {
          row-gap: 23px; } }
      .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item {
        flex: 0 0 23%;
        max-width: 23%;
        background-color: #fff;
        border-radius: 20px;
        text-align: center;
        padding-bottom: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item {
            flex: 0 0 47%;
            max-width: 47%; } }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item img {
          width: 90px;
          height: 100px; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item .icon-2 img, .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item .icon-3 img {
          width: 120px;
          height: 100px; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item h4 {
          color: #00a0bf !important;
          font-weight: 700 !important; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item p {
          max-width: 160px !important;
          width: 100% !important;
          margin: 0 auto;
          color: #00a0bf;
          font-size: 14px;
          font-weight: 600; }
      .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature {
        flex: 0 0 23%;
        max-width: 23%;
        border-radius: 20px;
        background-color: #00a0bf !important;
        position: relative; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature {
            flex: 0 0 47%;
            max-width: 47%; } }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature .blue-box {
          text-align: center;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature h4 {
          color: #fff !important;
          font-weight: 700; }
    .cms-chemist4u-app .columns .column.main .dowlaod-app-section {
      padding: 48px 0; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner {
        width: 60%; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row {
          padding-bottom: 25px; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 {
              flex: 0 0 100%;
              max-width: 100%; } }
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-1,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-2,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-3 {
            height: 100%; }
            @media screen and (min-width: 768px) {
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-1 img,
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-2 img,
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-3 img {
                height: 410px; } }
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-content {
            height: 100%; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner {
            width: 90%; } }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .center-image-section {
            display: none; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .col-12.col-sm-6 {
        padding: 0; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
        padding: 1.5em; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
            text-align: center; } }
        @media screen and (min-width: 768px) and (max-width: 866px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
            padding: 26px; } }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content p {
          font-size: 16px !important;
          color: #767676;
          margin-bottom: 31px; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content p {
              margin-bottom: 28px; } }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content .download-link {
          display: inline-block;
          color: #fff;
          background-color: #00a0bf;
          padding: 10px 25px;
          border-radius: 20px;
          font-size: 16px;
          font-weight: 700; }
        @media screen and (max-width: 1025px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content .its-font-h--r2 {
            font-size: 22px; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-1 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-3 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-2 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-1 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-3 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-2 {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 {
        position: relative; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2:before {
          content: '';
          background: url(../../frontend/c4u/child/en_GB/Innox_PageSpeed/images/help-bg-arc-top.png);
          position: absolute;
          bottom: 0;
          right: 0;
          width: 80px;
          height: 80px;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2:before {
              display: none; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
        position: relative; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1:before, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3:before {
          content: '';
          background: url(../../frontend/c4u/child/en_GB/Innox_PageSpeed/images/help-bg-arc-top.png);
          position: absolute;
          bottom: 0;
          right: 0;
          width: 80px;
          height: 80px;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1:before, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3:before {
              display: none; } }
    .cms-chemist4u-app .columns .column.main .faq_section h2 {
      color: #ec008c;
      font-size: 28px; }
    .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item {
      margin-left: 0; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item:after {
        display: none; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header {
        background-color: #eef3f7;
        justify-content: flex-start;
        padding-left: 30px;
        padding-right: 35px; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header:after {
          content: "";
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          font-weight: 400;
          font-size: 16px;
          color: #00a0bf;
          right: 20px; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header .eps-signup__accordion__title {
          color: #00a0bf;
          font-weight: 600;
          margin: 10px 0;
          font-size: 16px; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__content__inner {
        background-color: #eef3f7; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__content__inner p {
          font-size: 14px;
          margin-bottom: 0;
          color: #303030; }
    .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item.selected .itl-faq__item__header:after {
      transform: rotate(180deg); }
    .cms-chemist4u-app .columns .column.main .contact-us-section {
      width: 100%;
      padding-top: 48px; }
      .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section {
        background-color: #00a0bf;
        text-align: center; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image {
          padding: 35px 20px 35px 200px; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 25px;
              align-items: center;
              width: 100%; }
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content {
                text-align: left; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
            width: 100px;
            height: 100px; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
                width: 80px;
                height: 80px; } }
            @media screen and (max-width: 414) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
                width: 60px;
                height: 60px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content h2 {
            color: #fff;
            font-size: 24px;
            font-weight: 700; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content h2 {
                font-size: 22px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content p {
            color: #fff;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 0; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content p {
                font-size: 14px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content span {
            font-weight: 700; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content {
              margin-left: 30px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          border-top: 1px solid #00a0bf;
          border-right: 1px solid #00a0bf;
          border-bottom: 1px solid #00a0bf;
          border-left: 0 solid #00a0bf;
          top: 50%;
          left: 100%;
          margin-top: 0;
          margin-left: -11px;
          transform: rotate(45deg);
          background-color: #00a0bf;
          z-index: 1; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section:after {
              top: 100%;
              left: 50%;
              margin-top: -11px; } }
      .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section {
        background-color: #eef3f7;
        text-align: center;
        padding: 35px 160px 35px 0; }
        @media screen and (max-width: 1025px) {
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section {
            padding: 0 20px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section h2 {
          color: #00a0bf;
          font-size: 24px;
          font-weight: 700; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section h2 {
              padding-top: 20px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section p {
          color: #767676;
          font-weight: 500;
          font-size: 18px;
          margin-bottom: 30px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section p .contact-link {
            text-decoration: underline;
            color: #526b70; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .app-support-link {
          color: #00a0bf;
          border: 1px solid #00a0bf;
          padding: 5px 30px;
          font-weight: 800;
          border-radius: 30px;
          font-size: 16px;
          position: relative;
          z-index: 0;
          background-color: #eef3f7; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .app-support-link:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-top: 0 solid #00a0bf;
            border-right: 1px solid #00a0bf;
            border-bottom: 1px solid #00a0bf;
            border-left: 0 solid #00a0bf;
            top: 100%;
            left: 50%;
            margin-top: -4px;
            margin-left: -4px;
            transform: rotate(45deg);
            background-color: #00a0bf;
            z-index: -1; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          margin: 30px 0;
          column-gap: 15px;
          row-gap: 15px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .email-section {
            background-color: #fff;
            border-radius: 15px;
            padding: 20px 35px; }
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .email-section .email-image-base {
              background-color: #00a0bf;
              border-radius: 100%;
              margin: 0 auto;
              max-width: 45px;
              min-height: 45px;
              position: relative; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication img {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .live-chat-section {
            background-color: #fff;
            border-radius: 15px;
            padding: 20px 31px; }
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .live-chat-section .live-chat-base {
              background-color: #ec008c;
              border-radius: 100%;
              width: 100%;
              margin: 0 auto;
              max-width: 45px;
              min-height: 45px;
              position: relative;
              height: auto; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .click-hear {
            color: #767676;
            font-size: 12px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .fa-chevron-right {
            font-weight: 400;
            padding-left: 5px; }

.itl-ps__placeholder {
  background-size: contain !important; }

/*# sourceMappingURL=module.css.map */
@charset "UTF-8";
.h-1-px {
  height: 1px; }

.h-2-px {
  height: 2px; }

.h-3-px {
  height: 3px; }

.h-4-px {
  height: 4px; }

.h-5-px {
  height: 5px; }

.h-6-px {
  height: 6px; }

.h-7-px {
  height: 7px; }

.h-8-px {
  height: 8px; }

.h-9-px {
  height: 9px; }

.h-10-px {
  height: 10px; }

.h-11-px {
  height: 11px; }

.h-12-px {
  height: 12px; }

.h-13-px {
  height: 13px; }

.h-14-px {
  height: 14px; }

.h-15-px {
  height: 15px; }

.h-16-px {
  height: 16px; }

.h-17-px {
  height: 17px; }

.h-18-px {
  height: 18px; }

.h-19-px {
  height: 19px; }

.h-20-px {
  height: 20px; }

.h-21-px {
  height: 21px; }

.h-22-px {
  height: 22px; }

.h-23-px {
  height: 23px; }

.h-24-px {
  height: 24px; }

.h-25-px {
  height: 25px; }

.h-26-px {
  height: 26px; }

.h-27-px {
  height: 27px; }

.h-28-px {
  height: 28px; }

.h-29-px {
  height: 29px; }

.h-30-px {
  height: 30px; }

.h-31-px {
  height: 31px; }

.h-32-px {
  height: 32px; }

.h-33-px {
  height: 33px; }

.h-34-px {
  height: 34px; }

.h-35-px {
  height: 35px; }

.h-36-px {
  height: 36px; }

.h-37-px {
  height: 37px; }

.h-38-px {
  height: 38px; }

.h-39-px {
  height: 39px; }

.h-40-px {
  height: 40px; }

.h-41-px {
  height: 41px; }

.h-42-px {
  height: 42px; }

.h-43-px {
  height: 43px; }

.h-44-px {
  height: 44px; }

.h-45-px {
  height: 45px; }

.h-46-px {
  height: 46px; }

.h-47-px {
  height: 47px; }

.h-48-px {
  height: 48px; }

.h-49-px {
  height: 49px; }

.h-50-px {
  height: 50px; }

.h-51-px {
  height: 51px; }

.h-52-px {
  height: 52px; }

.h-53-px {
  height: 53px; }

.h-54-px {
  height: 54px; }

.h-55-px {
  height: 55px; }

.h-56-px {
  height: 56px; }

.h-57-px {
  height: 57px; }

.h-58-px {
  height: 58px; }

.h-59-px {
  height: 59px; }

.h-60-px {
  height: 60px; }

.h-61-px {
  height: 61px; }

.h-62-px {
  height: 62px; }

.h-63-px {
  height: 63px; }

.h-64-px {
  height: 64px; }

.h-65-px {
  height: 65px; }

.h-66-px {
  height: 66px; }

.h-67-px {
  height: 67px; }

.h-68-px {
  height: 68px; }

.h-69-px {
  height: 69px; }

.h-70-px {
  height: 70px; }

.h-71-px {
  height: 71px; }

.h-72-px {
  height: 72px; }

.h-73-px {
  height: 73px; }

.h-74-px {
  height: 74px; }

.h-75-px {
  height: 75px; }

.h-76-px {
  height: 76px; }

.h-77-px {
  height: 77px; }

.h-78-px {
  height: 78px; }

.h-79-px {
  height: 79px; }

.h-80-px {
  height: 80px; }

.h-81-px {
  height: 81px; }

.h-82-px {
  height: 82px; }

.h-83-px {
  height: 83px; }

.h-84-px {
  height: 84px; }

.h-85-px {
  height: 85px; }

.h-86-px {
  height: 86px; }

.h-87-px {
  height: 87px; }

.h-88-px {
  height: 88px; }

.h-89-px {
  height: 89px; }

.h-90-px {
  height: 90px; }

.h-91-px {
  height: 91px; }

.h-92-px {
  height: 92px; }

.h-93-px {
  height: 93px; }

.h-94-px {
  height: 94px; }

.h-95-px {
  height: 95px; }

.h-96-px {
  height: 96px; }

.h-97-px {
  height: 97px; }

.h-98-px {
  height: 98px; }

.h-99-px {
  height: 99px; }

.h-100-px {
  height: 100px; }

@media (min-width: 576px) {
  .h-sm-1-px {
    height: 1px; }
  .h-sm-2-px {
    height: 2px; }
  .h-sm-3-px {
    height: 3px; }
  .h-sm-4-px {
    height: 4px; }
  .h-sm-5-px {
    height: 5px; }
  .h-sm-6-px {
    height: 6px; }
  .h-sm-7-px {
    height: 7px; }
  .h-sm-8-px {
    height: 8px; }
  .h-sm-9-px {
    height: 9px; }
  .h-sm-10-px {
    height: 10px; }
  .h-sm-11-px {
    height: 11px; }
  .h-sm-12-px {
    height: 12px; }
  .h-sm-13-px {
    height: 13px; }
  .h-sm-14-px {
    height: 14px; }
  .h-sm-15-px {
    height: 15px; }
  .h-sm-16-px {
    height: 16px; }
  .h-sm-17-px {
    height: 17px; }
  .h-sm-18-px {
    height: 18px; }
  .h-sm-19-px {
    height: 19px; }
  .h-sm-20-px {
    height: 20px; }
  .h-sm-21-px {
    height: 21px; }
  .h-sm-22-px {
    height: 22px; }
  .h-sm-23-px {
    height: 23px; }
  .h-sm-24-px {
    height: 24px; }
  .h-sm-25-px {
    height: 25px; }
  .h-sm-26-px {
    height: 26px; }
  .h-sm-27-px {
    height: 27px; }
  .h-sm-28-px {
    height: 28px; }
  .h-sm-29-px {
    height: 29px; }
  .h-sm-30-px {
    height: 30px; }
  .h-sm-31-px {
    height: 31px; }
  .h-sm-32-px {
    height: 32px; }
  .h-sm-33-px {
    height: 33px; }
  .h-sm-34-px {
    height: 34px; }
  .h-sm-35-px {
    height: 35px; }
  .h-sm-36-px {
    height: 36px; }
  .h-sm-37-px {
    height: 37px; }
  .h-sm-38-px {
    height: 38px; }
  .h-sm-39-px {
    height: 39px; }
  .h-sm-40-px {
    height: 40px; }
  .h-sm-41-px {
    height: 41px; }
  .h-sm-42-px {
    height: 42px; }
  .h-sm-43-px {
    height: 43px; }
  .h-sm-44-px {
    height: 44px; }
  .h-sm-45-px {
    height: 45px; }
  .h-sm-46-px {
    height: 46px; }
  .h-sm-47-px {
    height: 47px; }
  .h-sm-48-px {
    height: 48px; }
  .h-sm-49-px {
    height: 49px; }
  .h-sm-50-px {
    height: 50px; }
  .h-sm-51-px {
    height: 51px; }
  .h-sm-52-px {
    height: 52px; }
  .h-sm-53-px {
    height: 53px; }
  .h-sm-54-px {
    height: 54px; }
  .h-sm-55-px {
    height: 55px; }
  .h-sm-56-px {
    height: 56px; }
  .h-sm-57-px {
    height: 57px; }
  .h-sm-58-px {
    height: 58px; }
  .h-sm-59-px {
    height: 59px; }
  .h-sm-60-px {
    height: 60px; }
  .h-sm-61-px {
    height: 61px; }
  .h-sm-62-px {
    height: 62px; }
  .h-sm-63-px {
    height: 63px; }
  .h-sm-64-px {
    height: 64px; }
  .h-sm-65-px {
    height: 65px; }
  .h-sm-66-px {
    height: 66px; }
  .h-sm-67-px {
    height: 67px; }
  .h-sm-68-px {
    height: 68px; }
  .h-sm-69-px {
    height: 69px; }
  .h-sm-70-px {
    height: 70px; }
  .h-sm-71-px {
    height: 71px; }
  .h-sm-72-px {
    height: 72px; }
  .h-sm-73-px {
    height: 73px; }
  .h-sm-74-px {
    height: 74px; }
  .h-sm-75-px {
    height: 75px; }
  .h-sm-76-px {
    height: 76px; }
  .h-sm-77-px {
    height: 77px; }
  .h-sm-78-px {
    height: 78px; }
  .h-sm-79-px {
    height: 79px; }
  .h-sm-80-px {
    height: 80px; }
  .h-sm-81-px {
    height: 81px; }
  .h-sm-82-px {
    height: 82px; }
  .h-sm-83-px {
    height: 83px; }
  .h-sm-84-px {
    height: 84px; }
  .h-sm-85-px {
    height: 85px; }
  .h-sm-86-px {
    height: 86px; }
  .h-sm-87-px {
    height: 87px; }
  .h-sm-88-px {
    height: 88px; }
  .h-sm-89-px {
    height: 89px; }
  .h-sm-90-px {
    height: 90px; }
  .h-sm-91-px {
    height: 91px; }
  .h-sm-92-px {
    height: 92px; }
  .h-sm-93-px {
    height: 93px; }
  .h-sm-94-px {
    height: 94px; }
  .h-sm-95-px {
    height: 95px; }
  .h-sm-96-px {
    height: 96px; }
  .h-sm-97-px {
    height: 97px; }
  .h-sm-98-px {
    height: 98px; }
  .h-sm-99-px {
    height: 99px; }
  .h-sm-100-px {
    height: 100px; } }

.cms-chemist4u-app .columns {
  background-color: transparent; }
  .cms-chemist4u-app .columns .column.main {
    max-width: 100%;
    padding: 0; }
    .cms-chemist4u-app .columns .column.main div[data-content-type] {
      width: 100%; }
    .cms-chemist4u-app .columns .column.main .py-5.first-section {
      position: relative;
      padding-bottom: 0 !important; }
      @media (max-width: 767.98px) {
        .cms-chemist4u-app .columns .column.main .py-5.first-section {
          padding-bottom: 0 !important; } }
      .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner {
        width: 70%;
        justify-content: center; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .white-bg {
            padding: 0;
            margin-bottom: 0 !important; } }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner {
            width: 100%; } }
        .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-app-phone img {
          width: 100%;
          height: auto; }
        .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
          background-color: #fff;
          border-radius: 30px;
          padding: 35px 20px; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
              border-radius: 0; } }
          @media (max-width: 1024.98px) {
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
              padding: 15px 15px; }
              .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .its-font-h--r2 {
                font-size: 24px; } }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right h4 {
            font-size: 20px;
            font-weight: 700;
            color: #00a0bf; }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right p {
            font-size: 16px;
            width: 80%;
            margin: 0 auto 40px auto;
            color: #767676; }
            @media (max-width: 1199.98px) {
              .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right p {
                margin-bottom: 0; } }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .app-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-left: -10px;
            row-gap: 15px; }
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .app-buttons a img {
              width: 120px;
              height: auto;
              margin-left: 10px; }
      .cms-chemist4u-app .columns .column.main .py-5.first-section:before {
        content: '';
        background: url(../../frontend/c4u/child/en_GB/Wagento_Zendesk/images/c4u-new-web-arrow-icon-top.png);
        position: absolute;
        top: 50%;
        left: 10%;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section:before {
            top: 9%;
            left: 5%; } }
      .cms-chemist4u-app .columns .column.main .py-5.first-section:after {
        content: '';
        background: url(../../frontend/c4u/child/en_GB/Wagento_Zendesk/images/help-bg-arc.png);
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section:after {
            width: 60px;
            height: 60px; } }
    .cms-chemist4u-app .columns .column.main .app-video-section {
      background-color: #fff; }
      .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner {
        flex-direction: column; }
        .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section {
          position: relative;
          margin: 0 auto; }
          .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section img {
            width: 800px;
            height: auto;
            border-radius: 80px;
            margin: 0 auto; }
          .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section .play-icon {
            width: 100px !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box {
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 20px; }
      @media (max-width: 767.98px) {
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box {
          row-gap: 23px; } }
      .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item {
        flex: 0 0 23%;
        max-width: 23%;
        background-color: #fff;
        border-radius: 20px;
        text-align: center;
        padding-bottom: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item {
            flex: 0 0 47%;
            max-width: 47%; } }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item img {
          width: 90px;
          height: 100px; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item .icon-2 img, .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item .icon-3 img {
          width: 120px;
          height: 100px; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item h4 {
          color: #00a0bf !important;
          font-weight: 700 !important; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item p {
          max-width: 160px !important;
          width: 100% !important;
          margin: 0 auto;
          color: #00a0bf;
          font-size: 14px;
          font-weight: 600; }
      .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature {
        flex: 0 0 23%;
        max-width: 23%;
        border-radius: 20px;
        background-color: #00a0bf !important;
        position: relative; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature {
            flex: 0 0 47%;
            max-width: 47%; } }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature .blue-box {
          text-align: center;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature h4 {
          color: #fff !important;
          font-weight: 700; }
    .cms-chemist4u-app .columns .column.main .dowlaod-app-section {
      padding: 48px 0; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner {
        width: 60%; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row {
          padding-bottom: 25px; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 {
              flex: 0 0 100%;
              max-width: 100%; } }
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-1,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-2,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-3 {
            height: 100%; }
            @media screen and (min-width: 768px) {
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-1 img,
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-2 img,
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-3 img {
                height: 410px; } }
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-content {
            height: 100%; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner {
            width: 90%; } }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .center-image-section {
            display: none; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .col-12.col-sm-6 {
        padding: 0; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
        padding: 1.5em; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
            text-align: center; } }
        @media screen and (min-width: 768px) and (max-width: 866px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
            padding: 26px; } }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content p {
          font-size: 16px !important;
          color: #767676;
          margin-bottom: 31px; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content p {
              margin-bottom: 28px; } }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content .download-link {
          display: inline-block;
          color: #fff;
          background-color: #00a0bf;
          padding: 10px 25px;
          border-radius: 20px;
          font-size: 16px;
          font-weight: 700; }
        @media screen and (max-width: 1025px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content .its-font-h--r2 {
            font-size: 22px; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-1 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-3 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-2 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-1 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-3 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-2 {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 {
        position: relative; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2:before {
          content: '';
          background: url(../../frontend/c4u/child/en_GB/Wagento_Zendesk/images/help-bg-arc-top.png);
          position: absolute;
          bottom: 0;
          right: 0;
          width: 80px;
          height: 80px;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2:before {
              display: none; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
        position: relative; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1:before, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3:before {
          content: '';
          background: url(../../frontend/c4u/child/en_GB/Wagento_Zendesk/images/help-bg-arc-top.png);
          position: absolute;
          bottom: 0;
          right: 0;
          width: 80px;
          height: 80px;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1:before, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3:before {
              display: none; } }
    .cms-chemist4u-app .columns .column.main .faq_section h2 {
      color: #ec008c;
      font-size: 28px; }
    .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item {
      margin-left: 0; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item:after {
        display: none; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header {
        background-color: #eef3f7;
        justify-content: flex-start;
        padding-left: 30px;
        padding-right: 35px; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header:after {
          content: "";
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          font-weight: 400;
          font-size: 16px;
          color: #00a0bf;
          right: 20px; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header .eps-signup__accordion__title {
          color: #00a0bf;
          font-weight: 600;
          margin: 10px 0;
          font-size: 16px; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__content__inner {
        background-color: #eef3f7; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__content__inner p {
          font-size: 14px;
          margin-bottom: 0;
          color: #303030; }
    .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item.selected .itl-faq__item__header:after {
      transform: rotate(180deg); }
    .cms-chemist4u-app .columns .column.main .contact-us-section {
      width: 100%;
      padding-top: 48px; }
      .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section {
        background-color: #00a0bf;
        text-align: center; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image {
          padding: 35px 20px 35px 200px; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 25px;
              align-items: center;
              width: 100%; }
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content {
                text-align: left; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
            width: 100px;
            height: 100px; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
                width: 80px;
                height: 80px; } }
            @media screen and (max-width: 414) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
                width: 60px;
                height: 60px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content h2 {
            color: #fff;
            font-size: 24px;
            font-weight: 700; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content h2 {
                font-size: 22px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content p {
            color: #fff;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 0; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content p {
                font-size: 14px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content span {
            font-weight: 700; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content {
              margin-left: 30px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          border-top: 1px solid #00a0bf;
          border-right: 1px solid #00a0bf;
          border-bottom: 1px solid #00a0bf;
          border-left: 0 solid #00a0bf;
          top: 50%;
          left: 100%;
          margin-top: 0;
          margin-left: -11px;
          transform: rotate(45deg);
          background-color: #00a0bf;
          z-index: 1; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section:after {
              top: 100%;
              left: 50%;
              margin-top: -11px; } }
      .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section {
        background-color: #eef3f7;
        text-align: center;
        padding: 35px 160px 35px 0; }
        @media screen and (max-width: 1025px) {
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section {
            padding: 0 20px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section h2 {
          color: #00a0bf;
          font-size: 24px;
          font-weight: 700; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section h2 {
              padding-top: 20px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section p {
          color: #767676;
          font-weight: 500;
          font-size: 18px;
          margin-bottom: 30px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section p .contact-link {
            text-decoration: underline;
            color: #526b70; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .app-support-link {
          color: #00a0bf;
          border: 1px solid #00a0bf;
          padding: 5px 30px;
          font-weight: 800;
          border-radius: 30px;
          font-size: 16px;
          position: relative;
          z-index: 0;
          background-color: #eef3f7; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .app-support-link:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-top: 0 solid #00a0bf;
            border-right: 1px solid #00a0bf;
            border-bottom: 1px solid #00a0bf;
            border-left: 0 solid #00a0bf;
            top: 100%;
            left: 50%;
            margin-top: -4px;
            margin-left: -4px;
            transform: rotate(45deg);
            background-color: #00a0bf;
            z-index: -1; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          margin: 30px 0;
          column-gap: 15px;
          row-gap: 15px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .email-section {
            background-color: #fff;
            border-radius: 15px;
            padding: 20px 35px; }
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .email-section .email-image-base {
              background-color: #00a0bf;
              border-radius: 100%;
              margin: 0 auto;
              max-width: 45px;
              min-height: 45px;
              position: relative; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication img {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .live-chat-section {
            background-color: #fff;
            border-radius: 15px;
            padding: 20px 31px; }
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .live-chat-section .live-chat-base {
              background-color: #ec008c;
              border-radius: 100%;
              width: 100%;
              margin: 0 auto;
              max-width: 45px;
              min-height: 45px;
              position: relative;
              height: auto; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .click-hear {
            color: #767676;
            font-size: 12px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .fa-chevron-right {
            font-weight: 400;
            padding-left: 5px; }

.itl-footer__zendesk {
  position: fixed;
  bottom: 12px;
  right: 20px;
  display: block;
  height: 45px;
  background-color: #027fa5 !important;
  color: #fff !important;
  border-radius: 50px;
  z-index: 6; }
  .itl-footer__zendesk__inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .itl-footer__zendesk__inner {
        padding: 0 22px; } }
    .itl-footer__zendesk__inner__item {
      margin-left: 8px;
      font-weight: 700;
      font-size: 15px;
      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
      .itl-footer__zendesk__inner__item--chat {
        display: none; }
        @media screen and (min-width: 1025px) {
          .itl-footer__zendesk__inner__item--chat {
            display: block; } }

/*# sourceMappingURL=module.css.map */
.itl-container-trustpilot-reiview {
  background-color: #f9fafc; }
  .itl-container-trustpilot-reiview #LoadNextBtnContainer {
    padding-bottom: 20px; }
    .itl-container-trustpilot-reiview #LoadNextBtnContainer .trustpilot-btn {
      margin: 0 auto;
      border: 0;
      width: 125px !important; }
  .itl-container-trustpilot-reiview .rating {
    order: 1;
    padding-right: 10px; }
  .itl-container-trustpilot-reiview span.reviewtrustbox__content--text {
    order: 4;
    width: 100%; }
  .itl-container-trustpilot-reiview .trustpilot-left {
    order: 2;
    display: flex;
    padding-left: 0px;
    flex-direction: row-reverse; }
  .itl-container-trustpilot-reiview span.reviewtrustbox__content--name {
    padding-left: 4px;
    color: #808080;
    font-weight: 600;
    font-size: 16px; }
  .itl-container-trustpilot-reiview .trustpilot-context {
    color: #808080;
    font-size: 16px;
    font-weight: 600; }
  .itl-container-trustpilot-reiview .review-layer__upper span {
    margin-right: 3px; }

.reviewtrustbox {
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 20px;
  overflow: hidden; }

.reviewtrustbox__content {
  background-color: #fff;
  padding: 15px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100% !important; }

.reviewtrustbox__content--date {
  order: 3;
  display: flex;
  justify-content: flex-end;
  color: #808080;
  font-weight: 600; }
  @media (max-width: 480px) {
    .reviewtrustbox__content--date {
      width: 100%;
      padding-top: 8px;
      justify-content: flex-start; } }

.reviewtrustbox__content .rating .review-layer__upper span i {
  position: relative;
  top: 1px; }

/*# sourceMappingURL=trustpilot.css.map */
@charset "UTF-8";
.h-1-px {
  height: 1px; }

.h-2-px {
  height: 2px; }

.h-3-px {
  height: 3px; }

.h-4-px {
  height: 4px; }

.h-5-px {
  height: 5px; }

.h-6-px {
  height: 6px; }

.h-7-px {
  height: 7px; }

.h-8-px {
  height: 8px; }

.h-9-px {
  height: 9px; }

.h-10-px {
  height: 10px; }

.h-11-px {
  height: 11px; }

.h-12-px {
  height: 12px; }

.h-13-px {
  height: 13px; }

.h-14-px {
  height: 14px; }

.h-15-px {
  height: 15px; }

.h-16-px {
  height: 16px; }

.h-17-px {
  height: 17px; }

.h-18-px {
  height: 18px; }

.h-19-px {
  height: 19px; }

.h-20-px {
  height: 20px; }

.h-21-px {
  height: 21px; }

.h-22-px {
  height: 22px; }

.h-23-px {
  height: 23px; }

.h-24-px {
  height: 24px; }

.h-25-px {
  height: 25px; }

.h-26-px {
  height: 26px; }

.h-27-px {
  height: 27px; }

.h-28-px {
  height: 28px; }

.h-29-px {
  height: 29px; }

.h-30-px {
  height: 30px; }

.h-31-px {
  height: 31px; }

.h-32-px {
  height: 32px; }

.h-33-px {
  height: 33px; }

.h-34-px {
  height: 34px; }

.h-35-px {
  height: 35px; }

.h-36-px {
  height: 36px; }

.h-37-px {
  height: 37px; }

.h-38-px {
  height: 38px; }

.h-39-px {
  height: 39px; }

.h-40-px {
  height: 40px; }

.h-41-px {
  height: 41px; }

.h-42-px {
  height: 42px; }

.h-43-px {
  height: 43px; }

.h-44-px {
  height: 44px; }

.h-45-px {
  height: 45px; }

.h-46-px {
  height: 46px; }

.h-47-px {
  height: 47px; }

.h-48-px {
  height: 48px; }

.h-49-px {
  height: 49px; }

.h-50-px {
  height: 50px; }

.h-51-px {
  height: 51px; }

.h-52-px {
  height: 52px; }

.h-53-px {
  height: 53px; }

.h-54-px {
  height: 54px; }

.h-55-px {
  height: 55px; }

.h-56-px {
  height: 56px; }

.h-57-px {
  height: 57px; }

.h-58-px {
  height: 58px; }

.h-59-px {
  height: 59px; }

.h-60-px {
  height: 60px; }

.h-61-px {
  height: 61px; }

.h-62-px {
  height: 62px; }

.h-63-px {
  height: 63px; }

.h-64-px {
  height: 64px; }

.h-65-px {
  height: 65px; }

.h-66-px {
  height: 66px; }

.h-67-px {
  height: 67px; }

.h-68-px {
  height: 68px; }

.h-69-px {
  height: 69px; }

.h-70-px {
  height: 70px; }

.h-71-px {
  height: 71px; }

.h-72-px {
  height: 72px; }

.h-73-px {
  height: 73px; }

.h-74-px {
  height: 74px; }

.h-75-px {
  height: 75px; }

.h-76-px {
  height: 76px; }

.h-77-px {
  height: 77px; }

.h-78-px {
  height: 78px; }

.h-79-px {
  height: 79px; }

.h-80-px {
  height: 80px; }

.h-81-px {
  height: 81px; }

.h-82-px {
  height: 82px; }

.h-83-px {
  height: 83px; }

.h-84-px {
  height: 84px; }

.h-85-px {
  height: 85px; }

.h-86-px {
  height: 86px; }

.h-87-px {
  height: 87px; }

.h-88-px {
  height: 88px; }

.h-89-px {
  height: 89px; }

.h-90-px {
  height: 90px; }

.h-91-px {
  height: 91px; }

.h-92-px {
  height: 92px; }

.h-93-px {
  height: 93px; }

.h-94-px {
  height: 94px; }

.h-95-px {
  height: 95px; }

.h-96-px {
  height: 96px; }

.h-97-px {
  height: 97px; }

.h-98-px {
  height: 98px; }

.h-99-px {
  height: 99px; }

.h-100-px {
  height: 100px; }

@media (min-width: 576px) {
  .h-sm-1-px {
    height: 1px; }
  .h-sm-2-px {
    height: 2px; }
  .h-sm-3-px {
    height: 3px; }
  .h-sm-4-px {
    height: 4px; }
  .h-sm-5-px {
    height: 5px; }
  .h-sm-6-px {
    height: 6px; }
  .h-sm-7-px {
    height: 7px; }
  .h-sm-8-px {
    height: 8px; }
  .h-sm-9-px {
    height: 9px; }
  .h-sm-10-px {
    height: 10px; }
  .h-sm-11-px {
    height: 11px; }
  .h-sm-12-px {
    height: 12px; }
  .h-sm-13-px {
    height: 13px; }
  .h-sm-14-px {
    height: 14px; }
  .h-sm-15-px {
    height: 15px; }
  .h-sm-16-px {
    height: 16px; }
  .h-sm-17-px {
    height: 17px; }
  .h-sm-18-px {
    height: 18px; }
  .h-sm-19-px {
    height: 19px; }
  .h-sm-20-px {
    height: 20px; }
  .h-sm-21-px {
    height: 21px; }
  .h-sm-22-px {
    height: 22px; }
  .h-sm-23-px {
    height: 23px; }
  .h-sm-24-px {
    height: 24px; }
  .h-sm-25-px {
    height: 25px; }
  .h-sm-26-px {
    height: 26px; }
  .h-sm-27-px {
    height: 27px; }
  .h-sm-28-px {
    height: 28px; }
  .h-sm-29-px {
    height: 29px; }
  .h-sm-30-px {
    height: 30px; }
  .h-sm-31-px {
    height: 31px; }
  .h-sm-32-px {
    height: 32px; }
  .h-sm-33-px {
    height: 33px; }
  .h-sm-34-px {
    height: 34px; }
  .h-sm-35-px {
    height: 35px; }
  .h-sm-36-px {
    height: 36px; }
  .h-sm-37-px {
    height: 37px; }
  .h-sm-38-px {
    height: 38px; }
  .h-sm-39-px {
    height: 39px; }
  .h-sm-40-px {
    height: 40px; }
  .h-sm-41-px {
    height: 41px; }
  .h-sm-42-px {
    height: 42px; }
  .h-sm-43-px {
    height: 43px; }
  .h-sm-44-px {
    height: 44px; }
  .h-sm-45-px {
    height: 45px; }
  .h-sm-46-px {
    height: 46px; }
  .h-sm-47-px {
    height: 47px; }
  .h-sm-48-px {
    height: 48px; }
  .h-sm-49-px {
    height: 49px; }
  .h-sm-50-px {
    height: 50px; }
  .h-sm-51-px {
    height: 51px; }
  .h-sm-52-px {
    height: 52px; }
  .h-sm-53-px {
    height: 53px; }
  .h-sm-54-px {
    height: 54px; }
  .h-sm-55-px {
    height: 55px; }
  .h-sm-56-px {
    height: 56px; }
  .h-sm-57-px {
    height: 57px; }
  .h-sm-58-px {
    height: 58px; }
  .h-sm-59-px {
    height: 59px; }
  .h-sm-60-px {
    height: 60px; }
  .h-sm-61-px {
    height: 61px; }
  .h-sm-62-px {
    height: 62px; }
  .h-sm-63-px {
    height: 63px; }
  .h-sm-64-px {
    height: 64px; }
  .h-sm-65-px {
    height: 65px; }
  .h-sm-66-px {
    height: 66px; }
  .h-sm-67-px {
    height: 67px; }
  .h-sm-68-px {
    height: 68px; }
  .h-sm-69-px {
    height: 69px; }
  .h-sm-70-px {
    height: 70px; }
  .h-sm-71-px {
    height: 71px; }
  .h-sm-72-px {
    height: 72px; }
  .h-sm-73-px {
    height: 73px; }
  .h-sm-74-px {
    height: 74px; }
  .h-sm-75-px {
    height: 75px; }
  .h-sm-76-px {
    height: 76px; }
  .h-sm-77-px {
    height: 77px; }
  .h-sm-78-px {
    height: 78px; }
  .h-sm-79-px {
    height: 79px; }
  .h-sm-80-px {
    height: 80px; }
  .h-sm-81-px {
    height: 81px; }
  .h-sm-82-px {
    height: 82px; }
  .h-sm-83-px {
    height: 83px; }
  .h-sm-84-px {
    height: 84px; }
  .h-sm-85-px {
    height: 85px; }
  .h-sm-86-px {
    height: 86px; }
  .h-sm-87-px {
    height: 87px; }
  .h-sm-88-px {
    height: 88px; }
  .h-sm-89-px {
    height: 89px; }
  .h-sm-90-px {
    height: 90px; }
  .h-sm-91-px {
    height: 91px; }
  .h-sm-92-px {
    height: 92px; }
  .h-sm-93-px {
    height: 93px; }
  .h-sm-94-px {
    height: 94px; }
  .h-sm-95-px {
    height: 95px; }
  .h-sm-96-px {
    height: 96px; }
  .h-sm-97-px {
    height: 97px; }
  .h-sm-98-px {
    height: 98px; }
  .h-sm-99-px {
    height: 99px; }
  .h-sm-100-px {
    height: 100px; } }

.cms-chemist4u-app .columns {
  background-color: transparent; }
  .cms-chemist4u-app .columns .column.main {
    max-width: 100%;
    padding: 0; }
    .cms-chemist4u-app .columns .column.main div[data-content-type] {
      width: 100%; }
    .cms-chemist4u-app .columns .column.main .py-5.first-section {
      position: relative;
      padding-bottom: 0 !important; }
      @media (max-width: 767.98px) {
        .cms-chemist4u-app .columns .column.main .py-5.first-section {
          padding-bottom: 0 !important; } }
      .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner {
        width: 70%;
        justify-content: center; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .white-bg {
            padding: 0;
            margin-bottom: 0 !important; } }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner {
            width: 100%; } }
        .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-app-phone img {
          width: 100%;
          height: auto; }
        .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
          background-color: #fff;
          border-radius: 30px;
          padding: 35px 20px; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
              border-radius: 0; } }
          @media (max-width: 1024.98px) {
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right {
              padding: 15px 15px; }
              .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .its-font-h--r2 {
                font-size: 24px; } }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right h4 {
            font-size: 20px;
            font-weight: 700;
            color: #00a0bf; }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right p {
            font-size: 16px;
            width: 80%;
            margin: 0 auto 40px auto;
            color: #767676; }
            @media (max-width: 1199.98px) {
              .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right p {
                margin-bottom: 0; } }
          .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .app-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-left: -10px;
            row-gap: 15px; }
            .cms-chemist4u-app .columns .column.main .py-5.first-section .itl-container__inner .prescription-split-right .app-buttons a img {
              width: 120px;
              height: auto;
              margin-left: 10px; }
      .cms-chemist4u-app .columns .column.main .py-5.first-section:before {
        content: '';
        background: url(../../frontend/c4u/child/en_GB/Innox_Consultation/images/c4u-new-web-arrow-icon-top.png);
        position: absolute;
        top: 50%;
        left: 10%;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section:before {
            top: 9%;
            left: 5%; } }
      .cms-chemist4u-app .columns .column.main .py-5.first-section:after {
        content: '';
        background: url(../../frontend/c4u/child/en_GB/Innox_Consultation/images/help-bg-arc.png);
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .py-5.first-section:after {
            width: 60px;
            height: 60px; } }
    .cms-chemist4u-app .columns .column.main .app-video-section {
      background-color: #fff; }
      .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner {
        flex-direction: column; }
        .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section {
          position: relative;
          margin: 0 auto; }
          .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section img {
            width: 800px;
            height: auto;
            border-radius: 80px;
            margin: 0 auto; }
          .cms-chemist4u-app .columns .column.main .app-video-section .itl-container__inner .image-section .play-icon {
            width: 100px !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box {
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 20px; }
      @media (max-width: 767.98px) {
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box {
          row-gap: 23px; } }
      .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item {
        flex: 0 0 23%;
        max-width: 23%;
        background-color: #fff;
        border-radius: 20px;
        text-align: center;
        padding-bottom: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item {
            flex: 0 0 47%;
            max-width: 47%; } }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item img {
          width: 90px;
          height: 100px; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item .icon-2 img, .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item .icon-3 img {
          width: 120px;
          height: 100px; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item h4 {
          color: #00a0bf !important;
          font-weight: 700 !important; }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .item p {
          max-width: 160px !important;
          width: 100% !important;
          margin: 0 auto;
          color: #00a0bf;
          font-size: 14px;
          font-weight: 600; }
      .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature {
        flex: 0 0 23%;
        max-width: 23%;
        border-radius: 20px;
        background-color: #00a0bf !important;
        position: relative; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature {
            flex: 0 0 47%;
            max-width: 47%; } }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature .blue-box {
          text-align: center;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .cms-chemist4u-app .columns .column.main .health-wellness-section .item-box .new-feature h4 {
          color: #fff !important;
          font-weight: 700; }
    .cms-chemist4u-app .columns .column.main .dowlaod-app-section {
      padding: 48px 0; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner {
        width: 60%; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row {
          padding-bottom: 25px; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 {
              flex: 0 0 100%;
              max-width: 100%; } }
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-1,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-2,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-3 {
            height: 100%; }
            @media screen and (min-width: 768px) {
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-1 img,
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-2 img,
              .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-section-3 img {
                height: 410px; } }
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .row .col-sm-6 .image-content {
            height: 100%; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner {
            width: 90%; } }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .itl-container__inner .center-image-section {
            display: none; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .col-12.col-sm-6 {
        padding: 0; }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
        padding: 1.5em; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
            text-align: center; } }
        @media screen and (min-width: 768px) and (max-width: 866px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content {
            padding: 26px; } }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content p {
          font-size: 16px !important;
          color: #767676;
          margin-bottom: 31px; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content p {
              margin-bottom: 28px; } }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content .download-link {
          display: inline-block;
          color: #fff;
          background-color: #00a0bf;
          padding: 10px 25px;
          border-radius: 20px;
          font-size: 16px;
          font-weight: 700; }
        @media screen and (max-width: 1025px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-content .its-font-h--r2 {
            font-size: 22px; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-1 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-3 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-2 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-1 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-3 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-2 {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 img,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1,
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; }
        @media (max-width: 767.98px) {
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 img,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1,
          .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2 {
        position: relative; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2:before {
          content: '';
          background: url(../../frontend/c4u/child/en_GB/Innox_Consultation/images/help-bg-arc-top.png);
          position: absolute;
          bottom: 0;
          right: 0;
          width: 80px;
          height: 80px;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .image-section-2:before {
              display: none; } }
      .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3 {
        position: relative; }
        .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1:before, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3:before {
          content: '';
          background: url(../../frontend/c4u/child/en_GB/Innox_Consultation/images/help-bg-arc-top.png);
          position: absolute;
          bottom: 0;
          right: 0;
          width: 80px;
          height: 80px;
          background-size: cover;
          background-repeat: no-repeat; }
          @media (max-width: 767.98px) {
            .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-1:before, .cms-chemist4u-app .columns .column.main .dowlaod-app-section .img-content-3:before {
              display: none; } }
    .cms-chemist4u-app .columns .column.main .faq_section h2 {
      color: #ec008c;
      font-size: 28px; }
    .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item {
      margin-left: 0; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item:after {
        display: none; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header {
        background-color: #eef3f7;
        justify-content: flex-start;
        padding-left: 30px;
        padding-right: 35px; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header:after {
          content: "";
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          font-weight: 400;
          font-size: 16px;
          color: #00a0bf;
          right: 20px; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__header .eps-signup__accordion__title {
          color: #00a0bf;
          font-weight: 600;
          margin: 10px 0;
          font-size: 16px; }
      .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__content__inner {
        background-color: #eef3f7; }
        .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item .itl-faq__item__content__inner p {
          font-size: 14px;
          margin-bottom: 0;
          color: #303030; }
    .cms-chemist4u-app .columns .column.main .faq_section .itl-faq__item.selected .itl-faq__item__header:after {
      transform: rotate(180deg); }
    .cms-chemist4u-app .columns .column.main .contact-us-section {
      width: 100%;
      padding-top: 48px; }
      .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section {
        background-color: #00a0bf;
        text-align: center; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image {
          padding: 35px 20px 35px 200px; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 25px;
              align-items: center;
              width: 100%; }
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content {
                text-align: left; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
            width: 100px;
            height: 100px; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
                width: 80px;
                height: 80px; } }
            @media screen and (max-width: 414) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image img {
                width: 60px;
                height: 60px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content h2 {
            color: #fff;
            font-size: 24px;
            font-weight: 700; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content h2 {
                font-size: 22px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content p {
            color: #fff;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 0; }
            @media (max-width: 767.98px) {
              .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content p {
                font-size: 14px; } }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content span {
            font-weight: 700; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section .headphone-image .contact-content {
              margin-left: 30px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          border-top: 1px solid #00a0bf;
          border-right: 1px solid #00a0bf;
          border-bottom: 1px solid #00a0bf;
          border-left: 0 solid #00a0bf;
          top: 50%;
          left: 100%;
          margin-top: 0;
          margin-left: -11px;
          transform: rotate(45deg);
          background-color: #00a0bf;
          z-index: 1; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-left-section:after {
              top: 100%;
              left: 50%;
              margin-top: -11px; } }
      .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section {
        background-color: #eef3f7;
        text-align: center;
        padding: 35px 160px 35px 0; }
        @media screen and (max-width: 1025px) {
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section {
            padding: 0 20px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section h2 {
          color: #00a0bf;
          font-size: 24px;
          font-weight: 700; }
          @media screen and (max-width: 1025px) {
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section h2 {
              padding-top: 20px; } }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section p {
          color: #767676;
          font-weight: 500;
          font-size: 18px;
          margin-bottom: 30px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section p .contact-link {
            text-decoration: underline;
            color: #526b70; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .app-support-link {
          color: #00a0bf;
          border: 1px solid #00a0bf;
          padding: 5px 30px;
          font-weight: 800;
          border-radius: 30px;
          font-size: 16px;
          position: relative;
          z-index: 0;
          background-color: #eef3f7; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .app-support-link:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-top: 0 solid #00a0bf;
            border-right: 1px solid #00a0bf;
            border-bottom: 1px solid #00a0bf;
            border-left: 0 solid #00a0bf;
            top: 100%;
            left: 50%;
            margin-top: -4px;
            margin-left: -4px;
            transform: rotate(45deg);
            background-color: #00a0bf;
            z-index: -1; }
        .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          margin: 30px 0;
          column-gap: 15px;
          row-gap: 15px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .email-section {
            background-color: #fff;
            border-radius: 15px;
            padding: 20px 35px; }
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .email-section .email-image-base {
              background-color: #00a0bf;
              border-radius: 100%;
              margin: 0 auto;
              max-width: 45px;
              min-height: 45px;
              position: relative; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication img {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .live-chat-section {
            background-color: #fff;
            border-radius: 15px;
            padding: 20px 31px; }
            .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .live-chat-section .live-chat-base {
              background-color: #ec008c;
              border-radius: 100%;
              width: 100%;
              margin: 0 auto;
              max-width: 45px;
              min-height: 45px;
              position: relative;
              height: auto; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .click-hear {
            color: #767676;
            font-size: 12px; }
          .cms-chemist4u-app .columns .column.main .contact-us-section .contact-right-section .comminication .fa-chevron-right {
            font-weight: 400;
            padding-left: 5px; }

.actions-toolbar {
  margin: 7.5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    padding-right: 15px; }
  .actions-toolbar > .secondary {
    padding-right: 0; }
  .actions-toolbar .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .actions-toolbar .action {
    font-size: 14px; }
    .actions-toolbar .action.back {
      height: 36px;
      margin-right: 10px;
      display: inline-flex;
      display: -ms-inline-flexbox;
      align-items: center;
      white-space: nowrap;
      padding: 0 16px;
      position: relative;
      justify-content: center;
      outline: none;
      line-height: inherit;
      user-select: none;
      overflow: visible;
      vertical-align: middle;
      border-radius: 8px;
      text-decoration: none;
      color: #00a0bf;
      border: 1px solid #00a0bf; }
    .actions-toolbar .action.order, .actions-toolbar .action.print, .actions-toolbar .action.track {
      height: 40px;
      margin: 0 8px 8px 0;
      display: inline-flex;
      display: -ms-inline-flexbox;
      align-items: center;
      white-space: nowrap;
      padding: 0 16px;
      position: relative;
      justify-content: center;
      outline: none;
      line-height: inherit;
      user-select: none;
      overflow: visible;
      vertical-align: middle;
      border-radius: 8px;
      text-decoration: none;
      color: #00a0bf;
      font-weight: 700;
      border: 2px solid #00a0bf;
      background: #fff; }
      .actions-toolbar .action.order i, .actions-toolbar .action.print i, .actions-toolbar .action.track i {
        margin-right: 4px;
        font-size: 20px; }
    .actions-toolbar .action.back {
      margin-right: 0; }

#password-strength-meter-container {
  margin-top: 10px;
  width: 100%;
  border-radius: 25px;
  overflow: hidden; }

.password-strength-meter {
  background-color: #777e84;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  color: white; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-none .password-strength-meter:before {
    background-color: #e4322b;
    width: 100%; }
  .password-weak .password-strength-meter:before {
    background-color: #DF8472;
    width: 25%; }
  .password-medium .password-strength-meter:before {
    background-color: #e4832b;
    width: 50%; }
  .password-strong .password-strength-meter:before {
    background-color: #00b67a;
    width: 75%; }
  .password-very-strong .password-strength-meter:before {
    background-color: #00EC60;
    width: 100%; }

#chatbot-progressbar {
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #e6f1f3;
  width: 100%; }
  #chatbot-progressbar[aria-valuenow="0"] #chatbot-progressbar__value {
    color: #00a0bf;
    margin-left: 5px; }
  #chatbot-progressbar .ui-progressbar-value {
    position: absolute;
    transition: width 0.6s;
    border-radius: 25px;
    left: 0;
    height: 100%;
    background: #00a0bf; }
  #chatbot-progressbar #chatbot-progressbar__value {
    position: absolute;
    z-index: 1;
    transition: width 0.6s;
    padding-right: 10px;
    color: white;
    left: 0;
    text-align: right; }
    #chatbot-progressbar #chatbot-progressbar__value .value {
      font-weight: bold; }

.consultation-details-index .please-complete-text,
.consultation-fastflow-index .please-complete-text {
  font-size: 16px; }

.consultation-details-index .box,
.consultation-fastflow-index .box {
  display: flex;
  align-items: center; }
  .consultation-details-index .box p,
  .consultation-fastflow-index .box p {
    font-size: 18px;
    font-weight: bold; }
  .consultation-details-index .box button,
  .consultation-fastflow-index .box button {
    margin-left: 10px; }

.consultation-details-index .page-title-wrapper,
.consultation-details-index .copyright-wrapper,
.consultation-fastflow-index .page-title-wrapper,
.consultation-fastflow-index .copyright-wrapper {
  display: none; }

.consultation-details-index #login-messages.login-messages .messages .message {
  background-color: transparent !important; }
  .consultation-details-index #login-messages.login-messages .messages .message > div {
    border: 1px solid #e4322b;
    padding: 10px 20px;
    border-radius: 50px;
    overflow: hidden;
    font-size: 14px;
    background: transparent; }

.consultation-details-index #details-tabs .block-customer-signup {
  padding: 0 20px; }

.consultation-details-index #details-tabs #consultationForm .its-input__label {
  display: block;
  font-size: 1rem;
  font-weight: 600; }

.consultation-details-index #details-tabs #consultationForm .its-input-text__input, .consultation-details-index #details-tabs #consultationForm .bulmaselect {
  border: solid 1px rgba(85, 135, 175, 0.1); }

.consultation-details-index #details-tabs #consultationForm .bulmaselect {
  background-color: white; }

.consultation-details-index #details-tabs #consultationForm .fieldset-wrapper {
  margin: 0;
  gap: 40px; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .legend {
    color: #1D2755; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info {
    gap: 20px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .its-input-text__input.valid, .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field input.valid, .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field select.valid {
      border-color: #01a0c0; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .its-input-text__input.mage-error, .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field input.mage-error, .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field select.mage-error {
      border-color: #e38f0a; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field input[type=checkbox].mage-error + label {
      margin-bottom: 0; }
      .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field input[type=checkbox].mage-error + label::before {
        border: 2px solid #e38f0a; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error + div.mage-error, .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error + label + div.mage-error {
      color: #e38f0a !important;
      padding: 0;
      background-color: transparent; }
      .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error + div.mage-error::before, .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error + label + div.mage-error::before {
        content: "";
        background-image: url(../../frontend/c4u/child/en_GB/images/warning-error.svg);
        background-repeat: no-repeat;
        padding-right: 20px;
        padding-bottom: 3px;
        margin-right: 5px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .valid + .valid-check-icon,
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error[style="display: none;"] + .valid-check-icon,
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error:empty + .valid-check-icon {
      display: block;
      position: absolute;
      right: 20px;
      pointer-events: none;
      top: 14px; }
      .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .valid + .valid-check-icon::after,
      .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error[style="display: none;"] + .valid-check-icon::after,
      .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .mage-error:empty + .valid-check-icon::after {
        content: "";
        background-image: url(../../frontend/c4u/child/en_GB/images/field-check.svg);
        background-repeat: no-repeat;
        padding-left: 22px;
        margin-left: 5px;
        position: relative;
        top: -1px;
        padding-bottom: 4px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .valid-check-icon {
      display: none; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .dob-sub-field select {
      height: 48px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field a.button {
      border-width: 2px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field.password .toggle-password {
      top: 16px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field.password .password-notice-dropdown > a {
      font-weight: 700;
      font-size: 14px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field.password .password-notice-dropdown .dropdown {
      border-radius: 8px;
      background: #dff6fb;
      border: 1px solid #01A0C0;
      padding: 16px; }
      .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field.password .password-notice-dropdown .dropdown[aria-hidden="false"] {
        display: block; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field.password > div:nth-of-type(2) {
      margin-top: 15px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field label:has(+ input#findAddress) span::after {
      content: "";
      background-image: url(../../frontend/c4u/child/en_GB/images/question-icon.svg);
      background-repeat: no-repeat;
      padding-left: 22px;
      margin-left: 5px;
      position: relative;
      top: -1px;
      padding-bottom: 4px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field .address-line-2 {
      display: flex;
      justify-content: space-between; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .field.date .customer-dob .ui-datepicker-trigger {
      display: none; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info .actions button {
      min-width: 180px; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .newsletter {
    margin-top: 10px;
    margin-bottom: 0; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .newsletter label {
      font-size: 14px; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner input[type=checkbox] + label {
    padding-left: 35px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner input[type=checkbox] + label:before {
      border: 2px solid #00a0bf; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .terms label {
    font-size: 14px; }
    .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .terms label::before {
      border: 1px solid #00a0bf; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .terms-mobile {
    display: none; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .terms-desktop {
    display: flex; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .find-address-col:not(:has(input.mage-error)) {
    align-items: flex-end; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .find-address-col:has(input.mage-error) {
    align-items: center; }

.consultation-fastflow-index .page-title-wrapper,
.consultation-fastflow-index .copyright-wrapper, .consultation-questions-index .page-title-wrapper,
.consultation-questions-index .copyright-wrapper, .consultation-questions-additional .page-title-wrapper,
.consultation-questions-additional .copyright-wrapper {
  display: none; }

.consultation-fastflow-index #surveyPrev, .consultation-questions-index #surveyPrev, .consultation-questions-additional #surveyPrev {
  display: block; }

.consultation-treatment-select .price-label,
.consultation-treatment-questions .price-label {
  display: none !important; }

.consultation-treatment-select span.price-final_price,
.consultation-treatment-questions span.price-final_price {
  font-size: 24px;
  font-weight: 600;
  color: #ec008c; }

.consultation-treatment-select .page-title-wrapper,
.consultation-treatment-select .copyright-wrapper,
.consultation-treatment-questions .page-title-wrapper,
.consultation-treatment-questions .copyright-wrapper {
  display: none; }

.consultation-questions-index .sv-question__required-text,
.consultation-treatment-questions .sv-question__required-text {
  display: none; }

.consultation-header-section {
  background: #00a0bf;
  text-align: center; }

.consultation-questions-additional p {
  color: #015A6B; }

#surveyPrev {
  display: none;
  position: absolute;
  left: 20px;
  font-size: 20px; }
  @media (min-width: 576px) {
    #surveyPrev {
      left: 50px;
      font-size: 24px; } }

.bottom-section {
  font-size: 16px; }
  @media (min-width: 768px) {
    .bottom-section {
      display: flex;
      flex-direction: column;
      font-size: 18px; } }
  .bottom-section .hand-wrap {
    margin-bottom: 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .bottom-section .hand-wrap {
        order: 1;
        margin-bottom: 0;
        background: #F6F6F6; } }
    .bottom-section .hand-wrap .content-holder {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 auto;
      padding: 16px;
      border-radius: 8px;
      background: #F6F6F6; }
      @media (min-width: 768px) {
        .bottom-section .hand-wrap .content-holder {
          max-width: 360px;
          padding-top: 50px;
          padding-bottom: 50px;
          background: none; } }
      .bottom-section .hand-wrap .content-holder .icon-wrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
        background: #00a0bf;
        color: white;
        border-radius: 100%; }
        .bottom-section .hand-wrap .content-holder .icon-wrap i {
          font-size: 25px; }
      .bottom-section .hand-wrap .content-holder .title {
        margin-bottom: 8px;
        color: #1D2755;
        font-size: 24px;
        font-weight: 700; }
      .bottom-section .hand-wrap .content-holder .description {
        margin-bottom: 8px; }
      .bottom-section .hand-wrap .content-holder .phone {
        margin-bottom: 16px;
        color: inherit; }
        @media (min-width: 768px) {
          .bottom-section .hand-wrap .content-holder .phone {
            margin-bottom: 32px; } }
      @media (min-width: 768px) {
        .bottom-section .hand-wrap .content-holder .button {
          max-width: 250px; } }
  @media (min-width: 768px) {
    .bottom-section .trust-wrap {
      padding: 50px 0;
      background: #F6F6F6; } }
  .bottom-section .trust-wrap .itl-container__inner {
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .bottom-section .trust-wrap .itl-container__inner {
        padding: 0; } }
  .bottom-section .trust-wrap .left {
    width: 100%; }
    @media (min-width: 768px) {
      .bottom-section .trust-wrap .left {
        width: calc(50% - 8px); } }
    @media (min-width: 1025px) {
      .bottom-section .trust-wrap .left {
        width: calc(50% - 25px); } }
    .bottom-section .trust-wrap .left .content-holder {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 65px 16px;
      background: url("../../frontend/c4u/child/en_GB/images/trust-bg.jpg") no-repeat;
      background-size: cover;
      color: white;
      text-align: center; }
      @media (min-width: 768px) {
        .bottom-section .trust-wrap .left .content-holder {
          padding: 40px 16px;
          border-radius: 12px; } }
      .bottom-section .trust-wrap .left .content-holder .icon-wrap {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        margin-bottom: 8px;
        color: white;
        background: #EC008C; }
        @media (min-width: 768px) {
          .bottom-section .trust-wrap .left .content-holder .icon-wrap {
            width: 80px;
            height: 80px; } }
        .bottom-section .trust-wrap .left .content-holder .icon-wrap i {
          font-size: 25px; }
          @media (min-width: 768px) {
            .bottom-section .trust-wrap .left .content-holder .icon-wrap i {
              font-size: 32px; } }
      .bottom-section .trust-wrap .left .content-holder .title {
        margin-bottom: 8px;
        font-size: 28px;
        font-weight: 700; }
        @media (min-width: 768px) {
          .bottom-section .trust-wrap .left .content-holder .title {
            font-size: 36px; } }
      .bottom-section .trust-wrap .left .content-holder .description {
        max-width: 600px;
        margin-bottom: 8px;
        font-size: 20px; }
        @media (min-width: 768px) {
          .bottom-section .trust-wrap .left .content-holder .description {
            font-size: 18px; } }
      .bottom-section .trust-wrap .left .content-holder .rating {
        display: flex;
        margin-bottom: 8px; }
        .bottom-section .trust-wrap .left .content-holder .rating i {
          color: #E38F0A;
          font-size: 20px; }
      .bottom-section .trust-wrap .left .content-holder .link {
        color: white;
        text-decoration: underline;
        font-weight: 700; }
  .bottom-section .trust-wrap .right {
    width: 100%;
    padding: 16px;
    text-align: center; }
    @media (min-width: 1025px) {
      .bottom-section .trust-wrap .right {
        width: calc(50% - 25px); } }
    @media (min-width: 768px) {
      .bottom-section .trust-wrap .right {
        width: calc(50% - 8px);
        padding: 0;
        text-align: left; } }
    .bottom-section .trust-wrap .right > .title {
      margin-bottom: 16px;
      color: #1D2755;
      font-size: 24px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .bottom-section .trust-wrap .right > .title {
          font-size: 28px; } }
    .bottom-section .trust-wrap .right li {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 16px;
      text-align: center; }
      @media (min-width: 768px) {
        .bottom-section .trust-wrap .right li {
          max-width: 490px;
          min-height: 60px;
          align-items: flex-start;
          padding-left: 72px;
          margin-bottom: 32px;
          text-align: left; } }
      .bottom-section .trust-wrap .right li:last-child {
        margin-bottom: 0; }
        .bottom-section .trust-wrap .right li:last-child .icon-wrap:before {
          display: none; }
      .bottom-section .trust-wrap .right li .icon-wrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
        background: #00a0bf;
        color: white;
        border-radius: 100%; }
        @media (min-width: 768px) {
          .bottom-section .trust-wrap .right li .icon-wrap {
            position: absolute;
            top: 50%;
            left: 0;
            margin: 0;
            transform: translateY(-50%); } }
        .bottom-section .trust-wrap .right li .icon-wrap i {
          font-size: 25px; }
        @media (min-width: 768px) {
          .bottom-section .trust-wrap .right li .icon-wrap:before {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            height: 100%;
            width: 1px;
            border-left: 1px dashed #00a0bf; } }
      .bottom-section .trust-wrap .right li .title {
        margin-bottom: 8px;
        font-weight: 700; }
      @media (min-width: 768px) {
        .bottom-section .trust-wrap .right li p {
          color: #797979; } }
  .bottom-section .trustpilot-review-block {
    margin-bottom: 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .bottom-section .trustpilot-review-block {
        margin: 50px 0; } }
    .bottom-section .trustpilot-review-block .review-bottom-wrap {
      padding: 0 16px;
      margin-top: 20px;
      margin-bottom: 1.5rem; }
      .bottom-section .trustpilot-review-block .review-bottom-wrap .stars-wrap span {
        width: 20px;
        height: 20px;
        margin-left: 1px;
        background: #b9b9b9;
        color: white;
        font-size: 14px; }
      .bottom-section .trustpilot-review-block .review-bottom-wrap .stars-wrap div {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .bottom-section .trustpilot-review-block .review-bottom-wrap .stars-wrap div span {
          min-width: 20px;
          background: #00b67a; }
    .bottom-section .trustpilot-review-block .review-slider-wrap {
      position: relative; }
      @media (min-width: 768px) {
        .bottom-section .trustpilot-review-block .review-slider-wrap {
          padding-left: 24px;
          padding-right: 24px; } }
      .bottom-section .trustpilot-review-block .review-slider-wrap .owl-nav.disabled {
        display: none; }
      .bottom-section .trustpilot-review-block .review-slider-wrap .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        appearance: none;
        background: transparent;
        border: none;
        cursor: pointer; }
        .bottom-section .trustpilot-review-block .review-slider-wrap .owl-nav button i {
          font-size: 50px;
          color: #00a0bf; }
        .bottom-section .trustpilot-review-block .review-slider-wrap .owl-nav button.owl-prev {
          left: 20px; }
          @media (min-width: 768px) {
            .bottom-section .trustpilot-review-block .review-slider-wrap .owl-nav button.owl-prev {
              left: -10px; } }
        .bottom-section .trustpilot-review-block .review-slider-wrap .owl-nav button.owl-next {
          right: 20px; }
          @media (min-width: 768px) {
            .bottom-section .trustpilot-review-block .review-slider-wrap .owl-nav button.owl-next {
              right: -10px; } }
    .bottom-section .trustpilot-review-block .review-slider {
      position: relative;
      overflow: hidden; }
      @media (min-width: 768px) {
        .bottom-section .trustpilot-review-block .review-slider {
          padding-top: 28px;
          padding-bottom: 28px; } }
      .bottom-section .trustpilot-review-block .review-slider .owl-stage {
        display: flex; }
      .bottom-section .trustpilot-review-block .review-slider .item-content {
        height: 100%;
        padding: 24px 48px;
        font-size: 16px;
        border-radius: 8px;
        background: white;
        text-align: center; }
        @media (min-width: 768px) {
          .bottom-section .trustpilot-review-block .review-slider .item-content {
            padding: 24px;
            text-align: left; } }
        .bottom-section .trustpilot-review-block .review-slider .item-content .review-title {
          margin-bottom: 4px;
          font-size: 18px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        .bottom-section .trustpilot-review-block .review-slider .item-content .review-content {
          margin-bottom: 24px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
        .bottom-section .trustpilot-review-block .review-slider .item-content .stars-wrap {
          justify-content: center; }
          @media (min-width: 768px) {
            .bottom-section .trustpilot-review-block .review-slider .item-content .stars-wrap {
              justify-content: flex-start; } }
          .bottom-section .trustpilot-review-block .review-slider .item-content .stars-wrap span {
            width: 20px;
            height: 20px;
            margin-left: 1px;
            background: #00b67a;
            color: white;
            font-size: 14px; }
        .bottom-section .trustpilot-review-block .review-slider .item-content .review-time {
          color: #797979;
          font-size: 14px; }
        .bottom-section .trustpilot-review-block .review-slider .item-content .review-author {
          font-size: 14px; }
    .bottom-section .trustpilot-review-block .more-review-link {
      color: inherit;
      text-decoration: underline; }

@media (max-width: 767.98px) {
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset.create-info {
    gap: 0; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .field-body .field.is-grouped {
    margin-bottom: 0; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .terms-mobile {
    display: flex; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .terms-desktop {
    display: none; }
  .consultation-details-index #details-tabs #consultationForm .fieldset-wrapper .fieldset .fieldset-inner .field .field.newsletter {
    margin-bottom: 10px; }
  .consultation-details-index #details-tabs #consultationForm .actions .field {
    width: 100%; }
    .consultation-details-index #details-tabs #consultationForm .actions .field .button {
      width: 100%; } }

/*# sourceMappingURL=module.css.map */
