.homepage_top_nav_buttons_contact,
.homepage_top_nav_buttons_login {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    font-family: UnifySans
}

.homepage_dropdown_select,
.homepage_how_we_help_dropdown li {
    text-transform: lowercase;
    font-family: UnifySans;
    cursor: pointer
}

@font-face {
    font-family: UnifySans;
    src: url('../fonts/UnifySans-Regular.woff2') format('woff2'), url('../fonts/UnifySans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: UnifySans;
    src: url('../fonts/UnifySans-Bold.woff2') format('woff2'), url('../fonts/UnifySans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.homepage_top_nav_section,
body,
html {
    width: 100%;
    background: #fff;
    position: relative
}

body,
html {
    font-family: Merriweather, serif;
    color: #1d1d1d;
    margin: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    height: auto;
    min-height: 100%
}

body {
    min-height: 100vh
}

a,
button {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0
}

section h1 {
    font-size: 3.5rem
}

.homepage_nav a,
.homepage_scroll_nav_links a {
    font-size: 16px;
    font-weight: 400;
    font-family: UnifySans;
    transition: .2s
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 8px !important
}

.mt-2 {
    margin-top: 12px !important
}

.mt-3 {
    margin-top: 16px !important
}

.mt-4 {
    margin-top: 24px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 8px !important
}

.ml-2 {
    margin-left: 12px !important
}

.ml-3 {
    margin-left: 16px !important
}

.ml-4 {
    margin-left: 24px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 8px !important
}

.mr-2 {
    margin-right: 12px !important
}

.mr-3 {
    margin-right: 16px !important
}

.mr-4 {
    margin-right: 24px !important
}

.d-flex {
    display: flex !important
}

.homepage_top_nav_buttons_container,
.homepage_top_nav_container,
.homepage_top_nav_left {
    display: flex;
    align-items: center
}

.btn:focus {
    box-shadow: none !important
}

.container {
    max-width: 1240px;
    padding: 0 16px;
    margin: 0 auto
}

.homepage_top_nav_section {
    z-index: 2222
}

.homepage_top_nav_container {
    justify-content: space-between;
    padding: 17px 0
}

.homepage_top_nav_container .logo {
    display: inline-block;
    padding-right: 8px
}

.homepage_top_nav_container .logo img {
    max-height: 48px
}

.homepage_top_nav_buttons_login {
    display: inline-block;
    color: #1482d7;
    background: url('../img/icons/user_icon.svg') center left 13px/16px auto no-repeat;
    border: 1px solid #1482d7;
    border-radius: 5px;
    padding: 7px 15px 7px 34px;
    margin-right: 8px
}

.homepage_top_nav_buttons_login.mobile {
    width: 40px;
    height: 33px;
    background: url('../img/icons/user_icon.svg') center/16px auto no-repeat;
    padding: 7px 11px
}

.homepage_top_nav_buttons_contact {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    background: #c00;
    border-radius: 5px;
    padding: 8px 16px
}

.homepage_approach,
.homepage_nav_section {
    background: #036
}

.homepage_nav {
    margin-left: -36px
}

.homepage_nav a:first-of-type {
    padding-left: 33px
}

.homepage_nav a {
    display: inline-block;
    line-height: 20px;
    color: #fff;
    padding: 17.5px 36px
}

.homepage_nav a:hover {
    text-shadow: 0 0 1px #fff;
    background-color: #1482d7
}

.dropdown_link_text {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px
}

.homepage_nav a.active .dropdown_link_text,
.homepage_scroll_nav_links a.active .dropdown_link_text {
    font-weight: 600;
    border-color: #1482d7
}

@media (max-width:1100px) {
    .homepage_nav a {
        padding: 17.5px 24px
    }
}

@media (max-width:1050px) {
    .homepage_nav a {
        padding: 17.5px 22px
    }
}

.homepage_nav .dropdown,
.homepage_scroll_nav_links .dropdown {
    position: relative;
    display: inline-block
}

.homepage_nav .dropdown-menu,
.homepage_scroll_nav_links .dropdown-menu {
    position: absolute;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    margin: 0;
    list-style-type: none
}

.homepage_nav .dropdown-menu {
    display: none;
    top: 56px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1;
    padding: 0
}

.homepage_nav .dropdown-menu li,
.homepage_scroll_nav_links .dropdown-menu li {
    border-bottom: 1px solid #ddd
}

.footer_links_column.mobile.no_border,
.homepage_nav .dropdown-menu li:last-of-type,
.homepage_scroll_nav_links .dropdown-menu li:last-of-type {
    border-bottom: none
}

.homepage_nav .dropdown-menu li a {
    display: block;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    transition: .2s;
    padding: 12px 35px
}

.homepage_nav .dropdown-menu li a:hover {
    text-decoration: none !important;
    background-color: #1482d7;
    color: #fff
}

.homepage_how_we_help_dropdown.bottom_select li:first-of-type,
.homepage_nav .dropdown-menu li:first-of-type a:hover,
.homepage_scroll_nav_links .dropdown-menu li:first-of-type a:hover {
    border-radius: 5px 5px 0 0
}

.homepage_how_we_help_dropdown.bottom_select li:last-of-type,
.homepage_nav .dropdown-menu li:last-of-type a:hover,
.homepage_scroll_nav_links .dropdown-menu li:last-of-type a:hover {
    border-radius: 0 0 5px 5px
}

.homepage_nav .dropdown-toggle {
    cursor: pointer;
    background: url('../img/icons/chevron_down_white_icon.svg') center right 12px/22px auto no-repeat;
    padding-right: 46px
}

.mobile_dropdown_toggle {
    cursor: pointer;
    background: url('../img/icons/chevron_down_dark_blue_icon.svg') center right 12px/22px auto no-repeat;
    padding-right: 26px
}

.mobile_dropdown_toggle.open {
    background: url('../img/icons/chevron_up_dark_blue_icon.svg') center right 12px/22px auto no-repeat
}

.mobile_dropdown_first_link {
    font-weight: 600 !important;
    margin-left: -10px !important
}

@media (min-width:992px) {
    .homepage_nav_section {
        display: block !important
    }

    .mobile-menu,
    .mobile_nav_toggle {
        display: none !important
    }
}

.homepage_scroll_nav_section {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #1d1D1D1A;
    box-shadow: rgba(0, 0, 0, .05) 0 9px 20px 1px;
    z-index: 222
}

.homepage_scroll_nav_section .logo img {
    max-height: 32px
}

.homepage_scroll_nav_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 740px
}

@media screen and (max-width:1150px) {
    .homepage_scroll_nav_links a {
        padding: 8px 10px !important
    }
}

.homepage_scroll_nav_links a {
    line-height: 19px;
    color: #036;
    border-radius: 5px;
    white-space: nowrap;
    padding: 9px 18px 8px
}

@media (max-width:1150px) {
    .homepage_scroll_nav_links a {
        font-size: 16px;
        padding: 8px 12px
    }
}

.homepage_scroll_nav_links .dropdown a.dropdown-toggle {
    padding: 8px 18px
}

.homepage_scroll_nav_links .dropdown-menu {
    display: none;
    top: 40px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 2222;
    padding: 0
}

.homepage_scroll_nav_links .dropdown-menu li a {
    display: block;
    color: #000;
    text-decoration: none;
    border-radius: 0;
    white-space: nowrap;
    transition: .2s;
    padding: 12px 16px
}

.homepage_scroll_nav_links .dropdown-menu li a:hover {
    background-color: #1482d7;
    color: #fff;
    text-decoration: none !important
}

.homepage_scroll_nav_links a:hover {
    background: #036;
    color: #fff;
    text-decoration: underline !important
}

.homepage_top_hero_image img {
    max-width: 551px
}

.homepage_top_hero_section {
    padding: 6rem 0
}

.hero_area {
    display: flex;
    gap: 2rem
}

@media screen and (max-width:615px) {
    .homepage_top_hero_text {
        padding: 2.5rem 0
    }

    .homepage_top_hero_section {
        padding: 3rem 0 0
    }
}

@media screen and (max-width:999px) {
    .homepage_top_hero_text h1 {
        font-size: 53px !important
    }
}

@media screen and (max-width:810px) {
    .hero_area {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    .homepage_top_hero_text {
        max-width: 100%
    }

    .homepage_top_hero_section {
        padding: 3rem 0
    }
}

@media screen and (min-width:768px) and (max-width:895px) {
    .homepage_top_hero_buttons .homepage_top_hero_button {
        min-width: 215px
    }

    .homepage_top_hero_text {
        padding: 1px 0 !important
    }
}

.homepage_top_hero_image {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.homepage_top_hero_text {
    padding: 4.5rem 0;
    width: 100%
}

.homepage_top_hero_text h1 {
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
    font-family: UnifySans;
    letter-spacing: -2px;
    color: #036
}

@media screen and (max-width:1024px) {
    .homepage_top_nav_buttons_container {
        display: flex;
        align-items: center;
        width: 198px
    }

    .homepage_top_hero_image img {
        max-width: 100%
    }

    .homepage_top_hero_image {
        margin: auto 0
    }

    .homepage_nav {
        margin-left: -25px
    }

    .homepage_nav a:first-of-type {
        padding-left: 1.58rem
    }

    .homepage_top_hero_text {
        max-width: 530px;
        padding: 1.5rem 0
    }

    .homepage_solutions_heading {
        text-align: left
    }
}

.homepage_discover_inner p,
.homepage_top_hero_text p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #1d1d1d;
    margin-top: 20px
}

.homepage_top_hero_buttons,
.support_search_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px
}

.homepage_top_hero_buttons .homepage_top_hero_button {
    margin-top: 20px
}

.homepage_top_hero_buttons .homepage_top_hero_button.left_btn {
    margin-right: 24px
}

@media (max-width:768px) {
    .homepage_top_hero_buttons {
        justify-content: space-around;
        flex-direction: column
    }

    .homepage_top_hero_buttons .homepage_top_hero_button.left_btn {
        margin-right: 0
    }
}

@media (max-width:500px) {
    .homepage_top_hero_buttons {
        justify-content: center;
        flex-direction: column
    }
}

.homepage_top_hero_button {
    display: flex;
    align-items: center;
    min-width: 250px;
    justify-content: center;
    min-height: 67px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: UnifySans;
    color: #1d1d1d;
    border: 2px solid #1d1d1d;
    border-radius: 5px;
    cursor: pointer;
    padding: 16px
}

@media (max-width:767px) {
    .only_desktop {
        display: none !important
    }

    .homepage_top_nav_container .logo img {
        max-height: 32px
    }

    .homepage_top_hero_text h1 {
        line-height: 40px;
        font-size: 40px !important;
        text-align: center
    }

    .homepage_top_hero_text p {
        font-size: 18px;
        line-height: 26px;
        text-align: center
    }

    .homepage_top_hero_button {
        min-width: 263px;
        max-width: 263px
    }
}

@media (max-width:450px) {
    .homepage_top_hero_button {
        min-width: 100%;
        max-width: 100%
    }
}

.homepage_top_hero_button.smaller {
    min-height: 59px
}

.homepage_top_hero_button.strategy {
    min-width: 283px;
    max-width: 283px
}

.homepage_top_hero_button.login {
    min-width: 152px;
    max-width: 152px
}

.homepage_top_hero_button.blue {
    color: #fff;
    background: #036;
    border-color: #003367
}

.homepage_top_hero_button.blue:focus,
.homepage_top_hero_button.blue:hover,
.homepage_top_hero_button.light_blue {
    background: #1482d7;
    border-color: #1482d6
}

.footer_links_heading a,
.homepage_section_heading.white,
.homepage_top_hero_button.light_blue {
    color: #fff
}

.homepage_top_hero_button.light_blue:focus,
.homepage_top_hero_button.light_blue:hover {
    background: #036;
    border-color: #003367
}

.homepage_top_hero_button.transparent {
border-color: #003367;
    color: #036;    
}

.homepage_top_hero_button.transparent:focus,
.homepage_top_hero_button.transparent:hover {
    color: #1482d7;
    background: 0 0;
    border-color: #1482d8;
}

.homepage_section_heading {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    font-family: UnifySans;
    text-align: center;
    color: #1d1d1d;
    letter-spacing: -1px
}

.development_services,
.development_support,
.homepage_how_we_help,
.services_top_section {
    background: #fff;
    padding: 75px 0
}

.homepage_how_we_help_big_text {
    font-size: 48px;
    line-height: 72px;
    font-weight: 400;
    color: #323031;
    font-family: UnifySans;
    text-align: center;
    margin-top: 48px
}

.homepage_dropdown_select {
    position: relative;
    font-weight: 600;
    color: #1482d7;
    background: url('../img/icons/chevron_down_blue_icon.svg') center right 16px/48px auto no-repeat;
    border: none;
    border-bottom: 2px solid #1482d7;
    padding-right: 76px
}

.homepage_dropdown_select.active {
    background: url('../img/icons/chevron_up_blue_icon.svg') center right 16px/48px auto no-repeat
}

.homepage_how_we_help_dropdown {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 32px rgba(0, 0, 0, .08);
    z-index: 1000;
    list-style-type: none;
    padding: 12px;
    margin: 5px 0 0;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    max-width: 1024px;
    border: 1px solid #98adc4;
    box-shadow: 0 3px 32px 0 #00000014
}

.homepage_how_we_help_dropdown.top_select {
    flex-wrap: wrap;
    width: calc(100% - 20px);
    max-width: 1180px;
    border: 1px solid #98adc4;
    box-shadow: 0 3px 32px 0 #00000014
}

.footer_bottom_link:focus,
.footer_bottom_link:hover,
.footer_link:focus,
.footer_link:hover,
.footer_links_column.mobile,
.footer_links_heading a:focus,
.footer_links_heading a:hover,
.footer_number_text a:focus,
.footer_number_text a:hover {
    border-bottom: 1px solid #fff
}

.homepage_how_we_help_dropdown.top_select::-webkit-scrollbar {
    width: 4px
}

.homepage_how_we_help_dropdown.top_select::-webkit-scrollbar-thumb {
    background-color: #dbdbdb
}

@media (max-width:1300px) {
    .homepage_how_we_help_dropdown.top_select {
        max-width: 800px
    }
}

.homepage_how_we_help_dropdown.bottom_select {
    flex-direction: column;
    padding: 0
}

.homepage_how_we_help_dropdown li {
    display: flex;
    align-items: center;
    font-weight: 400;
    border-radius: 0;
    padding: 12px 24px;
    width: 100%;
    max-width: 325px;
    font-size: 18px;
    line-height: 31.5px;
    color: #1d1d1d
}

.homepage_how_we_help_dropdown.bottom_select li {
    max-width: 100%
}

.homepage_how_we_help_dropdown.top_select li {
    max-width: 380px;
    padding-left: 66px
}

.homepage_how_we_help_dropdown li img {
    display: none;
    margin-left: 10px
}

.homepage_how_we_help_dropdown li.active img {
    display: inline
}

.homepage_how_we_help_dropdown.top_select li.top_select_1 {
    background: url('../img/icons/homepage_wizard_icon_1.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_2 {
    background: url('../img/icons/homepage_wizard_icon_2.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_3 {
    background: url('../img/icons/homepage_wizard_icon_3.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_4 {
    background: url('../img/icons/homepage_wizard_icon_4.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_5 {
    background: url('../img/icons/homepage_wizard_icon_5.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_6 {
    background: url('../img/icons/homepage_wizard_icon_6.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_7 {
    background: url('../img/icons/homepage_wizard_icon_7.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_8 {
    background: url('../img/icons/homepage_wizard_icon_8.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_9 {
    background: url('../img/icons/homepage_wizard_icon_9.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_10 {
    background: url('../img/icons/homepage_wizard_icon_10.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_11 {
    background: url('../img/icons/homepage_wizard_icon_12.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown.top_select li.top_select_12 {
    background: url('../img/icons/homepage_wizard_icon_13.svg') center left 24px/32px no-repeat #fff
}

.homepage_how_we_help_dropdown li.active,
.homepage_how_we_help_dropdown li:hover {
    background-color: #1482D70D !important
}

.service_page_btn_container a:hover {
    background-color: #036
}

.homepage_how_we_help_text {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    font-family: UnifySans;
    text-align: center;
    color: #323031;
    margin-top: 48px
}

.homepage_approach p,
.homepage_services_text,
.service_card_item p {
    font-size: 18px;
    font-weight: 400;
    text-align: center
}

.homepage_how_we_help_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px
}

.homepage_services {
    background: #f3f9fd;
    padding: 75px 0
}

.homepage_services_text {
    max-width: 760px;
    line-height: 31px;
    color: #1d1d1d;
    margin: 36px auto 0
}

.homepage_approach_big_text,
.service_card_item_heading {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    font-family: UnifySans;
    text-align: center
}

.service_cards_container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.service_card_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 382px;
    background: #fff;
    border: 1px solid rgba(0, 51, 102, .4);
    border-radius: 5px;
    padding: 40px;
    margin: 20px 10px 0
}

@media (max-width:640px) {
    .service_card_item {
        width: 100%;
        padding: 30px;
        margin: 20px 0 0
    }
}

.homepage_approach,
.homepage_solutions_overview {
    position: relative;
    padding: 75px 0
}

.service_card_item_icon {
    text-align: center
}

.service_card_item_icon img {
    max-width: 56px
}

.service_card_item_heading {
    color: #036;
    margin-top: 48px
}

.service_card_item p {
    line-height: 32px;
    color: #323031;
    margin-top: 20px
}

.service_card_item_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 12px
}

.service_card_item_buttons .homepage_top_hero_button {
    min-width: 300px
}

@media screen and (max-width:768px) {
    .service_card_item_buttons .homepage_top_hero_button {
        min-width: 100%
    }
}

.homepage_approach p {
    max-width: 782px;
    line-height: 31px;
    color: #fff;
    margin: 48px auto 0
}

.homepage_approach_big_text {
    color: #f3f9fd;
    margin-top: 75px
}

.homepage_solutions_polygons {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%
}

.homepage_solutions_heading {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    font-family: UnifySans;
    color: #1d1d1d;
    margin-top: 75px
}

.homepage_solution_cards_container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 12px -10px 0
}

.homepage_solution_card_item {
    min-width: 570px;
    max-width: 570px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 5px;
    box-shadow: 0 9px 20px 1px rgba(0, 0, 0, .05);
    padding: 40px;
    margin: 20px 10px 0
}

.homepage_solution_card_item h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    font-family: UnifySans;
    color: #1d1d1d;
    margin-top: 36px
}

.homepage_solution_card_item p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #1d1d1d;
    margin-top: 12px
}

.homepage_discover {
    background: url('../img/homepage_discover_bg.webp') center/cover no-repeat #fff;
    padding: 100px 0
}

.footer_bottom_links,
.homepage_discover_outer {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.homepage_discover_inner {
    max-width: 542px
}

.faq_question,
.homepage_contact p {
    font-size: 24px;
    line-height: 36px;
    color: #1d1d1d;
    font-family: UnifySans
}

.homepage_discover_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px
}

.homepage_faqs {
    padding: 75px 0 150px
}

.homepage_faqs_inner {
    max-width: 780px;
    box-shadow: 0 3px 32px rgba(0, 0, 0, .08);
    padding: 40px;
    margin: 40px auto 0
}

.faq_item {
    border-top: 1px solid #dbdbdb;
    padding-top: 32px;
    margin-top: 32px
}

.faq_item:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.faq_question {
    font-weight: 600;
    background: url('../img/icons/chevron_down_red_icon.svg') center right/24px no-repeat;
    transition: .2s;
    cursor: pointer;
    padding-right: 36px
}

.faq_question:hover {
    color: #c00
}

.faq_question.open {
    background: url('../img/icons/chevron_up_red_icon.svg') center right/24px no-repeat
}

.faq_answer {
    display: none;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #1d1d1d;
    margin-top: 20px
}

.homepage_contact {
    background: url('../img/homepage_contacts_bg.webp') center bottom repeat-x #fff;
    padding: 75px 0 315px
}

.homepage_contact p {
    font-weight: 600;
    text-align: center;
    margin-top: 48px
}

.homepage_contact_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px
}

.homepage_contact_buttons a {
    margin: 16px 10px 0
}

.homepage_footer {
    position: relative;
    background: #036;
    padding: 100px 0 40px
}

.homepage_footer_top_link {
    position: absolute;
    bottom: 80px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 56px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    font-family: UnifySans;
    color: #094067;
    background: url('../img/icons/top_arrow_icon.svg') center left 4px/48px no-repeat #fff;
    border-radius: 100px 0 0 100px;
    cursor: pointer;
    z-index: 1000;
    padding: 4px 24px 4px 56px
}

.footer_bottom_link,
.footer_link,
.footer_links_heading a,
.footer_number_text a {
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
    transition: .2s
}

.footer_logo a {
    display: inline-block
}

.footer_logo a img {
    max-height: 44px
}

.footer_links_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 24px -18px 0
}

.footer_links_column {
    max-width: 207px;
    margin: 26px 18px 0
}

.footer_links_column.mobile {
    width: 100%;
    max-width: 100%;
    padding-bottom: 14px;
    margin: 14px 0 0
}

.footer_links_heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: UnifySans;
    text-transform: uppercase;
    color: #fff
}

.footer_bottom p,
.footer_link,
.footer_number_text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: UnifySans;
    color: #fff
}

.footer_links_column_items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 10px
}

.footer_links_column.mobile .footer_links_column_items {
    display: none;
    padding-left: 20px
}

.footer_link {
    margin-top: 10px
}

.footer_number_text {
    background: url('../img/icons/phone_white_icon.svg') center left/36px no-repeat;
    padding-left: 46px;
    margin-top: 20px
}

.footer_number_text a {
    display: inline-block;
    color: #fff
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 88px
}

.footer_bottom_link,
.footer_bottom_links_divider {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    font-family: UnifySans
}

.footer_bottom_links_divider {
    margin: 0 8px
}

.strategy_top_hero_section {
    background: url('../img/strategy_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.login_top_hero_section {
    background: url('../img/login_top_bg.webp') top right/cover no-repeat #fff;
    padding: 150px 0
}

.lead_top_hero_section {
    background: url('../img/lead_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.automation_top_hero_section {
    background: url('../img/automation_top_bg.webp') center right/cover no-repeat #fff;
    padding: 133px 0
}

.seo_top_hero_section {
    background: url('../img/seo_top_bg.webp') center right/cover no-repeat #fff;
    padding: 133px 0
}

.conversion_top_hero_section {
    background: url('../img/conversion_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.reputation_top_hero_section {
    background: url('../img/reputation_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.branding_top_hero_section {
    background: url('../img/branding_top_bg.webp') center right/cover no-repeat #fff;
    padding: 133px 0
}

.google_top_hero_section {
    background: url('../img/google_top_bg.webp') center right/cover no-repeat #fff;
    padding: 133px 0
}

.microsoft_top_hero_section {
    background: url('../img/microsoft_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.facebook_top_hero_section {
    background: url('../img/facebook_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.linkedin_top_hero_section {
    background: url('../img/linkedin_top_bg.webp') center right/cover no-repeat #fff;
    padding: 133px 0
}

.front_top_hero_section {
    background: url('../img/front_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.back_top_hero_section {
    background: url('../img/back_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.cms_top_hero_section {
    background: url('../img/cms_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.hosting_top_hero_section {
    background: url('../img/hosting_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.support_top_hero_section {
    background: url('../img/support_top_bg.webp') center right/cover no-repeat #fff;
    padding: 133px 0
}

.about_top_hero_section {
    background: url('../img/about_top_bg.webp') top right/cover no-repeat #fff;
    padding: 133px 0
}

.clients_top_hero_section {
    background: url('../img/clients_top_bg.webp') center right/cover no-repeat #fff;
    padding: 133px 0
}

@media (min-width:1600px) {
    .strategy_top_hero_section {
        background: url('../img/strategy_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .login_top_hero_section {
        background: url('../img/login_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .lead_top_hero_section {
        background: url('../img/lead_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .automation_top_hero_section {
        background: url('../img/automation_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .seo_top_hero_section {
        background: url('../img/seo_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .conversion_top_hero_section {
        background: url('../img/conversion_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .reputation_top_hero_section {
        background: url('../img/reputation_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .branding_top_hero_section {
        background: url('../img/branding_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .google_top_hero_section {
        background: url('../img/google_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .microsoft_top_hero_section {
        background: url('../img/microsoft_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .facebook_top_hero_section {
        background: url('../img/facebook_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .linkedin_top_hero_section {
        background: url('../img/linkedin_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .front_top_hero_section {
        background: url('../img/front_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .back_top_hero_section {
        background: url('../img/back_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .cms_top_hero_section {
        background: url('../img/cms_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .hosting_top_hero_section {
        background: url('../img/hosting_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .support_top_hero_section {
        background: url('../img/support_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .about_top_hero_section {
        background: url('../img/about_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }

    .clients_top_hero_section {
        background: url('../img/clients_top_bg_lg.webp') right top/100% auto no-repeat #fff
    }
}

.content_nav_toggle {
    display: none;
    width: 22px;
    height: 22px;
    background: url('../img/icons/cross_icon.svg') center/24px auto no-repeat;
    margin-left: 12px
}

.content_nav_toggle.open {
    background: url('../img/icons/chevron_up_dark_blue_icon.svg') center right/22px auto no-repeat
}

.clients_list_container,
.consultation_data_link_container {
    margin-top: 24px
}

.clients_list_item:first-of-type,
.contact_item_link_outer_container:first-of-type,
.development_services_item:first-of-type,
.services_list_item_list_item:first-of-type {
    margin-top: 0
}

.contact_item_link_outer_container {
    margin-top: 48px
}

@media (min-width:768px) {
    .only_mobile {
        display: none !important
    }
}

.contact_item_link_container,
.services_list_item_list_item {
    margin-top: 32px
}

@media (max-width:991px) {
    .homepage_top_nav_section {
        position: sticky;
        top: 0;
        border-bottom: 1px solid #1d1D1D1A
    }

    .homepage_top_nav_section.no_border {
        border-color: #fff
    }

    .mobile_nav_toggle {
        display: inline-block !important;
        width: 28px;
        height: 28px;
        background: url('../img/icons/nav_mobile_toggle.svg') center no-repeat;
        margin-right: 12px
    }

    .homepage_nav_section,
    .mobile-menu {
        display: none
    }

    .mobile-menu,
    .mobile-menu li a:focus {
        background-color: #fff
    }

    .mobile_nav_toggle.open {
        background: url('../img/icons/nav_mobile_cross.svg') center no-repeat
    }

    .mobile-menu {
        position: fixed;
        top: 71px;
        left: 0;
        width: 100%;
        max-width: 372px;
        height: calc(100vh - 71px);
        flex-direction: column;
        z-index: 2222;
        overflow: auto
    }

    .mobile-menu.open {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .mobile-menu_btn_container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        margin-top: 48px
    }

    .mobile-menu_btn_container .homepage_top_hero_button {
        width: 100%;
        max-width: 335px
    }

    .mobile-menu ul {
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0
    }

    .mobile-menu ul.dropdown-menu {
        padding-left: 20px
    }

    .mobile-menu li {
        padding: 0 20px
    }

    .mobile-menu li a {
        display: block;
        text-decoration: none;
        font-weight: 600;
        font-family: UnifySans;
        color: #036;
        border-bottom: 1px solid #dee1e9;
        padding: 14px 0
    }

    .mobile-menu ul.dropdown-menu li {
        padding: 0
    }

    .mobile-menu ul.dropdown-menu a {
        font-weight: 400;
        color: #1482d7;
        border: none
    }

    .homepage_scroll_nav_section {
        display: none !important
    }

    .homepage_how_we_help_dropdown.top_select {
        max-width: 420px;
        overflow-x: scroll
    }
}

.privacy_section {
    background: #fff;
    padding: 75px 0 150px
}

.development_services_item_text {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #323031;
    margin-top: 20px
}

.consultation_image_content img {
    width: 100%
}

.development_top_section {
    background: #fff;
    padding: 132px 0 100px
}

@media (max-width:1340px) {
    .development_top_section {
        padding: 75px 0
    }
}

.development_top_heading {
    max-width: 980px;
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
    font-family: UnifySans;
    text-align: center;
    letter-spacing: -2px;
    color: #036;
    margin: 0 auto
}

.development_top_text {
    max-width: 892px;
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
    color: #323031;
    margin: 92px auto 0
}

.development_top_text.smaller {
    max-width: 829px
}

.development_services .homepage_section_heading {
    max-width: 650px;
    margin: 0 auto
}

.development_services_items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px
}

.development_services_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 5px;
    box-shadow: 0 9px 20px 1px rgba(0, 0, 0, .05);
    padding: 40px;
    margin-top: 20px
}

.development_services_item_left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 72px
}

.development_services_item_icon {
    margin-right: 40px
}

.development_services_item_icon img,
.development_support_item_icon img,
.services_list_item_icon img,
.support_help_item_icon img {
    max-height: 72px
}

.development_services_item_text_container {
    max-width: 497px
}

.development_services_item_heading {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    font-family: UnifySans;
    color: #036
}

.development_services_item_links .homepage_top_hero_button {
    min-width: 219px;
    max-width: 219px;
    min-height: 59px
}

.development_services_item_links .development_services_item_second_link {
    margin-top: 16px
}

.development_support_items {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px
}

.development_support_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 555px;
    background: #fff;
    border: 1px solid #99adc2;
    border-radius: 5px;
    box-shadow: 0 9px 20px 1px rgba(0, 0, 0, .05);
    padding: 40px 45px 60px;
    margin: 20px 10px 0
}

.company_item,
.contact_item,
.support_help_item {
    box-shadow: 0 3px 32px 0 #00000014
}

.development_support_item_icon,
.service_page_icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.development_support_item_heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    font-family: UnifySans;
    text-align: center;
    letter-spacing: -2px;
    color: #036;
    margin-top: 40px
}

.development_support_item_text {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    color: #323031;
    margin-top: 20px
}

.development_support_item_link_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.services_top_heading {
    max-width: 880px;
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
    font-family: UnifySans;
    letter-spacing: -2px;
    color: #036
}

.services_top_text {
    max-width: 880px;
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
    color: #323031;
    margin-top: 60px
}

.services_list_section {
    background: #fff;
    padding: 0 0 75px
}

.services_list_items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px
}

.services_list_item {
    max-width: 343px;
    margin: 75px 10px 0
}

.services_list_item_heading,
.support_help_heading {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    font-family: UnifySans;
    color: #036;
    margin-top: 36px
}

.services_list_item_list,
.support_help_item_link_container {
    margin-top: 36px
}

.services_list_item_list_item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #1482d7
}

.privacy_top_hero_section h1,
.service_content h2,
.service_page_btn_container a,
.service_page_heading {
    font-weight: 600;
    font-family: UnifySans
}

.services_list_item_list_item a img {
    max-height: 32px;
    margin-right: 12px
}

.service_page_section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 758px;
    background: #fff;
    padding: 10rem 0
}

@media screen and (max-width:767px) {
    .homepage_top_nav_buttons_container {
        justify-content: flex-end
    }

    .service_page_section {
        min-height: auto;
        padding-top: 3rem
    }
}

.service_page_icon img {
    max-height: 96px
}

.service_page_heading {
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -2px;
    color: #1d1d1d;
    margin-top: 28px
}

.privacy_top_text,
.service_page_text {
    line-height: 31px;
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 400
}

.service_page_text {
    max-width: 580px;
    text-align: center;
    margin: 16px auto 0
}

.service_content {
    max-width: 546px;
    margin-top: 2rem;
    padding-right: 15px
}

.service_content h2 {
    padding: 10px 0;
    color: #036;
    font-size: 28px
}

.service_page_text.smaller {
    max-width: 394px
}

.service_page_btn_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px
}

.service_page_btn_container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 59px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background: #1a73e8;
    border-radius: 5px;
    padding: 16px
}

.privacy_top_hero_section,
.privacy_top_hero_section.support {
    padding: 75px 0
}

.privacy_top_hero_section h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2px;
    color: #036;
    margin: 0
}

.privacy_top_heading {
    display: flex;
    flex-wrap: wrap
}

.privacy_top_text {
    max-width: 780px;
    margin-top: 20px
}

.page_scroll_container {
    padding-top: 100px
}

.clients_list_item {
    width: 100%;
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 400
}

@media (max-width:767px) {
    .homepage_section_heading {
        font-size: 30px;
        line-height: 33px;
        text-align: center
    }

    .homepage_top_hero_button.login {
        width: 100%;
        max-width: 100%
    }

    .homepage_how_we_help {
        padding: 40px 0 75px
    }

    .homepage_how_we_help_big_text {
        font-size: 26px;
        line-height: 40px
    }

    .homepage_dropdown_select {
        background: url('../img/icons/chevron_down_blue_icon.svg') center right 4px/24px auto no-repeat;
        padding-right: 34px
    }

    .homepage_dropdown_select.active {
        background: url('../img/icons/chevron_up_blue_icon.svg') center right 4px/24px auto no-repeat;
        padding-right: 34px
    }

    .homepage_how_we_help_dropdown {
        padding: 0
    }

    .homepage_how_we_help_dropdown.top_select {
        max-width: 100%;
        max-height: 404px
    }

    .homepage_how_we_help_dropdown li {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px
    }

    .homepage_how_we_help_dropdown li:first-of-type {
        border-radius: 5px 5px 0 0
    }

    .homepage_how_we_help_dropdown li:last-of-type {
        border-radius: 0 0 5px 5px
    }

    .homepage_how_we_help_dropdown.top_select li {
        max-width: 100%;
        background-size: 24px !important;
        padding-left: 58px !important
    }

    .homepage_how_we_help_text {
        font-size: 20px;
        line-height: 24px
    }

    .homepage_discover_inner p,
    .homepage_services_text {
        font-size: 18px;
        line-height: 27px;
        text-align: center
    }

    .development_top_heading,
    .privacy_top_hero_section h1,
    .service_card_item_heading,
    .service_page_heading,
    .services_top_heading {
        font-size: 40px;
        line-height: 40px
    }

    .clients_list_item,
    .faq_question,
    .footer_links_heading,
    .homepage_approach p,
    .homepage_contact p,
    .service_card_item p {
        font-size: 18px;
        line-height: 27px
    }

    .service_card_item_buttons {
        margin-top: 20px
    }

    .homepage_approach_big_text,
    .homepage_solution_card_item h3 {
        font-size: 22px;
        line-height: 27px
    }

    .homepage_solutions_heading {
        font-size: 24px;
        line-height: 29px;
        text-align: center
    }

    .homepage_solution_cards_container {
        justify-content: center;
        flex-direction: column;
        margin: 0
    }

    .homepage_solution_card_item p {
        font-size: 18px;
        line-height: 28px
    }

    .homepage_discover {
        background: url('../img/homepage_discover_mobile_bg.webp') center top/cover no-repeat #fff;
        padding: 440px 0 50px
    }

    .homepage_discover_inner .homepage_section_heading {
        text-align: center !important
    }

    .homepage_discover_buttons,
    .homepage_discover_outer {
        justify-content: center
    }

    .homepage_discover_buttons .homepage_top_hero_button {
        min-width: 100%;
        max-width: 100%
    }

    .homepage_faqs {
        padding: 50px 0
    }

    .homepage_faqs_inner {
        padding: 30px
    }

    .faq_answer {
        font-size: 18px;
        line-height: 32px
    }

    .homepage_contact {
        background: url('../img/homepage_contacts_mobile_bg.webp') center bottom/100% auto no-repeat #fff;
        padding: 50px 0 250px
    }

    .homepage_footer {
        padding: 75px 0 24px
    }

    .footer_links_container {
        margin: 24px 0 0
    }

    .footer_bottom {
        align-items: flex-start;
        flex-direction: column-reverse
    }

    .footer_bottom_links {
        margin-bottom: 32px
    }

    .strategy_top_hero_section {
        background: url('../img/strategy_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .login_top_hero_section {
        background: url('../img/login_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .lead_top_hero_section {
        background: url('../img/lead_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .automation_top_hero_section {
        background: url('../img/automation_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .seo_top_hero_section {
        background: url('../img/seo_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .conversion_top_hero_section {
        background: url('../img/conversion_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .reputation_top_hero_section {
        background: url('../img/reputation_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .branding_top_hero_section {
        background: url('../img/branding_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .google_top_hero_section {
        background: url('../img/google_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .microsoft_top_hero_section {
        background: url('../img/microsoft_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .facebook_top_hero_section {
        background: url('../img/facebook_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .linkedin_top_hero_section {
        background: url('../img/linkedin_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .front_top_hero_section {
        background: url('../img/front_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .back_top_hero_section {
        background: url('../img/back_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .cms_top_hero_section {
        background: url('../img/cms_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .hosting_top_hero_section {
        background: url('../img/hosting_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .support_top_hero_section {
        background: url('../img/support_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .about_top_hero_section {
        background: url('../img/about_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .clients_top_hero_section {
        background: url('../img/clients_top_mobile_bg.webp') center top/100% auto no-repeat #fff;
        padding: 260px 0 30px
    }

    .development_services {
        padding: 0 0 75px
    }

    .development_services_item_links {
        margin-top: 30px
    }

    .privacy_section,
    .privacy_top_hero_section {
        padding: 75px 0
    }

    .development_top_text,
    .services_top_text {
        font-size: 18px;
        line-height: 31px;
        margin-top: 30px
    }

    .development_services_item {
        flex-direction: column;
        padding: 30px
    }

    .development_services_item_left {
        flex-direction: column;
        margin-right: 0
    }

    .development_services_item_icon img,
    .development_support_item_icon img,
    .services_list_item_icon img {
        max-height: 56px
    }

    .development_services_item_text_container {
        max-width: 100%
    }

    .development_services_item_heading {
        font-size: 22px;
        line-height: 26px;
        margin-top: 30px
    }

    .development_services_item_text,
    .development_support_item_text,
    .privacy_top_text,
    .service_page_text,
    .services_list_item_list_item a {
        font-size: 18px;
        line-height: 26px
    }

    .development_services_item_text {
        margin-top: 12px
    }

    .development_support_item {
        padding: 30px 30px 50px
    }

    .services_top_section {
        padding: 75px 0 0
    }

    .services_list_items {
        margin: 0
    }

    .services_list_item {
        margin: 75px 0 0
    }

    .services_list_item_heading {
        font-size: 24px;
        line-height: 29px;
        margin-top: 30px
    }

    .services_list_item_list {
        margin-top: 32px
    }

    .service_content {
        width: 100%
    }

    .page_scroll_container {
        padding-top: 75px
    }
}

.clients_list_item {
    display: flex;
    align-items: center;
    min-height: 32px;
    line-height: 32px;
    background: url('../img/icons/green_check_icon.svg') top left/32px auto no-repeat;
    padding-left: 40px;
    margin-top: 12px
}

.support_search_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 149px;
    height: 72px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    background: #1482d7;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    padding: 16px
}

.company_item_link,
.support_help_item_link {
    color: #036;
    font-weight: 600;
    font-family: UnifySans;
    display: flex
}

.contact_item_heading,
.wizard_top_big_heading,
.wizard_top_small_heading {
    font-weight: 600;
    color: #1d1d1d;
    font-family: UnifySans
}

.support_help_section {
    background: #f3f9fd;
    padding: 60px 0 150px
}

.company_items_container,
.support_help_items_container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px -10px 0
}

.company_item,
.support_help_item {
    margin: 20px 10px 0;
    width: 100%;
    background: #fff
}

.support_help_item {
    max-width: 280px;
    border: 1px solid #1d1D1D1A;
    border-radius: 5px;
    padding: 40px
}

.support_help_item:hover {
    background: #e6f4ff
}

.support_help_item_link {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    line-height: 36px
}

.company_item {
    max-width: 580px;
    border: 1px solid #1d1D1D1A;
    border-radius: 5px;
    padding: 0
}

.company_item_icon img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

.company_item_link_container {
    background: #fff;
    padding: 40px
}

.company_item_link {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 40px;
    line-height: 48px
}

.company_item_link img {
    width: 48px;
    height: 48px
}

.wizard_top_small_heading {
    font-size: 28px;
    line-height: 33px;
    text-align: center
}

.wizard_top_big_heading {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    margin-top: 20px
}

.wizard_cards {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 28px
}

.wizard_different_goal_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px
}

.homepage_mobile_background {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2000
}

@media (max-width:991px) {
    .homepage_mobile_background {
        background: #000;
        opacity: .3
    }
}

[class^=StyledLongAnswerFieldCounter] {
    display: none !important
}

.contact_bottom_section {
    background: #f3f9fd;
    padding: 112px 0 132px
}

.contact_items_container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px
}

.contact_item {
    min-width: 380px;
    max-width: 380px;
    background: #fff;
    border: 1px solid #99adc0;
    border-radius: 5px;
    padding: 40px;
    margin: 20px 10px 0
}

@media (max-width:560px) {
    .mobile-menu {
        max-width: 100%;
        height: calc(100vh - 142px)
    }

    .development_services_item_links {
        width: 100%
    }

    .development_services_item_links .homepage_top_hero_button {
        min-width: 100%;
        max-width: 100%;
        min-height: 59px
    }

    .homepage_mobile_background {
        background: #fff;
        opacity: 1
    }

    .contact_item {
        min-width: 100%
    }
}

.contact_item_heading {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px
}

.contact_item_link,
.contact_item_link_text {
    font-size: 18px;
    font-weight: 400;
    padding-left: 44px
}

.contact_item_link {
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    color: #1482d7
}

.contact_item_link.start {
    background: url('../img/icons/start_contact_icon.svg') center left/32px no-repeat
}

.contact_item_link.consultation {
    background: url('../img/icons/consultation_contact_icon.svg') center left/32px no-repeat
}

.contact_item_link.phone {
    background: url('../img/icons/phone_contact_icon.svg') center left/32px no-repeat
}

.contact_item_link.ticket {
    background: url('../img/icons/ticket_contact_icon.svg') center left/32px no-repeat
}

.contact_item_link_text {
    line-height: 32px;
    color: #323031;
    margin-top: 4px
}

@media (max-width:980px) {
    .consultation_image_hero img {
        width: 100%
    }

    .consultation_data_container {
        max-width: 100% !important
    }
}

@media (max-width:840px) {
    .consultation_image_hero {
        display: none !important
    }
}

.consultation_data_heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    color: #1d1d1d;
    font-family: UnifySans
}

.consultation_data_text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: UnifySans;
    color: #1d1d1d;
    margin-top: 18px
}

.consultation_faqs_inner {
    box-shadow: 0 3px 32px rgba(0, 0, 0, .08);
    padding: 40px;
    margin: 40px auto 75px
}

.consultation_faq_container_heading h3 {
    font-family: UnifySans;
    font-weight: 600;
    font-size: 48px;
    text-align: center
}

.consultation_data_number {
    background: url('../img/icons/phone_blue_icon.svg') center left/32px no-repeat;
    padding-left: 40px;
    margin-top: 12px
}

.consultation_data_number a {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #1482d7;
    text-decoration: none
}

.consultation_data_time {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #1d1d1d;
    background: url('../img/icons/time_icon.svg') center left/32px no-repeat;
    padding-left: 40px;
    margin-top: 12px
}

.consultation_data_question {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #1d1d1d;
    font-family: UnifySans;
    margin-top: 48px
}

.consultation_data_link_container .homepage_top_hero_button {
    min-width: 317px;
    max-width: 317px
}

.consultation_data_container {
    margin-top: 25px;
    max-width: 530px
}

.consultation_inner_area {
    display: flex;
    justify-content: space-between
}

.consultation_text_content {
    width: 490px
}

.consultation_heading {
    font-family: UnifySans !important;
    color: #323031;
    margin: 0;
    padding-bottom: 24px
}

.consultation_heading h1 {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 1rem
}

.consultation_heading h2 {
    font-weight: 600;
    font-size: 24px
}

.consultation_content {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
    max-width: 490px
}

.consultation_image_hero {
    display: flex;
    align-items: center;
    padding: 3rem 0
}

@media (max-width:768px) {
    .homepage_solution_cards_container {
        margin: 0
    }

    .homepage_solution_card_item {
        width: 100%;
        min-width: 100%;
        margin: 20px 0 0
    }

    .consultation_data_container {
        padding: 6px 0
    }

    .consultation_content {
        padding: 2rem 0
    }
}

@media (max-width:767px) {
    .clients_list_item {
        font-size: 18px;
        line-height: 27px;
        background-position: top 2px left;
        background-size: 24px auto;
        padding-left: 32px
    }

    .support_search_submit_btn {
        width: 52px;
        height: 58px;
        padding: 4px
    }

    .support_help_section {
        padding: 75px 0
    }

    .support_help_heading {
        font-size: 24px;
        line-height: 29px;
        margin-top: 30px
    }

    .company_items_container,
    .support_help_items_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0
    }

    .support_help_item {
        padding: 30px;
        margin: 20px 0 0
    }

    .support_help_item_icon img {
        max-height: 56px
    }

    .support_help_item_link_container {
        margin-top: 30px
    }

    .support_help_item_link {
        font-size: 18px;
        line-height: 27px
    }

    .support_help_item_link img {
        width: 27px;
        height: 27px
    }

    .company_item {
        margin: 20px 0 0
    }

    .company_item_icon img {
        width: 100%
    }

    .company_item_link_container,
    .contact_item {
        padding: 30px
    }

    .company_item_link {
        font-size: 30px;
        line-height: 48px
    }

    .company_item_link img {
        width: 29px;
        height: 29px
    }

    .wizard_top_small_heading {
        font-size: 20px;
        line-height: 24px
    }

    .contact_item_heading,
    .wizard_top_big_heading {
        font-size: 30px;
        line-height: 33px
    }

    .wizard_top_big_heading {
        letter-spacing: -1px
    }

    .wizard_cards {
        align-items: flex-start
    }

    .contact_bottom_section {
        background: #f3f9fd;
        padding: 55px 0 75px
    }

    .contact_items_container {
        justify-content: center;
        margin: 0
    }

    .contact_item_link,
    .contact_item_link_text {
        font-size: 18px;
        line-height: 26.25px
    }

    .consultation_inner_area {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    .consultation_image_content img {
        width: 350px
    }

    .consultation_content {
        max-width: 100%
    }

    .consultation_text_content {
        width: 100%;
        text-align: center;
        padding: 2.5rem 0
    }

    .consultation_faqs_inner {
        padding: 28px
    }
}

@media (max-width:425px) {
    .service_content h2 {
        font-size: 20px
    }

    .consultation_data_text {
        font-size: 18px;
        margin-top: 8px
    }

    .consultation_data_heading {
        font-size: 22px;
        line-height: 22px;
        font-weight: 600
    }

    .consultation_faqs_inner .faq_answer,
    .consultation_heading h2 {
        font-size: 18px
    }

    .consultation_content {
        font-size: 18px;
        padding: 1.5rem 0 2rem
    }

    .consultation_content.call {
        text-align: center
    }

    .consultation_heading {
        padding-bottom: 10px
    }

    .consultation_heading h1 {
        font-size: 22px
    }

    .consultation_faq_container_heading h3 {
        font-size: 30px;
        letter-spacing: -2px;
        font-weight: 700
    }
}

.feedback_top_text {
    max-width: 780px;
    font-size: 18px;
    line-height: 31.5px;
    font-weight: 400;
    color: #1d1d1d;
    margin-top: 16px
}

@media screen and (max-width:1024px) {
    .homepage_top_nav_buttons_container {
        width: 212px
    }

    .homepage_solution_card_item {
        min-width: 100%;
        max-width: 100%
    }

    .homepage_solution_cards_container {
        justify-content: center
    }
}

.dropdown-menu .sub-menu a {
    font-weight: 800;
    color: #003367 !important;
}

.dropdown-menu .sub-menu a:hover {
    color: #fff !important;
}