.background-primary {
    background-color: #12687F;
}

.color-primary {
    color: #232255;
}

.text-color-secondary {
    color: #232255;
}

h2, .table, p {
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.btn-img {
    background-color: transparent;
    background-repeat: no-repeat;
}

.w-20 {
    width: 20%;
}

.w-54 {
    width: 54%;
}

.w-56 {
    width: 56%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-84 {
    width: 84%;
}

.w-95 {
    width: 95%;
}

.w-97 {
    width: 97%;
}

.margin-0 {
    margin: 0;
}

.margin-side-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
}

.margin-side-16 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.margin-side-180 {
    margin-left: 11.25rem;
    margin-right: 11.25rem;
}

.margin-top-6 {
    margin-top: 0.375rem;
}

.margin-top-10 {
    margin-top: 0.625rem;
}

.margin-top-12 {
    margin-top: 0.75rem;
}

.margin-top-24 {
    margin-top: 1.5rem;
}

.margin-top-40 {
    margin-top: 2.5rem;
}

.margin-top-30 {
    margin-top: 1.875rem;
}

.margin-top-70 {
    margin-top: 4.375rem;
}

.margin-top-80 {
    margin-top: 5rem;
}

.minus-margin-top-172 {
    margin-top: -10.75rem;
}

.margin-bottom-30 {
    margin-bottom: 1.875rem;
}

.margin-bottom-40 {
    margin-bottom: 2.5rem;
}

.margin-bottom-80 {
    margin-bottom: 5rem;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-left-12 {
    margin-left: 0.75rem;
}

.margin-left-16 {
    margin-left: 1rem;
}

.margin-left-24 {
    margin-left: 1.5rem;
}

.margin-left-32 {
    margin-left: 2rem;
}

.margin-left-42 {
    margin-left: 2.625rem;
}

.margin-left-56 {
    margin-left: 3.625rem;
}

.margin-left-60 {
    margin-left: 3.75rem;
}

.margin-left-72 {
    margin-left: 4.5rem;
}

.margin-left-86 {
    margin-left: 5.375rem;
}

.margin-right-12 {
    margin-right: 0.75rem;
}

.margin-right-24 {
    margin-right: 1.5rem;
}

.margin-right-60 {
    margin-right: 4.375rem
}

.margin-right-206 {
    margin-right: 12.875rem;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-32 {
    font-size: 32px;

}

.font-size-34 {
    font-size: 34px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-42 {
    font-size: 42px;
}

.padding-left-8 {
    padding-left: 0.5rem;
}

.padding-left-30 {
    padding-left: 1.875rem;
}

.padding-0-6 {
    padding: 0 0.375rem;
}

.padding-6-24 {
    padding: 0.375rem 1.5rem;
}

.padding-6-30 {
    padding: 0.375rem 1.875rem;
}

.padding-16-30 {
    padding: 1rem 1.875rem;
}

.padding-30-30 {
    padding: 1.875rem 1.875rem;
}

.padding-2-12 {
    padding: 0.125rem 0.75rem;
}

.padding-16-32 {
    padding: 1rem 2rem;
}

.padding-32-80 {
    padding: 2rem 5rem;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.grid-container-7-columns span:nth-child(70) {
    margin-bottom: 1.5rem;
}

.grid-container-7-columns {
    display: grid;
    grid-template-columns: repeat(7, minmax(12%, 75rem));
    grid-gap: 0.375rem 0.375rem;
    padding: 1.5rem 1.8rem 1.5rem 2rem;
}

.grid-container-4-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(24%, 31.25rem));
    /*padding: 24px 32px;*/
    grid-gap: 0.375rem 1rem;
}

.grid-container-4-columns.border-bottom div.row {
    border-bottom: 1px solid #DFE3EC;
    padding-bottom: 0.375rem;
}

.grid-container-3-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 3.125rem 1.875rem;
    grid-gap: 0.375rem 0.875rem;
}

.rounded-table {
    border-collapse: separate;
    border: 1px solid #DDE2E9;
    border-radius: 0.125rem;
    border-spacing: 0;
}

.transform-uppercase {
    text-transform: uppercase;
}

#latestGeneratedPagesTablePage div:not(:first-child) {
    border-left: 1px solid #DDE2E9;
    padding-left: 3.125rem;
    margin-left: 3.125rem;
}

#latestGeneratedPagesTablePage div {
    width: 33%;
}

#latestGeneratedPagesTableHomepage, #latestGeneratedPagesTablePage {
    padding: 24px 32px;
}

#latestGeneratedPagesTableHomepage div:not(:first-child) {
    border-left: 1px solid #DDE2E9;
}

#latestGeneratedPagesTableHomepage div {
    width: 50%;
    margin-bottom: unset;
}

.related-pages {
    padding: 16px 32px;
}

.data-container-spacing {
    padding: 32px;
}

@media (max-width: 767px) {
    .data-container-spacing {
        padding: 16px;
    }

    .row-tables-container {
        flex-wrap: wrap;
    }

    #latestGeneratedPagesTableHomepage, #latestGeneratedPagesTablePage {
        padding: 16px;
    }

    #latestGeneratedPagesTableHomepage div:not(:first-child) {
        border-left: unset;
    }

    #latestGeneratedPagesTablePage div:not(:first-child) {
        border-left: unset;
        padding-left: unset;
        margin-left: unset;
    }

    #latestGeneratedPagesTableHomepage div, #latestGeneratedPagesTablePage div {
        width: 100%;
    }

    .grid-container-4-columns, .grid-container-4-columns {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0 16px 16px 16px;
        grid-gap: 6px;
    }

    #relatedPages .grid-container-4-columns {
        padding-top: 16px;
    }

    .grid-container-4-columns > a {
        width: 100%;
        line-height: 27px;
    }

    #mostPopularCategories, #mostPopularSubcategories {
        font-size: 16px;
        line-height: 24px;
    }

    #mostPopularCategories a, #mostPopularSubcategories a {
        width: 100%;
    }

    .related-pages {
        padding: 8px 16px;
    }
}

.latest-generated-pages-table {
    width: 100%;
    height: fit-content;
}

.latest-generated-pages-table td a {
    color: #232255;
    font-weight: 400;
}

.latest-generated-pages-table td {
    color: #232255;
    font-size: 16px;
    font-weight: 300;
    padding: 0.375rem 0.75rem;
    line-height: 24px;
}

.table-row {
    height: fit-content;
    width: 50%;
}

.table-row th {
    font-size: 14px;
    line-height: 16px;
}

.table-row td {
    padding: 0.375rem 0.75rem;
    line-height: 27px;
}

.btn-blue-gradient {
    background: linear-gradient(#218DBB 0%, #0D9FBC 68%, #01A9BC 100%);
}

.btn-with-blue-shadow {
    border-color: #1894BB;
    box-shadow: -3px 1px 16px rgba(17, 207, 230, 0.53);
}

.btn-with-blue-border {
    border-color: #1894BB;
}

.dot {
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.row-tables-container {
    display: flex;
    width: 100%;
    background: #FFFFFF;
}

.row-tables-container table:not(:first-child) {
    margin-left: 1.625rem;
}

.pagination-button {
    padding: unset;
    background: none;
    border: none;
    margin-right: -8px;
}

.pagination-button.left {
    margin-right: 0;
    margin-left: -8px;
}

.pagination-button.left img {
    transform: rotate(180deg);
}

.pagination-button.disabled img {
    opacity: 0.2;
}

.cursor-pointer {
    cursor: pointer;
}

.footer-border-bottom {
    border-bottom: 1px solid #0BA0BC;
}

.border-2 {
    border: 2px solid black;
}

.border-1 {
    border: 1px solid #E7EAF3;
}

.border-bottom-1 {
    border-bottom: 1px solid #E7EAF3;
}

.bg-green {
    background-color: rgb(234 255 244);
}

.bg-red {
    background-color: rgb(255 232 232);
}

.overflow-hidden {
    overflow: hidden;
}

#latestResultCat tbody > tr > td > a {
    background: #7DB200;
    padding: 11px 24px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    border-radius: 30px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 16px;
}

#latestResultCat tbody > tr:not(:first-child) > td {
    vertical-align: middle;
}

.trend {
    white-space: nowrap;
}

#latestResultCat tbody > tr > td {
    padding: 16px;
}

#sendOrSharePage a {
    margin-left: 1rem;
    text-decoration: none;
}

#visibilityOpportunitiesTable {
    width: 100%;
}

#visibilityOpportunitiesTable th {
    font-size: 12px;
    padding: 0.75rem 1.625rem 0.75rem 1rem;
}

#visibilityOpportunitiesTable td {
    font-size: 14px;
    padding: 0.375rem 1.625rem 0.375rem 1rem;
}

#navbarSupportedContent ul li {
    font-size: 16px;
}

.input-search-term::placeholder {
    font-size: 16px;
}

#navbarSupportedContent div a {
    color: #3A3F42;
    white-space: nowrap;
}

#navbarSupportedContent div a:hover {
    text-decoration: none;
}

#footerSupportedContent ul div a {
    font-size: 14px;
    color: #3A3F42;
}

#mostExpensiveKeywordsTable {
    width: 100%;
}

#mostExpensiveKeywordsTable th {
    font-size: 14px;
    padding: 12px 16px;
    line-height: 16px;
}

#mostExpensiveKeywordsTable td {
    padding: 8px 16px;
    vertical-align: middle;
    line-height: 27px;
}

#headLatestResultCat th {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400;
}

#headLatestResultCat th div img {
    width: 18%;
}

#headLatestResultCat th:nth-child(4) div img {
    margin-top: -0.5rem;
}

#headLatestResultCat th:nth-child(7) div img {
    margin-top: -0.625rem;
}

.second-partner {
    flex-direction: column;
    margin-left: 36px;
}

#secondSectionPartnerBanner {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    height: fit-content;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 32px;
}

#secondSectionPartnerBanner > :not(:first-child) {
    margin-top: 32px;
}

#firstSectionPartnerBanner {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.partner-label {
    background: #232255;
    flex: 1;
}

.partner-label-second {
    background: #232255;
}

.partner {
    display: flex;
}

.partner-m {
    display: none;
}

.partner-d {
    display: flex;
    height: fit-content;
}

@media (max-width: 767px) {
    #firstSectionPartnerBanner {
        box-shadow: 0 -1px 16px rgba(151, 166, 176, 0.29);
        flex-wrap: wrap;
        max-width: 330px;
        margin: 0 auto;
    }

    .partner-label, .partner-label-second {
        width: 100%;
        padding: 38px;
        margin-bottom: 4px;
        font-size: 32px;
        line-height: 24px;
    }

    .partner-d {
        display: none;
    }

    .partner-m {
        display: block;
    }

    #secondSectionPartnerBanner {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        max-width: 310px;
        min-width: 310px;
        width: 310px;
        padding: 8px
    }

    #secondSectionPartnerBanner > :not(:first-child) {
        margin-top: 4px;
    }

    .table-row {
        width: 100%;
    }

    .row-tables-container table:not(:first-child) {
        margin-left: unset;
    }

    #latestResultCat tbody > tr:not(:first-child) > td:first-child, #latestResultCat tbody > tr:first-child > th:first-child {
        padding-left: unset;
    }

    #latestResultRelatedCategory {
        width: 100%;
        max-width: 100%;
    }
}

#breadcrumbs {
    margin-bottom: 80px;
}

#breadcrumbs a {
    font-size: 14px;
    color: #25292E;
    font-weight: 300;
    line-height: 16px;
}

#breadcrumbs a:not(:last-child):after {
    content: "/";
    color: #12687F;
    display: inline-block;
}

#breadcrumbs a:last-child {
    color: #25292EB2;
}

#contactUsSendForm div {
    display: flex;
}

#contactUsSendForm div:not(:first-child) {
    margin-top: 1.75rem;
}

#contactUsSendForm div label {
    width: 100%;
}

#contactUsSendForm div label:not(:first-child) {
    margin-left: 0.75rem;
}

#contactUsSendForm div label input::placeholder {
    font-size: 16px;
}

#contactUsSendForm div label textarea::placeholder {
    font-size: 16px;
}

#inputSearchTermHome {
    font-size: 16px;
    line-height: 23px;
    padding: 11px 24px;
    font-weight: 400;
    min-width: unset;
    background: #FFFFFF;
    border: 1px solid #D5DAE2;
}

.box-shadow {
    box-shadow: 0 6px 24px rgba(140, 152, 164, 0.125);

}

#inputSearchTermHome::placeholder {
    color: #ADB6CA;
}

@media (max-width: 767px) {
    #breadcrumbs {
        margin-bottom: 16px;
    }

    #inputSearchTermHome {
        font-size: 16px;
        padding: 16px;
        border: none;
        line-height: 27px;
        font-weight: 300;
        min-width: unset;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #inputSearchTermHome::placeholder {
        font-size: 16px;
    }
}

#inputSearchTermIcons img:not(:first-child) {
    margin-left: 0.625rem;
}

html {
    scroll-behavior: smooth;
}

.channel-list > * {
    margin-top: 16px;
}

.type-list > :not(:last-child) {
    margin-bottom: 24px;
}

.ui-menu .ui-menu-item-wrapper {
    padding-left: 24px;
}

.toast-warning {
    font-size: 18px;
}

button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #dee2e6;
}

.ui-widget.ui-widget-content {
    border: 1px solid #dee2e6;
    border-top: none;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.09);
    border-radius: 0.25rem;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #f4f5f7;
    font-weight: bold;
    border-color: #dee2e6;
    color: black;
    border-left: 0.25rem solid #3c91e6;
    padding-left: 22px;
}

.ui-menu::-webkit-scrollbar {
    width: 0.25rem;
}

.ui-menu::-webkit-scrollbar-thumb {
    background: #3c91e6;
}

.navbar-items > :not(:last-child) {
    margin-right: 32px;
}

.form-control {
    padding: 11px 12px 11px 38px;
    min-width: 280px;
}

.footer-href > :not(:last-child) {
    margin-bottom: 8px;
}

.footer-href a {
    display: block;
}

.toggle-modal {
    display: flex;
}

.toggle-name {
    margin-left: 16px;
}

.toggle-content {
    padding: 0.375rem 2.625rem 0 2.625rem;
}

.legend {
    padding-left: 16px;
    display: flex;
    margin-top: 1rem;
}

.panel {
    animation: fadein-tab .8s;
}

@keyframes fadein-tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.radio-tab {
    display: none;
}

.partner-text-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    overflow: hidden;
    line-height: 24px;
}

.partner-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    transition: .3s max-height;
    word-break: break-word;
}

.show-btn {
    color: #12687F;
    cursor: pointer;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 16px;
}

.show-btn::after {
    content: 'Afficher tout'
}

.show-checkbox {
    display: none;
}

.show-checkbox:checked + .partner-text {
    max-height: none;
    display: block;
}

.show-checkbox:checked + .partner-text::after {
    visibility: hidden;
}

.show-checkbox:checked + .partner-text .show-btn::before {
    visibility: hidden;
}

.show-checkbox:checked ~ .show-btn::after {
    content: 'Fermer';
}

.partners-container {
    margin: 8rem 3rem 7rem;
}

.partner-no-content div, .partner-no-content img {
    width: 50%;
}

.partner-no-content-info {
    padding: 0 56px;
}

.partner-no-content img {
    height: auto;
    border-radius: 0 14px 14px 0;
}

#partnerNoContent {
    margin-bottom: 24rem;
    line-height: 30px;
}

.rounded-14 {
    border-radius: 14px;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-top-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rounded-bottom-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rounded-top-12 {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

/*panel*/
.panel-header {
    background: #FFFFFF;
    padding: 16px 32px;
}

.panel-container-spacing > :not(:first-child) {
    margin-top: 60px;
}

.panel-container-spacing-medium > :not(:first-child) {
    margin-top: 64px;
}

.panel-grid {
    width: calc(100% - 400px)
}

@media (max-width: 767px) {
    .panel-grid {
        width: 100%;
    }

    .panel-grid > :not(:first-child) {
        margin-top: 40px;
    }

    .panel-header {
        padding: 16px;
    }

    .panel-header-h2 {
        font-size: 18px;
        line-height: 27px;
    }

    .panel-container-spacing > :not(:first-child) {
        margin-top: 40px
    }

    .panel-container-spacing-medium > :not(:first-child) {
        margin-top: 24px
    }

    .partners-container {
        margin: 32px 0 0 0;
    }

    .partner-no-content div, .partner-no-content img {
        width: 100%;
    }

    .partner-no-content div {
        order: 2;
    }

    .partner-no-content img {
        border-radius: 14px;
    }

    .partner-no-content-info {
        padding: 16px;
    }

    #partnerNoContent {
        margin-bottom: unset;
    }

    .offers-services-h2 {
        font-size: 18px;
        line-height: 27px;
    }

    .partner-text {
        -webkit-line-clamp: 7;
    }

    .partner-image-link {
        display: block;
        text-align: center;
        margin: 16px 0;
    }
}

/*tabs*/
.tabs {
    margin-top: 32px;
}

.tabs > :first-child:not(.tab-active) {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.tabs > :last-child:not(.tab-active) {
    border-radius: 0 5px 5px 0;
    border-left: none;
}

#tab-section > .tabs > :last-child.tab-active {
    padding-top: 21px;
    padding-bottom: 21px;
}

#tab-section > .tabs > :first-child:not(.tab-active) {
    padding: 19px 4px;
}

.tab {
    cursor: pointer;
    padding: 16px 4px;
    background: #fff;
    display: inline-block;
    border-radius: 14px;
    margin: unset;
    border: 1px solid #ADB6CA;
    text-align: center;
    font-weight: 500;
    line-height: 21px;
    color: #232255;
}

.tab-active {
    background: #f16526;
    color: #fff;
    border: unset;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 400;
    border-radius: 5px;
}

.panel-tab {
    width: 500px;
}

.access-by-theme-tab {
    width: 300px;
}

.popular-category-tab {
    width: 320px;
}

#tab-section {
    margin-top: 16px;
}

#access-by-theme-toggle .tabs {
    margin-top: 1rem;
    padding-top: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#access-by-theme-toggle > :last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
    #access-by-theme-toggle .tabs {
        padding-top: 32px;
    }

    #tab-section {
        margin-top: 4.375rem;
    }
}

@media (max-width: 767px) {
    .tabs {
        flex-wrap: wrap;
        margin-top: unset;
    }

    .tabs:not(.main-tabs) {
        padding: 16px;
    }

    .tab {
        font-size: 16px;
        line-height: 19px;
    }

    .access-by-theme-tab {
        width: 100%;
    }

    .popular-category-tab {
        width: 100%;
        margin-top: 8px;
    }

    .tabs > :last-child:not(.tab-active) {
        border-radius: 5px;
    }

    #accessByThemeCustomButton {
        margin-top: 4px;
    }

    #accessByThemeActivityCat, #accessByThemeCustomCat, #accessByThemeCustomCatPromote {
        font-size: 16px;
        line-height: 27px;
    }

    #two-tab {
        margin-top: 4px;
    }

    .tabs > :first-child:not(.tab-active) {
        border: 1px solid #E7EAF3;
    }

    .tabs > :last-child:not(.tab-active) {
        border: 1px solid #E7EAF3;
    }
}

/*padding*/

.padding-top-16 {
    padding-top: 16px;
}

.padding-24 {
    padding: 24px;
}

/*margin*/

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-36 {
    margin-top: 36px;
}

.margin-top-48 {
    margin-top: 48px;
}

.grid-4-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(24%, 31.25rem));
    grid-gap: 1rem;
}

.grid-4-columns > div {
    border-bottom: 1px solid #DFE3EC;
}

@media (max-width: 767px) {
    .grid-4-columns {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/*hero*/

.hero-container {
    display: flex;
}

@media only screen and (max-width: 47.99em) {
    .search-container {
        margin-top: 24px;
    }
}

.hero-main-picture-d {
    width: 523px;
}

.hero-main-picture-d-default {
    width: 548px;
}

@media (max-width: 767px) {
    .hero-main-picture-d, .hero-main-picture-d-default {
        display: none;
    }

    .hero-container {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .hero-main-picture-m, .hero-main-picture-m-default {
        display: none;
    }

    .hero-container > :first-child {
        margin-right: 60px;
    }
}

/**/
.partner-image {
    max-width: fit-content;
    border-radius: 14px;
}

.max-width-fit-content {
    max-width: fit-content;
}

.lh-14 {
    line-height: 14px;
}

.lh-24 {
    line-height: 24px;
}

.lh-27 {
    line-height: 27px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-31 {
    line-height: 31px;
}

.lh-38 {
    line-height: 38px;
}

.lh-45 {
    line-height: 45px;
}

.first-paragraph {
    margin-top: 64px;
}

.search-header {
    display: flex;
    position: absolute;
    right: -22%;
    bottom: 100px;
    z-index: 2;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.search-main {
    display: flex;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.breadcrumbs-search {
    display: flex;
    border: 1px solid #274856;
    border-radius: 4px;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 16px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .search-main {
        width: 100%;
        margin-top: 8px;
    }

    .breadcrumbs-search {
        margin-top: 8px;
    }
}

#inputSearchTermHeader {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 57px 10px 16px;
    border: none;
    font-weight: 300;
    min-width: 282px;
    color: #0B111D;
    border-radius: 5px;
}

#inputSearchTermHeader::placeholder {
    color: inherit;
}

#inputSearchTermMain {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 16px;
    border: none;
    font-weight: 300;
    min-width: 282px;
    color: #0B111D;
    border-radius: 5px;
}

#inputSearchTermMain::placeholder {
    color: inherit;
}

#inputSearchTermHeaderBtn {
    background-color: black;
    padding: 10.5px;
    border: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: -1px;
    cursor: pointer;
}

#inputSearchTermMainBtn {
    background-color: black;
    padding: 10.5px;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.promo-link {
    background: #7DB200;
    border-radius: 35px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
    margin-top: 24px;
    padding: 12px 56px;
    width: fit-content;
    text-decoration: none;
}

.promo-link:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.offers-services-content {
    font-size: 20px;
    margin-top: 18px;
    line-height: 30px;
    font-weight: 100;
}

.offers-services-content > strong {
    font-weight: 900;
}

.ui-widget {
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    font-weight: 300;
}

.header-content-header {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-right: 200px;
    margin-top: 21px;
}

.header-content-header-link {
    display: inline-block;
    margin-bottom: -15px;
}

.header-content-header-link img {
    display: block;
    height: 52px;
    width: 196px;
}

@media (max-width: 767px) {
    .header-content-header {
        font-size: 32px;
        line-height: 38px;
        margin-right: unset;
    }

    .header-content-header {
        margin-top: unset;
        font-size: 24px;
        line-height: 27px;
    }

    .header-content-header-link {
        margin-bottom: -10px;
    }

    .header-content-header-link img {
        height: 32px;
        width: 121px;
    }

    .offers-services-content, .promo-link {
        font-size: 16px;
        line-height: 19px;
    }
}

#inputSearchTermHomeBtn {
    background: #3c91e6;
    border-radius: 5px;
    padding: 17px;
    border: none;
    margin-left: 32px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    font-weight: 400;
}

#inputSearchTermHomeBtn img {
    display: none;
}

@media (max-width: 767px) {
    .search-header {
        display: none;
    }

    #inputSearchTermHomeBtn {
        border-radius: 0 5px 5px 0;
        margin-left: unset;
    }

    #inputSearchTermHomeBtn img {
        display: block;
    }

    #inputSearchTermHomeBtn span {
        display: none;
    }

}

@media (max-width: 767px) {
    .header-2 {
        font-size: 24px;
        line-height: 29px;
        hyphens: auto;
    }

    .header-2-2 {
        margin-top: 24px;
    }

    .content-paragraph {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .header-text {
        font-size: 14px;
        line-height: 16px;
    }
}

.msv-field {
    margin: 0;
    border-radius: 2px;
    background-color: #12687F;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 4px;
    width: fit-content
}

/*modal*/
.modal-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9;
}

.modal-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    width: 80%;
    height: 50%;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

#video {
    margin-top: 24px;
    width: 100%;
    height: 90%;
}

.container-play-btn {
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 4rem;
    background: #efeeee;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1),
    -10px -10px 10px rgba(255, 255, 255, 0.6);
}

.container-play-btn .fas {
    display: grid;
    place-items: center;
    font-size: 4rem;
    color: gray;
}

.container-play-btn:active {
    box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.1),
    inset -10px -10px 10px rgba(255, 255, 255, 0.6);
}

.container-play-btn:active .fas {
    color: #721efa;
}

.fa-play:before {
    content: "\f04b";
}

/**/

.content {
    margin: 40px 0 120px;
}

.panel-main-content-top-spacing {
    margin-top: 80px;
}

.most-popular-cat-subcat {
    margin-top: 64px;
}

.content .container {
    padding: 0;
    max-width: 1560px;
}

.margin-top-56 {
    margin-top: 56px;
}

.padding-x-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.padding-32 {
    padding: 32px;
}

.padding-4 {
    padding: 32px;
}

.secondary-text-color {
    color: #ADB6CA
}

.toggle-button {
    background: #12687F;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
}


.margin-top-60 {
    margin-top: 60px;
}

.digitalize-label {
    text-transform: uppercase;
    background: #0CBABA;
    border-radius: 50px;
    color: #fff;
    padding: 8px 20px;
    margin-top: 24px;
    width: fit-content;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.text-decoration-none-hover:hover {
    text-decoration: none;
}

@media only screen and (max-width: 47.99em) {
    .content {
        margin: 20px 0 60px;
    }

    .content .container {
        padding: 0 24px;
    }

    .panel-main-content-top-spacing {
        margin-top: 60px;
    }

    .toggle-button {
        width: 40px;
        height: 40px;
    }

    .types-spacing > :not(:last-child) {
        margin-bottom: 16px;
    }
}