html,
body {
    font-size: 10px;
    font-family: "sst", sans-serif;
    background-color: #060c18
}

body {
    width: 100%;
    min-width: 360px;
    max-width: 414px;
    margin: 0 auto;
    color: #fff
}

.mainBanner {
    width: 100%;
    background: #060c18
}

.mainBanner img {
    width: 100%
}

.stepsWrapper {
    position: relative
}

.stepsWrapper .trail {
    position: absolute;
    top: 3rem;
    left: 10px;
    width: 30px;
    height: calc(100% - 7rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='200' width='100'%3E%3Ccircle cx='50' cy='100' r='40' fill='%23006BC8' /%3E%3C/svg%3E ");
    background-size: 7px;
    background-position: center;
    background-repeat: repeat-y
}

.stepsWrapper .steps .step {
    width: 100%;
    padding-right: 2rem;
    box-sizing: border-box
}

.stepsWrapper .steps .step .titleWrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.stepsWrapper .steps .step .titleWrapper .badge {
    flex: 0 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 3rem;
    height: 3rem;
    margin: 0 1rem;
    background: #006bc8
}

.stepsWrapper .steps .step .titleWrapper .badge span {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff
}

.stepsWrapper .steps .step .titleWrapper .stepTitle .main {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: .9;
    letter-spacing: 1px
}

.stepsWrapper .steps .step .titleWrapper .stepTitle .sub {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .2px
}

.stepsWrapper .steps .step .titleWrapper .stepTitle .sub span {
    font-size: 2rem;
    font-weight: 500
}

.stepsWrapper .steps .step.step1 {
    padding-top: 3rem;
    padding-bottom: 6rem;
    background: linear-gradient(180deg, #060C18 0%, #17274B 100%)
}

.stepsWrapper .steps .step.step1 .or {
    width: calc(100% - 5rem);
    margin-left: 5rem;
    margin-top: 2.5rem;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: .9;
    letter-spacing: 1px
}

.stepsWrapper .steps .step.step1 .guideWrapper {
    box-sizing: border-box;
    width: calc(100% - 5rem);
    margin-left: 5rem;
    margin-top: 4.4rem;
    border-radius: 0 0 8px 8px;
    background: #3d424e
}

.stepsWrapper .steps .step.step1 .guideWrapper .guideTitle {
    position: relative;
    transform: translateY(-50%);
    box-sizing: border-box;
    background: #152a47;
    color: #1a90ed;
    box-shadow: rgba(0, 0, 0, .6) 2px 3px 18px -2px;
    padding: .6em;
    width: calc(100% - .8rem);
    height: 3.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1
}

.stepsWrapper .steps .step.step1 .guideWrapper .guideTitle::before {
    content: "";
    position: absolute;
    top: 0;
    right: -0.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 8px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #152a47
}


.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper {
    padding: 0 1.5rem
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    height: 7.6rem;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 1.8rem;
    overflow: hidden
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso.comment {
    position: relative;
    overflow: visible;
    height: initial
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso.comment .guides-title {
    display: block;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-right: 85px
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso.comment .guides-title .sub {
    font-size: 1.2rem;
    color: #333;
    margin-top: .5rem
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso.comment img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(2rem, -50%);
    width: 110px
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso .guides-title {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    color: #1b93f1;
    font-size: 1.3rem;
    font-weight: 700
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: .9rem;
    margin-left: auto;
    justify-self: flex-end;
    padding: 0 1.8rem;
    border: 0;
    background: #1b93f1;
    color: #fff;
    font-size: 1.4rem
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .guides-iso button::before {
    content: "\f06e";
    font-size: 2.5rem;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .exampleImgWrapper {
    margin-bottom: 2rem
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .exampleImgWrapper .exampleImgTitle {
    position: relative;
    display: inline-block;
    background: #1b93f1;
    padding: .2rem .5rem
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .exampleImgWrapper .exampleImgTitle span {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .exampleImgWrapper .exampleImgTitle::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -6px;
    width: 6px;
    height: 18px;
    background: #1b93f1
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .exampleImgWrapper .exampleImgTitle::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -6px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 6px solid #1b93f1;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0)
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .exampleImgWrapper .exampleImg {
    box-sizing: border-box;
    width: 100%;
    border: 4px solid #1b93f1
}

.stepsWrapper .steps .step.step1 .guideWrapper .guidesWrapper .exampleImgWrapper .exampleImg img {
    width: 100%
}

.stepsWrapper .steps .step.step1 .guideWrapper .platformWrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid #aaa;
    justify-content: flex-start
}

.stepsWrapper .steps .step.step1 .guideWrapper .platformWrapper a {
    flex: 1 1 1%;
    padding: 1rem;
    border-right: 1px solid #aaa;
    text-decoration: none;
    color: #f3f3f3;
    display: flex;
    flex-direction: column
}

.stepsWrapper .steps .step.step1 .guideWrapper .platformWrapper a:last-child {
    border: 0
}

.stepsWrapper .steps .step.step1 .guideWrapper .platformWrapper a img {
    display: block;
    margin: 0 auto;
    max-width: 34px;
    width: 70%
}

.stepsWrapper .steps .step.step1 .guideWrapper .platformWrapper a span {
    display: block;
    width: 100%;
    margin-top: .5rem;
    word-break: break-all;
    font-size: 1rem;
    text-align: center
}

.stepsWrapper .steps .step.step1 .guideWrapper .platformWrapper.no-platforms {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: none;
    justify-content: flex-start
}

.stepsWrapper .steps .step.step2 {
    position: relative;
    height: 27rem;
    box-sizing: border-box;
    padding-top: 6rem;
    padding-bottom: 3rem;
    background-image: linear-gradient(180deg, #0F1C3A 0, #0F1D3F 100%)
}

.stepsWrapper .steps .step.step2 .backgroundWrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.stepsWrapper .steps .step.step2 .backgroundWrapper .back1 {
    width: 100%;
    max-width: 360px
}

.stepsWrapper .steps .step.step3 {
    position: relative;
    height: 27rem;
    box-sizing: border-box;
    padding-top: 6rem;
    padding-bottom: 3rem;
    overflow: hidden;
    background: #223867
}

.stepsWrapper .steps .step.step3 .titleWrapper {
    width: 50%
}

.stepsWrapper .steps .step.step3 .titleWrapper .button {
    margin-top: 1rem
}

.stepsWrapper .steps .step.step3 .backgroundWrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden
}

.stepsWrapper .steps .step.step3 .backgroundWrapper .back1 {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    width: 50%;
    max-width: 190px
}

.stepsWrapper .steps .step.step3 .backgroundWrapper .back2 {
    position: absolute;
    bottom: -7.8rem;
    left: -4rem;
    width: 100%
}

.stepsWrapper .steps .step.step3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15%;
    left: 0;
    top: -1px;
    background: linear-gradient(180deg, #0F1D3F 0, #14244A 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.subscribe_section {
    background: #0f1c3a;
    position: relative
}

.subscribe_section #mce-responses .response {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 3rem
}

.subscribe_section #mce-responses .response.mce-error-response {
    color: #f33
}

.subscribe_section #mc_embed_signup_scroll {
    box-sizing: border-box;
    padding: 2.5rem 1.5rem
}

.subscribe_section #mc_embed_signup_scroll h2 {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: .9;
    letter-spacing: 1px
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group {
    padding: 1.5rem 0
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group .mc-field-group-mix {
    display: flex;
    justify-content: flex-start;
    gap: 1rem
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group .mc-field-group-mix label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: .9;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    flex: 0 0 6rem
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group .mc-field-group-mix input[type=email] {
    flex: 1 1 100%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: .9;
    letter-spacing: 1px;
    padding: .5rem .5rem;
    border-radius: .5rem
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group .mc-field-group-mix input[type=email]:focus {
    outline: none
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group .mc-field-group-mix input[type=email].mce_inline_error {
    border: 2px solid #f33
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group .helper_text {
    display: none
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group div[for=mce-EMAIL] {
    padding: 0;
    margin-left: 7rem;
    margin-bottom: 0;
    margin-top: .5rem;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0)
}

.subscribe_section #mc_embed_signup_scroll .mc-field-group div[for=mce-EMAIL].mce_inline_error {
    color: #f33
}

.subscribe_section #mc_embed_signup_scroll input[type=submit] {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    background: #152a47;
    color: #1a90ed;
    box-shadow: rgba(255, 255, 255, .9) 0px 0px 4px 1px;
    padding: .6em;
    display: inline-block;
    width: calc(100% - .8rem);
    height: 3.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    border: 0;
    width: 100%
}

.termsWrapper {
    box-sizing: border-box;
    padding: 2rem 2rem 2rem 50px;
    background: #4b607f
}

.termsWrapper .termsTitle {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff
}

.termsWrapper .terms .terms-iso {
    position: relative;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #c7c7c7;
    margin-top: 1.6rem;
    padding: .5rem .8rem .5rem 2.8rem
}

.termsWrapper .terms .terms-iso .icons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%
}

.termsWrapper .terms .terms-iso .icons::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.termsWrapper .terms .terms-iso .icons.no {
    background: #ff534d
}

.termsWrapper .terms .terms-iso .icons.no::before {
    content: "\f00d";
    font-weight: 900;
}

.termsWrapper .terms .terms-iso .icons.yes {
    background: #42a7e7
}

.termsWrapper .terms .terms-iso .icons.yes::before {
    content: "\f00c";
    font-weight: 900;
}

.termsWrapper .terms .terms-iso .term {
    font-size: 1.4rem;
    font-weight: 500;
    color: #175596
}

.webButtonWrapper {
    position: relative
}

.webButtonWrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    box-shadow: rgba(255, 255, 255, .5) 0px 0px 25px 0px;
    z-index: 1
}

.webButtonWrapper::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 50%;
    aspect-ratio: 1/1;
    box-shadow: rgba(255, 255, 255, .5) 5px -5px 18px 5px;
    z-index: 1
}

.webButtonWrapper .webButton {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    background: #152a47;
    color: #1a90ed;
    box-shadow: rgba(255, 255, 255, .9) 0px 0px 4px 1px;
    padding: .6em;
    display: inline-block;
    width: calc(100% - .8rem);
    height: 3.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none
}

.webButtonWrapper .webButton::before {
    content: "";
    position: absolute;
    top: 0;
    right: -0.75rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 8px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #152a47
}


.modal {
    --bs-modal-bg: transparent
}

.modal .modal-content .modal-header {
    padding: 0;
    border-bottom: 0
}

.modal .modal-content .modal-header .btn-close {
    position: relative;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    margin-left: auto;
    width: 2.8rem;
    height: 2.8rem
}

.modal .modal-content .modal-header .btn-close::before {
    content: "\f00d";
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
}

.modal .modal-content .modal-body .modalTitle {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 1.1;
    text-align: center
}

.modal .modal-content .modal-body .imgDownloadWrapper {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem
}

.modal .modal-content .modal-body .imgDownloadWrapper img {
    display: block;
    width: 100%;
    border: 4px solid #1a90ed;
    margin-bottom: 1.5rem
}

.modal .modal-content .modal-body .imgDownloadWrapper .webButtonWrapper {
    width: 170px;
    margin: 0 auto
}

.modal .modal-content .modal-body .inputCopy {
    margin-bottom: 2rem
}

.modal .modal-content .modal-body .inputCopy textarea {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    padding: .5rem 1rem;
    resize: none;
    overflow: auto;
    font-size: 1.4rem;
    line-height: 1.3;
    height: 10em
}

.modal .modal-content .modal-body .inputCopy .webButtonWrapper {
    width: 170px;
    margin: 0 auto
}

.modal .modal-content .modal-body .platformWrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid #aaa;
    justify-content: flex-start
}

.modal .modal-content .modal-body .platformWrapper a {
    flex: 1 1 1%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    text-decoration: none;
    color: #f3f3f3
}

.modal .modal-content .modal-body .platformWrapper a img {
    display: block;
    margin: 0 auto;
    max-width: 34px;
    width: 70%
}

.modal .modal-content .modal-body .platformWrapper a span {
    display: block;
    width: 100%;
    word-break: break-all;
    margin-top: .5rem;
    font-size: 1rem;
    text-align: center
}

.modal .modal-content .modal-body .platformWrapper.no-platforms {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: none;
    justify-content: flex-start
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.9
}

/*# sourceMappingURL=common.min.css.map */
