@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
    text-decoration: none dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -ms-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    -webkit-transition: -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.preload * {
    -webkit-transition: none !important;
    transition: none !important;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    min-height: 100%;
}

html.has-scroll-blocked {
    overflow: hidden;
}

body {
    height: 100%;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333;
    overflow-y: hidden;
}

.l-site-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

@media (min-width:1800px) {
    .l-site-wrapper {
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
    }
}

.l-site-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
}

*,
*::after,
*::before {
    box-sizing: border-box !important;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    outline: none;
}

b,
strong {
    font-weight: 700;
}

fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}

legend {
    display: block;
}

.a-text-style-1 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
}

@media (min-width:700px) {
    .a-text-style-1 {
        font-size: 48px;
    }
}

.a-text-style-main-color {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
    color: #ae2025;
}

@media (min-width:700px) {
    .a-text-style-main-color {
        font-size: 48px;
    }
}

.a-text-style-1-white {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
    color: #fff;
}

@media (min-width:700px) {
    .a-text-style-1-white {
        font-size: 48px;
    }
}

.a-text-style-2 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.17;
    color: #ae2025;
}

@media (min-width:700px) {
    .a-text-style-2 {
        font-size: 36px;
    }
}

.a-text-style-3-white {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    color: #fff;
}

@media (min-width:700px) {
    .a-text-style-3-white {
        font-size: 28px;
    }
}

.a-text-style-3 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

@media (min-width:700px) {
    .a-text-style-3 {
        font-size: 28px;
    }
}

.a-text-style-5 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

@media (min-width:700px) {
    .a-text-style-5 {
        font-size: 24px;
    }
}

.a-text-style-6 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

@media (min-width:700px) {
    .a-text-style-6 {
        font-size: 20px;
    }
}

.a-text-style-6-white {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    color: #fff;
}

@media (min-width:700px) {
    .a-text-style-6-white {
        font-size: 20px;
    }
}

.a-paragraph {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .a-paragraph {
        font-size: 18px;
        line-height: 24px;
    }
}

.a-paragraph-white {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    color: #fff;
}

@media (min-width:700px) {
    .a-paragraph-white {
        font-size: 18px;
        line-height: 24px;
    }
}

.a-paragraph-bold {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

@media (min-width:700px) {
    .a-paragraph-bold {
        font-size: 18px;
    }
}

.a-text-note-white {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #fff;
}

@media (min-width:700px) {
    .a-text-note-white {
        font-size: 14px;
        font-weight: 400;
    }
}

.a-text-note {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .a-text-note {
        font-size: 14px;
        font-weight: 400;
    }
}

.a-text-note-grey-3 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #777;
}

@media (min-width:700px) {
    .a-text-note-grey-3 {
        font-size: 14px;
        font-weight: 400;
    }
}

.a-text-note-grey-4 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
}

@media (min-width:700px) {
    .a-text-note-grey-4 {
        font-size: 14px;
        font-weight: 400;
    }
}

.a-text-link {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    color: #ae2025;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width:700px) {
    .a-text-link {
        font-size: 18px;
        line-height: 24px;
    }
}

.a-text-link:hover {
    text-decoration: none;
}

.a-text-link-small-primary {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    color: #ae2025;
}

.a-text-link-small-primary:hover {
    text-decoration: none;
}

@media (min-width:700px) {
    .a-text-link-small-primary {
        font-size: 14px;
    }
}

.a-label-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.a-error-message-text {
    font-size: 12px;
    font-weight: normal;
    color: #f00;
}

.a-highlight-txt {
    padding: 10px;
    background-color: rgba(0, 177, 186, .1);
}

.sg-illustrations__list {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.sg-illustrations__list:not(:last-child) {
    margin-bottom: 50px;
}

.a-button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    min-width: 200px;
    border: 0;
    border-radius: 100px;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    letter-spacing: .5px;
    color: #fff;
    background-color: #ae2025;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.a-button:first-letter {
    text-transform: capitalize;
}

.a-button path {
    fill: #fff;
}

@media (min-width:700px) {
    .a-button {
        width: auto;
    }
}

.a-button:hover,
.a-button.is-active {
    background-color: #ae2025;
}

.a-button:disabled {
    border: solid 2px #ccc;
    background-color: transparent;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    color: #ccc;
    cursor: not-allowed;
}

.a-button:disabled:hover {
    border: solid 2px #ccc;
    background-color: transparent;
    color: #ccc;
    cursor: not-allowed;
}

.a-button:disabled path {
    fill: #ccc;
}

.a-button__left-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.a-button__right-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.a-button--white {
    color: #ae2025;
    background-color: #fff;
}

.a-button--white:hover {
    background-color: rgba(255, 255, 255, .8);
}

.a-button--secondary {
    background-color: #ae2025;
}

.a-button--secondary:hover {
    background-color: #ae2025;
}

.a-button--outlined {
    border: solid 2px #ae2025;
    color: #ae2025;
    background-color: #fff;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.a-button--outlined:hover {
    color: #fff;
    background-color: #ae2025;
}

.a-button--outlined-secondary {
    border: solid 2px #ae2025;
    color: #ae2025;
    background-color: #fff;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.a-button--outlined-secondary:hover {
    color: #fff;
    background-color: #ae2025;
}

.a-button--ghost {
    border: solid 2px #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.a-button--ghost:hover {
    color: #ae2025;
    background-color: #fff;
}

.a-button--fluid {
    width: 100%;
}

.a-button--fluid-secondary {
    width: 100%;
    background-color: #ae2025;
}

.a-button--fluid-secondary:hover {
    background-color: #ae2025;
}

.a-button--naked {
    padding: 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    width: auto;
    border: none;
    background-color: transparent;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ae2025;
    text-transform: uppercase;
    text-decoration: none;
}

.a-button--naked:hover {
    text-decoration: none;
    background-color: transparent;
}

.a-button--naked:hover {
    color: #ae2025;
    text-decoration: none;
}

.a-button--naked svg path {
    fill: #ae2025;
}

.a-button--naked-secondary {
    padding: 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    width: auto;
    border: none;
    background-color: transparent;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ae2025;
    text-transform: uppercase;
    text-decoration: none;
}

.a-button--naked-secondary:hover {
    text-decoration: none;
    background-color: transparent;
}

.a-button--naked-secondary:hover {
    color: #ae2025;
    text-decoration: none;
}

.a-button--naked-secondary svg path {
    fill: #ae2025;
}

.a-button--naked-white {
    padding: 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    width: auto;
    border: none;
    background-color: transparent;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.a-button--naked-white:hover {
    text-decoration: none;
    background-color: transparent;
}

.a-button--naked-white:hover {
    color: #fff;
}

.a-button--naked-grey {
    padding: 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    width: auto;
    border: none;
    background-color: transparent;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-weight: 400;
    color: #777;
}

.a-button--naked-grey:hover {
    text-decoration: none;
    background-color: transparent;
}

.a-button--naked-grey:hover {
    color: #777;
}

.a-button--naked-grey svg path {
    fill: #777;
}

.a-button--disabled {
    border: solid 2px #ccc;
    background-color: transparent;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    color: #ccc;
    cursor: not-allowed;
}

.a-button--disabled:hover {
    border: solid 2px #ccc;
    background-color: transparent;
    color: #ccc;
    cursor: not-allowed;
}

.a-button-icon {
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

@media (min-width:1100px) {
    .a-button-icon {
        max-width: 90%;
    }
}

.a-button-icon:hover .a-button-icon_text,
.a-button-icon.is-active .a-button-icon_text {
    color: #008e95;
}

.a-button-icon:hover .a-svg-rounded,
.a-button-icon.is-active .a-svg-rounded {
    border: 1px solid #008e95;
}

.a-button-icon:hover .a-svg-rounded path,
.a-button-icon.is-active .a-svg-rounded path {
    fill: #008e95;
}

.a-button-icon:disabled {
    border: solid 2px #ccc;
    cursor: not-allowed;
}

.a-button-icon:disabled:hover {
    cursor: not-allowed;
}

.a-button-icon:disabled path {
    fill: #ccc;
}

.a-button-icon_text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    color: #ae2025;
    text-transform: none;
    line-height: 1.3;
    text-align: left;
}

.a-upload-file {
    font-weight: 700;
    text-transform: uppercase;
    color: #ae2025;
}

.a-upload-file__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.a-checkbox {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.a-checkbox__input {
    opacity: 0;
}

.a-checkbox__input:checked+.a-checkbox__label::after {
    opacity: 1;
}

.a-checkbox__label {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    line-height: 20px;
    color: #333;
    padding-left: 15px;
    cursor: pointer;
}

@media (min-width:700px) {
    .a-checkbox__label {
        font-size: 18px;
        line-height: 24px;
    }
}

.a-checkbox__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.a-checkbox__label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #ae2025;
    opacity: 0;
}

.a-checkbox__link {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    color: #ae2025;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width:700px) {
    .a-checkbox__link {
        font-size: 18px;
        line-height: 24px;
    }
}

.a-checkbox__link:hover {
    text-decoration: none;
}

.a-checkbox-button {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.a-checkbox-button__input {
    display: none;
}

.a-checkbox-button__label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 14px;
    padding: 8px 20px;
    font-weight: 700;
    color: #ae2025;
    border: solid 3px #ae2025;
    border-radius: none;
    background-color: #fff;
}

@media (min-width:700px) {
    .a-checkbox-button__label {
        min-width: 140px;
    }
}

.a-checkbox-button__input:checked+.a-checkbox-button__label {
    background-color: #ae2025;
    border: solid 1px #ae2025;
    color: #fff;
}

.m-file-uploader__input {
    display: none;
}

.m-file-uploader__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.m-file-uploader__text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .m-file-uploader__text {
        margin-bottom: 20px;
    }
}

.m-file-uploader__button {
    cursor: pointer;
}

.a-input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.a-input::-ms-clear {
    display: none;
}

.a-input:focus,
.a-input:active {
    border: 1px solid #ae2025;
}

.a-input[disabled],
.a-input[readonly] {
    border: 1px solid #ccc;
    color: #aaa;
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.a-input::-ms-input-placeholder {
    color: #aaa;
}

.a-input::-moz-placeholder {
    color: #aaa;
}

.a-input::-webkit-input-placeholder {
    color: #aaa;
}

.a-input::placeholder {
    color: #aaa;
}

.a-input__icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.a-input[type=password] {
    padding-right: 50px;
}

.a-input.js-datepicker {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.a-radio-button {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.a-radio-button:not(:last-child) {
    margin-bottom: 10px;
}

.a-radio-button__input {
    opacity: 0;
}

.a-radio-button__input:checked+.a-radio-button__label::after {
    opacity: 1;
}

.a-radio-button__label {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    line-height: 20px;
    color: #333;
    padding-left: 15px;
    cursor: pointer;
}

@media (min-width:700px) {
    .a-radio-button__label {
        font-size: 18px;
        line-height: 24px;
    }
}

.a-radio-button__label::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: #fff;
}

.a-radio-button__label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #ae2025;
    border-radius: 100%;
    opacity: 0;
}

.a-radio-button__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    padding-left: 30px;
    cursor: pointer;
}

@media (min-width:700px) {
    .a-radio-button__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.a-select {
    position: relative;
}

.a-select__input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.a-select__input::-ms-expand {
    display: none;
}

.a-select__input[disabled] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.a-select__input[disabled]+.a-select__arrow {
    display: none;
}

.a-select__input:invalid {
    color: #aaa;
}

.a-select__input:focus,
.a-select__input:active {
    border-color: #ae2025;
}

.a-select__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    pointer-events: none;
}

.a-textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    resize: none;
    outline: none;
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.a-textarea:focus,
.a-textarea:active {
    border: 1px solid #ae2025;
}

.a-textarea::-ms-input-placeholder {
    color: #aaa;
}

.a-textarea::-moz-placeholder {
    color: #aaa;
}

.a-textarea::-webkit-input-placeholder {
    color: #aaa;
}

.a-textarea::placeholder {
    color: #aaa;
}

.a-textarea--tall {
    height: 200px;
}

.a-link {
    padding: 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    width: auto;
    border: none;
    background-color: transparent;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-weight: 400;
    margin: 20px auto;
    color: #777;
}

.a-link:hover {
    text-decoration: none;
    background-color: transparent;
}

.a-link:hover {
    color: #777;
}

@media (min-width:700px) {
    .a-link {
        margin: 10px 50px;
    }
}

.m-verification-status {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-verification-status__text {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #f00;
    text-transform: uppercase;
}

.m-verification-status__icon--unverified path {
    fill: #f00;
}

.m-verification-status__icon--verified path {
    fill: #66bd06;
}

.m-verification-status__text--verified {
    color: #66bd06;
}

.m-emergency-card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

@media (min-width:700px) {
    .m-emergency-card {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px;
    }
}

.m-emergency-card__drag {
    margin: 5px 10px 5px 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: grab;
}

.m-emergency-card__avatar {
    margin-bottom: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width:700px) {
    .m-emergency-card__avatar {
        margin-bottom: 0;
    }
}

.m-emergency-card__edit {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: auto;
    margin-top: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width:700px) {
    .m-emergency-card__edit {
        margin-bottom: 2px;
    }
}

.m-verify-items {
    margin: 10px;
    color: #aaa;
}

.m-verify-items.verified {
    color: #ae2025;
}

.m-verify-items.verified:after {
    content: url("/images/common/icon--validated.svg");
    width: 10px;
    height: 10px;
}

.o-tabs {
    width: 100%;
}

.o-tabs__tabs-list {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.o-tabs__tabs-list::-webkit-scrollbar {
    display: none;
}

.o-tabs__tabs-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 10px 20px;
    min-height: 40px;
    min-width: 110px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    cursor: pointer;
    z-index: 2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.o-tabs__tabs-item:not(:last-child) {
    border-right: 1px solid transparent;
}

.o-tabs__tabs-item.is-active {
    border-bottom: 0;
    background-color: #fff;
}

.o-tabs__tabs-item.is-active .o-tabs__tabs-text {
    font-weight: bold;
    color: #333;
}

.o-tabs__tabs-item:hover {
    background-color: #fff;
}

.o-tabs__tabs-item.is-disabled {
    cursor: not-allowed;
}

.o-tabs__tabs-item.is-disabled a {
    cursor: not-allowed;
}

.o-tabs__tabs-item.is-disabled .o-tabs__tabs-text {
    color: #aaa;
}

.o-tabs__tabs-item.is-disabled:hover {
    background-color: #e5e5e5;
}

.o-tabs__tabs-text {
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.o-tabs-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.m-banner {
    background-color: #ae2025;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
    margin: 50px 0;
}

.m-status-tag {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #777;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    border-radius: 15px;
    border: 1px solid #aaa;
    text-transform: uppercase;
}

@media (min-width:700px) {
    .m-status-tag {
        font-size: 14px;
        font-weight: 400;
    }
}

.a-radio-button-toggle {
    display: block;
}

.a-radio-button-toggle:not(:last-child) {
    margin-right: 10px;
}

.a-radio-button-toggle.is-read-only {
    cursor: not-allowed;
}

.a-radio-button-toggle__input:checked+.a-radio-button-toggle__label {
    border: solid 3px #ae2025;
    border-radius: none;
    background-color: #fff;
    font-weight: 700;
    color: #ae2025;
}

.a-radio-button-toggle__input {
    display: none;
}

.a-radio-button-toggle__input[readonly]+.a-radio-button-toggle__label {
    pointer-events: none;
}

.a-radio-button-toggle__input[disabled]+.a-radio-button-toggle__label {
    cursor: not-allowed;
    background-color: #ddd;
}

.a-radio-button-toggle__label {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-width: 120px;
    min-height: 40px;
    line-height: 14px;
    padding: 8px 20px;
    background-color: #f5f5f5;
    border: solid 1px #ccc;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    cursor: pointer;
}

.a-radio-button-toggle__label::selection {
    background-color: transparent;
}

.a-radio-button-toggle--small:not(:last-child) {
    margin-right: 0;
}

.m-appointment-hour__label--small {
    min-width: 70px;
    height: 30px;
    padding: 6px 10px;
    background-color: #fff;
}

.a-radio-button-toggle--primary {
    width: auto;
}

.a-radio-button-toggle__label--primary {
    font-weight: 700;
    color: #ae2025;
    border: solid 3px #ae2025;
    border-radius: none;
    background-color: #fff;
}

@media (min-width:700px) {
    .a-radio-button-toggle__label--primary {
        min-width: 100px;
    }
}

.a-radio-button-toggle__input:checked+.a-radio-button-toggle__label--primary {
    font-weight: 400;
    color: #fff;
    border: solid 1px #ae2025;
    background-color: #ae2025;
}

.m-select-combo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.m-select-combo__select {
    margin-right: -1px;
    width: calc(25% + 10px);
}

@media (min-width:700px) {
    .m-select-combo__select {
        width: calc(33% + 10px);
    }
}

.m-select-combo__input {
    width: 75%;
}

@media (min-width:700px) {
    .m-select-combo__input {
        width: 67%;
    }
}

.m-select-combo__input:focus {
    position: relative;
    z-index: 100;
}

.m-field {
    position: relative;
}

.m-field.has-errors {}

.m-field.has-errors .m-field__error-message {
    display: block;
}

.m-field.has-errors .a-input,
.m-field.has-errors .a-select__input,
.m-field.has-errors .a-textarea {
    border-color: #f00;
    background-color: rgba(255, 0, 0, .1);
    color: #f00;
}

.m-field.has-errors .a-input:focus,
.m-field.has-errors .a-select__input:focus,
.m-field.has-errors .a-textarea:focus {
    border-color: #f00;
}

.m-field.has-errors .m-field__wrapper--validation::after {
    background-image: url("/images/forms/form-error.svg");
    height: 14px;
    width: 14px;
}

.m-field.has-errors .a-checkbox__input:not(:checked)+.a-checkbox__label::before {
    border: 1px solid #f00;
}

.m-field__label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.m-field__label--extra-margin-bottom {
    margin-bottom: 10px;
}

.m-field__link {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    color: #ae2025;
    position: absolute;
    top: 2px;
    right: 0;
}

.m-field__link:hover {
    text-decoration: none;
}

@media (min-width:700px) {
    .m-field__link {
        font-size: 14px;
    }
}

.m-field__description {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    margin-bottom: 20px;
}

.m-field__wrapper {
    position: relative;
}

.m-field__calendar-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 310px;
}

.m-field__wrapper--validation::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.m-field__wrapper-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -10px;
}

.m-field__wrapper-inner div {
    margin-bottom: 10px;
}

.m-field__wrapper-inner--col {
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-field__wrapper--date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.m-field__wrapper-checkbox-button:not(:last-child) {
    margin-bottom: 10px;
}

.m-field__additional-fields {
    margin-top: 10px;
    margin-top: 10px;
    display: none;
    margin-left: 40px;
}

.m-field__additional-fields .m-field__label {
    margin-top: 10px;
}

.m-field__additional-fields.is-visible {
    display: block;
}

.m-field__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-field__icon--password {
    right: 0;
    display: block;
    height: 40px;
    width: 50px;
    padding: 12px;
    cursor: pointer;
}

.m-field__error-message {
    font-size: 12px;
    font-weight: normal;
    color: #f00;
    display: none;
    margin-top: 5px;
}

.m-field__divider {
    padding: 0 10px;
}

.m-field__field-sm {
    width: 30%;
}

.m-field__field-lg {
    width: 40%;
}

.m-field__note {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

.m-field-appointment-calendar {
    max-width: 100%;
    width: 100%;
}

.m-field-appointment-calendar__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (min-width:700px) {
    .m-field-appointment-calendar__inner {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 30px;
    }
}

.m-field-appointment-calendar__wrapper-calendar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width:700px) {
    .m-field-appointment-calendar__wrapper-calendar {
        margin-right: 20px;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
}

.m-field-appointment-calendar__wrapper-hours {
    position: relative;
    width: 100%;
}

.m-field-appointment-calendar__hours {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 40px;
}

@media (min-width:700px) {
    .m-field-appointment-calendar__hours {
        max-width: 400px;
        margin-top: 0;
        margin-left: -5px;
        margin-bottom: -5px;
    }
}

.m-field-appointment-calendar__hour {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(33.333333333333% - 10px) !important;
}

@media (min-width:700px) {
    .m-field-appointment-calendar__hour {
        margin-left: 5px;
        margin-bottom: 5px;
        width: auto !important;
    }
}

.m-field-appointment-calendar__loading {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .m-field-appointment-calendar__loading {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.m-field-appointment-calendar__empty {
    padding: 22px;
    border: 1px solid #ccc;
}

.m-field-appointment-calendar__error {
    margin-left: 10px;
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .m-field-appointment-calendar__error {
        margin-left: 30px;
    }
}

.m-field-appointment-calendar__label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-left: 10px;
}

@media (min-width:700px) {
    .m-field-appointment-calendar__label {
        padding-left: 30px;
        margin-top: 10px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.datepicker {
    padding: 0 5px;
    background-color: #fff;
    z-index: 100 !important;
    border: 1px solid #ccc !important;
}

.datepicker .table-condensed {
    border-collapse: initial;
}

.datepicker.c-input {
    border: solid 1px #ae2025 !important;
    padding: 3px 5px;
    border-radius: 0;
}

.datepicker .datepicker-switch {
    letter-spacing: 3px;
    cursor: pointer;
}

.datepicker .next,
.datepicker .prev {
    font-size: 20px;
    cursor: pointer;
}

.datepicker .next:hover,
.datepicker .prev:hover {
    border-radius: 0;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    color: #ccc;
}

.datepicker th {
    width: 40px;
    height: 40px;
    text-align: center;
}

.datepicker-days thead tr:nth-child(3) .dow {
    letter-spacing: 1px;
}

.datepicker-days thead th {
    line-height: 40px;
}

.datepicker-days .day {
    width: 40px;
    height: 33px;
    border-radius: 0;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    border: solid 1px transparent;
}

.datepicker-days .day.active {
    border-radius: 0;
    background: #ae2025 !important;
    color: #fff !important;
    border: solid 1px #ae2025 !important;
    font-weight: bold;
}

.datepicker-days .day.active:not(.disabled):hover {
    background-color: #ae2025 !important;
    border-color: #ae2025 !important;
}

.datepicker-days .day.disabled {
    border-radius: 0;
    color: #aaa !important;
    font-weight: normal;
    cursor: not-allowed;
}

.datepicker-days .day.today {
    border-radius: 0;
    font-weight: 700;
    color: #ae2025 !important;
    border: solid 3px #ae2025 !important;
}

.datepicker-days .day.today.active {
    color: #fff !important;
}

.datepicker-days .day:not(.disabled):hover {
    background-color: #ae2025 !important;
    border: solid 1px #ae2025 !important;
    color: #fff !important;
    font-weight: bold;
}

.datepicker-months tbody td {
    width: 296px;
}

.datepicker-months .month {
    display: block;
    width: 24%;
    height: 54px;
    float: left;
    margin: .5%;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.datepicker-months .month.active {
    border-radius: 0;
    background: #ae2025 !important;
    color: #fff !important;
    border: solid 1px #ae2025 !important;
    font-weight: bold;
}

.datepicker-months .month.active:not(.disabled):hover {
    background-color: #ae2025 !important;
    border-color: #ae2025 !important;
}

.datepicker-months .month.disabled {
    border-radius: 0;
    color: #aaa !important;
    font-weight: normal;
    cursor: not-allowed;
}

.datepicker-months .month:not(.disabled):hover {
    background-color: #ae2025 !important;
    border: solid 1px #ae2025 !important;
    color: #fff !important;
    font-weight: bold;
}

.datepicker-years tbody td {
    width: 296px;
}

.datepicker-years .year {
    display: block;
    width: 24%;
    height: 54px;
    float: left;
    margin: .5%;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.datepicker-years .year.active {
    border-radius: 0;
    background: #ae2025 !important;
    color: #fff !important;
    border: solid 1px #ae2025 !important;
    font-weight: bold;
}

.datepicker-years .year.active:not(.disabled):hover {
    background-color: #ae2025 !important;
    border-color: #ae2025 !important;
}

.datepicker-years .year.disabled {
    border-radius: 0;
    color: #aaa !important;
    font-weight: normal;
    cursor: not-allowed;
}

.datepicker-years .year:not(.disabled):hover {
    background-color: #ae2025 !important;
    border: solid 1px #ae2025 !important;
    color: #fff !important;
    font-weight: bold;
}

.datepicker-decades tbody td {
    width: 296px;
}

.datepicker-decades .decade {
    display: block;
    width: 24%;
    height: 54px;
    float: left;
    margin: .5%;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.datepicker-decades .decade.active {
    border-radius: 0;
    background: #ae2025 !important;
    color: #fff !important;
    border: solid 1px #ae2025 !important;
    font-weight: bold;
}

.datepicker-decades .decade.active:not(.disabled):hover {
    background-color: #ae2025 !important;
    border-color: #ae2025 !important;
}

.datepicker-decades .decade.disabled {
    border-radius: 0;
    color: #aaa !important;
    font-weight: normal;
    cursor: not-allowed;
}

.datepicker-decades .decade:not(.disabled):hover {
    background-color: #ae2025 !important;
    border: solid 1px #ae2025 !important;
    color: #fff !important;
    font-weight: bold;
}

.o-form__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-form__title {
        font-size: 48px;
    }
}

@media (min-width:700px) {
    .o-form__title {
        margin-bottom: 30px;
    }
}

.o-form__clientcode {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #777;
    margin-top: -15px;
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-form__clientcode {
        font-size: 14px;
        font-weight: 400;
    }
}

@media (min-width:700px) {
    .o-form__clientcode {
        margin-top: -25px;
    }
}

.o-form__avatar {
    margin-bottom: 20px;
}

.o-form__main-content {
    margin-bottom: 30px;
}

@media (min-width:1100px) {
    .o-form__main-content {
        margin-bottom: 50px;
    }
}

.o-form__footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:700px) {
    .o-form__footer {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

.o-form__footer-link {
    -ms-flex-order: 1;
    order: 1;
    text-decoration: none;
    text-align: center;
}

@media (min-width:700px) {
    .o-form__footer-link {
        -ms-flex-order: 0;
        order: 0;
    }
}

.o-form__checkbox {
    margin-top: 10px;
}

@media (min-width:700px) {
    .o-form__checkbox {
        margin-top: 20px;
    }
}

.o-form__note {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    margin-bottom: 10px !important;
    margin-right: auto;
}

@media (min-width:700px) {
    .o-form__note {
        font-size: 14px;
        font-weight: 400;
    }
}

.o-form__note-link {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    text-decoration: none;
}

@media (min-width:700px) {
    .o-form__note-link {
        font-size: 14px;
        font-weight: 400;
    }
}

.o-form__note-link:hover {
    text-decoration: none;
}

.o-form__error-message {
    margin-top: -10px;
    margin-bottom: 15px;
}

@media (min-width:700px) {
    .o-form__error-message {
        margin-bottom: 20px;
    }
}

.o-form__single-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}

@media (min-width:700px) {
    .o-form__single-grid {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        grid-template-columns: 6fr 1fr;
        gap: 30px;
    }
}

.o-form__single-grid .o-form__main-content {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-form__single-grid .o-form__main-content {
        margin-bottom: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width:700px) {
    .o-form__single-grid .o-form__footer {
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 30px;
    }
}

.o-form-block {
    padding: 20px 15px 40px;
}

@media (min-width:700px) {
    .o-form-block {
        padding: 30px 40px 80px;
    }
}

@media (min-width:1100px) {
    .o-form-block {
        padding: 50px 40px 100px;
    }
}

.o-form-block__back-button {
    margin-bottom: 10px;
}

.o-form-block__form {
    width: 100%;
}

@media (min-width:700px) {
    .o-form-block__form {
        margin: 0 auto;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .o-form-block__form {
        max-width: 800px;
    }
}

.m-thanks-layer {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    padding: 30px 15px 40px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

@media (min-width:700px) {
    .m-thanks-layer {
        padding: 40px 40px 80px;
    }
}

@media (min-width:1100px) {
    .m-thanks-layer {
        padding: 50px 40px 100px;
    }
}

.m-thanks-layer.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity .3s linear;
    transition: visibility 0s linear, opacity .3s linear;
}

.m-thanks-layer__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (min-width:700px) {
    .m-thanks-layer__inner {
        margin: 0 auto;
        width: 85%;
    }
}

.m-thanks-layer__text-wrapper {
    width: 100%;
}

.m-thanks-layer__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.m-thanks-layer__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .m-thanks-layer__title {
        font-size: 28px;
    }
}

.m-thanks-layer__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .m-thanks-layer__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.m-thanks-layer__text:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .m-thanks-layer__text:not(:last-child) {
        margin-bottom: 30px;
    }
}

.m-thanks-layer__text-bold {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

@media (min-width:700px) {
    .m-thanks-layer__text-bold {
        font-size: 18px;
    }
}

.m-thanks-layer__text-bold:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .m-thanks-layer__text-bold:not(:last-child) {
        margin-bottom: 30px;
    }
}

.m-form-feedback {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media (min-width:700px) {
    .m-form-feedback {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.m-form-feedback span {
    margin-left: 6px;
}

.m-form-feedback.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity .3s linear;
    transition: visibility 0s linear, opacity .3s linear;
}

.m-page-title {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .m-page-title {
        margin-bottom: 30px;
    }
}

.m-page-title__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
}

@media (min-width:700px) {
    .m-page-title__title {
        font-size: 48px;
    }
}

.m-page-title__title--brand-color-padded {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
    color: #ae2025;
    margin: 0 auto;
    padding: 40px 15px 10px;
    width: 100%;
}

@media (min-width:700px) {
    .m-page-title__title--brand-color-padded {
        font-size: 48px;
    }
}

@media (min-width:700px) {
    .m-page-title__title--brand-color-padded {
        padding: 90px 40px 20px;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .m-page-title__title--brand-color-padded {
        padding: 0px;
        max-width: 930px;
    }
}

.m-text-block-a {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .m-text-block-a {
        margin-bottom: 30px;
    }
}

.m-text-block-a__title-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-text-block-a__title-wrapper:not(:last-child) {
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .m-text-block-a__title-wrapper:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width:700px) {
    .m-text-block-a__title-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}

.m-text-block-a__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: block;
}

@media (min-width:700px) {
    .m-text-block-a__title {
        font-size: 24px;
    }
}

.m-text-block-a__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.m-text-block-a__status {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: 1px;
}

.m-text-block-a__status.is-ongoing {
    color: #66bd06;
}

.m-text-block-a__status.is-completed {
    color: #aaa;
}

.m-text-block-a__status.is-canceled {
    color: #f00;
}

@media (min-width:700px) {
    .m-text-block-a__status {
        margin-left: 10px;
    }
}

.m-text-block-b__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .m-text-block-b__title {
        font-size: 18px;
    }
}

.m-text-block-b__text {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
}

@media (min-width:700px) {
    .m-text-block-b__text {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-text-block-c__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .m-text-block-c__title {
        font-size: 18px;
    }
}

.m-text-block-c__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .m-text-block-c__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.m-service-card {
    padding: 15px;
    background-color: #ae2025;
    border-radius: 4px;
}

@media (min-width:700px) {
    .m-service-card {
        padding: 25px 20px;
    }
}

.m-service-card.is-disabled {
    background-color: #ddd;
}

.m-service-card:hover {
    background-color: rgba(0, 79, 89, .9);
}

.m-service-card__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.m-service-card__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

@media (min-width:700px) {
    .m-service-card__icon {
        width: 24px;
        height: 24px;
    }
}

@media (min-width:700px) {
    .m-service-card__text-wrapper {
        margin-top: -5px;
    }
}

.m-service-card__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .m-service-card__title {
        font-size: 28px;
    }
}

@media (min-width:700px) {
    .m-service-card__title {
        margin-bottom: 10px;
    }
}

.m-service-card__text {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #fff;
}

@media (min-width:700px) {
    .m-service-card__text {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-programme-day__date {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 4px;
}

.m-programme-day__state {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.m-programme-day__state:not(:last-child) {
    margin-bottom: 10px;
}

.m-programme-day__state {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
}

@media (min-width:700px) {
    .m-programme-day__state {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-programme-day__state-icon {
    margin-right: 5px;
}

.m-programme-day__button {
    margin-top: 10px;
}

.m-programme-day__button:not(:last-of-type) {
    margin-bottom: 10px;
}

.m-files-list {
    margin-bottom: 30px;
}

.m-files-list__item {
    margin-top: 10px;
}

.m-files-list__item:not(:last-of-type) {
    margin-bottom: 10px;
}

.m-consultations-card__main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    -webkit-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
    cursor: pointer;
}

@media (min-width:700px) {
    .m-consultations-card__main {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
    }
}

.m-consultations-card__main:hover {
    box-shadow: 0 0 13px #aaa;
}

.m-consultations-card__text-wrapper {
    width: 100%;
}

@media (min-width:700px) {
    .m-consultations-card__text-wrapper {
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%;
        padding-right: 30px;
    }
}

.m-consultations-card__title {
    margin-bottom: 5px;
}

.m-consultations-card__channel {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

@media (min-width:700px) {
    .m-consultations-card__channel {
        font-size: 18px;
    }
}

.m-consultations-card__text {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width:700px) {
    .m-consultations-card__text {
        font-size: 14px;
        font-weight: 400;
    }
}

@media (min-width:700px) {
    .m-consultations-card__text {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.m-consultations-card__data-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "patient schedule" "status schedule";
    grid-row-gap: 6px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: end;
    width: 100%;
}

@media (min-width:700px) {
    .m-consultations-card__data-wrapper {
        grid-template-areas: "patient" "schedule" "status";
        grid-row-gap: 8px;
        justify-items: end;
        width: auto;
    }
}

.m-consultations-card__patient {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #777;
    grid-area: patient;
}

@media (min-width:700px) {
    .m-consultations-card__patient {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-consultations-card__schedule {
    grid-area: schedule;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "date" "time";
    justify-items: end;
    row-gap: 6px;
}

@media (min-width:700px) {
    .m-consultations-card__schedule {
        grid-template-areas: "date time";
        margin-bottom: 4px;
    }
}

.m-consultations-card__date {
    font-weight: bold;
}

.m-consultations-card__time {
    color: #aaa;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.m-consultations-card__time svg path {
    fill: #aaa;
}

.m-consultations-card__time.m-consultations-card__time--upcoming {
    color: #ae2025;
}

.m-consultations-card__time.m-consultations-card__time--upcoming svg path {
    fill: #ae2025;
}

@media (min-width:700px) {
    .m-consultations-card__time {
        margin-bottom: 0;
        margin-left: 8px;
    }
}

.m-consultations-card__status {
    grid-area: status;
    justify-self: start;
}

@media (min-width:700px) {
    .m-consultations-card__status {
        justify-self: end;
    }
}

.m-consultations-card__go-to-button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px 18px;
    background-color: #ae2025;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.m-consultations-card__go-to-button:hover {
    background-color: #ae2025;
}

.m-doctor-avatar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}

@media (min-width:700px) {
    .m-doctor-avatar {
        margin-top: 30px;
    }
}

.m-doctor-avatar__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-color: #ddd;
}

@media (min-width:700px) {
    .m-doctor-avatar__image {
        height: 60px;
        width: 60px;
    }
}

@media (min-width:700px) {
    .m-doctor-avatar__text-wrapper {
        margin-top: 5px;
    }
}

.m-doctor-avatar__name {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .m-doctor-avatar__name {
        font-size: 18px;
        line-height: 24px;
    }
}

.m-doctor-avatar__id-label {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    text-transform: uppercase;
}

@media (min-width:700px) {
    .m-doctor-avatar__id-label {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-doctor-avatar__id-number {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
}

@media (min-width:700px) {
    .m-doctor-avatar__id-number {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-patient-avatar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.m-patient-avatar__icon {
    display: none;
}

@media (min-width:700px) {
    .m-patient-avatar__icon {
        display: inline-block;
        margin-right: 20px;
    }
}

@media (min-width:1100px) {
    .m-patient-avatar__icon {
        margin-right: 30px;
    }
}

.m-patient-avatar__name {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

@media (min-width:700px) {
    .m-patient-avatar__name {
        font-size: 20px;
    }
}

.m-patient-avatar__name--dependent {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

@media (min-width:700px) {
    .m-patient-avatar__name--dependent {
        font-size: 18px;
    }
}

.m-patient-avatar__small-text {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #777;
}

@media (min-width:700px) {
    .m-patient-avatar__small-text {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-patient-avatar__phones {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    display: inline-block;
    margin: 6px 10px 6px 0;
}

@media (min-width:700px) {
    .m-patient-avatar__phones {
        font-size: 18px;
        line-height: 24px;
    }
}

.m-patient-avatar__phones svg {
    margin-bottom: -3px;
}

.m-patient-avatar__small-text--dark {
    color: #333;
}

.m-patient-avatar__small-text--uppercase {
    text-transform: uppercase;
}

.m-message {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

@media (min-width:700px) {
    .m-message {
        padding: 10px 50px;
    }
}

.m-message__text {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.m-message--error {
    border: 1px solid #f00;
    background-color: #f00;
}

.m-message--error .m-message__text {
    color: #fff;
}

.m-message--error-outline {
    border: 1px solid #f00;
    background-color: #fff;
}

.m-message--error-outline .m-message__text {
    color: #f00;
}

.m-dependent-card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

@media (min-width:700px) {
    .m-dependent-card {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 30px 25px 30px;
    }
}

.m-dependent-card__avatar {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .m-dependent-card__avatar {
        margin-bottom: 0;
    }
}

.m-dependent-card__edit {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 5px;
}

@media (min-width:700px) {
    .m-dependent-card__edit {
        margin-bottom: 2px;
    }
}

.m-loading {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

.m-loading.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity .3s linear;
    transition: visibility 0s linear, opacity .3s linear;
}

.m-loading__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-loading__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.m-loading__text {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-left: 10px;
}

@media (min-width:700px) {
    .m-loading__text {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-loading__icon {
    animation-name: infinite-spinning;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes infinite-spinning {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes infinite-spinning {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.m-paginator {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.m-paginator__counter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.m-paginator__number {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    margin-right: 20px;
}

@media (min-width:700px) {
    .m-paginator__number {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-paginator__button {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
    cursor: pointer;
}

.m-paginator__button.is-disabled {
    cursor: not-allowed;
}

.m-paginator__button.is-disabled:hover {
    box-shadow: none;
}

.m-paginator__button:not(:last-child) {
    margin-right: 10px;
}

.m-paginator__button:hover {
    box-shadow: 0 0 10px #ddd;
}

.m-beneficiary-card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

@media (min-width:700px) {
    .m-beneficiary-card {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 30px 25px 30px;
        margin-bottom: 20px;
    }
}

.m-beneficiary-card.m-beneficiary-card__deactivated {
    background-color: #f5f5f5;
}

.m-beneficiary-card.m-beneficiary-card__deactivated .m-patient-avatar {
    opacity: .7;
}

.m-beneficiary-card .m-beneficiary-card__remove {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.m-dashed-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    border: dashed 1px #ccc;
    padding: 15px;
    background-color: #fafafa;
}

@media (min-width:700px) {
    .m-dashed-box {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 30px 25px 60px;
    }
}

.m-dashed-box__text-wrapper {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .m-dashed-box__text-wrapper {
        margin-right: 30px;
        margin-bottom: 0;
    }
}

.m-dashed-box__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .m-dashed-box__title {
        font-size: 18px;
    }
}

.m-dashed-box__subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
}

@media (min-width:700px) {
    .m-dashed-box__subtitle {
        font-size: 14px;
        font-weight: 400;
    }
}

.m-dashed-box__button {
    min-width: auto;
}

.o-grid {
    width: 107%;
}

.o-grid__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: -10px;
}

@media (min-width:700px) {
    .o-grid__inner {
        margin-left: -30px;
        margin-bottom: -15px;
    }
}

@media (min-width:1100px) {
    .o-grid__inner {
        margin-left: -30px;
        margin-bottom: -20px;
    }
}

.o-grid__span {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-grid__span {
        margin-left: 30px;
        margin-bottom: 15px;
    }
}

@media (min-width:1100px) {
    .o-grid__span {
        margin-left: 30px;
        margin-bottom: 20px;
    }
}

.o-grid__span--1 {
    width: calc(4.1666666667% - 10px);
}

.o-grid__span--2 {
    width: calc(8.3333333333% - 10px);
}

.o-grid__span--3 {
    width: calc(12.5% - 10px);
}

.o-grid__span--4 {
    width: calc(16.6666666667% - 10px);
}

.o-grid__span--5 {
    width: calc(20.8333333333% - 10px);
}

.o-grid__span--6 {
    width: calc(25% - 10px);
}

.o-grid__span--7 {
    width: calc(29.1666666667% - 10px);
}

.o-grid__span--8 {
    width: calc(33.3333333333% - 10px);
}

.o-grid__span--9 {
    width: calc(37.5% - 10px);
}

.o-grid__span--10 {
    width: calc(41.6666666667% - 10px);
}

.o-grid__span--11 {
    width: calc(45.8333333333% - 10px);
}

.o-grid__span--12 {
    width: calc(50% - 10px);
}

.o-grid__span--13 {
    width: calc(54.1666666667% - 10px);
}

.o-grid__span--14 {
    width: calc(58.3333333333% - 10px);
}

.o-grid__span--15 {
    width: calc(62.5% - 10px);
}

.o-grid__span--16 {
    width: calc(66.6666666667% - 10px);
}

.o-grid__span--17 {
    width: calc(70.8333333333% - 10px);
}

.o-grid__span--18 {
    width: calc(75% - 10px);
}

.o-grid__span--19 {
    width: calc(79.1666666667% - 10px);
}

.o-grid__span--20 {
    width: calc(83.3333333333% - 10px);
}

.o-grid__span--21 {
    width: calc(87.5% - 10px);
}

.o-grid__span--22 {
    width: calc(91.6666666667% - 10px);
}

.o-grid__span--23 {
    width: calc(95.8333333333% - 10px);
}

.o-grid__span--24 {
    width: calc(100% - 10px);
}

@media (min-width:700px) {
    .o-grid__span-sm--1 {
        width: calc(4.1666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--2 {
        width: calc(8.3333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--3 {
        width: calc(12.5% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--4 {
        width: calc(16.6666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--5 {
        width: calc(20.8333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--6 {
        width: calc(25% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--7 {
        width: calc(29.1666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--8 {
        width: calc(33.3333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--9 {
        width: calc(37.5% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--10 {
        width: calc(41.6666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--11 {
        width: calc(45.8333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--12 {
        width: calc(50% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--13 {
        width: calc(54.1666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--14 {
        width: calc(58.3333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--15 {
        width: calc(62.5% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--16 {
        width: calc(66.6666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--17 {
        width: calc(70.8333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--18 {
        width: calc(75% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--19 {
        width: calc(79.1666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--20 {
        width: calc(83.3333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--21 {
        width: calc(87.5% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--22 {
        width: calc(91.6666666667% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--23 {
        width: calc(95.8333333333% - 30px);
    }
}

@media (min-width:700px) {
    .o-grid__span-sm--24 {
        width: calc(100% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--1 {
        width: calc(4.1666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--2 {
        width: calc(8.3333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--3 {
        width: calc(12.5% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--4 {
        width: calc(16.6666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--5 {
        width: calc(20.8333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--6 {
        width: calc(25% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--7 {
        width: calc(29.1666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--8 {
        width: calc(33.3333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--9 {
        width: calc(37.5% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--10 {
        width: calc(41.6666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--11 {
        width: calc(45.8333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--12 {
        width: calc(50% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--13 {
        width: calc(54.1666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--14 {
        width: calc(58.3333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--15 {
        width: calc(62.5% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--16 {
        width: calc(66.6666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--17 {
        width: calc(70.8333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--18 {
        width: calc(75% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--19 {
        width: calc(79.1666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--20 {
        width: calc(83.3333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--21 {
        width: calc(87.5% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--22 {
        width: calc(91.6666666667% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--23 {
        width: calc(95.8333333333% - 30px);
    }
}

@media (min-width:1100px) {
    .o-grid__span-md--24 {
        width: calc(100% - 30px);
    }
}

.o-grid__span--align-self-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.o-grid__span--grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
}

@media (min-width:700px) {
    .o-grid__margin-right {
        margin-right: 100px;
    }
}

.o-login-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.o-login-block__back-button {
    margin-bottom: 10px;
}

.o-login-block__login-wrapper {
    padding: 20px 15px 40px;
    width: 100%;
}

@media (min-width:700px) {
    .o-login-block__login-wrapper {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 30px 40px 80px;
    }
}

@media (min-width:1100px) {
    .o-login-block__login-wrapper {
        padding: 50px 40px 100px;
        width: auto;
    }
}

.o-login-block__login-inner {
    width: 100%;
}

@media (min-width:700px) {
    .o-login-block__login-inner {
        margin: 0 auto;
        width: 330px;
    }
}

@media (min-width:1100px) {
    .o-login-block__login-inner {
        width: 340px;
    }
}

.o-login-block__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.17;
    color: #ae2025;
}

@media (min-width:700px) {
    .o-login-block__title {
        font-size: 36px;
    }
}

.o-login-block__title:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-login-block__title:not(:last-child) {
        margin-bottom: 20px;
    }
}

.o-login-block__text-wrapper {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-login-block__text-wrapper {
        margin-bottom: 30px;
    }
}

.o-login-block__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-login-block__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-login-block__text:not(:last-child) {
    margin-bottom: 8px;
}

.o-login-block__label {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.o-login-block__form {
    margin-bottom: 30px;
}

@media (min-width:700px) {
    .o-login-block__form {
        margin-bottom: 50px;
    }
}

.o-login-block__input-wrapper:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-login-block__input-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }
}

.o-login-block__input:not(:last-child) {
    margin-bottom: 15px;
}

@media (min-width:700px) {
    .o-login-block__input:not(:last-child) {
        margin-bottom: 20px;
    }
}

.o-login-block__slider {
    width: calc(100% - 420px);
}

.o-login-block__note {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    margin-bottom: 10px !important;
    margin-right: auto;
}

@media (min-width:700px) {
    .o-login-block__note {
        font-size: 14px;
        font-weight: 400;
    }
}

.o-login-block__error {
    color: #f00;
}

.o-profile-user {
    width: 100%;
    padding: 20px 15px 30px;
}

@media (min-width:700px) {
    .o-profile-user {
        margin: 0 auto;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .o-profile-user {
        max-width: 800px;
    }
}

@media (min-width:700px) {
    .o-profile-user {
        padding: 30px 40px 50px;
    }
}

@media (min-width:1100px) {
    .o-profile-user {
        padding: 50px 40px 100px;
    }
}

.o-profile-user__card {
    margin-bottom: 10px;
}

.o-profile-user__form {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-profile-user__form {
        margin-bottom: 30px;
    }
}

.o-profile-user__field:not(:last-child) {
    margin-bottom: 20px;
}

.o-profile-user__additional-fields {
    display: none;
    margin-top: 10px;
    margin-left: 40px;
}

.o-profile-user__additional-fields.is-visible {
    display: block;
}

.o-profile-user__additional-fields div {
    margin-bottom: 10px;
}

.o-profile-user__paragraph {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-profile-user__paragraph {
        margin-bottom: 30px;
    }
}

.o-profile-user__note {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    display: block;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-profile-user__note {
        font-size: 14px;
        font-weight: 400;
    }
}

@media (min-width:700px) {
    .o-profile-user__note {
        margin-bottom: 0;
    }
}

.o-profile-user__footer {
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:700px) {
    .o-profile-user__footer {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px;
    }
}

.o-profile-user__block:not(:last-child) {
    margin-bottom: 30px;
}

.o-profile-user__form-mail {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width:700px) {
    .o-profile-user__form-mail {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.o-profile-user__form-mail-input {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-profile-user__form-mail-input {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.o-profile-user__form-mail-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width:700px) {
    .o-profile-user__form-mail-button {
        margin-top: 30px;
    }
}

.o-profile-user__subtitle {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    display: block;
    margin-bottom: 15px;
}

@media (min-width:700px) {
    .o-profile-user__subtitle {
        font-size: 20px;
    }
}

.o-message-block {
    padding: 20px 15px 40px;
}

@media (min-width:700px) {
    .o-message-block {
        padding: 30px 40px 80px;
    }
}

@media (min-width:1100px) {
    .o-message-block {
        padding: 50px 40px 80px;
    }
}

.o-message-block__back-button {
    margin-bottom: 10px;
}

.o-message-block__inner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}

@media (min-width:700px) {
    .o-message-block__inner {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (min-width:1100px) {
    .o-message-block__inner {
        max-width: 650px;
    }
}

.o-message-block__icon-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.o-message-block__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.o-message-block__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-message-block__title {
        font-size: 28px;
    }
}

.o-message-block__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-message-block__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-message-block__text-block {
    width: 100%;
}

.o-message-block__text-block p {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-message-block__text-block p {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-message-block__text-block p:not(:last-child) {
    margin-bottom: 10px;
}

.o-message-block__text-block ul {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-message-block__text-block ul {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-message-block__text-block ul:not(:last-of-type) {
    margin-bottom: 10px;
}

.o-message-block__text-block ul li {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    padding-left: 10px;
}

@media (min-width:700px) {
    .o-message-block__text-block ul li {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-message-block__text-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

.o-message-block__text-block--lines {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.o-message-block__button-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

@media (min-width:700px) {
    .o-message-block__button-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 50px;
    }
}

.o-message-block__button:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-message-block__button:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.o-message-block__iframe-wrapper {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.o-iframe-block {
    padding: 20px 15px 40px;
}

@media (min-width:700px) {
    .o-iframe-block {
        padding: 30px 40px 80px;
    }
}

@media (min-width:1100px) {
    .o-iframe-block {
        padding: 50px 40px 80px;
    }
}

.o-iframe-block__back-button {
    margin-bottom: 10px;
}

.o-iframe-block__inner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}

@media (min-width:700px) {
    .o-iframe-block__inner {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (min-width:1100px) {
    .o-iframe-block__inner {
        max-width: 650px;
    }
}

.o-iframe-block__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-iframe-block__title {
        font-size: 28px;
    }
}

.o-iframe-block__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-iframe-block__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-iframe-block__text-block {
    width: 100%;
}

.o-iframe-block__text-block p {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-iframe-block__text-block p {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-iframe-block__text-block p:not(:last-child) {
    margin-bottom: 10px;
}

.o-iframe-block__text-block ul {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-iframe-block__text-block ul {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-iframe-block__text-block ul:not(:last-of-type) {
    margin-bottom: 10px;
}

.o-iframe-block__text-block ul li {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    padding-left: 10px;
}

@media (min-width:700px) {
    .o-iframe-block__text-block ul li {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-iframe-block__text-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

.o-iframe-block__button-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

@media (min-width:700px) {
    .o-iframe-block__button-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 50px;
    }
}

.o-iframe-block__button:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-iframe-block__button:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.o-iframe-block__iframe-wrapper {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.o-slider {
    display: none;
}

@media (min-width:1100px) {
    .o-slider {
        display: block;
    }

    .o-slider .owl-dots {
        position: absolute;
        z-index: 100;
        bottom: 0;
        left: 0;
        height: 40px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .o-slider .owl-dots .owl-dot {
        display: block;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        border: solid 1px #fff;
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
    }

    .o-slider .owl-dots .owl-dot:not(:last-child) {
        margin-right: 12px;
    }

    .o-slider .owl-dots .owl-dot.active {
        background-color: #fff;
    }
}

@media (min-width:1100px) {
    .o-slider__slide {
        background-size: cover;
        background-position: center center;
        min-height: 830px;
    }
}

.o-slider__wrapper,
.o-slider .owl-stage-outer,
.o-slider .owl-stage,
.o-slider .owl-item,
.o-slider .o-slider__slide {
    height: 100%;
}

.o-comments-block {
    margin-bottom: 30px;
}

@media (min-width:700px) {
    .o-comments-block {
        margin-bottom: 50px;
    }
}

.o-programme__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-programme__title {
        font-size: 20px;
    }
}

.o-programme__week:not(:last-of-type) {
    margin-bottom: 30px;
}

.o-programme__day:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-programme__button {
        margin-top: 20px;
    }
}

.o-alert {
    z-index: 100;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px 40px;
    background-color: #ae2025;
}

@media (min-width:1100px) {
    .o-alert {
        padding: 15px 40px;
    }
}

.o-alert__inner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width:1100px) {
    .o-alert__inner {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.o-alert__text {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}

@media (min-width:1100px) {
    .o-alert__text {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
    }
}

.o-alert__button {
    width: auto;
}

@media (min-width:1100px) {
    .o-alert__button {
        margin-left: 20px;
    }
}

.o-buttons-block {
    margin-top: 40px;
}

.o-buttons-block__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:700px) {
    .o-buttons-block__wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.o-buttons-block__note {
    margin-top: 20px;
    color: #777;
}

.o-buttons-block__note .a-text-link {
    font-size: 16px;
    margin-left: 8px;
}

.o-buttons-block__button {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-buttons-block__button {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.o-header-image {
    position: relative;
}

.o-header-image__text-wrapper {
    padding: 20px;
    width: 100%;
}

@media (min-width:700px) {
    .o-header-image__text-wrapper {
        padding: 40px 40px 0 40px;
        width: 85%;
        margin: 0 auto;
    }
}

@media (min-width:1100px) {
    .o-header-image__text-wrapper {
        padding: 0;
        width: auto;
    }
}

.o-header-image__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
    color: #ae2025;
}

@media (min-width:700px) {
    .o-header-image__title {
        font-size: 48px;
    }
}

@media (min-width:700px) {
    .o-header-image__title {
        margin: 0 auto;
    }
}

@media (min-width:1100px) {
    .o-header-image__title {
        position: absolute;
        top: 70px;
        left: 40px;
        margin: 0;
        max-width: 400px;
    }
}

.o-header-image__image {
    height: 230px;
    background-size: cover;
    background-position: center center;
}

@media (min-width:700px) {
    .o-header-image__image {
        height: 270px;
    }
}

@media (min-width:1100px) {
    .o-header-image__image {
        height: 300px;
    }
}

.o-profile-dependents-info {
    padding: 20px 15px 50px;
}

@media (min-width:700px) {
    .o-profile-dependents-info {
        padding: 40px 40px 80px;
    }
}

@media (min-width:1100px) {
    .o-profile-dependents-info {
        padding: 50px 40px 100px;
    }
}

.o-profile-dependents-info__wrapper {
    width: 100%;
}

@media (min-width:700px) {
    .o-profile-dependents-info__wrapper {
        margin: 0 auto;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .o-profile-dependents-info__wrapper {
        width: 100%;
    }
}

.o-profile-dependents-info__card {
    margin-bottom: 10px;
}

.o-consultations-grid__block:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-consultations-grid__block:not(:last-child) {
        margin-bottom: 70px;
    }
}

@media (min-width:1100px) {
    .o-consultations-grid__block:not(:last-child) {
        margin-bottom: 40px;
    }
}

.o-consultations-grid__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
}

@media (min-width:700px) {
    .o-consultations-grid__title {
        font-size: 20px;
    }
}

.o-consultations-grid__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
}

@media (min-width:700px) {
    .o-consultations-grid__text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width:700px) {
    .o-consultations-grid__text {
        margin-top: 20px;
    }
}

.o-consultations-grid__card-wrapper {
    margin-top: 15px;
}

@media (min-width:700px) {
    .o-consultations-grid__card-wrapper {
        margin-top: 20px;
    }
}

@media (min-width:1100px) {
    .o-consultations-grid__card-wrapper {
        margin-top: 30px;
    }
}

.o-consultations-grid__card:not(:last-child) {
    margin-bottom: 15px;
}

.o-consultations-grid__paginator {
    margin-top: 20px;
}

.o-consultation-data-info {
    background-color: #fff;
    width: 100%;
    padding: 20px 15px 60px;
}

@media (min-width:700px) {
    .o-consultation-data-info {
        margin: 0 auto;
        width: 85%;
        padding: 40px 40px 60px;
    }
}

@media (min-width:1100px) {
    .o-consultation-data-info {
        width: 100%;
        padding: 50px 40px 60px;
    }
}

.o-consultation-data-info__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.o-consultation-data__data-sharing-info {
    padding: 40px 10px;
    margin-top: 50px;
    background-color: #ae2025;
}

@media (min-width:700px) {
    .o-consultation-data__data-sharing-info {
        padding: 40px 100px;
    }
}

@media (min-width:1100px) {
    .o-consultation-data__data-sharing-info {
        padding: 40px;
    }
}

.o-consultation-data__data-sharing-info .o-form__checkbox {
    margin-top: 0;
}

.o-consultation-data__data-sharing-info .a-checkbox__label,
.o-consultation-data__data-sharing-info .a-checkbox__link {
    color: #fff;
}

.o-consultation-data__data-sharing-info.disabled {
    background-color: transparent;
    border: 1px solid #e5e5e5;
}

.o-consultation-data__data-sharing-info.disabled .a-checkbox__label {
    color: #777;
    cursor: auto;
}

.o-consultation-data__data-sharing-info.disabled .a-checkbox__link {
    color: #ae2025;
}

.o-consultation-data__data-sharing-info.disabled .a-checkbox__label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
}

.o-consultation-data-info__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-consultation-data-info__title {
        font-size: 24px;
    }
}

@media (min-width:700px) {
    .o-consultation-data-info__title {
        margin-bottom: 30px;
    }
}

.o-consultation-data-info__text-wrapper {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-consultation-data-info__text-wrapper {
        margin-bottom: 30px;
    }
}

.o-consultation-data-info__file {
    margin-top: 10px;
}

.o-consultation-data-info__file:not(:last-child) {
    margin-bottom: 10px;
}

.o-consultation-data-info--grey {
    background-color: #f5f5f5;
}

.o-consultations-data-table {
    padding: 20px 15px 30px;
    background-color: #f5f5f5;
}

@media (min-width:700px) {
    .o-consultations-data-table {
        padding: 30px 40px 50px;
    }
}

@media (min-width:1100px) {
    .o-consultations-data-table {
        padding: 50px 40px 100px;
        min-height: 100vh;
    }
}

.o-consultations-data-table__back-button {
    margin-bottom: 10px;
}

.o-consultations-data-table__wrapper {
    width: 100%;
}

@media (min-width:700px) {
    .o-consultations-data-table__wrapper {
        margin: 0 auto;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .o-consultations-data-table__wrapper {
        width: 100%;
    }
}

.o-consultations-data-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:1100px) {
    .o-consultations-data-block {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width:1100px) {
    .o-consultations-data-block__wrapper {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 50%;
    }
}

.o-data-bar {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media (min-width:700px) {
    .o-data-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.o-data-bar__service {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width:700px) {
    .o-data-bar__service {
        font-size: 18px;
    }
}

@media (min-width:700px) {
    .o-data-bar__service {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.o-data-bar__schedule {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 7px;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.o-data-bar__schedule .o-data-bar__date {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    min-width: 90px;
    text-align: right;
}

@media (min-width:700px) {
    .o-data-bar__schedule .o-data-bar__date {
        font-size: 18px;
    }
}

.o-data-bar__schedule .o-data-bar__time {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    color: #ae2025;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 7px;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:700px) {
    .o-data-bar__schedule .o-data-bar__time {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-info-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.o-info-header .o-info-header__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.17;
    color: #ae2025;
    color: #333;
}

@media (min-width:700px) {
    .o-info-header .o-info-header__title {
        font-size: 36px;
    }
}

.o-patient-data {
    padding: 30px 15px;
    background-color: #f5f5f5;
}

@media (min-width:700px) {
    .o-patient-data {
        padding: 40px;
    }
}

.o-patient-data__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.17;
    color: #ae2025;
    color: #333;
    display: block;
    margin: 30px 0;
}

@media (min-width:700px) {
    .o-patient-data__title {
        font-size: 36px;
    }
}

.o-consultations-list-block {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "header" "upcoming" "services" "history";
    grid-template-columns: minmax(320px, 1fr);
    width: 100%;
}

@media (min-width:1100px) {
    .o-consultations-list-block {
        grid-template-areas: "header services" "upcoming services" "history services";
        grid-template-columns: 67% 33%;
        grid-template-rows: auto auto 1fr;
    }
}

.o-consultations-list-block__header {
    grid-area: header;
}

.o-consultations-list-block__upcoming {
    grid-area: upcoming;
    padding: 20px;
}

@media (min-width:700px) {
    .o-consultations-list-block__upcoming {
        padding: 40px;
    }
}

.o-consultations-list-block__history {
    grid-area: history;
    padding: 20px;
    margin-bottom: 50px;
}

@media (min-width:700px) {
    .o-consultations-list-block__history {
        padding: 10px 40px;
    }
}

@media (min-width:700px) {

    .o-consultations-list-block__upcoming,
    .o-consultations-list-block__history {
        width: 85%;
        justify-self: center;
    }
}

@media (min-width:1100px) {

    .o-consultations-list-block__upcoming,
    .o-consultations-list-block__history {
        width: auto;
        justify-self: auto;
        border-right: 1px solid #e5e5e5;
    }
}

.o-consultations-list-block__services {
    grid-area: services;
    padding: 20px;
}

@media (min-width:700px) {
    .o-consultations-list-block__services {
        width: 85%;
        justify-self: center;
        padding: 40px;
    }
}

@media (min-width:1100px) {
    .o-consultations-list-block__services {
        width: auto;
        justify-self: auto;
        padding: 0 40px;
    }
}

.o-consultations-list-block__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
    margin: 20px 0;
}

@media (min-width:700px) {
    .o-consultations-list-block__title {
        font-size: 18px;
    }
}

.m-consultations-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.m-consultations-group:not(:last-child) {
    margin-bottom: 40px;
}

.m-consultations-group__title-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.m-consultations-group__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 10px;
}

@media (min-width:700px) {
    .m-consultations-group__title {
        font-size: 18px;
    }
}

@media (min-width:700px) {
    .m-consultations-group__title {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.m-consultations-group__icon {
    width: 25px;
    height: 25px;
}

@media (min-width:700px) {
    .m-consultations-group__icon {
        width: 30px;
        height: 30px;
    }
}

.m-consultations-group__paginator {
    width: 100%;
}

@media (min-width:700px) {
    .m-consultations-group__paginator {
        width: auto;
    }
}

.o-ban-message {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 177, 186, .1);
    padding: 30px;
    border-radius: 6px;
}

.o-ban-message ul {
    margin-top: 0;
    list-style-image: url("/images/icons/icon--arrow-right.svg");
}

.o-ban-message .a-button {
    margin-top: 20px;
}

@media (min-width:700px) {
    .o-ban-message .a-button {
        margin-top: 5px;
        width: auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.o-consultations-request-user {
    padding: 20px 15px 30px;
    background-color: #f5f5f5;
}

@media (min-width:700px) {
    .o-consultations-request-user {
        padding: 30px 40px 50px;
    }
}

@media (min-width:1100px) {
    .o-consultations-request-user {
        padding: 50px 40px 100px;
    }
}

.o-consultations-request-user__back-button {
    margin-bottom: 10px;
}

.o-consultations-request-user__wrapper {
    width: 100%;
}

@media (min-width:700px) {
    .o-consultations-request-user__wrapper {
        margin: 0 auto;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .o-consultations-request-user__wrapper {
        width: 100%;
    }
}

.o-request-info {
    position: relative;
    padding: 20px 15px 50px;
}

@media (min-width:700px) {
    .o-request-info {
        padding: 40px 40px 80px;
    }
}

@media (min-width:1100px) {
    .o-request-info {
        padding: 50px 40px 100px;
        min-height: 100vh;
    }
}

.o-request-info .o-info-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.o-request-info__inner {
    width: 100%;
}

@media (min-width:700px) {
    .o-request-info__inner {
        margin: 0 auto;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .o-request-info__inner {
        width: 100%;
    }
}

.o-request-info__dynamic {
    width: 100%;
}

.o-request-info__inputs {
    margin-bottom: 20px;
}

.o-request-info__subtitle {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-request-info__subtitle {
        font-size: 18px;
    }
}

@media (min-width:700px) {
    .o-request-info__subtitle {
        margin-bottom: 20px;
    }
}

.o-request-info__upload {
    margin-bottom: 30px;
}

@media (min-width:700px) {
    .o-request-info__upload {
        margin-bottom: 50px;
    }
}

.o-request-info__file:not(:last-child) {
    margin-bottom: 10px;
}

.o-request-info__upload-button {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-request-info__upload-button {
        margin-bottom: 20px;
    }
}

.o-request-info__legend {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    display: block;
}

@media (min-width:700px) {
    .o-request-info__legend {
        font-size: 14px;
        font-weight: 400;
    }
}

.o-request-info__note {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    display: block;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-request-info__note {
        font-size: 14px;
        font-weight: 400;
    }
}

@media (min-width:700px) {
    .o-request-info__note {
        margin-bottom: 0;
    }
}

.o-request-info__button-wrapper {
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:700px) {
    .o-request-info__button-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px;
    }
}

.o-request-info__fields-group {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-request-info__fields-group {
        margin-bottom: 30px;
    }
}

.o-request-info__fields-group--flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.o-request-info__field:not(:last-child) {
    margin-bottom: 20px;
}

.o-request-info__input {
    width: 100%;
    max-width: 200px;
    margin-right: 30px;
}

.o-request-info__highlight-text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
}

@media (min-width:700px) {
    .o-request-info__highlight-text {
        font-size: 20px;
    }
}

.o-request-info__text-bold {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.o-request-info__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.o-request-info__data-sharing-check {
    padding: 30px;
    margin: 30px 0;
    border: 1px solid #ccc;
}

.o-request-info__hour {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(33.333333333333% - 10px);
}

@media (min-width:700px) {
    .o-request-info__hour {
        margin-left: 5px;
        margin-bottom: 5px;
        width: auto;
    }
}

.o-request-info__loading {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-request-info__loading {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.o-request-info__iframe-wrapper {
    margin: 60px auto 40px;
    text-align: center;
}

.o-request-info__button-center {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-consultations-request-block__form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:1100px) {
    .o-consultations-request-block__form {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width:1100px) {
    .o-consultations-request-block__wrapper {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 50%;
    }
}

.svg-fill-brand-color-1 path {
    fill: #ae2025;
}

.svg-fill-brand-color-2 path {
    fill: #ae2025;
}

.svg-fill-white path {
    fill: #fff;
}

.svg-fill-red path {
    fill: #f00;
}

.svg-fill-grey path {
    fill: #aaa;
}

.svg-fill-grey-6 path {
    fill: #ddd;
}

.a-svg-rounded {
    width: 40px;
    height: 40px;
    border-radius: 30px;
}

@media (min-width:700px) {
    .a-svg-rounded {
        width: 50px;
        height: 50px;
    }
}

.a-svg-rounded.svg-fill-brand-color-1 {
    border: 1px solid #ae2025;
}

.a-svg-rounded.svg-fill-brand-color-2 {
    border: 1px solid #ae2025;
}

.a-svg-rounded svg {
    width: 38px;
    height: 38px;
    padding: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width:700px) {
    .a-svg-rounded svg {
        width: 48px;
        height: 48px;
        padding: 10px;
    }
}

.o-test-block__fields-group {
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-test-block__fields-group {
        margin-bottom: 30px;
    }
}

.o-test-block__field:not(:last-child) {
    margin-bottom: 20px;
}

.o-test-block__input {
    width: 100%;
    max-width: 250px;
    margin-right: 30px;
}

.o-test-block__input:not(:last-child) {
    margin-bottom: 20px;
}

.o-test-block__actions {
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:700px) {
    .o-test-block__actions {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px;
    }
}

.o-test-block__note {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    display: block;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-test-block__note {
        font-size: 14px;
        font-weight: 400;
    }
}

@media (min-width:700px) {
    .o-test-block__note {
        margin-bottom: 0;
    }
}

.o-videocall {
    position: relative;
    background-color: #111;
    margin-bottom: 80px;
}

.o-videocall__inner {
    position: relative;
    width: 100%;
}

.o-videocall__wrapper {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.o-videocall__wrapper--local,
#cf-video-container--host {
    z-index: 600;
    top: auto;
    left: 10px;
    bottom: 10px;
    height: 300px !important;
    background-color: #f5f5f5;
}

@media (min-width:700px) {

    .o-videocall__wrapper--local,
    #cf-video-container--host {
        position: absolute;
        left: 20px;
        bottom: 20px;
        max-width: 260px;
        max-height: 165px;
        width: 100%;
        height: 100%;
    }
}

.o-videocall__wrapper--remote,
.cf-attendee.doctor {
    position: relative;
    width: 100%;
    height: 300px !important;
    z-index: 300;
}

@media (min-width:700px) {

    .o-videocall__wrapper--remote,
    .cf-attendee.doctor {
        height: 600px !important;
    }
}

.o-videocall__controls {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 700;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

@media (min-width:1024px) {
    .o-videocall__controls {
        bottom: 20px;
    }
}

.o-videocall__controls-item {
    margin-right: 20px;
}

@media (min-width:700px) {
    .o-videocall__controls-item {
        margin-right: 30px;
    }
}

.o-videocall__controls-item:last-child {
    margin-right: 0;
}

.o-videocall__button {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    cursor: pointer;
}

#cf-video-container--attendees {
    position: relative;
    width: 100%;
    min-height: 300px;
}

@media (min-width:700px) {
    #cf-video-container--attendees {
        min-height: 600px !important;
    }
}

.OT_fit-mode-cover .OT_video-element {
    object-fit: contain !important;
}

.OT_widget-container {
    background-color: #111;
}

.OT_publisher {
    min-width: 260px !important;
    min-height: 165px !important;
}

.notification-status {
    display: none;
    padding: 20px;
    background-color: #fff;
}

#cf-video-container--controls {
    display: none;
}

.o-base-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0 15px;
    z-index: 10;
}

@media (min-width:700px) {
    .o-base-modal {
        padding: 0 40px;
    }
}

.o-base-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity .3s linear;
    transition: visibility 0s linear, opacity .3s linear;
}

.o-base-modal__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.o-base-modal__box {
    position: relative;
    z-index: 15;
    overflow: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 660px;
    max-height: 90vh;
    margin: 20px 0;
    background-color: #fff;
}

@media (min-width:700px) {
    .o-base-modal__box {
        margin-top: 50px;
    }
}

.o-base-modal__wrapper {
    padding: 25px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

@media (min-width:700px) {
    .o-base-modal__wrapper {
        padding: 50px 50px 60px;
    }
}

.o-base-modal__icon {
    background-image: url("/assets/images/icons/icon--close.svg");
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    cursor: pointer;
}

@media (min-width:700px) {
    .o-base-modal__icon {
        top: 50px;
        right: 50px;
    }
}

.o-base-modal__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    max-width: 90%;
}

.o-base-modal__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    overflow: auto;
    margin-bottom: 30px;
}

@media (min-width:700px) {
    .o-base-modal__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-base-modal__buttons-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (min-width:700px) {
    .o-base-modal__buttons-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width:1100px) {
    .o-base-modal__buttons-wrapper {
        margin-top: 50px;
    }
}

.o-base-modal__link {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    color: #ae2025;
    margin-top: 15px;
}

.o-base-modal__link:hover {
    text-decoration: none;
}

@media (min-width:700px) {
    .o-base-modal__link {
        font-size: 14px;
    }
}

@media (min-width:700px) {
    .o-base-modal__link {
        margin-right: 30px;
        margin-top: 0px;
    }
}

.o-password-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0 15px;
    z-index: 10;
}

@media (min-width:700px) {
    .o-password-modal {
        padding: 0 40px;
    }
}

.o-password-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity .3s linear;
    transition: visibility 0s linear, opacity .3s linear;
}

.o-password-modal__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.o-password-modal__box {
    position: relative;
    z-index: 15;
    overflow: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 660px;
    max-height: 90vh;
    margin: 20px 0;
    padding: 25px;
    background-color: #fff;
}

@media (min-width:700px) {
    .o-password-modal__box {
        margin-top: 50px;
        padding: 50px 50px 60px;
    }
}

.o-password-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    cursor: pointer;
}

.o-password-modal__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.o-password-modal__form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .o-password-modal__form {
        max-width: 100%;
    }
}

.o-password-modal__note {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
}

@media (min-width:700px) {
    .o-password-modal__note {
        font-size: 14px;
        font-weight: 400;
    }
}

.o-password-modal__buttons-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (min-width:700px) {
    .o-password-modal__buttons-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width:1100px) {
    .o-password-modal__buttons-wrapper {
        margin-top: 50px;
    }
}

.o-password-modal__link {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    color: #ae2025;
    margin-top: 15px;
}

.o-password-modal__link:hover {
    text-decoration: none;
}

@media (min-width:700px) {
    .o-password-modal__link {
        font-size: 14px;
    }
}

@media (min-width:700px) {
    .o-password-modal__link {
        margin-right: 30px;
        margin-top: 0px;
    }
}

.o-conditions-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0 15px;
    z-index: 10;
}

@media (min-width:700px) {
    .o-conditions-modal {
        padding: 0 40px;
    }
}

.o-conditions-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity .3s linear;
    transition: visibility 0s linear, opacity .3s linear;
}

.o-conditions-modal__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.o-conditions-modal__box {
    position: relative;
    z-index: 15;
    overflow: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 800px;
    max-height: 40vh;
    margin: 20px 0;
    background-color: #fff;
}

@media (min-width:700px) {
    .o-conditions-modal__box {
        margin-top: 20px;
        max-height: 70vh;
    }
}

.o-conditions-modal__header {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

@media (min-width:700px) {
    .o-conditions-modal__header {
        padding: 50px 50px 20px;
    }
}

.o-conditions-body {
    padding: 10px;
    width: 100%;
}

@media (min-width:700px) {
    .o-conditions-body {
        padding: 20px 50px 60px;
    }
}

.o-conditions-modal__icon {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    cursor: pointer;
}

@media (min-width:700px) {
    .o-conditions-modal__icon {
        top: 20px;
        right: 20px;
    }
}

.o-conditions-modal__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.o-conditions-modal__subtitle {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-conditions-modal__subtitle {
        font-size: 18px;
    }
}

.o-conditions-modal__text-wrapper {
    overflow: auto;
}

.o-conditions-modal__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

@media (min-width:700px) {
    .o-conditions-modal__text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width:700px) {
    .o-conditions-modal__text {
        font-size: 18px;
    }
}

.o-conditions-modal__text p:not(:last-child) {
    margin-bottom: 10px;
}

.o-conditions-modal__button {
    display: block;
    margin-top: 20px;
    margin: 20px auto;
}

.o-conditions-modal__warning {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #8e8e8e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

@media (min-width:700px) {
    .o-conditions-modal__warning {
        margin-bottom: 20px;
        padding: 20px 30px;
    }
}

.o-data-table__top-wrapper {
    padding-bottom: 15px;
}

@media (min-width:700px) {
    .o-data-table__top-wrapper {
        padding-bottom: 20px;
    }
}

.o-data-table__data-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.o-data-table__data-item:first-child {
    border-top: 1px solid #ddd;
}

@media (min-width:700px) {
    .o-data-table__data-item {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 0;
    }
}

.o-data-table__field {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    max-width: 200px;
    margin-right: 10px;
}

@media (min-width:700px) {
    .o-data-table__field {
        font-size: 14px;
        font-weight: 400;
    }
}

.o-data-table__data {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    max-width: 420px;
}

@media (min-width:700px) {
    .o-data-table__data {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-data-table__data-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:700px) {
    .o-data-table__data-wrapper {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.o-data-table__link {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    color: #ae2025;
}

.o-data-table__link:hover {
    text-decoration: none;
}

@media (min-width:700px) {
    .o-data-table__link {
        font-size: 14px;
    }
}

.o-data-table__link .o-data-table__action {
    height: 13px;
    width: 13px;
    margin: 0 3px;
}

.o-data-table__link .o-data-table__action path {
    stroke: #ae2025;
}

@media (min-width:700px) {
    .o-data-table__link {
        margin-left: 10px;
    }
}

.o-data-table__row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.o-data-table__row:first-child {
    border-top: 1px solid #ddd;
}

.o-data-table__row-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:700px) {
    .o-data-table__row-inner {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
    }
}

.o-data-table__status {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width:700px) {
    .o-data-table__status {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.o-data-table__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

@media (min-width:700px) {
    .o-data-table__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-data-table__text svg {
    margin-right: 5px;
}

@media (min-width:700px) {
    .o-data-table__text {
        max-width: none;
        width: 25vw;
    }
}

.o-data-table__action {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
    margin-left: 20px;
    cursor: pointer;
}

@media (min-width:700px) {
    .o-data-table__action {
        height: 20px;
        width: 20px;
    }
}

.o-data-table__legend {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding: 0 20px;
}

.o-data-table__legend>* {
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .o-data-table__legend {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.o-service-grid {
    padding: 20px 0;
}

.o-service-grid__card-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

@media (min-width:700px) {
    .o-service-grid__card-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -30px;
        margin-bottom: -30px;
    }
}

@media (min-width:1100px) {
    .o-service-grid__card-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.o-service-grid__card {
    margin-bottom: 10px;
}

@media (min-width:700px) {
    .o-service-grid__card {
        margin-left: 30px;
        margin-bottom: 30px;
        width: calc(50% - 30px);
    }
}

@media (min-width:1100px) {
    .o-service-grid__card {
        margin-bottom: 15px;
        margin-left: 0;
        width: 100%;
    }
}

.o-service-grid__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (min-width:700px) {
    .o-service-grid__title {
        font-size: 18px;
    }
}

@media (min-width:700px) {
    .o-service-grid__title {
        margin-bottom: 20px;
    }
}

@media (min-width:1100px) {
    .o-service-grid__title {
        margin-bottom: 25px;
    }
}

.o-error-block {
    padding: 40px 15px 60px;
    min-height: 600px;
    background-color: #ae2025;
}

@media (min-width:700px) {
    .o-error-block {
        padding: 90px 40px 100px;
        min-height: 750px;
    }
}

@media (min-width:1100px) {
    .o-error-block {
        padding: 90px 85px 100px;
        min-height: 830px;
    }
}

.o-error-block__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
    color: #fff;
    margin-bottom: 30px;
}

@media (min-width:700px) {
    .o-error-block__title {
        font-size: 48px;
    }
}

@media (min-width:700px) {
    .o-error-block__title {
        margin-bottom: 60px;
    }
}

.o-error-block__text-wrapper {
    margin-bottom: 40px;
}

.o-error-block__text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    color: #fff;
    max-width: 800px;
}

@media (min-width:700px) {
    .o-error-block__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.o-error-block__text:not(:last-child) {
    margin-bottom: 10px;
}

.o-error-block__button {
    width: 100%;
    max-width: 400px;
}

@media (min-width:700px) {
    .o-error-block__button {
        width: auto;
    }
}

.o-cms-content-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px 30px;
}

@media (min-width:700px) {
    .o-cms-content-block {
        padding: 40px 40px 30px;
    }
}

@media (min-width:1100px) {
    .o-cms-content-block {
        padding: 80px 85px 50px;
    }
}

.m-download-buttons-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.m-download-buttons-cont.m-download-buttons-cont-centered {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:1100px) {
    .m-download-buttons-cont.m-download-buttons-cont-centered {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.m-download-button .m-download-button__link img {
    border-style: none;
    height: 40px;
}

@media (min-width:1100px) {
    .m-download-button .m-download-button__link img:hover {
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        transition: -ms-transform .1s ease-in-out;
        transition: -webkit-transform .1s ease-in-out;
        transition: transform .1s ease-in-out;
        -webkit-transition: -webkit-transform .1s ease-in-out;
    }
}

.m-download-button .m-download-button__qr {
    display: none;
}

@media (min-width:1100px) {
    .m-download-button .m-download-button__qr {
        width: 115px;
        height: 115px;
        margin: 10px;
        display: block;
    }
}

.os-ios .m-download-button-google {
    display: none;
}

.os-android .m-download-button-apple {
    display: none;
}

.o-chat-block {
    margin: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.o-chat-block .m-chat-bubble {
    -ms-flex-item-align: center;
    align-self: center;
}

.o-chat-block.systemBlock .m-chat-bubble {
    padding: 20px 30px;
    font-weight: 600;
}

.o-chat-block.userBlock {
    text-align: right;
}

.o-chat-block.userBlock .m-chat-bubble {
    background-color: #fff;
    color: #333;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
}

.o-chat-block.userBlock .m-chat-bubble:last-child:before,
.o-chat-block.userBlock .m-chat-bubble:last-child:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.o-chat-block.userBlock .m-chat-bubble:last-child:before {
    background-color: #ccc;
    right: -8px;
}

.o-chat-block.userBlock .m-chat-bubble:last-child:after {
    background-color: #fff;
    right: -7px;
}

.o-chat-block.doctorBlock .m-chat-bubble {
    background-color: #bafcff;
    color: #333;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
}

.o-chat-block.doctorBlock .m-chat-bubble:last-child.writingBubble {
    color: #aaa;
}

.o-chat-block.doctorBlock .m-chat-bubble:last-child:before,
.o-chat-block.doctorBlock .m-chat-bubble:last-child:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.o-chat-block.doctorBlock .m-chat-bubble:last-child:before {
    background-color: #ccc;
    left: -8px;
}

.o-chat-block.doctorBlock .m-chat-bubble:last-child:after {
    background-color: #bafcff;
    left: -7px;
}

.m-chat-bubble {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background-color: #777;
    border-radius: 5px;
    max-width: 85%;
    width: fit-content;
    margin: 2px;
}

@media (min-width:700px) {
    .m-chat-bubble {
        max-width: 65%;
    }
}

.m-chat__attachedFile {
    margin: 15px 0;
}

.m-chat__attachedFile svg {
    width: 20px;
    height: 20px;
    margin-bottom: -6px;
}

.s-cms-content p {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.5;
    color: #333;
    max-width: 800px;
}

@media (min-width:700px) {
    .s-cms-content p {
        font-size: 18px;
        line-height: 24px;
    }
}

.s-cms-content p:not(:last-child) {
    margin-bottom: 10px;
}

.s-cms-content h2 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    max-width: 1000px;
    margin-bottom: 5px;
}

@media (min-width:700px) {
    .s-cms-content h2 {
        font-size: 24px;
    }
}

.s-cms-content h2:not(:first-child) {
    margin-top: 20px;
}

@media (min-width:700px) {
    .s-cms-content h2 {
        margin-bottom: 15px;
    }

    .s-cms-content h2:not(:first-child) {
        margin-top: 30px;
    }
}

.s-cms-content h3 {
    max-width: 1000px;
    margin-bottom: 10px;
}

.s-cms-content h3:not(:first-child) {
    margin-top: 20px;
}

.s-cms-content ul {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 10px;
}

.s-cms-content ul:not(:last-child) {
    margin-bottom: 15px;
}

.s-cms-content ul li {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    position: relative;
    max-width: 800px;
    padding-left: 10px;
}

@media (min-width:700px) {
    .s-cms-content ul li {
        font-size: 18px;
        line-height: 24px;
    }
}

.s-cms-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.s-cms-content a {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    color: #ae2025;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width:700px) {
    .s-cms-content a {
        font-size: 18px;
        line-height: 24px;
    }
}

.s-cms-content a:hover {
    text-decoration: none;
}

.s-cms-content--white p {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    color: #fff;
}

@media (min-width:700px) {
    .s-cms-content--white p {
        font-size: 18px;
        line-height: 24px;
    }
}

.s-cms-content--padded {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    width: 100%;
}

@media (min-width:700px) {
    .s-cms-content--padded {
        width: 85%;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 100px;
    }
}

@media (min-width:1100px) {
    .s-cms-content--padded {
        max-width: 930px;
        padding-left: 65px;
        padding-right: 65px;
    }
}

.s-cms-content--small p {
    font-size: 12px;
    line-height: 20px;
    line-height: 1.5;
    color: #333;
    color: #aaa;
    max-width: 800px;
}

@media (min-width:700px) {
    .s-cms-content--small p {
        font-size: 14px;
        font-weight: 400;
    }
}

.s-cms-content--small p:not(:last-child) {
    margin-bottom: 10px;
}

.s-cms-content--small ul {
    padding-left: 0;
    list-style-type: none;
}

.s-cms-content--small ul:not(:last-child) {
    margin-bottom: 15px;
}

.s-cms-content--small ul li {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    position: relative;
    max-width: 800px;
    padding-left: 0;
    margin-left: 0;
}

@media (min-width:700px) {
    .s-cms-content--small ul li {
        font-size: 14px;
        font-weight: 400;
    }
}

.s-cms-content--small ul li:not(:last-child) {
    margin-bottom: 10px;
}

.s-cms-content--small ul li:before {
    content: "- ";
}

.s-cms-content--small a {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    color: #aaa;
    text-decoration: none;
}

@media (min-width:700px) {
    .s-cms-content--small a {
        font-size: 14px;
        font-weight: 400;
    }
}

.s-cms-content--small a:hover {
    text-decoration: none;
}

.o-chat {
    padding: 20px 15px 40px;
    width: 100%;
    min-width: 320px;
    height: 100vh;
}

@media (min-width:700px) {
    .o-chat {
        padding: 30px 40px 80px;
        margin: 0 auto;
        width: 85%;
    }
}

@media (min-width:1100px) {
    .o-chat {
        padding: 50px 40px 100px;
        max-width: 800px;
    }
}

.o-chat__back-button {
    margin-bottom: 10px;
}

.o-chat__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    color: #ae2025;
    margin-bottom: 20px;
}

@media (min-width:700px) {
    .o-chat__title {
        font-size: 48px;
    }
}

@media (min-width:700px) {
    .o-chat__title {
        margin-bottom: 30px;
    }
}

.o-chat-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90%;
}

.o-chat__window {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 0 15px;
    overflow-y: scroll;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.o-chat__write {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    place-items: flex-end;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.o-chat__textareaCont {
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    position: relative;
}

@media (min-width:700px) {
    .o-chat__textareaCont {
        -ms-flex: 1 0 89%;
        flex: 1 0 89%;
    }
}

.o-chat__textareaCont textarea {
    height: 60px;
    padding-right: 60px;
}

@media (min-width:700px) {
    .o-chat__textareaCont textarea {
        height: auto;
        padding-right: 10px;
    }
}

.o-chat__textareaCont .o-chat__attachedFile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;
    margin: 3px;
    background-color: white;
    color: #ae2025;
    border-top: 1px solid #ddd;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.o-chat__textareaCont .o-chat__attachedFile svg {
    width: 20px;
    height: 20px;
}

@media (min-width:700px) {
    .o-chat__textareaCont .o-chat__attachedFile {
        padding: 9px;
    }
}

.o-chat__buttonsArea {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 100%;
    padding-bottom: 5px;
    z-index: 1;
    position: relative;
}

@media (min-width:700px) {
    .o-chat__buttonsArea {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.o-chat__buttonsArea button {
    width: 37px;
    height: 37px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0;
    margin: 1px;
    border-radius: 40px;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    margin-left: 20px;
}

.o-chat__buttonsArea button.attachment {
    background-color: #fff;
    position: absolute;
    left: -70px;
    z-index: 1;
}

.o-chat__buttonsArea button.attachment path {
    fill: #ae2025;
}

.o-chat__buttonsArea button.attachment:hover path {
    fill: #fff;
}

.o-chat__buttonsArea button.attachment:disabled {
    border: none;
}

@media (min-width:700px) {
    .o-chat__buttonsArea button.attachment {
        position: static;
    }
}

.o-chat__buttonsArea button.sendChat {
    background-color: #ae2025;
    position: relative;
}

.o-chat__buttonsArea button.sendChat svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -12px;
}

.o-chat__buttonsArea button.sendChat path {
    fill: #fff;
}

.o-chat__buttonsArea button:hover,
.o-chat__buttonsArea button.is-active {
    background-color: #ae2025;
}

.o-chat__buttonsArea button:disabled {
    border: solid 2px #ccc;
    background-color: transparent;
    color: #ccc;
    cursor: not-allowed;
}

.o-chat__buttonsArea button:disabled:hover {
    border: solid 2px #ccc;
    background-color: transparent;
    color: #ccc;
    cursor: not-allowed;
}

.o-chat__buttonsArea button:disabled path {
    fill: #ccc;
}

@media (min-width:700px) {
    .o-chat__buttonsArea button {
        width: 50px;
        height: 50px;
        margin: 3px 3px 3px 20px;
    }
}

.h-block {
    display: block;
}

@media (min-width:700px) {
    .h-hidden-\@sm {
        display: none !important;
    }
}

@media (min-width:1100px) {
    .h-hidden-\@md {
        display: none !important;
    }
}

.h-inline {
    display: inline-block;
    vertical-align: bottom;
}

.h-flex-distribute {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 20px;
}

.h-flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.h-absolute {
    position: absolute;
}

.h-overflow-hidden {
    overflow: hidden;
}

.h-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.h-margin-top-10 {
    margin-top: 10px !important;
}

.h-margin-tb-10 {
    margin: 10px 0 !important;
}

.h-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.h-margin-top-20 {
    margin-top: 20px !important;
}

.h-margin-tb-20 {
    margin: 20px 0 !important;
}

.h-margin-bottom-30 {
    margin-bottom: 30px !important;
}

.h-margin-top-30 {
    margin-top: 30px !important;
}

.h-margin-tb-30 {
    margin: 30px 0 !important;
}

.h-margin-bottom-40 {
    margin-bottom: 40px !important;
}

.h-margin-top-40 {
    margin-top: 40px !important;
}

.h-margin-tb-40 {
    margin: 40px 0 !important;
}

.h-margin-bottom-50 {
    margin-bottom: 50px !important;
}

.h-margin-top-50 {
    margin-top: 50px !important;
}

.h-margin-tb-50 {
    margin: 50px 0 !important;
}

.h-margin-bottom-60 {
    margin-bottom: 60px !important;
}

.h-margin-top-60 {
    margin-top: 60px !important;
}

.h-margin-tb-60 {
    margin: 60px 0 !important;
}

.h-margin-top-negative-10 {
    margin-top: -10px !important;
}

.h-padding-0 {
    padding: 0px !important;
}

.h-padding-5 {
    padding: 5px !important;
}

.h-padding-10 {
    padding: 10px !important;
}

.h-padding-15 {
    padding: 15px !important;
}

.h-width-field-350 .m-field__wrapper,
.h-width-field-350 .a-checkbox-button__label {
    width: 100% !important;
}

@media (min-width:700px) {

    .h-width-field-350 .m-field__wrapper,
    .h-width-field-350 .a-checkbox-button__label {
        max-width: 350px !important;
    }
}

.h-width-field-130 .m-field__wrapper {
    width: 130px !important;
}

.h-cursor {
    cursor: pointer;
}

.h-text-center {
    text-align: center;
}

.h-truncate-100 {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-truncate-200 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-truncate-300 {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}