@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Quicksand:wght@300&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    margin: 0px;
    color: #212529;
    background-color: #f0f0f0;
    overflow-x: hidden;
}

sup {
    font-size: 0.8em;
}

th, td {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.mb-10 {
    margin-bottom: 10px;
}

.loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1f262e;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loader svg {
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-container {
    border-radius: 25px;
}

.table {
    margin-bottom: 0px;
    border-color: #e0e0e0;
}

.table th, .table td {
    padding: 22px 0;
}

.table th {
    font-size: 1.4em;
    font-family: 'Archivo Black', sans-serif;
}

.table > :not(:first-child) {
    border-top: none;
}

.panels {
    display: none;
}

.panels > *:not(:last-child) {
    margin-bottom: 10px; 
} 

.inner-panel {
    padding: 12px;
    background-color: #ffffff;
    border-radius: 15px;
}

.results {
    display: none;
}

.header {
    background-color: #22272c;
    width: 100%;
    min-height: 45px;
    font-size: 20px;
    margin-bottom: 30px;
    display: none;
    position: relative;
}

.header span {
    font-family: 'Archivo Black', sans-serif;
    color: #fff;
    margin-left: 25px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
.hamRotate.active {
    transform: rotate(45deg);
}
  
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:5.5;
    stroke-linecap:round;
}
  
.ham4 .top {
    stroke-dasharray: 40 121;
}
  
.ham4 .bottom {
    stroke-dasharray: 40 121;
}
  
.ham4.active .top {
    stroke-dashoffset: -68px;
}
  
.ham4.active .bottom {
    stroke-dashoffset: -68px;
}

.inputs {
    display: none;
}

.label {
    font-size: 0.85em;
}

hr {
    margin-bottom: 45px;
}

.controls {
    padding: 25px;
    max-width: 750px;
    margin: 55px;
    background-color: #fff;
    max-width: 516px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05);
}

.controls input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    max-width: 200px;
}

.controls button {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #1f262e;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    max-width: 300px;
    margin-top: 20px;
}
  
.controls button:hover,.controls button:active,.controls button:focus {
    background: #394452;
}

.options {
    margin-bottom: 25px;
    font-family: 'Archivo Black', sans-serif;
}

.background {
    width: 100%;
    height: 100%;
}

.main {
    font-family: 'Archivo Black', sans-serif;
    font-size: 140px;
    line-height: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.learn-more {
    position: inherit;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    margin-top: 50px;
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

.page-item {
    cursor: pointer;
}

.page-item .page-link {
    color: #212529;
}

.page-item.active .page-link {
    background-color: #212529;
    border-color: #212529;
}

.footer {
    position: relative;
    width: 100%;
    margin-top: 80px;
    display: none;
}

.footer .logo {
    color:#0a1d36;
    text-align: center;
    margin-bottom: 20px;
}

.footer .logo img {
    max-height: 80px;
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
    .main {
        font-size: 100px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .table span {
        font-size: 0.85em;
    }
}

@media (max-width: 650px) {
    .main {
        font-size: 80px;
        line-height: 65px;
    }
}

@media (min-width: 575px) {
    .table-container {
        -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05);
        box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05);
    }
}

@media (max-width: 575px) {
    .table {
        display: none;
    }

    .table-container {
        border-radius: 15px;
    }

    .main {
        font-size: 60px;
        line-height: 50px;
    }

    .controls {
        margin: 55px 10px;
    }
    
    .panels {
        display: block;
    }
}

@media (max-width: 514px) {
    .label {
        font-size: 0.75em;
    }

    .main {
        font-size: 50px;
        line-height: 40px;
    }
}