@font-face {
  font-family: "RadikalMedium";
  src: url("../fonts/Radikal-RadikalMedium.ttf");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "RadikalBold", sans-serif;
  src: url("../fonts/Radikal-RadikalBold.ttf");
  font-weight: 600;
  font-style: normal
}


body {
  font-family: "RadikalMedium";
  font-size: 1rem;
  color: #4a4a4a;
  padding: 0;
  margin: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:not([href]):not([tabindex]) {
  color: #2e3cd2;

}

.section_secondary {
  display: none;
}

.section_secondary.open {
  display: block;
}

.img-thumb {
  max-width: 260px;
  margin: auto;
}

/**** Navbar *** */
.navbar .btn-outline-dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, 1);
}

.navbar-toggler {
  font-size: 1.7rem;
}

.position-sticky {
  top: 0;
  z-index: 9;
}


.side-shadow::before, .side-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
}

.side-shadow::before {
  right: -10px;
  background: url(../images/Scroll-side.svg) repeat-y right;
  transform: rotate(180deg)
}

.side-shadow::after {
  left: 0;
  background: url(../images/Scroll-side.svg) repeat-y left;
}

.section-link {
  cursor: pointer;
  text-decoration: none;
}

.quickest .number {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.number {
  background-color: #fa4881;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  display: inline-block;
  line-height: 44px;
  margin: auto;
}

.img-oval {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.img-square {
  padding-bottom: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section-link:hover, .section-link.active {
  color: #fa4881 !important;
  text-decoration: underline !important;
}

.btn-primary {
  background-color: #2e3cd2;
  border-color: #ffffff;
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 2.2rem;
  vertical-align: middle;
}


.btn-secondary {
  color: #2e3cd2;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 30px !important;
  text-decoration: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  color: #FFFFFF !important;
  background-color: #fa4881;
  border-color: #fa4881;
}


.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 129px;
  display: inline-block;
  line-height: 26px;
  vertical-align: middle;
}


.dataTables_length, .dataTables_paginate {
  display: none;
}

.rounded-top {
  border-top-right-radius: 3rem !important;
  border-top-left-radius: 3rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2.5rem !important;
  border-bottom-left-radius: 2.5rem !important;
}

.rounded-small {
  border-radius: 18px !important;
}

.rounded-smaller {
  border-radius: 12px !important;
}

.fa-2x {
  font-size: 1.7rem;
  vertical-align: middle;
}

.scroll-overflow {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tooltip.show {
  opacity: 1;
}

.line-height-1 {
  line-height: 1 !important;
}


.overflow-hidden {
  overflow: hidden;
  position: relative;
}

a {
  color: #00b5f0;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;

}

a:hover {
  color: #008cba;
}

/* Typography */

.font-weight-bold {
  font-weight: 800 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-extra-bold {
  font-weight: 900 !important;
}

.font-style-italic {
  font-style: italic;
}

.header {
  background: url(../images/header.png) no-repeat center;
  background-size: cover;
}

.divider {
  background-color: #fa4881;
  height: 7px;
  width: 238px;
  margin: 0;
  position: relative;
  border-radius: 11px;
}

.header::before {
  position: absolute;
  content: "";
  top: -32px;
  bottom: 0;
  right: 0;
  width: 502px;
  height: 309px;
  background: url(../images/header-image-cutout.png) no-repeat top right;
  background-size: cover;
  z-index: 1;
}

.header::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -153px;
  width: 361px;
  height: 134px;
  background: url(../images/header-pink-tri.svg) no-repeat top right;
  background-size: cover;
  z-index: 4;
}

.head-inner::after {
  position: absolute;
  content: "";
  top: -18px;
  bottom: 0;
  right: -9px;
  width: 516px;
  height: 542px;
  background: url(../images/header-bg-image.png) no-repeat top right;
  background-size: cover;
  z-index: 0;
}

.header-txt {
  position: relative;
  z-index: 3;
  background: rgba(0, 14, 162, 0.8);
}

.bg-pink {
  background-color: #fa4881;
}

.text-blue-dark {
  color: #2e3cd2;
}

.text-blue-lighter {
  color: #3fa9f5;
}

.bg-gray {
  background-color: #e8eaff;
}

.text-dark {
  color: #000000 !important;
}

.bg-blue-dark {
  background-color: #0a0935;
}

.bg-orange {
  background-color: #f68c2a;
}

.text-orange {
  color: #f68c2a;
}

.bg-blue {
  background-color: #2e3cd2;
}


.bg-green-light {
  background-color: #f3fcff;
}

.bg-dark {
  background-color: #000000 !important;
}

.rounded {
  border-radius: 2rem !important;
}

.more-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #fa4881;
  z-index: 2;
}

.more-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #fa4881;
  z-index: 2;
}

.control_lenght {
  background: #fa4881;
  color: #FFFFFF;
  padding: 0.2rem 1.5rem;
  text-decoration: none;
  border-radius: 0.7rem;
  border: 1px solid #fa4881;
  display: inline-block;
  z-index: 3;
  position: relative;
}

.control_lenght:hover {
  text-decoration: none;
  background: #aa3158;
  color: #FFFFFF;
  border: 1px solid #aa3158;
}

.z-index-5 {
  z-index: 5;
}

#methodology a, .footer a {
  text-decoration: underline;
}


.rank-oval {
  background-color: #f68c2a;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 20px;
}


.lead {
  font-size: 1rem;
  font-weight: 400;
}


.display-4 {
  font-size: 1rem;
}

.h5, h5 {
  font-size: 1.1rem;
}

.icon-th i {
  font-size: 1.3rem;

}

.heading-holder {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  min-width: 107px;
  border-radius: 15px;
  background-color: #fa4881;
  margin-bottom: 17px;
  color: #ffffff;
}

.table tr th.sorting_asc .sorting-icons, .table tr th.sorting_desc .sorting-icons {
  color: #2e3cd2;
}

.sorting-icons {
  text-align: center;
  font-size: 1rem;
  margin: auto;
  color: #fa4881;
  position: relative;
  bottom: 5px;
}

.table tr th.sorting_asc .heading-holder, .table tr th.sorting_desc .heading-holder {
  background-color: #2e3cd2;
  color: #ffffff;
}

.table tr th.sorting_asc .heading-holder .sorting-icons i, .table tr th.sorting_desc .heading-holder .sorting-icons i {
  color: #FFFFFF;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid transparent;
  padding-bottom: 0px !important;
  font-size: 1rem;
}

.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}


.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
  display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
  display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
  display: none;
}


.table td, .table th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}


table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-collapse: collapse !important;

}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}


div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}

.table th {
  color: #322e2f;
  font-size: 1rem;
  white-space: nowrap;
  border-top: 0;
}


.table td {
  border-top: 1px solid transparent;
  color: #000000;
  font-size: 1rem;
  white-space: nowrap;
}

#data.table tr td.sorting_1 .td-simulate span, #data2.table tr td.sorting_1 .td-simulate span, #data4.table tr td.sorting_1 .td-simulate span {
  color: #ffffff;
  font-weight: 800;
  background-color: #2e3cd2;
}

#data3.table tr td.sorting_1 .td-simulate span {
  color: #ffffff;
  font-weight: 800;
  background-color: #2e3cd2;
}

.table tr td:first-child span {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 0;
}

.table tr td:last-child .td-simulate span {
  border-right: 0;
  border-radius: 20px;
}

.table tr td:last-child .td-simulate span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table tr td:last-child .td-simulate span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table tr td:first-child .td-simulate span {
  margin-left: 0;
}

.table tr td:last-child .td-simulate span {
  margin-right: 0;
}

.table tr td .td-simulate span {
  border-radius: 20px;
  margin: 0 4px;
}

.table tr td:last-child .td-simulate {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

#data.table tr td .td-simulate, #data2.table tr td .td-simulate, #data4.table tr td .td-simulate {
  background-color: #e8eaff;
  display: block;
}

#data3.table tr td .td-simulate {
  background-color: #ffffff;
  display: block;
}

#data.table tr, #data2.table tr, #data4.table tr {
  margin-bottom: 10px;
  border-bottom: 6px solid white;
}

#data3.table tr {
  margin-bottom: 10px;
  border-bottom: 6px solid #e8eaff;
}

.table tr td.sorting_1 .td-simulate span {
  font-weight: 800;
}

#data.table td .td-simulate span, #data2.table td .td-simulate span, #data3.table td .td-simulate span {
  background-color: #e8eaff;
}

#data3.table td .td-simulate span {
  background-color: #ffffff;
}

table td .td-simulate span, table td .td-simulate span {
  display: block;
  border: 0 solid transparent;
  font-weight: 400;
  line-height: 40px;
}

/**** Headings ******/
.display-2 {
  font-size: 2.5rem;
}

.display-3 {
  font-size: 2.7rem;
}


.footer p {
  color: black;
}


.methodology a {
  color: #0000ee;
  text-decoration: underline;
}

.footer-logo {
  min-width: 70px;
}

.h3, h3 {
  font-size: 1.4rem;
  line-height: 1.2;
}


.h2, h2 {
  font-size: 1.3rem;
  line-height: 1.2;
}

.h4, h4 {
  font-size: 1.5rem;
}

.display-1 {
  font-size: 3rem;
}


.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.slider-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btn-secondary {
  white-space: normal;
  width: 300px;
}

@media (min-width: 425px) {
  .display-4 {
    font-size: 1rem;
  }

}

@media (min-width: 576px) {

  .display-1 {
    font-size: 2.8rem;
  }

  .h4, h4 {
    font-size: 1.4rem;
  }


  .h3, h3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 4.7rem;

  }

  .btn-secondary {
    width: 360px;
  }
}

@media (min-width: 768px) {
  .display-1 {
    font-size: 3.7rem;
  }


  .h2, h2 {
    font-size: 1.5rem;
  }

  .h3, h3 {
    font-size: 1.5rem;
  }

  .h4, h4 {
    font-size: 1.8rem;
  }

  .display-4 {
    font-size: 1.4rem;
  }

  .header::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -326px;
    width: 840px;
    height: 300px;
    z-index: 0;
  }

  .head-inner::after {
    right: -172px;
    width: 436px;
    height: 368px;
    top: 0px;
  }

  .header::before {
    width: 542px;
    height: 398px;
    right: -191px;
    top: -31px;
  }

  .display-3 {
    font-size: 2.7rem;
  }


  .lead {
    font-size: 1.2rem;
  }

  .display-2 {
    font-size: 3.5rem;
  }

  .divider {
    margin-left: 0;
    width: 264px;
  }

  .fa-2x {
    font-size: 2.5rem;
  }

  .header-txt {
    position: relative;
    z-index: 1;
    background: transparent;
  }
}


@media (min-width: 992px) {
  .btn-secondary {
    width: 260px;
  }
  .divider {
    margin-left: 0;
    width: 351px;
  }
  .head-inner::after {
    top: 0;
    bottom: 0;
    right: -118px;
    width: 563px;
    height: 461px;
  }

  .header::after {
    width: 1152px;
    height: 456px;
    z-index: 3;
  }

  .header::before {
    width: 718px;
    height: 529px;
    top: -44px;
    right: -158px;
    z-index: 4;
  }

  .img-square {
    padding-bottom: 82%;
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .display-4 {
    font-size: 2.3rem;
  }

  .h3, h3 {
    font-size: 2.5rem;

  }

  .white-space-nowrap {
    white-space: nowrap;
  }

  .lead {
    font-size: 1.3em;
  }

  .h2, h2 {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .display-3 {
    font-size: 4.5rem;
  }

  .h4, h4 {
    font-size: 1.5rem;
  }


  .h3, h3 {
    font-size: 1.8rem;
  }

  .display-2 {
    font-size: 4.6rem;
    font-weight: 300;
    line-height: 1;
  }

  .display-1 {
    font-size: 4.9rem;
  }

  .lead {
    font-size: 1.4em;

  }

  button.arrow-prev {
    left: 10px;
    padding: 4px 10px;
  }

  button.arrow-next {
    right: 10px;
    padding: 4px 10px;
  }


}

@media (min-width: 1200px) {
  .navbar .mb-xl-2 {
    margin-bottom: 0 !important;
  }
  .divider {
    margin-left: 0;
    width: 383px;
  }
  .header::after {
    width: 1080px;
    height: 391px;
    z-index: 3;
    right: -2px;
  }

  .head-inner::after {
    top: 0;
    bottom: 0;
    right: 0;
    width: 625px;
    height: 461px;
  }

  .header::before {
    width: 840px;
    height: 606px;
    top: -65px;
    right: -140px;
  }

  .container {
    max-width: 1150px;
  }


  .custom-container {
    max-width: 1400px;
  }

  .display-1 {
    font-size: 5.1rem;
  }

  .display-3 {
    font-size: 4.6rem;
  }

  .h2, h2 {
    font-size: 2rem;

  }

  .display-2 {
    font-size: 5rem;
    line-height: 1;

  }

  .lead {
    font-size: 1.4em;
  }

}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }

  .h2, h2 {
    font-size: 2.4rem;

  }
}
