html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.app-container {
    width: calc(1440px - 182px);
    max-width: calc(100% - 182px);
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .app-container {
        width: 100%;
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }

    .breadcrumbs {
        top: -30px!important;
    }

}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 0;
}

.breadcrumbs a {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #1B204C;
}

.breadcrumbs span {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #1B204C;
}

.lang svg {
    flex-shrink: 0;
    display: flex;
}

.lang {
    padding: 12px 22px 12px 10px !important;
}

.language-menu {
    right: -12px;
}

#footer .container.m {
    max-width: calc(100% - 180px) !important;
    width: calc(1440px - 180px) !important;
}

.learn-more {
    transition: all 0.4s ease-in-out;
}

.learn-more:hover {
    scale: 1.1;
}

#footer .right-wrapper {
    margin-right: -7px;
    float: right;
}

#footer .right-wrapper .social-media-widget {
    margin-right: 0;
}

#header-v2 .container.w {
    max-width: calc(100% - 180px) !important;
    width: calc(1440px - 180px) !important;
}

@media screen and (max-width: 1024px) {
    #footer .right-wrapper {
        margin-right: 0;
    }

    #header-v2 .container.w {
        max-width: calc(100% - 32px) !important;
        width: 100% !important;
    }

    #footer {
        background: #27284A;
    }

    #footer .container.m {
        max-width: calc(100% - 32px) !important;
        width: 100% !important;
    }

    #header-v2 .main_header_row .primary_menu_block {
        flex-direction: column;
    }

    .lang-container {
        position: absolute;
        top: 20px;
        right: 76px;
    }

    .primary_menu_block {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

#footer .right-wrapper .social-media-widget a:last-of-type {
    margin-right: 0;
}

#footer .copy-rights {
    padding-top: 0;
}

#footer .right-wrapper .social-media-widget a.twitter {
    margin-top: 2px;
}