.cmp-17 {
  /*.content-bottom {*/
  /*  position: absolute;*/
  /*  bottom: 0;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  width: 100%;*/
  /*  background: rgba(0, 0, 0, 0.6);*/
  /*}*/
  /*!*#methodology a, .link-underline {*!*/
  /*!*    text-decoration: underline;*!*/
  /*}*/
  /*.select2-container {*/
  /*    width: 100% !important;*/
  /*}*/
  /* table */
  /*  Table titles  */
  /*#data.table .sorting_asc .heading-holder .table-title i, #data.table .sorting_desc .heading-holder .table-title i {*/
  /*  color: #ffffff;*/
  /*}*/
  /* .custom-row.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 0 !important;
} */
}
.cmp-17 body {
  font-family: acumin-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: #000000;
}
.cmp-17 .font-family-abril-display {
  font-family: abril-display, serif;
}
.cmp-17 .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
  display: inline-block;
}
.cmp-17 label {
  cursor: pointer;
}
.cmp-17 .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.cmp-17 .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: transparent;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.cmp-17 .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #019875;
}
.cmp-17 .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
}
.cmp-17 .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
}
.cmp-17 .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.cmp-17 .navbar-toggler {
  font-size: 1.8rem;
}
.cmp-17 .navbar .btn-outline-dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.1rem;
}
.cmp-17 .top-three .rounded-top {
  border-top-right-radius: 1.5rem !important;
  border-top-left-radius: 1.5rem !important;
}
.cmp-17 .image-section .rounded-left {
  border-top-right-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
}
.cmp-17 .position-sticky {
  top: 0;
  z-index: 1000;
  width: 100%;
}
.cmp-17 .font-family-abril-display {
  font-family: abril-display, serif;
}
.cmp-17 .img-square::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: #000;
  background: linear-gradient(0deg, #000 0%, #0000 100%);
}
.cmp-17 .section_primary,
.cmp-17 .section,
.cmp-17 .section_secondary {
  display: none;
}
.cmp-17 .section_primary.open,
.cmp-17 .section.open,
.cmp-17 .section_secondary.open {
  display: block;
}
.cmp-17 .buttons-section a.section-link {
  font-size: 1.063rem;
  font-weight: bold;
  color: #ffff;
  text-decoration: none;
}
.cmp-17 .arrow-bottom::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #019875;
}
.cmp-17 .buttons-section a.section-link.active::before,
.cmp-17 .buttons-section a.section-link:hover::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #000;
}
.cmp-17 .buttons-section a.section-link:hover,
.cmp-17 .buttons-section a.section-link.active {
  background-color: #000;
}
.cmp-17 .buttons-section a.section-link:hover {
  cursor: pointer;
  color: #fff;
}
.cmp-17 .buttons-section a.section-link:hover i {
  cursor: pointer;
  color: #d60b52;
}
.cmp-17 .buttons-section a.active i {
  color: #d60b52;
}
.cmp-17 .rounded-xl {
  border-radius: 2rem !important;
}
.cmp-17 .fa-circle {
  font-size: 0.6rem;
}
.cmp-17 label .h5,
.cmp-17 label h5 {
  font-size: 1.45rem;
}
.cmp-17 .dataTables_paginate,
.cmp-17 div.dataTables_wrapper div.dataTables_filter input,
.cmp-17 div#data_length {
  display: none;
}
.cmp-17 .border {
  border: 2px solid black !important;
}
.cmp-17 .rounded-xs {
  border-radius: 1rem !important;
}
.cmp-17 .rounded {
  border-radius: 2rem !important;
}
.cmp-17 label.h5 {
  font-size: 1.4rem;
}
.cmp-17 .icon-flag {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.cmp-17 .rounded-top {
  border-top-right-radius: 1.5rem !important;
  border-top-left-radius: 1.5rem !important;
}
.cmp-17 .rounded-bottom {
  border-bottom-right-radius: 1.2rem !important;
  border-bottom-left-radius: 1.2rem !important;
}
.cmp-17 .content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.cmp-17 .white-space-break-word {
  white-space: pre-wrap;
}
.cmp-17 .section_secondary {
  display: none;
}
.cmp-17 .section_secondary.open {
  display: block;
}
.cmp-17 .width-10 {
  width: 150px;
}
.cmp-17 .currency-holder .btn-primary {
  background: transparent;
  border: 1px solid transparent;
  color: #ffff !important;
  height: 80px;
  width: 70px;
  line-height: 20px;
  border-radius: 10%;
  vertical-align: middle;
  font-size: 1rem;
  box-shadow: none;
}
.cmp-17 .currency-holder .btn-primary.active,
.cmp-17 .currency-holder .btn-primary:hover {
  color: #1d252d !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none!important;
}
.cmp-17 .currency-holder__table .btn-primary {
  background: transparent;
  border: 1px solid transparent;
  color: #ffff !important;
  height: 50px;
  width: 50px;
  line-height: 20px;
  border-radius: 10%;
  vertical-align: middle;
  font-size: 1rem;
  box-shadow: none;
}
.cmp-17 .currency-holder__table .btn-primary.active,
.cmp-17 .currency-holder__table .btn-primary:hover {
  color: #1d252d !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none!important;
}
.cmp-17 .bg-gray {
  background-color: #f7f7f7;
}
.cmp-17 .bg-green {
  background-color: #019875;
}
.cmp-17 .bg-green-light {
  background-color: #e6fff9;
}
.cmp-17 .bg-pink {
  background-color: #ea5388;
}
.cmp-17 .bg-pink-light {
  background-color: #f8ebef;
}
.cmp-17 .tooltip.show {
  opacity: 1;
}
.cmp-17 .text-shadow {
  text-shadow: 0 2px 9px #0a0a0a;
}
.cmp-17 .shadow-lg {
  box-shadow: 0.125rem 0.375rem 0.875rem rgba(0, 0, 0, 0.07) !important;
}
.cmp-17 .line-height-1 {
  line-height: 1;
}
.cmp-17 .overflow-hidden {
  overflow: hidden;
  position: relative;
}
.cmp-17 .display-5 {
  font-size: 21px;
}
.cmp-17 .btn:focus {
  outline: none;
  box-shadow: none;
}
.cmp-17 .font-weight-bold {
  font-weight: 800 !important;
}
.cmp-17 .font-weight-semi-bold {
  font-weight: 600;
}
.cmp-17 a {
  color: #019875;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  word-break: break-word;
}
.cmp-17 a:hover {
  color: #019875;
  text-decoration: underline;
}
.cmp-17 .bg-dark {
  background: #1d252d !important;
}
.cmp-17 .text-gray {
  color: #413730;
}
.cmp-17 .text-dark {
  color: #000000 !important;
}
.cmp-17 .bg-orange {
  background-color: #ec4d16;
}
.cmp-17 .bg-orange-light {
  background-color: #fde9e3;
}
.cmp-17 .text-green {
  color: #019875;
}
.cmp-17 .img-square {
  background-position: center;
  background-size: cover;
  padding-bottom: 55%;
}
.cmp-17 .rank-oval {
  background-color: #b9ac81;
  height: 55px;
  width: 45px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 35px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  font-size: 1.4rem;
}
.cmp-17 .table tr td .rank span {
  line-height: 26px;
  background-color: #b9ac81;
  height: 28px;
  width: 28px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  margin: auto;
}
.cmp-17 .header-title-content {
  position: relative;
  z-index: 10;
}
.cmp-17 .header:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  /*background-color: rgba(30, 38, 62, 0.7);*/
  z-index: 1;
}
.cmp-17 .header {
  background: url(../assets/images/header.jpg) no-repeat center;
  background-size: cover;
}
.cmp-17 .bg-salary-compare {
  background: url(../assets/images/calculator-bg.jpg) no-repeat top;
  background-size: cover;
}
.cmp-17 .bg-cost-industry {
  background: url(../assets/images/industry.jpg) no-repeat center;
  background-size: cover;
}
.cmp-17 .bg-cost-of-live {
  background: url(../assets/images/least-expensive-banner.jpg) no-repeat center;
  background-size: cover;
}
.cmp-17 .section .btn-primary {
  color: #ffff;
  text-decoration: none;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0.5rem;
  line-height: 34px;
}
.cmp-17 .section .btn-primary:not(:disabled):not(.disabled).active,
.cmp-17 .section .btn-primary:not(:disabled):not(.disabled):active,
.cmp-17 .section.show > .btn-primary.dropdown-toggle,
.cmp-17 .section .btn-primary:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff;
}
.cmp-17 .bg-sand {
  background-color: #fde9e3;
}
.cmp-17 .rounded-small {
  border-radius: 0.5rem;
}
.cmp-17 .img-circle {
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: -27px;
  left: 0;
  right: 0;
}
.cmp-17 .select2-container--default .select2-selection--single {
  background-color: #0000;
  border-top: #0000;
  border-left: #0000;
  border-right: #0000;
  border-bottom: 1px solid #fff;
  text-align: center;
  border-radius: 0px;
}
.cmp-17 #country_filter .select2-selection__rendered {
  padding-left: 8px;
}
.cmp-17 .input-group-text {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.cmp-17 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background: #ffe6e5;
  border: 1px solid #000000;
  outline: none;
}
.cmp-17 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 35px;
  padding-left: 0;
  padding-right: 30px;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: 400;
  font-size: 0.9rem;
  font-style: normal;
}
.cmp-17 .select2-container--default .select2-results > .select2-results__options {
  text-align: center;
  box-shadow: 0 2px 14px white;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.cmp-17 .select2-results__option[aria-selected] {
  cursor: pointer;
}
.cmp-17 .select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: 1px solid black;
}
.cmp-17 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #cccccc;
  color: #000000;
}
.cmp-17 .form-control {
  background-color: #ffffff;
  border: 2px solid #000000;
  text-align: left;
  border-radius: 0;
  font-weight: 700;
  font-size: 1rem;
}
.cmp-17 .input-group-append .btn {
  padding: 0 15px;
  line-height: 32px;
  border-left: 1px solid black;
  background-color: #000000;
  vertical-align: middle;
  cursor: default !important;
}
.cmp-17 .input-group-append .btn:hover {
  background-color: #000000;
}
.cmp-17 .btn-secondary:not(:disabled):not(.disabled).active,
.cmp-17 .btn-secondary:not(:disabled):not(.disabled):active,
.cmp-17 .show > .btn-secondary.dropdown-toggle,
.cmp-17 .btn-secondary:hover {
  color: #ffffff !important;
  background-color: #019875;
  border-color: #019875;
}
.cmp-17 .btn-secondary {
  color: #000000 !important;
  background-color: transparent;
  border-color: #019875;
  border-radius: 2.5rem;
  width: 100%;
  padding: 0.2rem;
  border-width: 2px;
}
.cmp-17 .navbar-main__navigation .btn-secondary {
  font-weight: 700;
  color: #fff !important;
  border-color: #d60b52;
  background: #d60b52;
}
.cmp-17 .navbar-main__navigation .btn-secondary:hover {
  border-color: #b80946;
  background: #b80946;
}
.cmp-17 .btn-arrow-right {
  position: relative !important;
  padding-right: calc(0.25rem + 2.5rem) !important;
  text-align: left !important;
}
.cmp-17 #calculate .btn-secondary {
  color: #fff !important;
  background-color: #2b3743;
  border-color: #000;
  border-width: 1px;
  padding: 0.6rem 1.4rem;
  border-radius: 1.4rem;
  min-width: 200px;
  max-width: 300px;
  margin: auto;
  font-size: 1rem;
}
.cmp-17 .select2-results__option {
  background: white;
  border-top: 1px solid transparent;
  padding: 2px 7px;
  font-size: 1rem;
  text-align: left;
}
.cmp-17 .select2-container .select2-selection--single {
  height: 40px;
}
.cmp-17 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  height: 31px;
  line-height: 35px;
  left: 0;
  margin-left: 23px;
  margin-top: 0;
  position: absolute;
  top: 5%;
  font-family: "Font Awesome 5 Pro";
  width: 0;
  color: #fff;
}
.cmp-17 .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: #0000;
  width: 44px;
  height: 38px;
  border-radius: 0.5rem;
}
.cmp-17 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f078";
  font-size: 24px;
  color: #fff;
}
.cmp-17 #type_filter .select2-selection__arrow b:before {
  content: "\f078";
  font-size: 24px;
  color: #fff;
}
.cmp-17 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  color: #ffffff;
}
.cmp-17 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\f077";
}
.cmp-17 div#data_paginate,
.cmp-17 .data_filter,
.cmp-17 .dataTables_length,
.cmp-17 .dataTables_filter {
  display: none;
}
.cmp-17 .dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}
.cmp-17 .dataTables_wrapper .col-6,
.cmp-17 .dataTables_wrapper .col-12,
.cmp-17 .dataTables_wrapper .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.cmp-17 .sorting .fa-sort-up,
.cmp-17 .sorting .fa-sort-down {
  display: none;
}
.cmp-17 .sorting_asc .fa-sort-up,
.cmp-17 .sorting_asc .fa-sort {
  display: none;
}
.cmp-17 .sorting_desc .fa-sort-down,
.cmp-17 .sorting_desc .fa-sort {
  display: none;
}
.cmp-17 .heading-holder {
  text-align: center;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  padding: 0;
  min-width: 94px;
  background-color: #2b3743;
  height: 70px;
}
.cmp-17 #data .row {
  margin-right: 0px;
  margin-left: 0px;
}
.cmp-17 #data .col-6,
.cmp-17 #data .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.cmp-17 .heading-holder .sorting-icons {
  position: relative;
  display: block;
  margin: 0 auto 0;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 1rem;
}
.cmp-17 table tr td.sorting_1 .td-simulate {
  color: #000;
  font-weight: bold;
}
.cmp-17 .table tr td.sorting_1 .td-simulate {
  color: #019875;
}
.cmp-17 .table td,
.cmp-17 .table th {
  vertical-align: middle;
  text-align: center;
}
.cmp-17 .scroll-hint-icon {
  top: calc(20px);
}
.cmp-17 table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cmp-17 table.dataTable td.dataTables_empty,
.cmp-17 table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}
.cmp-17 div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}
.cmp-17 table.dataTable thead .sorting:before,
.cmp-17 table.dataTable thead .sorting:after,
.cmp-17 table.dataTable thead .sorting_asc:before,
.cmp-17 table.dataTable thead .sorting_asc:after,
.cmp-17 table.dataTable thead .sorting_desc:before,
.cmp-17 table.dataTable thead .sorting_desc:after,
.cmp-17 table.dataTable thead .sorting_asc_disabled:before,
.cmp-17 table.dataTable thead .sorting_asc_disabled:after,
.cmp-17 table.dataTable thead .sorting_desc_disabled:before,
.cmp-17 table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}
.cmp-17 table.dataTable thead > tr > th.sorting_asc,
.cmp-17 table.dataTable thead > tr > th.sorting_desc,
.cmp-17 table.dataTable thead > tr > th.sorting,
.cmp-17 table.dataTable thead > tr > td.sorting_asc,
.cmp-17 table.dataTable thead > tr > td.sorting_desc,
.cmp-17 table.dataTable thead > tr > td.sorting {
  padding-right: 0px;
  padding-left: 0px;
}
.cmp-17 .table td {
  border: 1px solid #eff2f4;
  color: #000000;
}
.cmp-17 .table th {
  color: #000000;
}
.cmp-17 .table thead tr {
  border-top: 1px solid transparent;
}
.cmp-17 table.dataTable {
  border-collapse: collapse !important;
}
.cmp-17 .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0);
}
.cmp-17 .table td,
.cmp-17 .table th {
  border: none;
}
.cmp-17 .table td {
  border-bottom: none;
}
.cmp-17 #data.table th {
  padding: 0;
  vertical-align: top;
}
.cmp-17 .table tr th:first-child {
  padding-left: 0;
}
.cmp-17 .table tr th:last-child {
  padding-right: 0rem;
}
.cmp-17 .table th {
  border-bottom: 0rem solid transparent !important;
  border-top: 1px solid transparent;
  padding: 0;
}
.cmp-17 .table td {
  padding: 0;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
  border-top: 1px solid #d8d8d8;
}
.cmp-17 .table tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}
.cmp-17 .heading-holder .table-title {
  height: 36px;
  font-weight: 700;
}
.cmp-17 .table tr td:first-child .td-simulate {
  margin-left: 0;
}
.cmp-17 .table tr td:last-child .td-simulate {
  margin-right: 0;
}
.cmp-17 .td-simulate {
  line-height: 40px;
  display: block;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  font-weight: bold;
  background-color: white;
}
.cmp-17 .control_lenght {
  background-color: #019875;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #019875;
  padding: 0.5rem 3.8rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.cmp-17 .menu-item a:hover {
  text-decoration: none !important;
}
.cmp-17 .control_lenght:hover {
  background-color: #044334;
  color: #ffffff;
  text-decoration: none;
}
.cmp-17 .display-4 {
  font-size: 1.4rem;
}
.cmp-17 .display-3 {
  font-size: 2.5rem;
}
.cmp-17 .display-2 {
  font-size: 2.125rem;
}
.cmp-17 .h3,
.cmp-17 h3 {
  font-size: 1.3rem;
}
.cmp-17 .h4,
.cmp-17 h4 {
  font-size: 1.1rem;
}
.cmp-17 .header-subtitle {
  font-size: 16px;
}
.cmp-17 .h2,
.cmp-17 h2 {
  font-size: 1.9rem;
}
.cmp-17 .line::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: #ec4d16;
}
.cmp-17 .container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cmp-17 .btn-custom:not(.btn-custom):not(.btn-custom) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.cmp-17 .custom-row.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 85% !important;
  max-width: 85% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-top: 0 !important;
}
@media (min-width: 400px) {
  .cmp-17 .custom-row.row > * {
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 576px) {
  .cmp-17 .custom-row.row > * {
    width: 30.5% !important;
    max-width: 30.5% !important;
  }
}
@media (min-width: 768px) {
  .cmp-17 .display-3 {
    font-size: 4.5rem;
    line-height: 1;
  }
  .cmp-17 .h3,
  .cmp-17 h3 {
    font-size: 1.65rem;
  }
  .cmp-17 .h2,
  .cmp-17 h2 {
    font-size: 3rem;
  }
  .cmp-17 .display-1 {
    font-size: 5.7rem;
  }
  .cmp-17 .display-2 {
    font-size: 2.5625rem;
  }
  .cmp-17 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.3rem;
  }
  .cmp-17 .h4,
  .cmp-17 h4 {
    font-size: 1.4rem;
  }
  .cmp-17 .display-4 {
    font-size: 2rem;
  }
  .cmp-17 .custom-row.row > * {
    width: 22% !important;
    max-width: 22% !important;
  }
}
@media (min-width: 992px) {
  .cmp-17 .h3,
  .cmp-17 h3 {
    font-size: 2.2rem;
  }
  .cmp-17 .display-4 {
    font-size: 2rem;
  }
  .cmp-17 .h4,
  .cmp-17 h4 {
    font-size: 1.8rem;
  }
  .cmp-17 .h2,
  .cmp-17 h2 {
    font-size: 3rem;
  }
  .cmp-17 .display-5 {
    font-size: 35px;
  }
  .cmp-17 .display-1 {
    font-size: 7.5rem;
  }
  .cmp-17 .buttons-section a.section-link {
    width: 188px;
  }
  .cmp-17 .lead {
    font-size: 1.25rem;
  }
  .cmp-17 .btn-secondary {
    width: 150px;
  }
  .cmp-17 .navbar-main__navigation .btn-secondary {
    width: 160px;
  }
  .cmp-17 .line::before {
    top: 18px;
    height: 140px;
  }
  .cmp-17 .custom-row.row > * {
    width: 17% !important;
    max-width: 17% !important;
  }
}
@media (min-width: 1200px) {
  .cmp-17 .display-3 {
    font-size: 3.6rem;
    line-height: 1;
  }
  .cmp-17 .display-3 {
    font-size: 4.5rem;
  }
  .cmp-17 .line::before {
    top: -26px;
    height: 201px;
  }
  .cmp-17 .header-subtitle {
    font-size: 20px;
  }
  .cmp-17 .h1,
  .cmp-17 h1 {
    font-size: 3.5rem;
  }
  .cmp-17 .display-1 {
    font-size: 7.7rem;
    line-height: 1;
  }
  .cmp-17 .display-2 {
    font-size: 3.125rem;
  }
  .cmp-17 .buttons-section a.section-link {
    width: 188px;
  }
  .cmp-17 .container {
    max-width: 1260px;
  }
  .cmp-17 .topbar-menu-wrapper > .container {
    max-width: 1140px;
  }
  .cmp-17 .container-custom {
    max-width: 1470px;
  }
  .cmp-17 .custom-row.row > * {
    width: 14.5% !important;
    max-width: 14.5% !important;
  }
}
@media (min-width: 1400px) {
  .cmp-17 .topbar-menu-wrapper > .container {
    max-width: 1150px;
  }
}
@media (min-width: 1900px) {
  .cmp-17 .header.py-lg-5 {
    padding-bottom: 5rem !important;
    padding-top: 15rem !important;
  }
}
