@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap";

@font-face {
    font-family: RBNO;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/RBNo3.1-Medium.otf) format("opentype")
}

@font-face {
    font-family: RBNO;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/RBNo3.1-Light.otf) format("opentype")
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    position: relative;
    scroll-behavior: smooth
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: RBNO, sans-serif;
    color: #fff
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 100vh;
    background-color: #0d0e51;
    font-size: 16px;
    line-height: 1
}

a {
    color: currentColor;
    text-decoration: none;
    transition: color .2s ease
}

button {
    font-family: inherit;
    border: 0;
    cursor: pointer
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.22
}

h1 {
    font-size: 3.375em
}

@media(max-width:1700px) {
    h1 {
        font-size: 3em
    }
}

@media(max-width:1020px) {
    h1 {
        font-size: 1.75em
    }
}

h2 {
    font-size: 3.375em
}

@media(max-width:1700px) {
    h2 {
        font-size: 2.5em
    }
}

@media(max-width:1020px) {
    h2 {
        font-size: 1.75em
    }
}

h3 {
    font-size: 2.25em
}

@media(max-width:1020px) {
    h3 {
        font-size: 1.5em
    }
}

h4 {
    font-size: 1.5em
}

@media(max-width:1020px) {
    h4 {
        font-size: 1.25em
    }
}

p {
    line-height: 1.625
}

.grid,
.grid__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.grid__bg {
    background-image: url(/themes/images/tlo-layout.webp);
    background-size: 221% auto;
    background-repeat: repeat-y;
    background-position: 50% -25%;
    opacity: .1
}

input:not([type=checkbox]),
textarea {
    padding: 13px 30px;
    border-radius: 21px;
    font-family: inherit;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    outline: unset;
    transition: border-color .2s ease-in-out;
    color: #0d0e51
}

    input:not([type=checkbox])::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #29658a;
        text-transform: uppercase;
        opacity: 1
    }

    input:not([type=checkbox]):-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #29658a;
        text-transform: uppercase;
        opacity: 1
    }

    input:not([type=checkbox])::placeholder,
    textarea::placeholder {
        color: #29658a;
        text-transform: uppercase;
        opacity: 1
    }

    input:not([type=checkbox]):hover,
    textarea:hover {
        border-color: #c3083f
    }

    input:not([type=checkbox]):focus,
    textarea:focus {
        border-color: #0d0e51
    }

textarea {
    resize: vertical;
    min-height: 10em;
    height: 10em;
    max-height: 20em
}

.opinions-slider .swiper-slide-active > div {
    opacity: 1;
    transform: translateY(0)
}

.pag {
    display: flex
}

    .pag span {
        display: block;
        width: 4px;
        height: 4px;
        padding: 2px;
        border-radius: 50%;
        background-color: #fff;
        position: relative
    }

        .pag span + span {
            margin-left: 1em
        }

        .pag span.curr:after {
            content: "";
            position: absolute;
            left: -4px;
            top: -4px;
            right: -4px;
            bottom: -4px;
            border: 1px solid #fff;
            border-radius: inherit
        }

.ps p + p {
    margin-top: 1em
}

.btn {
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    text-transform: uppercase
}

@media(max-width:1020px) {
    .btn {
        width: auto;
        height: auto;
        padding: 1em 3em;
        display: inline-flex
    }
}

.btn span {
    position: relative;
    z-index: 2;
    color: #fff
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
    transform: translateX(-100%);
    transform-origin: 0 0;
    transition: transform .3s ease-in-out;
    z-index: 0
}

.btn:hover:after {
    transform: translateX(0)
}

.btn--light {
    background-color: #ed634d
}

    .btn--light:after {
        background-color: #cf4833
    }

.btn--dark {
    background-color: #272dbf
}

    .btn--dark:after,
    .btn--darker {
        background-color: #0d0e51
    }

        .btn--darker:after {
            background-color: #272dbf
        }

.or {
    color: #ed634d
}

.msgr {
    position: fixed;
    right: 4%;
    bottom: 2em;
    display: flex;
    align-items: center;
    font-size: 12px;
    z-index: 91
}

    .msgr svg {
        width: 4em;
        margin-left: 1em;
        transition: transform .3s ease
    }

    .msgr:hover svg {
        transform: scale(1.1)
    }

@media(max-width:1020px) {
    .msgr span {
        display: none
    }
}


.contactSuccessMessage,
.contactErrorMessage {
    margin-top: 16px;
}