@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&dsiplay=swap");
.__button--contact {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.4rem 0.8rem;
    font-size: 1.125rem;
    line-height: 1.6;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-family: "TAXciweb";
    font-size: 22px;
    letter-spacing: 2.3px;
    background-color: #fff;
    border-color: #fff;
    color: #68B;
    padding: 7px 25px 6px 25px;
    margin-top: 15px;
    margin-bottom: 27px;
    text-decoration: none;
}

.__button--contact:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: #ececec;
    border-color: #e6e5e5;
    text-decoration: none;
}

.__button--contact:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1d8";
    margin-right: 10px;
}

.__button--subscribe {
    color: white !important;
    background-color: #7897c5;
    text-decoration: none !important;
    border-bottom-style: solid;
    border-color: #537ab3;
    border-width: 2px;
    padding: 5px 23px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.__button--subscribe:hover {
    background-color: #537ab3;
}

.__button--form {
    color: white !important;
    background-color: #7897c5;
    text-decoration: none !important;
    border-bottom-style: solid;
    border-color: #537ab3;
    border-width: 2px;
    padding: 10px 36px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.__button--form:hover {
    background-color: #537ab3;
}

@media only screen and (max-width: 400px) {
    .__button--form {
        font-size: 12px;
        padding: 10px 13px;
    }
}

.__title--green {
    font-family: "TAXciweb";
    font-size: 48px;
    color: #d6d213;
    line-height: 1.4;
    font-weight: 400;
    display: block;
}

.__title--green span {
    display: block;
}

.__more {
    font-size: 15px;
    line-height: 15px;
    color: #919191;
    font-family: "TAXciweb";
    font-weight: bold;
    display: block;
    letter-spacing: 0.2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.__more:hover {
    color: #d6d213;
}

@media only screen and (max-width: 600px) {
    .__title--green {
        font-size: 28px;
    }
}

.fqt_checkbox .fq_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.select-checkboxes-opts input[type="checkbox"] {
    vertical-align: text-top;
    margin-top: 3px;
}

.fqt_checkbox input,
.select-checkboxes-opts input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px !important;
    border-radius: 3px !important;
    display: inline-block;
    position: relative;
    width: unset !important;
}

.fqt_checkbox input:active,
.fqt_checkbox input:checked:active,
.select-checkboxes-opts input[type="checkbox"]:active,
.select-checkboxes-opts input[type="checkbox"]:checked:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.fqt_checkbox input::-webkit-input-placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox input:-ms-input-placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox input::-ms-input-placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox input::placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox textarea::-webkit-input-placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox textarea:-ms-input-placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox textarea::-ms-input-placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox textarea::placeholder {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
}

.fqt_checkbox input:checked,
.select-checkboxes-opts input[type="checkbox"]:checked {
    background-color: #7897c4;
    border: 1px solid #adb8c0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.fqt_checkbox input:checked:after,
.select-checkboxes-opts input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
    color: white;
}

.ocmssubmit,
.ff-exo-form button[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.6;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-family: "TAXciweb";
    font-size: 22px;
    letter-spacing: 2.3px;
    padding: 7px 69px 5px;
    color: #fff;
    background-color: #7897c4;
    border-color: #7897c4;
    cursor: pointer;
    border-bottom: 3px solid #537ab3;
    border-top: 0;
    border-right: 0;
    border-right: 0;
    text-transform: uppercase;
}

.fqt_plaintext {
    font-size: 1.8rem;
    font-family: "TAXciweb";
    color: #333;
    font-weight: 400;
}

.required-cont,
.fq_label,
.required,
.fq_file_id {
    display: none;
}

.exologForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fqrow .fq_input input,
.fqrow .fq_input select,
.ff-exo-form input,
.ff-exo-form select {
    padding: 0.4rem 0.8rem;
    border: 1px solid #dfdfdf;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #999;
}

.ff-exo-form .form-group {
    margin: 0 0 14px;
}
.ff-exo-form .form-group input:not([type=checkbox]):not([type=file]),
.ff-exo-form .form-group textarea {
    width: calc(100% - 1.75rem);
}

.ff-exo-form .form-group select {
    width: 100%;
    padding: 0.55rem 0.8rem;
}
.ff-exo-form .form-group input[type=date] {
    padding: 0.34rem 0.8rem;
}

.exologFormInline .fq_label,
.exologForm .fq_prefix,
.exologForm .fq_input,
.exologForm .required,
.exologForm .fq_postfix,
.exologForm .cbfq_input,
.exologForm .cbfq_label {
    float: unset !important;
}

textarea {
    padding: 0.4rem 0.8rem;
    border: 1px solid #dfdfdf;
    line-height: 1.6;
    color: #999;
    overflow: auto;
    resize: vertical;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
}

@font-face {
    font-family: 'TAXciweb';
    src: url("/sites/taxci-mvc/resources/fonts/taxciroman-webfont.eot");
    src: url("/sites/taxci-mvc/resources/fonts/taxciroman-webfont.woff") format("woff"), 
    url("/sites/taxci-mvc/resources/fonts/taxciroman-webfont.ttf") format("truetype"), 
    url("/sites/taxci-mvc/resources/fonts/taxciroman-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TAXciweb';
}

input::-webkit-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}

input:-ms-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}

input::-ms-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}

input::placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}

select {
    font-family: 'Source Sans Pro', sans-serif;
}

ul {
    list-style: square;
    padding: 0px 0 0 16px;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .container {
        max-width: 1530px;
        margin: 0 auto;
    }
}
header .header__container {
    margin: auto;
    max-width: 1530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

header .header__container .header__back {
    display: none;
}

header .header__container .header__logo img {
    width: 228px;
    height: 106px;
}

header .header__container .header__menu_icon {
    display: none;
}

header .header__container .header__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header__container .header__language .header__language_icon {
    display: block;
    margin-right: 18px;
    height: 11px;
    padding: 7px 25px;
    cursor: pointer;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30' width='1200' height='600' xmlns:v='https://vecta.io/nano'%3E%3CclipPath id='A'%3E%3Cpath d='M0 0v30h60V0z'/%3E%3C/clipPath%3E%3CclipPath id='B'%3E%3Cpath d='M30 15h30v15zv15H0zH0V0zV0h30z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M0 0v30h60V0z' fill='%23012169'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' clip-path='url(%23B)' stroke='%23c8102e' stroke-width='4'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23c8102e' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 28px 16px;
}

header .header__container .header__language .header__language_icon:focus,
header .header__container .header__language .header__language_icon:hover {
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

header .header__container .header__language .header__language_icon--active {
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

header .header__container .header__language .header__language_container {
    display: none;
    position: absolute;
    top: 66px;
    right: 33px;
    background-color: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 4px 11px;
}

header .header__container .header__language .header__language_container--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .header__container .header__links_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    letter-spacing: 1.8px;
    margin-top: revert;
}

header .header__container .header__links_container li {
    list-style: none;
}

header .header__container .header__links_container li a {
    font-family: 'TAXciweb';
    padding-top: 8px;
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

header .header__container .header__links_container li a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.main-nav .dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0px;
    border: none;
    font-size: 16px;
    margin-top: 0;
    box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 7%);
    padding-top: 25px;
    padding-bottom: 25px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.125rem;
    color: #333333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
footer {
    background: #1e5799;
    background: -webkit-gradient(linear, left top, right top, from(#1e5799), color-stop(0%, #597fb6), to(#7897c4));
    background: linear-gradient(to right, #1e5799 0%, #597fb6 0%, #7897c4 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7897c4', GradientType=1);*/
    color: #fff;
    padding-top: 44px;
    padding-bottom: 30px;
    margin-top: 65px;
}

footer a {
    text-decoration: none;
    color: white;
}

footer .footer__links {
    padding: 0 20px 0 20px;
    margin: auto;
    max-width: 800px;
    text-align: center;
}

footer .footer__links a {
    margin: 0 10px;
}

footer .footer__content {
    padding: 0 20px 0 20px;
    margin: auto;
    max-width: 800px;
}

footer .footer__content p:first-child {
    margin-top: 9px;
}

footer .footer__content .footer__number,
footer .footer__content .footer__email,
footer .footer__content .footer__location {
    color: white;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

footer .footer__content .footer__number::before,
footer .footer__content .footer__email::before,
footer .footer__content .footer__location::before {
    font-size: 17px;
}

footer .footer__title {
    padding: 0 20px 0 20px;
    margin: auto;
    max-width: 800px;
    font-size: 43px;
    font-weight: 400;
    margin-bottom: 12px;
}

.heading .heading__title {
    background-size: cover;
    padding: 90px 0 13px 0;
    background-repeat: no-repeat;
}

.heading .heading__title h1 {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 48px;
    text-shadow: 1px 1px 1px #000;
    color: white;
    letter-spacing: 0.5px;
    max-width: 1500px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: initial;
}

.heading__text {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1530px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.heading__text .headig__breadcrumb {
    font-family: "TAXciweb";
    font-weight: bold;
    font-size: 15px;
    color: #919191;
}

.heading__text .headig__breadcrumb a {
    color: #919191;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.heading__text .headig__breadcrumb a:hover {
    color: #d6d213;
}

.heading__text .headig__date {
    font-size: 18px;
    color: #333;
    margin-right: 10px;
}

.default {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1530px;
}

.pages {
    margin-bottom: 50px;
}

.pages__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pages__elements .pages__element {
    width: 29%;
    margin-bottom: 64px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07);
    padding: 20px 20px 39px 20px;
    color: #333;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    display: block;
    text-decoration: none;
    position: relative;
}

.pages__elements .pages__element:hover {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
}

.pages__elements .pages__element .pages__link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.pages__elements .pages__element .pages__image {
    display: block;
    margin-bottom: 14px;
    height: 177px;
}

.pages__elements .pages__element .pages__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pages__elements .pages__element h3 {
    font-size: 1.7rem;
    margin-bottom: 7px;
    font-weight: 500;
    margin-top: 30px;
}

.pages__elements .pages__element span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
}

.pages__elements .pages__element .__more {
    margin-top: 17px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.content_one_column,
.content_two_columns,
.content_three_columns,
.content_four_columns {
    font-size: 1.125rem;
    color: #333;
}

.content_one_column p,
.content_two_columns p,
.content_three_columns p,
.content_four_columns p {
    margin-bottom: 2.15rem;
}

.content_one_column h2,
.content_two_columns h2,
.content_three_columns h2,
.content_four_columns h2 {
    color: #d6d213;
    font-size: 38px;
}

.content_one_column h3,
.content_two_columns h3,
.content_three_columns h3,
.content_four_columns h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.content_one_column p,
.content_two_columns p,
.content_three_columns p,
.content_four_columns p {
    margin-bottom: 1.38rem;
}

.content_one_column ul li,
.content_two_columns ul li,
.content_three_columns ul li,
.content_four_columns ul li {
    margin-bottom: 11px;
}

.content_one_column {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.125rem;
    color: #333;
}

.page_image {
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page_image .page_image__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page_image .page_image__container .page_image__text {
    color: white;
    width: 50%;
    font-size: 47px;
    line-height: 1.35;
    margin-right: 5%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.content_two_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_two_columns .content_two_columns__container {
    width: 47%;
}

.content_three_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_three_columns .content_three_columns__container {
    width: 27%;
}

.content_three_columns img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content_four_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.content_four_columns .content_four_columns__container {
    width: 21%;
}

.introduction_form .form-container {
    width: calc(59% + 95px);
}

.introduction_form .introduction_form__title {
    background-color: #f3f3f3;
    width: 59%;
    padding: 28px 36px 0px 59px;
    margin-top: 70px;
}

.introduction_form .introduction_form__title p {
    font-size: 1.8rem;
    font-family: "TAXciweb";
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}

.introduction_form .introduction_form__text {
    width: 90%;
    font-size: 1.125rem;
    color: #333;
}

.introduction_form .introduction_form__text p {
    margin-bottom: 2.15rem;
    margin-top: 0;
    font-size: 30px;
}

.introduction_form .introduction_form__text p a {
    color: #7897C4;
    text-decoration: none;
}

.introduction_form .introduction_form__text p a:hover {
    color: #496fa7;
    text-decoration: underline;
}

.introduction_form .introduction_form__text h2 {
    color: #d6d213;
    font-size: 48px;
    font-weight: normal;
}

.introduction_form .exologForm .fqrow {
    margin: 7px 0;
}

.introduction_form form {
    padding: 34px 36px 107px 59px;
    background: #f3f3f3;
    width: calc(100% - 95px);
    margin-bottom: 56px;
    display: inline-block;
}

.introduction_form form .fql_date_of_birth {
    display: block;
    position: relative;
}

.introduction_form form .fql_date_of_birth::before {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    right: 10px;
    color: #a8a8a8;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/sites/taxci-mvc/public/icons/calendar.svg");
    height: 18px;
    width: 18px;
}

.introduction_form form .fql_date_of_birth .fq_label_date_of_birth {
    display: none;
}

.introduction_form form #Heading {
    margin-top: 0;
    margin-bottom: 24px;
}

.introduction_form form #submitbuttonIntroduction {
    margin-top: 32px;
}

.introduction_form form .fqrow .fq_input input,
.introduction_form form .fqrow .fq_input select {
    width: calc(100% - 1.75rem);
}

.introduction_form form #Heading,
.introduction_form form #email,
.introduction_form form #street_number,
.introduction_form form #vacancy {
    width: 100%;
}

.introduction_form form #fq_vacancy option:last-child {
    display: none;
}

.introduction_form form #fq_gender,
.introduction_form form #fq_vacancy {
    padding: 0.6rem 0.8rem;
    width: 100%;
}

.introduction_form form #initials,
.introduction_form form #name,
.introduction_form form #middle_name,
.introduction_form form #surname,
.introduction_form form #gender,
.introduction_form form #date_of_birth,
.introduction_form form #zipcode,
.introduction_form form #city,
.introduction_form form #phone,
.introduction_form form #country {
    width: 49%;
}

.introduction_form form #cv,
.introduction_form form #letter {
    width: 100%;
    display: block;
    margin: 5px 0 20px;
}

.introduction_form form #letter .fq_input_letter {
    background-color: #e1e1e1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.introduction_form form #letter .fq_input_letter:hover {
    background-color: #d2d2d2;
}

.introduction_form form #letter .fq_input_letter input {
    cursor: pointer;
}

.introduction_form form #cv .fq_input_cv {
    background-color: #e1e1e1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.introduction_form form #cv .fq_input_cv:hover {
    background-color: #d2d2d2;
}

.introduction_form form #cv .fq_input_cv input {
    cursor: pointer;
}

.introduction_form form #cv .fq_input,
.introduction_form form #letter .fq_input {
    width: 220px;
    height: 50px;
    cursor: pointer;
    float: left !important;
}

.introduction_form form #cv .fq_input::before,
.introduction_form form #letter .fq_input::before {
    content: '';
    background-image: url("/sites/taxci-mvc/public/icons/upload.svg");
    width: 18px;
    height: 17px;
    position: absolute;
    display: block;
    top: 17px;
    left: 14px;
    color: #575757;
    background-size: contain;
    background-repeat: no-repeat;
}

.introduction_form form #cv input[type="file"],
.introduction_form form #letter input[type="file"] {
    opacity: 0;
}

.introduction_form form #cv,
.introduction_form form #letter {
    position: relative;
}

.introduction_form form #cv {
    margin-top: 10px;
}

.introduction_form form .fqf_cv .fq_postfix,
.introduction_form form .fqf_letter .fq_postfix {
    line-height: 50px;
    margin-left: 250px;
}

.introduction_form form .fql_cv,
.introduction_form form .fql_letter {
    display: block;
    position: absolute;
    width: 220px;
}

.introduction_form form .fql_cv .fqrow_label_text,
.introduction_form form .fql_letter .fqrow_label_text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #9c9c9c;
    line-height: 50px;
    font-family: "TAXciweb";
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    padding-left: 16px;
}

.introduction_form form .fql_cv .fq_row_label_colon,
.introduction_form form .fql_letter .fq_row_label_colon {
    display: none;
}

.contact_form .contact_form__title {
    background-color: #f3f3f3;
    width: 59%;
    padding: 28px 36px 0px 59px;
    margin-top: 70px;
}

.contact_form .contact_form__title p {
    font-size: 1.8rem;
    font-family: "TAXciweb";
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}

.contact_form .form-container {
    width: calc(59% + 95px);
}

.contact_form form {
    padding: 36px 36px 107px 59px;
    background: #f3f3f3;
    width: calc(100% - 95px);
    margin-bottom: 56px;
    display: inline-block;
}

.contact_form form #text {
    margin-top: 0;
    margin-bottom: 23px;
}

.contact_form form .fqrow {
    display: inline-block;
    width: 100%;
    margin: 7px 0;
}

.contact_form form .fqrow input,
.contact_form .ff-exo-form input:not([type=checkbox]) {
    width: calc(100% - 1.75rem);
}

.contact_form form select {
    padding: 0.6rem 0.8rem;
    width: 100%;
}

.contact_form form textarea {
    width: calc(100% - 1.75rem);
    height: 177px;
}

.contact_form form #privacy_check {
    margin: 25px 0;
}

.contact_form form #fq_vacancy option:last-child {
    display: none;
}

.vacatures {
    margin-bottom: 80px;
}

.vacatures .vacatures__content {
    display: -ms-grid;
    display: grid;
    margin-bottom: 34px;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1% 99%;
    grid-template: auto auto auto/1% 99%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 80%;
    border-bottom-style: solid;
    border-width: 3px;
    border-color: #dcdcdc;
    padding-bottom: 42px;
}

.vacatures .vacatures__content::before {
    content: '';
    height: 0;
    width: 2px;
    background-color: #597fb6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    margin-left: 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
}

.vacatures .vacatures__content:hover::before {
    height: 75%;
}

.vacatures .vacatures__main_title {
    font-size: 46px;
    margin-top: 62px;
    margin-bottom: 37px;
}

.vacatures .vacatures__title {
    display: block;
    margin-bottom: 0;
    color: #597fb6;
    font-family: "TAXciweb";
    font-size: 28px;
    text-decoration: none;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 50px;
}

.vacatures .vacatures__title:first-child {
    margin-top: 0;
}

.vacatures .vacatures__date {
    padding-left: 0;
    color: #919191;
    font-family: "TAXciweb";
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 12px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

.vacatures .vacatures__text {
    padding-left: 0;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    margin-top: 8px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding-right: 100px;
}

.vacatures .vacatures__link {
    font-size: 21px;
    font-family: "TAXciweb";
    padding: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 219px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.grid {
    display: -ms-grid;
    display: grid;
    font-size: 1.125rem;
    color: #333;
    grid-gap: 60px;
}

.grid p {
    margin-bottom: 2.15rem;
}

.grid h2 {
    color: #d6d213;
    font-size: 48px;
    font-weight: normal;
}

.grid h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.grid p {
    margin-bottom: 1.38rem;
}

.grid ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFNVeaAAAAqR49ygAAAA5JREFUeNpiYCAPAAQYAAA4AAGHTVIHAAAAAElFTkSuQmCC);
}

.grid ul li {
    margin-bottom: 11px;
}

.grid-cols-1 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}

.grid-cols-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.grid-cols-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-cols-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.profile {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 37px;
    margin-bottom: 80px;
    margin-top: 80px;
}

.profile .profile__content {
    width: 75%;
    font-size: 24px;
    color: #333;
    padding-right: 52px;
}

.profile .profile__content p {
    margin-bottom: 2.15rem;
}

.profile .profile__content h2 {
    color: #d6d213;
    font-size: 38px;
    font-weight: normal;
}

.profile .profile__content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.profile .profile__content p {
    margin-bottom: 1.38rem;
}

.profile .profile__content ul li {
    margin-bottom: 11px;
}

.profile .profile__content .__button--subscribe {
    font-family: 'TAXciweb';
}

.profile .profile__image-container {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile .profile__image-container .profile__image {
    height: 150px;
}

.profile .profile__image-container .profile__title {
    text-align: center;
    color: #333;
    margin-bottom: 5px;
    font-size: 19px;
}

.profile .profile__image-container .profile__description {
    color: #567cb4;
    font-family: 'TAXciweb';
    text-align: center;
    font-size: 21px;
}

.vacature_description {
    font-size: 30px;
    margin-top: 62px;
}

.submit .submit__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 43px;
}

.submit .submit__container .submit__image {
    -webkit-box-shadow: 12.075px 10.497px 0px 0px rgba(183, 178, 15, 0.32);
    box-shadow: 12.075px 10.497px 0px 0px rgba(183, 178, 15, 0.32);
    width: 200px;
    border-radius: 50%;
    top: -20px;
    position: absolute;
    z-index: 2;
}

.submit .submit__container .submit__heading {
    background-color: #d6d213;
    -webkit-box-shadow: 12.075px 10.497px 0px 0px rgba(183, 178, 15, 0.32);
    box-shadow: 12.075px 10.497px 0px 0px rgba(183, 178, 15, 0.32);
    color: white;
    margin-top: 171px;
    padding: 19px 113px;
}

.submit .submit__container .submit__text {
    margin-bottom: 38px;
}

.vacancy_taken .vacancy_taken__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #d6d213;
    color: white;
    font-family: 'TAXciweb';
    max-width: 1271px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vacancy_taken .vacancy_taken__container .vacancy_taken__image {
    width: 78px;
    margin: 61px 27px 9px 104px;
}

.vacancy_taken .vacancy_taken__container .vacancy_taken__text {
    font-size: 36px;
    margin: 64px 242px 78px 10px;
}

.vacancy_taken .vacancy_taken__container .vacancy_taken__text a {
    color: white;
}

.heading__title__sub_text {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 90px 15px 13px 15px;
    font-size: 31px;
    text-shadow: 1px 1px 1px #000;
    color: white;
    letter-spacing: 0.5px;
    max-width: 1530px;
    font-weight: normal;
    margin-top: 6px;
    font-family: 'TAXciweb';
    margin-bottom: 28px;
    margin-top: -130px;
    display: block;
}

.exo-float-control-host {
    z-index: 10;
    position: relative;
}

.exedit-on .pages__link {
    display: none !important;
}

.exedit-on .fq_input_permission .cbfq_input,
.exedit-on .fq_input_privacy_check .cbfq_input {
    pointer-events: none !important;
}

.exedit-on .fq_input_permission .cbfq_label,
.exedit-on .fq_input_privacy_check .cbfq_label {
    pointer-events: none !important;
}

@media only screen and (max-width: 1200px) {
    .vacatures .vacatures__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vacatures .vacatures__link {
        -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    }
    .vacatures .vacatures__text {
        padding-right: 20px;
    }
    .content_four_columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content_four_columns .content_four_columns__container {
        width: 47%;
    }
    .grid-cols-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .pages__elements .pages__element {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .vacancy_taken .vacancy_taken__container .vacancy_taken__text {
        margin: 50px 20px 50px 10px;
    }
    .vacancy_taken .vacancy_taken__container .vacancy_taken__image {
        margin: 61px 27px 9px 55px;
    }
    .header__container {
        position: relative;
    }
    .header__logo {
    margin-bottom: 66px;
    }
    .header__links {
        position: absolute;
        width: calc(100vw - 30px);
        top: 54px;
    display: flex;
    flex-direction: column;
    }
    .header__menu_icon {
    align-self: flex-end;
    }
    .header__search {
    margin-top: 27px;
    }
    .header__search .search-form .easy-autocomplete {
        width: calc(70% - 43px) !important;
    }
    .header__search .search-form #searchCategory {
      width: 30%;
    }
    .clientportal {
    right: 15px;
    }
    .header__search--active {
    z-index: -10 !important;
    }
    .header__logo {
        position:relative !important;
        z-index: 20;
        margin-bottom: 66px;
    }
    .header__logo--active {
        position:unset;
        z-index: unset;
    }
    .search {
        position: static !important;
    }
    .header__links_container--active .dropdown-menu {
        width: 100% !important;
    background-color: #dfdfdf !important;
    }
    header .header__container .header__links_container .dropdown-menu li:first-child {
        margin-top: 0px !important;
    }
    .main-nav .dropdown:hover .nav-link {
    box-shadow: unset !important;
    }
    .dropdown-menu-active .dropdown-menu {
        display: block;
        top: 100%;
        left: 0px;
        border: none;
        font-size: 16px;
        margin-top: 0;
        box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 7%);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h3.picture-text-big {
        font-size: 40px !important;
        line-height: 40px !important;
      }
    .services {
    width: 100vw !important;
    }
    .cover {
    height: 900px !important;
    }
    header {
        position: fixed;
        top: 0;
        width: 100vw;
        background-color: white;
        z-index: 5;
        -webkit-box-shadow: 0px 5px 23px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 5px 23px 5px rgba(0, 0, 0, 0.25);
    }
    
    header .header__container .header__logo img {
        width: 168px;
        height: 74px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .header__links {
        position: absolute;
        width: calc(100vw - 30px);
        top: 54px;
        display: flex;
        flex-direction: column;
      }
    .heading {
        margin-top: 124px;
    }
    .vacatures .vacatures__content {
        width: 100%;
    }
    .introduction_form form #initials,
    .introduction_form form #name,
    .introduction_form form #middle_name,
    .introduction_form form #surname,
    .introduction_form form #gender,
    .introduction_form form #date_of_birth,
    .introduction_form form #zipcode,
    .introduction_form form #city,
    .introduction_form form #phone,
    .introduction_form form #country,
    .introduction_form form #cv .fq_input,
    .introduction_form form #letter .fq_input {
        width: 100%;
    }
    .introduction_form form {
        width: calc(100% - 118px);
    }
    .introduction_form .form-container {
        width: 100%;
    }
    .contact_form .form-container {
        width: 100%;
    }
    .contact_form form {
        width: calc(100% - 118px);
    }
    .introduction_form .introduction_form__title {
        width: calc(100% - 118px);
    }
    .contact_form .contact_form__title {
        width: calc(100% - 118px);
    }
    .introduction_form form .fql_cv,
    .introduction_form form .fql_letter {
        width: calc(100% - 50px);
        left: 16px;
    }
    .content_four_columns .content_four_columns__container {
        width: 100%;
    }
    .content_three_columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content_three_columns .content_three_columns__container {
        width: 100%;
    }
    .page_image .page_image__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page_image .page_image__container .page_image__text {
        width: 80%;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 10px;
    }
    .content_two_columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content_two_columns .content_two_columns__container {
        width: 100%;
    }
    header .header__container .header__links_container {
        display: none;
    }
    header .header__container .header__menu_icon {
        display: block;
        border-radius: 0;
        background-color: white;
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.3);
        padding: 10px 20px;
        font-size: 18px;
        color: gray;
    }
    header .header__container .header__menu_icon img {
        display: block;
        width: 20px;
        height: 20px;
    }
    header .header__container .header__language {
        margin-top: 16px;
    }
    header .header__container .header__language .header__language_icon {
        margin-right: 3px;
    }
    header .header__container .header__language .header__language_container {
        top: 25px;
        right: 3px;
    }
    .header__links_container--active {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: fixed;
        background-color: white;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 0;
        margin: 0;
    }
    .header__back--active {
        display: block !important;
        position: fixed;
        top: 31px;
        left: 46px;
        z-index: 10;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 25px;
        color: gray;
    }
    .header__back--active img {
        display: block;
        margin-top: 7px;
        width: 20px;
        height: 20px;
    }
    header .header__container .header__links_container li {
        text-align: left;
        margin-bottom: 10px;
    }
    header .header__container .header__links_container li a {
        padding-top: 8px;
        padding-left: 47px;
        padding-right: 18px;
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #dfdfdf;
        width: 100%;
        display: block;
        padding-bottom: 12px;
    }
    header .header__container .header__links_container li:first-child {
        margin-top: 89px;
    }
    .header__language {
        position: absolute !important;
        top: -6px;
        right: 76px;
      }
    .header__language--active {
        display: block !important;
        position: fixed;
        top: 20px;
        right: 30px;
        z-index: 20;
    }
    .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile .profile__content {
        width: 100%;
        padding-right: 0;
    }
    .profile .profile__image-container {
        width: 100%;
    }
    .grid-cols-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .grid-cols-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .heading__title__sub_text {
        margin-top: -115px;
        font-size: 24px;
    }
    .vacancy_taken .vacancy_taken__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .vacancy_taken .vacancy_taken__container .vacancy_taken__image {
        margin: 20px 0;
    }
    .vacancy_taken .vacancy_taken__container .vacancy_taken__text {
        margin: 0px 30px 50px 30px;
        font-size: 20px;
    }
    .submit .submit__container .submit__heading {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        text-align: center;
        padding: 19px 5px;
        width: calc(100% - 10px);
    }
    .grid-cols-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .vacatures .vacatures__title {
        font-size: 24px;
    }
    .vacatures .vacatures__date {
        margin-top: 20px;
        padding-left: 0;
    }
    .vacatures .vacatures__text {
        padding-left: 0;
    }
    .vacatures .vacatures__main_title {
        font-size: 34px;
    }
    .vacatures .vacatures__link {
        font-size: 15px;
        padding: 5px 23px;
    }
    .introduction_form form {
        padding: 20px 20px 50px;
        width: calc(100% - 40px);
    }
    .contact_form form {
        padding: 20px 20px 50px;
        width: calc(100% - 40px);
    }
    .introduction_form .introduction_form__title {
        width: calc(100% - 40px);
        padding: 20px 20px 0px;
    }
    .introduction_form .introduction_form__title p {
        word-break: break-all;
    }
    .contact_form .contact_form__title {
        width: calc(100% - 40px);
        padding: 20px 20px 0px;
    }
    .contact_form .contact_form__title p {
        word-break: break-all;
    }
    footer .footer__content .footer__location {
        display: block;
        margin-bottom: 11px;
    }
    .page_image {
        min-height: 460;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .heading .heading__title h1 {
        font-size: 30px;
    }
    .heading__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .heading__text .headig__breadcrumb {
        margin-bottom: 6px;
    }
    .page_image .page_image__container .page_image__text {
        font-size: 27px;
    }
}

@media only screen and (max-width: 400px) {
    h1,
    h2,
    h3,
    h4,
    h4,
    h5,
    h6 {
        word-break: break-all;
    }
}

.w-100 {
    width: 100%;
}
.show-mobile {
    display: none;
}
@media only screen and (max-width: 900px) {
    .show-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
}

#formredirects .fqrow {
    width: 100%;
    margin: 0 0 20px;
}
#formredirects .fqrow input,
#formredirects .fqrow select,
#formredirects .ocmssubmit {
    width: 100%;
}
#form_920 .form-group {
    padding-right: 15px;
    box-sizing: border-box;
}
#form_920 .form-group[data-aire-for=initials],
#form_920 .form-group[data-aire-for=name],
#form_920 .form-group[data-aire-for=middle_name],
#form_920 .form-group[data-aire-for=surname],
#form_920 .form-group[data-aire-for=gender],
#form_920 .form-group[data-aire-for=date_of_birth],
#form_920 .form-group[data-aire-for=zipcode],
#form_920 .form-group[data-aire-for=city],
#form_920 .form-group[data-aire-for=country],
#form_920 .form-group[data-aire-for=phone] {
    width: 50%;
    float: left;
}
#form_920 input[type=file] {
    /* opacity: 0; */
}
#form_920 input[type=file]:before {
    background:#e1e1e1;
}
/*# sourceMappingURL=app.css.map */