@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&amp;display=swap);

.fw-semibold {
    font-weight: 600;
}

:root {
    --bs-primary: #ff5148 !important;
    --bs-primary-rgb: 255, 63, 53 !important;
    --bs-primary-hover: #ff3f35 !important;
    --bs-primary-hover-rgb: 255, 50, 39 !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .15rem rgba(var(--bs-primary-rgb), .5);
    box-shadow: 0 0 0 .15rem rgba(var(--bs-primary-rgb), .5)
}

.faq-icon i {
    font-size: 80px;
    position: absolute;
    margin-top: -30px;
    right: -20px;
    opacity: .2;
}

.header {
    background: url("/assets/images/landing/bg-home.png"), var(--bs-primary-hover);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 70px 0 130px 0;
}

.img-head {
    background: none;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "Work Sans", sans-serif;
    margin: 0;
}

.select2-container--default .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding: 0;
}

.select2-container--default .select2-selection--single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233F4452' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    padding: .47rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #545965;
    background-color: #fff;
    border: 1px solid #e2e5e8;
    border-radius: .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #cbced1;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    margin-left: 3px;
    background-color: #ff5148;
    color: #fff;
    border: none;
    padding-left: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;
}