:root {
    --black: #000;
    --white: #fff;
    --red: #ce0b13;
    --gray-light: #f6f6f6;
    --gray: #434445;
    --magenta: #d6125c;
    --dark-blue: #051121;
    --floorball: #29abe2;
    --football: #f15a24;
    --volleyball: #ed1e79;
    --basketball: #93278f;
    --handball: #fbb03b;
}

body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  overflow: initial; /* fix aos */
}

h1 {
    font-weight: 800;
    color: var(--magenta);
    font-size: 3rem;
}

@media (max-width: 1280px) {
    h1 {
        font-size: 2.5rem;
    }    
}

.bg-xc h1 {
    font-size: 3.5rem;
}

h2 {
    font-weight: 700;
    color: var(--white);
    font-size: 2rem;
}

.bg-3v3 {
    padding: 3rem 5rem;
    background-color: var(--black);
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
}

.bg-3v3-white {
    padding: 3rem 5rem;
    background-color: var(--white);
    background-image: url(../img/bg-white.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-3v3 .table tr td,
.bg-3v3 .table tr th {
    background-color: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,0.2);
}

.bg-xc {
    padding: 3rem 5rem;
    background-color: #eff3f6;
    background-image: url(../img/bg-home.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: right 80px center;
}

.bg-trust {
    padding: 3rem 5rem;
    background-color: #fff;
    background-image: url(../img/trusted.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: right 100px center;    
}

.bg-ai {
    background-image: url(../img/bg-ai.jpg);
    background-size: auto 60%;
}

.bg-no-image {
    background-image: none;
}

.logo {
    width: 300px;
    margin-bottom: 1rem;;
}

@media (max-width: 1280px) {
    .logo {
        width: 200px;
    }    
}

.flag {
    width: 2rem;
}

.kb-logo {
    width: 200px;
}

.bg-xc2 {
    padding: 3rem 5rem;
    background-color: #152f47;
    background-image: url(../img/xc-bg2.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right 80px center;
}

.bg-xc-alone {
    background-image: url(../img/xc-bg3.svg);
    background-size: auto 100%;
}

.bg-xc-1 {
    background-image: url(../img/xc-bg1.svg);
    background-size: auto 100%;
}


.logo-xc-big {
    width: 70vw;
    max-width: 100%;
}

.bg-xc2 h2 {
    color: #fff;
    font-size: 3rem;
    margin-top: 1rem;
}

.logo-xc-footer {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
}

.ul-big-1 li {
    font-size: 1.25rem;
}

.bg-trust h2 {
    display: flex;
    align-items: center;
    font-size: 2.25rem;
}

.bg-trust h2 svg {
    width: 2.5rem;
    margin-right: 1rem;
    fill: #2266d3;
}

.bg-trust p {
    padding-left: 3.5rem;
    margin-bottom: 3rem;
    font-size: 1.25rem;
}

.bg-trust h2:first-of-type {
    margin-top: 4rem;
}

.reference-logo {
    width: 7rem;
    height: auto;
    margin: 1rem;
}

.img-xc-main {
    max-height: calc(100vh - 300px);
}

.img-xc-profile {
    max-width: 800px;
}

.img-svg-icon {
    width:2.5rem;
    flex-shrink:0;
    margin-right: 1rem;
}

.p-bigger {
    font-size: 1.25rem;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-900 {
    max-width: 900px;
}
.bg-ai h3 {
    color:rgba(32, 67, 82, 0.9);
    font-size: 1.5rem;
    font-weight: bold;
}
#fv-dots ul li {
    padding: 9px;
}
@media (max-width: 1300px) {
    .ul-small ul {
        font-size: 1rem;
    }
}
