/* https://www.onlinewebfonts.com/download/x1c741530cee363cb7b6d883959d695e8 */

@font-face {font-family: "Sofia"; src: url("//db.onlinewebfonts.com/t/1c741530cee363cb7b6d883959d695e8.eot"); src: url("//db.onlinewebfonts.com/t/1c741530cee363cb7b6d883959d695e8.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1c741530cee363cb7b6d883959d695e8.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1c741530cee363cb7b6d883959d695e8.woff") format("woff"), url("//db.onlinewebfonts.com/t/1c741530cee363cb7b6d883959d695e8.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1c741530cee363cb7b6d883959d695e8.svg#Sofia") format("svg"); }
@font-face {font-family: "Sofia Pro Light"; src: url("//db.onlinewebfonts.com/t/b3be20d887cc494d12ade85591c774a8.eot"); src: url("//db.onlinewebfonts.com/t/b3be20d887cc494d12ade85591c774a8.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/b3be20d887cc494d12ade85591c774a8.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/b3be20d887cc494d12ade85591c774a8.woff") format("woff"), url("//db.onlinewebfonts.com/t/b3be20d887cc494d12ade85591c774a8.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/b3be20d887cc494d12ade85591c774a8.svg#Sofia Pro Light") format("svg"); }

html {
    scroll-behavior: smooth;
}

.body {
    margin: 0;
    font-family: 'Sofia Pro Light';
    background-color: #eaf1fc;
    color: #000;
    line-height: 1.8;
}

@media(min-width: 768px) {
    .body {
        /* margin-top: 2rem; */
    }
}

.body__bg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 2rem;
    box-sizing: border-box;
}

.header {
    text-align: center;
}

.header__logo {
    max-width: 100%;
    padding: 1rem;
    margin: 0 auto 2rem;
    box-sizing: border-box;
    /* border: 1px solid red; */
}

.button {
    background: #e33100;
    border-radius: 4px;
    color: white;
    display: inline-block;
    padding: 0.6rem 2rem;
    text-decoration: none;
    font-family: Sofia;
    transition: all 0.4s ease;
}

.button:hover {
    background-color: #872300;
}

.button__secondary {
    background: #2daebf;
}

.button__secondary:hover {
    background: #007d9a;
}

.footer {
    text-align: center;
}

.title {
    color: rgb(79,70,229);
    margin: 0;
}

.ad {
    margin-top: 2rem;
}

.flex {
    display: flex;
    flex-direction: row;
}

.flex > div {
    min-height: 5rem;
    width: 50%;

}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
}

@media(min-width: 768px) {
    .grid {
        grid-template-columns: 1fr 1fr;
    }
}

.anchor {
    color: rgb(79,70,229);
    font-weight: 600;
    text-decoration: none;
}

.title__primary {
    font-size: 2rem;
    line-height: 1.3;
}

@media(min-width: 768px) {
    .title__primary {
        font-size: 3rem;
    }
}

.title__secondary {
    font-size: 1.5rem;
    font-weight: 600;
}

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

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

@media(min-width: 768px) {
    .sm\:text-center {
        text-align: center;
    }
}

.text-green { color: #2daebf !important; }
.text-black { color: #000 !important; }
.text-indigo { color: rgb(79,70,229) !important; }

.text-bold {
    font-weight: 600;
}

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

.list-inline {
    list-style-type: none;
}

@media(min-width: 768px) {
    .list-inline .list-child {
        display: inline;
    }

    .list-inline.pipe-separator .list-child:after {
        content: "|";
        margin: 0 1rem;
    }

    .list-inline.pipe-separator .list-child:last-child:after {
        content: "";
    }
}

.country-flag {
    height: 15px;
    margin-left: 5px;
}

td {
    width: 50%;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mt-4 { margin-top: 4rem; }

@media(min-width: 768px) {
    /* .sm\:mt-2 { margin-top: 2rem; } */
}

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }

.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }

.iframe {
    width: 100%;
    height: 18rem;
}

.seo-article {
    background-color: #fff;
    padding: 0.5rem 2rem 2rem;
    border-radius: 2rem;
}

.additional-info {
    margin-bottom: 2rem;
}

p {
    margin: 0;
    margin-bottom: 1rem;
}

.short-links {
    background-color: white;
    /* border: 1px solid #ccc; */
}

.short-links__wrapper {
    list-style-type: none;
    overflow-x: scroll;
    /* text-wrap: nowrap; */
    padding: 0;

    scrollbar-color: #ddd white;
    scrollbar-width: none;
}

.short-links__item {
    display: inline-block;
    border-bottom: 2px solid transparent;
    /* background-color: rgba(79,70,229,0.1);
    border: 2px solid rgb(79,70,229); */
    border-radius: 0.5rem;
    background-color: #edebfa;
    border: 2px solid #cdc8f1;
}

.short-links__item:hover {
    background-color: #4f46e5;
    border: 2px solid #4f46e5;
    /* border-bottom: 2px solid rgb(79,70,229); */
}

.short-links__link {
    /* color: rgb(79,70,229); */
    color: #4f46e5;
    text-decoration: none;
    font-weight: 700;
    padding: 0.25rem 1rem;
    display: inline-block;
}

.short-links__link:hover {
    color: white;
}