/* #region General */

@charset "UTF-8";

[v-cloak] {
    display: none !important;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    direction: rtl;
    font-family: "DIN", sans-serif;
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    color: #212529;
}

.s-logo-1 {

    width: 62px;
}

.s-logo-2 {
    width: 109px;
}

p {
    color: #565b66;
}

img {
    max-width: 100%;
}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1.4rem;
}

svg {
    display: flex;
    max-width: 100%;
}

input[type="tel"] {
    direction: ltr;
    text-align: right;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input::placeholder,
textarea::placeholder {
    color: #888889 !important;
    opacity: 1;
}

/* #endregion General */

/* #region Loading */

.x69ba7b28e5 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    display: flex;
    z-index: 1000;
}

.x69ba7b28e5:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1;
}

.xacf3a7e481 {
    width: 48px;
    height: 48px;
    border: 5px solid #f3f4f6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
    z-index: 2;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* #endregion Loading */

/* #region Form */

.x51c7350066 {
    color: #E7F5FE;
    text-align: center;
    font-size: 16px;
    margin-bottom: 11px;
}

.x210056ec8b {
    margin-bottom: 1.4rem;
    position: relative;
}

.x62dd7c47d1 {
    position: relative;
    box-sizing: border-box;
}

.x62dd7c47d1 input,
.x62dd7c47d1 select,
.x62dd7c47d1 textarea {
    height: 46px;
    font-family: inherit;
    font-size: 16px;
    border: 1px solid #BBBBCB;
    border-radius: 8px;
    padding: 12px 16px;
    width: 100%;
    font-weight: inherit;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    color: #031c2d;
    background-color: #fff;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.x210056ec8b label {
    margin-bottom: 0.6rem;
    display: block;
    padding: 0 5px;
}

.xd160b0337d {
    font-size: 12px;
    color: #b60000;
    line-height: 12px;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    gap: 6px;
}

.xd160b0337d svg {
    width: 14px;
    transform: translateY(1px);
    fill: #b60000;
}

.x62dd7c47d1 svg.x88487ebbce {
    width: 11px;
    position: absolute;
    right: 15px;
    top: 21px;
    pointer-events: none;
    fill: #ccc;
}

.xb6be5d0a0e {
    fill: #8990A5;
}

form .x7ac52fac2f input,
form .x7ac52fac2f select,
form .x7ac52fac2f textarea {
    background-color: #f9fff9;
    border-color: #008b00;
}

form .xf55ff6dd4b input,
form .xf55ff6dd4b select,
form .xf55ff6dd4b textarea {
    background-color: rgba(255, 225, 225, 0.2);
    border-color: #b60000;
}

form .xd867564b91 input {
    padding-left: 100px;
    direction: ltr;
    text-align: right;
}

.x79ca55237d,
.x029d053d42 {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
}

.x79ca55237d {
    box-shadow: 0 4px 7px #0000001A;
}

.x029d053d42 {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .078);
}

.x029d053d42.x6e663282f8 {
    padding: 1.5rem;
}

.x318aa8c988 {
    color: #fff;
    outline: 0 !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
    user-select: none;
    font-size: 15px;
    font-family: inherit;
    position: relative;
    max-width: 100%;
    line-height: inherit;
    box-sizing: border-box;
    display: flex;
    border: 0;
    transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -webkit-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -moz-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -ms-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -o-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    margin: 30px auto 0;
    border-radius: 8px;
    font-weight: 700;
    height: 48px;
    gap: 0.6rem;
    text-decoration: none;
}

.x318aa8c988:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.xf35447122c {
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    gap: 6px;
    align-items: center;
    z-index: 3;
    height: 40px;
    box-sizing: border-box;
    pointer-events: none;
    padding: 0 6px;
    direction: ltr;
}

.xf35447122c > button {
    display: flex;
    align-items: center;
    column-gap: 5px;
    direction: ltr;
    padding: 0 6px;
    height: 100%;
    width: auto;
}

.xf35447122c .xc40f3beb55 {
    width: 20px;
}

.xf35447122c span {
    font-size: 14px;
    transform: translateY(-2px);
}

.x62dd7c47d1.xd867564b91 .x88487ebbce {
    position: relative;
    right: inherit;
    top: inherit;
    width: 8px;
}

.x8b399c2a58 {
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: rgb(194, 197, 205) 0px 1px 13px 1px;
    border: 1px solid rgb(194, 197, 205);
    position: absolute;
    left: 0;
    top: 42px;
    list-style: none;
    max-height: 225px;
    overflow-y: scroll;
    min-width: 100%;
    width: max-content;
}

.x8b399c2a58 button {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
    direction: ltr;
}

.x2238637acd {
    background: transparent;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 0;
    color: #031c2d;
}

.x73e8a54439 {
    position: relative;
}

/* #endregion Form */

/*region Steps */

.xfc168c1fb2 .x4a153bdbfa {
    /*! flex: 1; */
    transition: background 0.3s;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.xfc168c1fb2 {
    display: flex;
    gap: 6px;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.x66d40e6e41 {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D2D6DB;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 0.8rem;
    color: #6c737f;
    font-weight: 500;
}

.xfa252970e2 {
    font-size: .75rem;
    position: relative;
    z-index: 2;
    color: #6c737f;
}

.x4a153bdbfa.xb317fdb242 .x66d40e6e41,
.x4a153bdbfa.x7ac52fac2f .x66d40e6e41 {
    color: #fff;
    border: 0;
}

/* #endregion Steps */


.x0b2da3b685 {
    text-align: center;
    margin-top: 20px;
}

.x6e1b99ba03 {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li:last-child .x2238637acd {
    border: 0;
}

ul li button.xb317fdb242 {
    background-color: #f2f7fb;
}

.x5311032ec5 h3 {
    margin-bottom: 30px;
}

.x16e8f15e6d {
    width: 33px;
    fill: #009d49;
}

.x7a5243ef94 {
    display: flex;
    align-items: center;
    background: #dfe6eb;
    padding: 10px 20px;
    margin-bottom: 20px;
    gap: 14px;
}

.x7a5243ef94 p {
    font-size: 18px;
    line-height: 25px;
    flex: 1;
}

.x2464292775 {
    margin: -10px -20px 0;
}

.x222393d5da ul li button.x2238637acd {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
}

.x5d113f6ad7 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
}

.x5d113f6ad7 .xfcde90c080 {
    /*! border: 1px solid #dee2e6; */
    border-radius: 16px;
    padding: 1.5rem 1.3rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .078);
    background: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.x5d113f6ad7 .xaf98cce365 {
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.x5d113f6ad7 .x7eab93351c {
    font-size: 1.125rem;
    margin: 1.5rem 0 0.5rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.x5d113f6ad7 .xfcde90c080:not(.xb317fdb242) .x318aa8c988 {
    background: #fff;
    gap: 6px;
    margin: auto 0 0;
    justify-content: flex-end;
    height: auto;
    padding: 20px 0 0;
}

.xfcde90c080 .xaf98cce365 svg path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.xfcde90c080 .xa867ea6308 {
    font-size: .875rem;
    color: #525451;
    margin: 0;
}

.xfcde90c080 button svg path {
    stroke: none;
}

.x1abbd2832d svg path {
    fill: none;
    stroke: #008550;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.x1abbd2832d svg {
    width: 40px;
}

.x8857b39055 {
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    height: 78px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: sticky;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    transform: translateY(0);
    transition: transform 0.25s cubic-bezier(.31, 0, .13, 1);
    will-change: transform;
}

.x8857b39055.x56d8d97a01 {
    transform: translateY(-100%);
}

.x8857b39055.xde35a640a3 {
    transform: translateY(0);
}

.x8857b39055 .x5d67e66cb0 {
    margin-right: 0.6rem;
}

.x8857b39055 .x7a1a32d82d svg {
    width: 1.5rem;
    margin-right: auto;
}

.x8857b39055 .x7a1a32d82d {
    padding: 0.5rem;
    box-sizing: border-box;
    display: flex;
    gap: 11px;
}

.xc63934c74b {
    padding: 2.5rem 1rem 5rem;
    min-height: 500px;
}

.xc63934c74b.x6f3e8cf365 {
    padding-top: 0;
}

.xfc168c1fb2:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #D2D6DB;
    top: 18px;
    z-index: 1;
}

.xfc168c1fb2 .x4a153bdbfa:first-child:before,
.xfc168c1fb2 .x4a153bdbfa:last-child:before {
    position: absolute;
    content: "";
    background: #f8fcf9;
    height: 100%;
    width: 50%;
    z-index: 1;
    top: 0;
}

.xfc168c1fb2 .x4a153bdbfa:first-child:before {
    right: 0;
}

.xfc168c1fb2 .x4a153bdbfa:last-child:before {
    left: 0;
}

.xd1e5ec6414 {
    padding: 2.4rem 1rem 2.7rem;
    margin: 0 -.5rem 0;
}

.x8857b39055 .x006e80d849 {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.x8857b39055 .x16f73e20df {
    padding: 0.5rem;
}

p.x6a228034b5 {
    color: #6c737f;
    font-size: 0.9rem;
}

.xfc168c1fb2 .xaf98cce365.x9574e17ceb {
    width: 1rem;
}

.xf964d66265 {
    color: #fff;
    padding: 3rem 1rem 1.5rem;
    font-size: 0.875rem;
}

.xf964d66265 a {
    text-decoration: underline;
}

.xf964d66265 p {
    margin: 0 0 1rem;
}

.xf964d66265 ul {
    margin: 0 0 2rem;
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.x6f3e8cf365 .xc9058a0b97 {
    margin: 3rem 0 0;
    text-align: center;
}

.x62dd7c47d1 textarea {
    min-height: 180px;
    min-width: 100%;
    max-height: 350px;
    max-width: 100%;
}

label span:not(.xfc86f1ff68) {
    color: #b60000;
}

.x31e3cf22d6 {
    padding: 0 19px;
}

.x8f73e5209d h3 {
    padding: 0;
    font-weight: 500;
}

.x083426f03a {
    line-height: 1.6rem;
}

.x083426f03a .x050b32e649 {
    font-size: 1.8rem;
}

/* دخول */
.x6cbb3064de,
.xde8d87d582 {
    transition: transform .25s ease, opacity .25s ease;
    transform-origin: top;
}

.x527ad1d535,
.xfee0353aff {
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.x8ac4d39194,
.xef8a1bd8ad {
    opacity: 1;
    transform: translateY(0);
}

.x9a0d3a3326 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.x9a0d3a3326 ul li {
    padding: .75rem 0;
}

.x9a0d3a3326 ul li a {
    padding: 0.25rem 1rem;
    text-decoration: none;
    color: #212529;
    font-weight: 700;
    display: block;
}

@keyframes down-rotate {
    0% {
        animation-timing-function: cubic-bezier(.16, -.88, .97, .53);
        transform: translateY(0);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
        transform: translateY(10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(10px) rotate(-45deg) scale(.9);
    }
}

@keyframes hide {
    29% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes up-rotate {
    0% {
        animation-timing-function: cubic-bezier(.16, -.88, .97, .53);
        transform: translateY(0);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
        transform: translateY(-10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(-10px) rotate(45deg) scale(.9);
    }
}

.x8857b39055 .x9619bb1319.x5425a3cbf8 svg .xe5cf66a89a {
    animation: down-rotate .6s ease-out both;
}

.x8857b39055 .x9619bb1319.x5425a3cbf8 svg .x44fe8aeb7d {
    animation: hide .6s ease-out forwards;
}

.x8857b39055 .x9619bb1319.x5425a3cbf8 svg .xb9fb565b89 {
    animation: up-rotate .6s ease-out both;
}

.x8857b39055 .x9619bb1319 .xe5cf66a89a,
.x8857b39055 .x9619bb1319 .xb9fb565b89,
.x8857b39055 .x9619bb1319 .x44fe8aeb7d {
    transform-box: fill-box;
    transform-origin: center;
}

.x222393d5da.x6f3e8cf365 .x5b8c77d58a {
    margin-top: 0;
}

.x5c14311a20 {
    padding: 0 1rem;
}

.x5c14311a20.xc7feebfa01 {
    margin-top: 2.5rem;
}

.x51a4d188d4 .x6a228034b5 {
    margin: 0 0 0.25rem;
}

.x6002b67a3e {
    padding: 1.2rem 1rem;
}

.x6002b67a3e h1 {
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
}

.x6002b67a3e span {
    font-size: 1.4rem;
    margin-top: .05rem;
    margin-bottom: 0;
    font-weight: 700;
    display: block;
}

.x6e31082d30 {
    font-size: 12px;
    color: #6c737f;
    display: flex;
    justify-content: space-between;
    opacity: 0.7;
    padding: 2px 5px 0;
}

.x5d113f6ad7 .xfcde90c080 {
    /* border: 1px solid #dee2e6; */
    border-radius: 16px;
    padding: 1.5rem 1.3rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .078);
    background: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.x5d113f6ad7 .xfcde90c080:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .051);
}

.x132ef83417 h1 {
    margin: 0;
    padding: 0 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.x132ef83417 {
    margin-bottom: 1.5rem;
}

.x4246ac9001 .x029d053d42 {
    padding: 1.3rem;
}

.x4246ac9001 ul {
    list-style: none;
    padding: 0;
}

.x4246ac9001 ul li {
    position: relative;
    margin-bottom: 7px;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #565b66;
}

.x4246ac9001 ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #00663d;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(12px);
    min-width: 5px;
}

.x4246ac9001 h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 2rem 0 .3rem;
}

.x4246ac9001 .x029d053d42 p:first-child {
    margin-top: 0;
}

.x4246ac9001 h3 + ul,
.x4246ac9001 h3 + p,
.x4246ac9001 h2 + p {
    margin-top: 0;
}

.x4246ac9001 .x029d053d42 h3:first-child {
    margin-top: 0.5rem;
}

.x79ca55237d > p:first-child {
    margin-top: 0;
}

.x038f36d51d {
    display: block;
    margin-bottom: 1.5rem;
}

.xd160b0337d.xa4c108b113 {
    text-align: center;
    display: block;
    margin-top: 1rem;
}

.xf964d66265 p.xc2daa90399 {
    font-size: .8rem;
}

.xc63934c74b.x4246ac9001 .x029d053d42 + .x132ef83417 {
    margin-top: 2.5rem;
}

.x7ffb853aff {
    direction: ltr;
}

.xd13fc2b730 {
    font-size: 0.8rem;
}

.x5d67e66cb0 svg {
    fill: rgb(0, 102, 61);
}

.x1b5c72c90a .xaf98cce365 {
    fill: none;
    stroke: #6c737f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.78px;
    width: .8rem;
    transform: translateY(3px);
}

.x1b5c72c90a {
    display: flex;
    font-size: 12px;
    color: #6c737f;
    align-items: flex-start;
    gap: 5px;
    justify-content: center;
    margin-top: 2rem;
    opacity: .7;
}

/* Mobile */
@media (max-width:899px) {
    .x2b381a0dd9 {
        display: none !important;
    }

    .x9a0d3a3326 {
        position: absolute;
        background: #fff;
        padding: 1rem 1.5rem 1.3rem;
        right: 0;
        left: 0;
        top: 61px;
        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
        border-radius: 0 0 16px 16px;
        border-bottom: 1px solid #E4E7EC;
    }
}

.x3684b85f09 {
    padding: 2.4rem 1rem 2.7rem;
    margin: 0 -.5rem 0;
}

/* Desktop */
@media (min-width: 900px) {
    .x9a0d3a3326 ul li a {
        padding: 0.25rem 0.95rem;
        text-decoration: none;
    }

    .x3684b85f09 {
        padding: 2.4rem 0 2.7rem;
        margin: 0;
    }

    .x9235bc7ffa {
        display: none !important;
    }

    .xf964d66265 .x7852a0c910 {
        grid-column-gap: 2.3rem;
    }

    .xc63934c74b {
        margin: 0 auto;
        max-width: 1092px;
        box-sizing: border-box;
        min-height: calc(100vh - 245px) !important;
    }

    .x5d113f6ad7 {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1.5rem;
    }

    body {
        background: #f8fcf9;
    }

    .xd1e5ec6414 {
        padding: 2.4rem 0 2.7rem;
        margin: 0;
    }

    .x318aa8c988.x7587a0d945 {
        max-width: 16.666667%;
    }

    .x62dd7c47d1 textarea {
        min-height: 148px;
    }

    .x7852a0c910 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2rem;
        max-width: 1060px;
        margin: 0 auto;
    }

    .x9a0d3a3326 {
        display: inline-block !important;
        margin-right: 5rem;
    }

    .x9a0d3a3326 ul {
        display: flex;
        align-items: center;
        gap: 0.7rem;
    }

    .x8857b39055 .x7a1a32d82d {
        display: none;
    }

    .x8857b39055 {
        padding: 0 2rem;
    }

    .s-logo-1 {
        width: 67px;
    }

    .s-logo-2 {
        width: 124px;
    }

    .x4246ac9001 .x029d053d42 {
        padding: 1.5rem;
    }

    .x5d113f6ad7 .xfcde90c080 {
        margin-bottom: 1.5rem;
    }

    .x6002b67a3e {
        padding: 2.5rem 0;
    }

    .x7852a0c910.x605201b587 {
        grid-template-columns: repeat(3, 1fr);
    }

    h3 {
        font-size: 1.4rem;
        margin: 0 0 1.5rem;
    }

    .x6002b67a3e span {
        font-size: 1.3rem;
    }

    .x6002b67a3e h3 {
        font-size: 1.6rem;
    }

    .x5c14311a20.xc7feebfa01 {
        margin-top: 3rem;
    }

    .x66d40e6e41 {
        font-weight: 700;
        margin-bottom: 0.4rem;
        width: 41px;
        height: 41px;
    }

    .xfa252970e2 {
        font-size: 0.9rem;
    }

}

.x52c989f1cf {
    direction: ltr;
    display: inline-block;
}

.x5d113f6ad7 .xfcde90c080.xb317fdb242 {
    grid-column: 1 / -1;
    grid-row: 1
}

.x5d113f6ad7 .xfcde90c080.xb317fdb242 .x318aa8c988 {
    width: auto;
    gap: 8px;
    padding: 0 24px;
    margin: 22px 0 0;
    display: inline-flex;
    align-self: flex-start;
}

.x4246ac9001 hr {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    margin: 30px 0 0;
    opacity: 0.5;
}

.x4246ac9001 h2 {
    font-size: 1.3rem;
    margin: 2rem 0 .6rem;
}

article + .x029d053d42.x6e663282f8 {
    margin-top: 1rem;
}

.x5d67e66cb0 img {
    display: block;
}

.xa132b90dba {
    width: 240px;
}

.xe226b654e5 {
    width: 101px;
}

/* #region Colors */

.x4a153bdbfa.xb317fdb242 .x66d40e6e41,
.x4a153bdbfa.x7ac52fac2f .x66d40e6e41 {
    background-color: #0055aa;
}

.x8857b39055 .x006e80d849 .x16f73e20df svg {
    fill: #232323;
}

.x8857b39055 .x006e80d849 .x7a1a32d82d svg path {
    stroke: #232323;
}

.xfcde90c080 .xaf98cce365 svg path {
    stroke: #267478;
}

.x5d113f6ad7 .xaf98cce365 {
    background: #E6FFF4;
}

.x5d113f6ad7 .xfcde90c080:not(.xb317fdb242) .x318aa8c988 {
    color: #2953A5;
}

.x5d113f6ad7 .xfcde90c080:not(.xb317fdb242) .x318aa8c988 svg {
    fill: #267478 !important;
    background: #f3f4f6;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
}

body {
    background: #F7FBFF;
}

.xf964d66265 {
    color: #fff;
    background: #fff;
}

.xf964d66265 a {
    color: #565b66;
}

.xf964d66265 p {
    color: #565b66;
}

.x4a153bdbfa.xb317fdb242 .xfa252970e2,
.x4a153bdbfa.x7ac52fac2f .xfa252970e2 {
    color: #0071bc;
}

a {
    color: #267478;
}

.xacf3a7e481 {
    border-bottom-color: #007aff;
}

.x318aa8c988 {
    background-color: #267478;
}

.x318aa8c988:disabled {
    background-color: #B7D0C9;
}

.x8f73e5209d h3,
.x083426f03a {
    color: #267478;
}

/* #endregion */

.xfb21aa9565 .x7503770ddf {
    fill: #232323;
}

.xfb21aa9565 .xbb8e3547ca {
    fill: url(#gd-c);
}

.xfb21aa9565 .x3bcaf9acfb {
    fill: url(#gd-b);
}

.xfb21aa9565 .x9ac2912732 {
    fill: url(#gd-a);
}