@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap');


body,
.tabItem {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #131415;
}

#main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
    margin: 0px;
}

.tabs li {
    float: none;
    display: inline-block;
    margin: 0 1px;
    font-size: 0;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabs li {
    margin: 0px;
    vertical-align: top;
}

.tabItem {
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 0px 0px 10px;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    font-style: inherit;
    text-transform: capitalize;
    color: #131415;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    border: 0px solid #CCCCCC;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}



.tabItem:hover,
.tabItem:active {
    text-decoration: none;
    font-style: normal;
    background: transparent;
    color: #131415;
    border: 0px solid #247AD4;
}

.tabItem-active,
.tabItem-active:hover {
    text-decoration: none;
    font-style: normal;
    background: transparent;
    color: #131415;
    border: 0px solid #247AD4;
    cursor: default;
}

.tabItem-active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 40%;
    width: 25%;
    height: 5px;
    background: #893BFF;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    -moz-transition: -webkit-transform 0.1s;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition: transform 0.1s;
}

.tabs-control {
    margin-bottom: 2.5em;
    margin-top: 0.5em;
}

.tabs li:first-child {
    margin-right: 50px;
}

@media (max-width: 420px) {
    .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 85%;
        box-sizing: border-box;
    }
}
