@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

address,
details,
picture {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-primary-blue: #0052d5;
    --color-primary-blue-rgb: 0, 82, 213;
    --color-dark-gray: #2f323b;
    --color-dark-gray-rgb: 47, 50, 59;
    --color-blue-light: #dce9ff;
    --color-blue-light-rgb: 220, 233, 255;
    --color-gray-light: #dddddd;
    --color-gray-light-rgb: 221, 221, 221;
    --color-blue-pale: #dee6f2;
    --color-blue-pale-rgb: 222, 230, 242;
    --color-blue-lightest: #e8f4fd;
    --color-blue-lightest-rgb: 232, 244, 253;
    --color-gray-lightest: #f2f2f2;
    --color-gray-lightest-rgb: 242, 242, 242;
    --color-red-error: #f61d21;
    --color-red-error-rgb: 246, 29, 33;
    --color-yellow-warning: #ffe354;
    --color-yellow-warning-rgb: 255, 227, 84;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --container-width: 1080px;
    --c-pad: 6.1538461538vw;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --ff-ibm: "IBM Plex Sans JP", sans-serif;
    --ff-inter: "Inter", sans-serif;
}

@media (min-width: 768px) {
    :root {
        --c-pad: 30px;
    }
}

html {
    overflow-y: scroll;
}

@media (max-width: 767px) {
    html {
        font-size: 4.1025641026vw;
    }
}

@media (max-width: 991px) {
    html.-scroll-locked {
        overflow: hidden;
    }
}

body {
    color: var(--color-black);
    font-family: var(--ff-ibm), -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: var(--fs14);
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

body.-scroll-locked {
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
}

* {
    box-sizing: border-box;
}

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

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Animation
-------------------- */
@keyframes kiran {
    0% {
        opacity: 0;
        transform: scale(2) rotate(45deg);
    }

    20% {
        opacity: 0.6;
        transform: scale(20) rotate(45deg);
    }

    40% {
        opacity: 0.4;
        transform: scale(30) rotate(45deg);
    }

    80% {
        opacity: 0.2;
        transform: scale(45) rotate(45deg);
    }

    100% {
        opacity: 0;
        transform: scale(50) rotate(45deg);
    }
}

@keyframes starMb {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5.1282051282vw);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes star {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
/* --------------------
 Layout
-------------------- */
/* --------------------
 Header
-------------------- */
.header {
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 10.2564102564vw var(--c-pad) 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 2;
}

@media (min-width: 768px) {
    .header {
        padding: 32px var(--c-pad) 0;
    }
}

@media (min-width: 992px) {
    .header {
        display: block;
    }
}

@media (min-width: 1240px) {
    .header {
        padding: 32px min(3.4722222222vw, 50px) 0;
    }
}

.header-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 15.3846153846vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .header-container {
        gap: 0;
    }
}

.header__logo {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    gap: 3.5897435897vw;
    justify-content: flex-start;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .header__logo {
        font-size: 0.65625rem;
        gap: 10px;
    }
}

@media (min-width: 1240px) {
    .header__logo {
        font-size: min(1.0416666667vw, var(--fs15));
        gap: min(0.9722222222vw, 14px);
    }
}

.header__logo > img {
    width: 70.7692307692vw;
}

@media (min-width: 768px) {
    .header__logo > img {
        width: 194px;
    }
}

@media (min-width: 1240px) {
    .header__logo > img {
        width: min(19.1666666667vw, 276px);
    }
}

.header__logo > em {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    gap: 1.5384615385vw;
    justify-content: flex-start;
    transform: translateY(-2.5641025641vw);
}

@media (min-width: 768px) {
    .header__logo > em {
        gap: 6px;
        transform: translateY(-7px);
    }
}

@media (min-width: 1240px) {
    .header__logo > em {
        transform: translateY(min(-0.6944444444vw, -10px));
    }
}

.header__logo > em img {
    transform: translateY(-0.7692307692vw);
    width: 7.9487179487vw;
}

@media (min-width: 768px) {
    .header__logo > em img {
        transform: translateY(-2px);
        width: 22px;
    }
}

@media (min-width: 1240px) {
    .header__logo > em img {
        transform: translateY(min(-0.2083333333vw, -3px));
        width: min(2.1527777778vw, 31px);
    }
}

.header__logo > em span {
    display: block;
}

@media (min-width: 768px) {
    .header__nav {
        padding: 10px 0 0;
    }
}

@media (min-width: 1240px) {
    .header__nav {
        padding: 10px clamp(0px, 0.6944444444vw, 10px) 0 0;
    }
}

.header__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 10.2564102564vw;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .header__nav__menu {
        gap: 20px;
    }
}

@media (min-width: 1240px) {
    .header__nav__menu {
        gap: min(2.7777777778vw, 40px);
    }
}

.header__nav__menu__item {
    padding: 3px 0 0;
}

.header__nav__menu__item a {
    color: inherit;
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .header__nav__menu__item a {
        font-size: var(--fs15);
    }
}

@media (min-width: 1240px) {
    .header__nav__menu__item a {
        font-size: min(1.1111111111vw, var(--fs16));
    }
}

.header__nav__menu__item a:after {
    background-color: var(--color-primary-blue);
    bottom: -0.7692307692vw;
    content: "";
    height: 0.7692307692vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0;
}

@media (min-width: 768px) {
    .header__nav__menu__item a:after {
        bottom: -3px;
        height: 3px;
    }
}

.header__nav__menu__item a:focus {
    color: var(--color-primary-blue);
}

.header__nav__menu__item a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item a:hover {
        color: var(--color-primary-blue);
    }

    .header__nav__menu__item a:hover:after {
        width: 100%;
    }
}

.gheader {
    background: linear-gradient(to bottom, var(--color-white) 0, rgba(var(--color-white-rgb), 0.7) 75%);
    display: none;
    height: 70px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 99;
}

@media (min-width: 992px) {
    .gheader {
        height: 114px;
        transform: translateY(-100%);
    }
}

.gheader.-initialized {
    display: block;
    transition: transform var(--duration) var(--cubic) 0s;
}

@media (min-width: 992px) {
    .gheader.-scrolled {
        transform: translateY(0);
    }
}

.gheader-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 60px;
    height: 100%;
    justify-content: flex-start;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .gheader-container {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .gheader-container {
        gap: 20px;
        justify-content: space-between;
    }
}

@media (min-width: 1240px) {
    .gheader-container {
        padding: 0 var(--c-pad);
    }
}

.gheader__logo {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    font-size: 10px;
    font-weight: 500;
    gap: 8px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .gheader__logo {
        font-size: 0.590625rem;
        gap: 8px 9px;
    }
}

@media (min-width: 992px) {
    .gheader__logo {
        font-size: 0.525rem;
        gap: 8px 8px;
    }
}

@media (min-width: 1240px) {
    .gheader__logo {
        font-size: min(0.8333333333vw, 12px);
        gap: 8px min(0.7777777778vw, 12px);
    }
}

.gheader__logo > img {
    width: 155px;
}

@media (min-width: 768px) {
    .gheader__logo > img {
        width: 174px;
    }
}

@media (min-width: 992px) {
    .gheader__logo > img {
        width: 155px;
    }
}

@media (min-width: 1240px) {
    .gheader__logo > img {
        width: min(15.3472222222vw, 221px);
    }
}

.gheader__logo > em {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    gap: 6px;
    justify-content: flex-start;
    transform: translateY(-10px);
}

@media (min-width: 768px) {
    .gheader__logo > em {
        gap: 6px;
        transform: translateY(-3px);
    }
}

@media (min-width: 992px) {
    .gheader__logo > em {
        transform: translateY(-5px);
    }
}

@media (min-width: 1240px) {
    .gheader__logo > em {
        transform: translateY(min(-0.5555555556vw, -8px));
    }
}

.gheader__logo > em img {
    transform: translateY(-4px);
    width: 18px;
}

@media (min-width: 768px) {
    .gheader__logo > em img {
        transform: translateY(-3px);
        width: 20px;
    }
}

@media (min-width: 992px) {
    .gheader__logo > em img {
        transform: translateY(-2px);
        width: 18px;
    }
}

@media (min-width: 1240px) {
    .gheader__logo > em img {
        transform: translateY(min(-0.2222222222vw, -3px));
        width: min(1.7222222222vw, 25px);
    }
}

.gheader__logo > em span {
    display: block;
}

.gheader__nav {
    display: none;
}

@media (min-width: 992px) {
    .gheader__nav {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-flow: row nowrap;
        gap: 20px;
        justify-content: flex-end;
    }
}

@media (min-width: 1240px) {
    .gheader__nav {
        gap: min(2.0833333333vw, 50px);
    }
}

.gheader__nav__menu {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-end;
    min-width: 0px;
    padding: 4px 0 0;
}

@media (min-width: 1240px) {
    .gheader__nav__menu {
        gap: min(1.3888888889vw, 30px);
    }
}

.gheader__nav__menu__item a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .gheader__nav__menu__item a {
        font-size: clamp(var(--fs15), 1.1111111111vw, var(--fs16));
    }
}

.gheader__nav__menu__item a:after {
    background-color: var(--color-primary-blue);
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0;
}

.gheader__nav__menu__item a:focus {
    color: var(--color-primary-blue);
}

.gheader__nav__menu__item a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .gheader__nav__menu__item a:hover {
        color: var(--color-primary-blue);
    }

    .gheader__nav__menu__item a:hover:after {
        width: 100%;
    }
}

.gheader__nav__contact {
    flex: 0 0 220px;
    min-width: 0px;
}

@media (min-width: 1240px) {
    .gheader__nav__contact {
        flex: 0 0 min(16.8055555556vw, 242px);
    }
}

.gheader__nav__contact a {
    align-items: center;
    background-image: linear-gradient(to right, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    border-radius: 40px;
    box-shadow: 0px 4px 8px 0px rgba(14, 36, 72, 0.2);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 45px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0.15em 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 1240px) {
    .gheader__nav__contact a {
        font-size: min(0.9722222222vw, var(--fs14));
    }
}

.gheader__nav__contact a:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100px;
    width: 30px;
}

.gheader__nav__contact a:focus {
    box-shadow: 0px 0px 8px 0px rgba(14, 36, 72, 0.2);
}

.gheader__nav__contact a:focus:before {
    animation: kiran 0.75s linear;
}

@media (hover: hover) and (pointer: fine) {
    .gheader__nav__contact a:hover {
        box-shadow: 0px 0px 8px 0px rgba(14, 36, 72, 0.2);
    }

    .gheader__nav__contact a:hover:before {
        animation: kiran 0.75s linear;
    }
}

.mbburger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 18px;
    left: auto;
    margin: auto;
    padding: 0;
    position: fixed;
    right: 30px;
    -webkit-tap-highlight-color: transparent;
    top: 27px;
    width: 22px;
    z-index: 101;
}

@media (min-width: 992px) {
    .mbburger {
        display: none !important;
    }
}

.mbburger.-initialized {
    display: block;
    transition: transform var(--duration) var(--cubic) 0s;
}

.mbburger:before {
    content: "";
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 48px;
}

.mbburger__box {
    display: block;
    height: 18px;
    margin: 0 auto;
    position: relative;
    width: 22px;
}

.mbburger__box__line {
    display: block;
    margin: -1px 0 0;
    top: 1px;
    transition: transform 0.2s ease 0s, background-color 0.2s ease 0s;
}

.mbburger__box__line, .mbburger__box__line:before, .mbburger__box__line:after {
    background-color: var(--color-black);
    height: 2px;
    position: absolute;
    width: 22px;
}

.mbburger__box__line:before, .mbburger__box__line:after {
    content: "";
    display: block;
}

.mbburger__box__line:before {
    top: 8px;
    transition: transform 0.2s ease 0s, background-color 0.2s ease 0s, opacity 0.2s ease 0s;
}

.mbburger__box__line:after {
    top: 16px;
    transition: transform 0.2s ease 0s, background-color 0.2s ease 0s;
}

.mbburger.-active .mbburger__box__line {
    background-color: var(--color-white);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.mbburger.-active .mbburger__box__line:before {
    background-color: var(--color-white);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-3.1428571429px, -6px, 0);
}

.mbburger.-active .mbburger__box__line:after {
    background-color: var(--color-white);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.mbnav {
    background-color: var(--color-dark-gray);
    bottom: 0;
    display: none;
    left: 0;
    padding: 80px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.mbnav-container {
    height: 100%;
    overflow-y: auto;
    padding: 0 24px 40px;
}

.mbnav__menu {
    margin: 0 0 90px;
}

.mbnav__menu__item {
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.2);
    margin: 0 0 16px;
}

.mbnav__menu__item__link {
    color: var(--color-white);
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 30px 16px 0;
    position: relative;
    text-decoration: none;
}

.mbnav__menu__item__link__arrow {
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 25px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 25px;
    z-index: 1;
}

.mbnav__menu__item__link__arrow:before {
    background-image: url(../images/icons/icon-blue-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}

.mbnav__contact__button {
    align-items: center;
    background-image: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    background-repeat: no-repeat;
    border-radius: 40px;
    box-shadow: 0px 5px 15px 2px rgba(14, 36, 72, 0.25);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 15px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 310px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
}

.mbnav__contact__button:before {
    background-image: url(../images/main/hero-badge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 74px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: -35px;
    top: -48px;
    width: 74px;
    z-index: 1;
}

.mbnav__contact__button__text {
    align-items: center;
    border-radius: 40px;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 0.15em 20px 0 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.mbnav__contact__button__text:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100px;
    width: 30px;
}

.mbnav__contact__button__arrow {
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 35px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 35px;
    z-index: 1;
}

.mbnav__contact__button__arrow:before {
    background-image: url(../images/icons/icon-blue-arrow-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
}

.mbnav__contact__button:focus {
    box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
}

.mbnav__contact__button:focus .mbnav__contact__button__text:before {
    animation: kiran 0.75s linear;
}

.mbnav__contact__button:focus .mbnav__contact__button__arrow {
    transform: scale(1.15);
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__contact__button:hover {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }

    .mbnav__contact__button:hover .mbnav__contact__button__text:before {
        animation: kiran 0.75s linear;
    }

    .mbnav__contact__button:hover .mbnav__contact__button__arrow {
        transform: scale(1.15);
    }
}

.gnav {
    background-color: rgba(var(--color-blue-lightest-rgb), 0.7);
    bottom: 0;
    display: none;
    height: 128px;
    left: 0;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    z-index: 99;
}

.gnav.-initialized {
    display: block;
    transition: transform var(--duration) var(--cubic) 0s;
}

.gnav.-scrolled {
    transform: translateY(0);
}

.gnav-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: stretch;
    padding: 0 var(--c-pad);
}

.gnav__contact {
    width: 100%;
}

.gnav__contact__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 auto 8px;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

.gnav__contact__title:before, .gnav__contact__title:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    left: auto;
    margin: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 15px;
}

.gnav__contact__title:before {
    background-image: url(../images/commons/com-gnav-title-deco-01.svg);
    left: -26px;
}

.gnav__contact__title:after {
    background-image: url(../images/commons/com-gnav-title-deco-02.svg);
    right: -26px;
}

.gnav__contact__button {
    align-items: center;
    background-image: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    background-repeat: no-repeat;
    border-radius: 40px;
    box-shadow: 0px 5px 12px 2px rgba(14, 36, 72, 0.25);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 16px;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 290px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .gnav__contact__button {
        font-size: 18px;
        max-width: 358px;
    }
}

.gnav__contact__button:before {
    background-image: url(../images/main/hero-badge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 60px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: -40px;
    top: -34px;
    width: 60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .gnav__contact__button:before {
        height: 90px;
        right: -88px;
        top: -28px;
        width: 90px;
    }
}

.gnav__contact__button__text {
    align-items: center;
    border-radius: 40px;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 0.15em 20px 0 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.gnav__contact__button__text:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100px;
    width: 30px;
}

.gnav__contact__button__arrow {
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 31px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 31px;
    z-index: 1;
}

@media (min-width: 768px) {
    .gnav__contact__button__arrow {
        height: 38px;
        width: 38px;
    }
}

.gnav__contact__button__arrow:before {
    background-image: url(../images/icons/icon-blue-arrow-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.gnav__contact__button:focus {
    box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
}

.gnav__contact__button:focus .gnav__contact__button__text:before {
    animation: kiran 0.75s linear;
}

.gnav__contact__button:focus .gnav__contact__button__arrow {
    transform: scale(1.15);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__contact__button:hover {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }

    .gnav__contact__button:hover .gnav__contact__button__text:before {
        animation: kiran 0.75s linear;
    }

    .gnav__contact__button:hover .gnav__contact__button__arrow {
        transform: scale(1.15);
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: var(--color-dark-gray);
    padding: 19.2307692308vw 0 5.1282051282vw;
    position: relative;
}

@media (min-width: 768px) {
    .footer {
        padding: 65px 0 20px;
    }
}

.footer__page-top {
    left: 0;
    margin: 0 auto;
    max-width: calc(332.30769vw + var(--c-pad)*2);
    position: absolute;
    right: 0;
    top: -8.5256410256vw;
    width: calc(100% - var(--c-pad)*2);
}

@media (min-width: 768px) {
    .footer__page-top {
        max-width: calc(1296px + var(--c-pad)*2);
        top: -44px;
        width: calc(100% - var(--c-pad)*2);
    }
}

.footer__page-top button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: none;
    border-radius: 50%;
    height: 17.0512820513vw;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 17.0512820513vw;
}

@media (min-width: 768px) {
    .footer__page-top button {
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 992px) {
    .footer__page-top button {
        height: 95px;
        width: 95px;
    }
}

.footer__page-top button:focus {
    background-color: #eeeeee;
}

@media (hover: hover) and (pointer: fine) {
    .footer__page-top button:hover {
        background-color: #eeeeee;
    }
}

.footer__page-top button img {
    width: 6.4615384615vw;
}

@media (min-width: 768px) {
    .footer__page-top button img {
        width: 30px;
    }
}

@media (min-width: 992px) {
    .footer__page-top button img {
        width: 36px;
    }
}

.footer-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.footer__logo {
    font-size: var(--fs10);
    margin: 0 0 12.3076923077vw;
}

@media (min-width: 768px) {
    .footer__logo {
        font-size: var(--fs10);
        margin: 0 0 48px;
    }
}

.footer__logo a {
    display: block;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.footer__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__logo a:hover {
        opacity: 0.65;
    }
}

.footer__logo img {
    display: block;
}

.footer__logo img:nth-child(1) {
    margin: 0 auto 4.1025641026vw;
    width: 63.0769230769vw;
}

@media (min-width: 768px) {
    .footer__logo img:nth-child(1) {
        margin: 0 auto 20px;
        width: 328px;
    }
}

.footer__logo img:nth-child(2) {
    margin: 0 auto;
    width: 33.4358974359vw;
}

@media (min-width: 768px) {
    .footer__logo img:nth-child(2) {
        width: 163px;
    }
}

.footer__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: center;
    margin: 0 0 3.8461538462vw;
}

@media (min-width: 768px) {
    .footer__menu {
        margin: 0 0 15px;
    }
}

.footer__menu__item {
    padding: 0 3.0769230769vw;
    position: relative;
}

@media (min-width: 768px) {
    .footer__menu__item {
        padding: 0 12px;
    }
}

.footer__menu__item:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 4.1025641026vw;
    margin: auto;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.2564102564vw;
}

@media (min-width: 768px) {
    .footer__menu__item:after {
        height: 16px;
        width: 1px;
    }
}

.footer__menu__item a {
    color: var(--color-white);
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 1.0256410256vw;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__menu__item a {
        font-size: var(--fs18);
        text-underline-offset: 4px;
    }
}

.footer__menu__item a:focus {
    -webkit-text-decoration-color: var(--color-white);
    text-decoration-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item a:hover {
        -webkit-text-decoration-color: var(--color-white);
        text-decoration-color: var(--color-white);
    }
}

.footer__menu__item:last-child:after {
    display: none;
}

.footer__address {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-flow: row wrap;
    font-size: var(--fs13);
    font-weight: 400;
    gap: 3.0769230769vw;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 5.1282051282vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__address {
        font-size: var(--fs14);
        gap: 16px;
        margin: 0 0 30px;
    }
}

.footer__address a {
    color: inherit;
}

.footer__address span {
    display: block;
}

.footer__meta {
    border-top: 0.2564102564vw solid rgba(var(--color-white-rgb), 0.1);
    padding: 5.1282051282vw 0 0;
}

@media (min-width: 768px) {
    .footer__meta {
        border-top-width: 1px;
        padding: 20px 0 0;
    }
}

.footer__meta__desc {
    color: rgba(var(--color-white-rgb), 0.5);
    display: block;
    font-size: var(--fs12);
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 1.5384615385vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__meta__desc {
        font-size: var(--fs14);
        margin: 0 0 10px;
    }
}

.footer__meta__copyright {
    color: rgba(var(--color-white-rgb), 0.5);
    display: block;
    font-size: var(--fs10);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__meta__copyright {
        font-size: var(--fs12);
    }
}