@import "https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap";

body {
    margin: 0;
    height: 100vh;
    width: 100%
}
.hero {
    display: grid;
    padding: 12em 1em 0
}

.hero .wrapMe {
    background-image: url(../img/header-bg.svg);
    background-repeat: no-repeat;
    min-height: 630px;
    width: 1300px;
    margin: 0 auto
}

.hero {
    background-color: #002646;
    padding: 60px 0 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 15%;
    height: 610px
}

.hero div {
    margin: 0;
    padding: 0
}

.hero div .mobi-img {
    display: none
}

.hero div .desktop-img {
    height: 105%;
    display: block
}

.hero .headerContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 9fr 8fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 89px
}

.small-title-head {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 22px
}

@media (max-width:768px) {
    .small-title-head {
        text-align: center;
        margin: 0;
        font-size: 17px;
        line-height: 28px
    }
}

.hero h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 1rem;
    margin-bottom: .1rem;
    line-height: 110%
}

.hero button,
#objSection button {
    background: #FC7E00;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 25px
}

.hero button,
#objSection button,
#footerPlan button {
    transition: background .5s ease-in-out
}

.hero button:hover,
#objSection button:hover,
#footerPlan button:hover {
    background: #E26B04
}

.hero .contact-button:hover {
    background: rgba(0, 255, 255, 0.1)
}

.mobi-break {
    display: none
}

@media(max-width:1000px) {
    .hero {
        padding: 65px 30px 65px;
        height: 750px
    }

    .hero div {
        padding-top: 5%
    }

    .hero h2 {
        font-size: 32px;
        line-height: 35px;
        text-align: center;
        padding-bottom: .8em;
        padding-top: .8em
    }

    .hero .headerContainer {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: 0
    }

    .hero div .mobi-img {
        display: block;
        width: 100%;
        padding-top: 10vw
    }

    .hero div .desktop-img {
        display: none
    }

    .hero button {
        margin: auto;
        display: block
    }

    .desktop-break {
        display: none
    }

    .mobi-break {
        display: block
    }
}

.illus {
    justify-self: end;
    max-width: 460px;
    margin-top: -3%
}

.content {
    font-family: "Montserrat", sans-serif;
    max-width: 560px;
    margin: 5em 3em;
    display: grid
}

.content .keys {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 110%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #00CED3
}

.content .sub-title {
    font-family: "Montserrat", sans-serif;
    color: #04155b;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: left;
    margin: .3em 0
}

.sub-title .blue {
    color: #0063FF
}

.content p {
    color: #999;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 155%;
    margin: 0
}

.hero button,
.finalSect button,
.successSect button,
.journeyStart button {
    cursor: pointer;
    border: 0;
    width: 300px;
    background: #FC7E00;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 240%;
    color: #fff;
    margin: 0 auto
}

.journeyStart button h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 240%;
    color: #fff;
    margin: 0 auto
}

.hero button {
    margin: 1.5em 0 0;
    width: 300px
}

.successSect button {
    background-color: #07269a
}

.speaker {
    grid-template-columns: 1fr min-content 1fr;
    grid-template-areas: ". img name";
    column-gap: 1.5em
}

.speaker img {
    grid-area: img
}

.speaker h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    grid-area: name;
    align-self: center;
    max-width: 190px
}

.speaker h2 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #999
}

h2.date {
    margin: 1.75em auto 0;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    text-align: center;
    color: #545454;
    font-weight: 600;
    line-height: 100%
}

h2.date .small {
    display: block;
    font-size: 30px
}

h2.date .tagline {
    color: #5cd4ff;
    font-size: 20px;
    font-weight: 400;
    display: block
}

.countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 750px;
    margin: 4.5em auto 4em;
    font-family: "Montserrat", sans-serif;
    color: #999;
    text-align: center;
    column-gap: 1.4em
}

.countdown .num {
    font-weight: 700;
    font-size: 60px;
    display: block;
    line-height: 100%;
    margin: 0
}

.countdown .label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .1em
}

.progress-ring__circle {
    transition: stroke-dashoffset .35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    z-index: 10
}

.full-ring {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.countWrapper {
    width: 156px;
    height: 156px;
    position: relative
}

.count {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    place-items: center;
    height: 100%
}

.quoteSect {
    display: grid;
    place-items: center
}

.demoSect .quoteSect h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    font-weight: 600;
    margin: 0 auto
}

.quoteSect .steps {
    max-width: 950px;
    margin: 6em auto 5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7em;
    font-family: "Montserrat", sans-serif
}

.quoteSect .steps div.item {
    border: 3px solid #fff;
    border-radius: 15px;
    display: grid;
    place-items: center;
    padding: 0 1.5em 1em
}

div.item div {
    display: grid;
    place-items: center;
    margin-top: -3.5em
}

.blueSect {
    background: #21568b;
    border-radius: 50px;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5em 0 6em
}

.steps h3 {
    color: #07269a;
    font-size: 27px;
    margin: .5em 1.5em;
    font-weight: 700;
    line-height: 120%;
    text-align: center
}

.steps p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    margin: 0
}

.featureSect {
    max-width: 1000px;
    margin: 8em auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2em;
    place-items: center;
    padding-bottom: 3em
}

.featureSect .heading {
    display: grid;
    place-items: center;
    row-gap: 6em;
    margin: 0 0 -12.5em
}

.featureSect .heading img {
    z-index: 1
}

.featureSect .heading h2 {
    max-width: 80%;
    margin: 0 auto;
    color: #00ced3;
    font-size: 35px;
    line-height: 123%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif
}

.featureSect .heading strong {
    font-weight: 600;
    display: block
}

.featureSect ol {
    list-style-position: inside
}

.featureSect ol li {
    font-size: 17px;
    color: #818181;
    letter-spacing: -.01em;
    font-family: "Roboto", sans-serif
}

.featureSect ol li::marker {
    color: #0063ff;
    font-weight: 700
}

.featureSect ol li:not(:last-child)::after {
    margin: 1em 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #999
}

.successSect {
    background: #f1f1f1;
    padding: 12% 0 6.5em;
    display: grid;
    place-items: center;
    position: relative
}

.successSect h2 {
    color: #07269a;
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0
}

.successSect p {
    max-width: 700px;
    margin: .5em 0;
    font-family: "Roboto", sans-serif;
    color: #999;
    font-size: 18px;
    line-height: 105%;
    text-align: center
}

.successSect img {
    margin: 1.9em 0 1.3em
}

.successSect ul {
    margin: 0 0 5.3em;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2em;
    max-width: 700px
}

.successSect li {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    text-align: center
}

.successSect li .wrapper {
    background-color: #0063ff;
    border-radius: 15px;
    padding: 1em .5em;
    width: 220px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: grid;
    place-items: center
}

.successSect li span {
    display: block
}

.successSect li h3 div {
    margin-bottom: .5em
}

.successSect .subTxt {
    font-size: 20px;
    line-height: 90%
}

.successSect .regTxt {
    font-weight: 400;
    font-size: 18px
}

.successSect .decorator {
    border: 1px solid #04155b;
    border-radius: 15px;
    position: absolute;
    margin: .5em 0 0 .5em;
    width: 100%;
    height: 100%
}

.successSect .decorator::before {
    right: -.2em;
    position: absolute;
    margin-top: -.5em
}

p.quote {
    font-weight: 300;
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    line-height: 130%;
    max-width: 480px;
    text-align: center;
    margin: 0
}

p.quote::before {
    content: "“";
    font-family: "Roboto Slab", sans-serif;
    color: #caf1ff;
    font-size: 150px;
    position: absolute;
    margin-top: -.2em;
    margin-left: -.1em
}

p.quote::after {
    content: "“";
    font-family: "Roboto Slab", sans-serif;
    color: #caf1ff;
    font-size: 150px;
    position: absolute;
    transform: rotate(180deg);
    margin-top: -.3em;
    margin-left: 1em
}

.quote span.author {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: italic
}

.answerSect {
    max-width: 900px;
    margin: 0 auto
}

.answerSect h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;
    max-width: 350px;
    margin: 0 0 3em
}

.bannerUlSect {
    margin: 7em 0
}

.bannerUlSect li div img {
    margin-top: 1em
}

.bannerUlSect h2.power {
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #0063ff;
    line-height: 200%;
    border-top: 1px solid #0063ff;
    padding: 0 .5em;
    border-bottom: 1px solid #0063ff;
    width: fit-content;
    margin: 2em auto 0
}

ul.aboutOnSite {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: min-content 1fr 1fr;
    grid-template-areas: "q q q" ". . ." ". . .";
    column-gap: 3.5em;
    row-gap: 3.5em;
    place-items: center;
    max-width: 878px
}

ul.aboutOnSite li {
    color: #07269a;
    font-family: "Roboto", sans-serif;
    display: grid;
    place-items: center;
    border-radius: 40px;
    font-size: 17px;
    line-height: 118%;
    text-align: center;
    padding: 1em .5em;
    grid-template-rows: 1fr 1fr;
    row-gap: 1em;
    height: 100%;
    border: 2px solid #0063ff;
    box-sizing: border-box;
    border-radius: 40px
}

ul.aboutOnSite li div {
    font-size: 18px;
    line-height: 111%;
    padding: 0;
    margin: 0;
    align-self: start
}

ul.aboutOnSite li h2 {
    font-size: 18px;
    line-height: 111%;
    padding: 0;
    margin: 0;
    align-self: start
}

ul.aboutOnSite li p {
    display: block;
    font-weight: 400;
    margin: .3em 0 0;
    font-size: 18px;
    line-height: 111%;
    align-self: start
}

li#midQuote {
    font-size: 35px;
    grid-area: q;
    display: block;
    background-color: transparent;
    color: #04155b;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
    filter: none;
    border: 0
}

li#midQuote h2 {
    font-size: 35px
}

li#midQuote strong {
    display: block
}

.demoSect {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(0, 206, 211, 1) 30%);
    padding: 0 0 6em
}

.demoSect h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto 1.5em;
    text-align: center;
    font-weight: 700;
    font-size: 35px
}

.demoSect h2 span {
    display: block;
    font-weight: 400
}

.questions li {
    background: #fff;
    height: 100%;
    border: 2px solid #caf1ff;
    box-shadow: 5px 4px 10px rgba(212, 212, 212, 0.25);
    border-radius: 12px;
    display: grid;
    place-items: center;
    padding: 3em 1.5em;
    grid-template-rows: 100fr 105fr
}

.questions li p {
    font-family: "Roboto", sans-serif;
    color: #999;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    margin: 0
}

img.divider {
    width: 100%;
    z-index: -1
}

.aboutSect {
    display: grid;
    place-items: center;
    grid-template-columns: 6fr 6fr;
    max-width: 1120px;
    margin: -3em auto 2em;
    z-index: 1
}

.aboutSect h2 {
    color: rgba(212, 212, 212, 0.25);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 210px;
    line-height: 100%;
    word-break: break-word
}

.aboutSect aside {
    display: grid;
    place-items: center;
    grid-auto-rows: min-content;
    padding: 2em 4em;
    font-family: "Asap", sans-serif;
    line-height: 187%;
    color: #999;
    box-shadow: 5px 4px 12px #d4d4d4;
    border-radius: 24px;
    row-gap: 2em;
    background: #fff
}

.aboutSect .preTitle {
    display: block;
    font-size: 24px;
    letter-spacing: .3em;
    line-height: 100%
}

.finalSect {
    margin: 5.7em auto 7.3em;
    max-width: 960px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    grid-auto-rows: min-content;
    row-gap: 1.5em
}

.finalSect h2 {
    margin: 0 0 .5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 35px;
    max-width: 450px;
    line-height: 122%;
    color: #07269a
}

.finalSect h2 span {
    font-weight: 400
}

.finalSect p {
    width: 465px;
    margin: 0 auto;
    font-size: 17px;
    color: #999;
    font-family: "Roboto", sans-serif;
    line-height: 156%
}

.finalSect p span {
    display: block;
    margin-top: .5em;
    font-weight: 500;
    color: #07269a
}

.lastP {
    margin-bottom: 1.5em !important
}

.finalSect button {
    width: auto;
    padding: 0 2em
}

.journeyStart {
    background: #21568b;
    max-width: 950px;
    border-radius: 40px;
    color: #fff;
    margin: 0 auto 9em;
    padding: 3em 0 3.5em;
    display: grid;
    place-items: center;
    row-gap: 1.5em
}

.journeyStart h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 122%;
    text-align: center
}

@media (max-width: 700px) {
    .hero {
        margin: 0
    }

    .content {
        margin: 4vw 3vw
    }

    .content .keys {
        font-size: 2.5vw
    }

    .bannerUlSect h2.power {
        font-size: 4.5vw
    }

    .keys span {
        display: block
    }

    .content .sub-title {
        font-size: 6vw
    }

    .content .inside {
        max-width: 45vw;
        text-align: left;
        margin-bottom: 15vw
    }

    .hero .wrapMe {
        width: 100%;
        background-size: 100%;
        min-height: auto
    }

    .hero>*,
    .answerSect h2 {
        text-align: center
    }

    h1 .subtitle,
    .speaker h2 {
        max-width: 100%
    }

    h1 .subtitle {
        margin: 0 5vw
    }

    .aboutSect h2 {
        font-size: 24vw
    }

    h2.date,
    .successSect li {
        font-size: 7.2vw
    }

    .answerSect h2 {
        font-size: 6.5vw
    }

    p.quote,
    .aboutSect .preTitle,
    .steps h3,
    .featureSect .heading h2 {
        font-size: 6vw
    }

    #midQuote h2,
    .quoteSect h2,
    .finalSect h2,
    .journeyStart h3 {
        font-size: 5.5vw
    }

    .webi span,
    h2.date .small,
    .steps h3 span,
    .successSect h2 {
        font-size: 4.8vw
    }

    .content .webi,
    h1 .subtitle,
    h2.date .tagline,
    .hero button,
    .finalSect button,
    .successSect p,
    .finalSect p,
    .content p,
    span.finalTag {
        font-size: 4.3vw
    }

    span.finalTag {
        max-width: 60vw;
        margin: 1em auto
    }

    .speaker h2,
    .quote span.author,
    .questions li p,
    .aboutSect aside {
        font-size: 3.8vw
    }

    .speaker h2 span,
    ul.aboutOnSite li .aboutOnsiteContent h2,
    ul.aboutOnSite li .aboutOnsiteContent p,
    .steps p,
    .featureSect ol li {
        font-size: 3.4vw
    }

    .finalSect p,
    .finalSect img,
    .bannerUlSect li div img {
        width: 100%
    }

    .successSect::after {
        display: none
    }

    ul.aboutOnSite li {
        padding: 1em 1.2em;
        grid-template-rows: auto
    }

    .successSect p {
        line-height: 120%
    }

    .speaker {
        display: block
    }

    .speaker h2 {
        text-align: left;
        margin: 0 0 0 50%;
        max-width: 45vw
    }

    .countdown {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.5em;
        margin: 7.5vw auto 13vw
    }

    .hero button,
    .finalSect button {
        width: 60vw
    }

    .answerSect h2 {
        margin-left: auto;
        margin-right: auto
    }

    ul.questions {
        grid-template-columns: 1fr;
        row-gap: 2em;
        max-width: 50vw;
        margin: 0 auto
    }

    .questions li {
        grid-template-rows: min-content;
        row-gap: 1em
    }

    .aboutSect {
        grid-template-columns: 1fr;
        row-gap: 1em
    }

    .aboutSect h2 {
        max-width: 65vw;
        max-width: 0 auto
    }

    .aboutSect aside {
        margin: 0 10vw;
        padding: 2em 10vw
    }

    aside ul {
        padding-left: 1em
    }

    .finalSect {
        margin: 5em 2em;
        grid-template-columns: 1fr;
        text-align: center
    }

    .quoteSect,
    .featureSect {
        row-gap: 2em;
        background: transparent;
        margin: 0 2em
    }

    .featureSect {
        grid-template-columns: 1fr;
        column-gap: 0;
        margin-top: 3em;
        margin-bottom: 3em
    }

    .featureSect ol li {
        text-align: center
    }

    .journeyStart {
        margin-bottom: 0;
        max-width: 90vw;
        padding: 2em
    }

    .quoteSect .steps {
        grid-template-columns: 1fr;
        text-align: center;
        row-gap: 1em
    }

    .steps h3 {
        margin-bottom: .5em;
        line-height: 110%
    }

    .steps div:nth-child(2) {
        margin: 0
    }

    .featureSect img {
        display: none
    }

    .featureSect .heading {
        grid-template-columns: 1fr;
        text-align: center
    }

    .successSect {
        padding: 6.5em 2em
    }

    .successSect ul {
        grid-template-columns: 1fr;
        row-gap: 2em
    }

    .successSect li:nth-child(3) {
        margin-top: 0
    }

    .featureSect ol {
        padding: 0;
        column-gap: 2em
    }

    .answerSect {
        margin: 0 auto 5em
    }

    .aboutSect {
        margin-top: 1em
    }

    .speaker {
        background-position: center center
    }

    .bannerUlSect {
        margin: 5em 2em
    }

    .demoSect {
        display: none
    }

    ul.aboutOnSite {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1em;
        row-gap: 1.5em;
        grid-template-areas: "q q" ". ." ". ."
    }

    .featureSect .heading {
        margin: 0
    }

    .hero {
        padding: 8em 1em 0
    }

    .finalSect img {
        display: none
    }

    .hero button {
        margin: 1.5em auto 0
    }
}

.title-boxes {
    color: #FC7E00;
    font-family: Asap, sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2em
}

.container-boxes {
    background-color: #fff;
    margin-bottom: 2rem
}

.boxes {
    padding-left: 5%;
    padding-right: 5%
}

.boxes h3 {
    font-family: Asap, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #2c4d84
}

.boxes button {
    display: block;
    width: 90%;
    padding: 15px;
    border: 2px solid #fff;
    margin-bottom: 5%;
    margin-left: 2%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    align-content: center;
    height: 300px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.boxes button a {
    text-decoration: none !important;
    color: #2c4d84
}

.boxes button:hover {
    -webkit-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
    -moz-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
    box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1)
}

@media screen and (min-width: 800px) {
    .boxes {
        display: flex;
        justify-content: center
    }
}

.boxes button img {
    max-width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em
}

#demoWrapper {
    display: grid;
    grid-template-columns: max-content auto;
    border: 1px solid #ebecee;
    border-radius: 20px;
    background: #fff;
    padding: 2em 0;
    margin: 0 auto;
    max-width: 1070px;
    align-items: center;
    filter: drop-shadow(5px 4px 12px #01a3a7)
}

#demoContainer {
    position: absolute;
    z-index: 1
}

#demoWrapper nav {
    background-color: #fff
}

#demoWrapper nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

#demoWrapper nav ul li {
    cursor: pointer;
    padding: 1em 2em;
    transition: ease .2s;
    font-family: Asap, sans-serif;
    font-weight: 400;
    color: #454545
}

#demoWrapper nav ul li:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: #f8f8f8
}

.objWrap {
    width: 800px;
    height: 500px;
    padding: 0;
    overflow: hidden;
    position: relative
}

.frame {
    width: 1200px;
    height: 750px;
    border: 0;
    transform: scale(0.65);
    transform-origin: 0 0
}

.emModal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.modalContent {
    position: relative;
    margin: 2% auto;
    background-color: #fff;
    width: 50%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    padding: 1em;
    border-radius: 10px;
    animation-name: animatetop;
    animation-duration: .4s
}

.modalContent .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    transition: all .2s
}

.modalContent .close:hover,
.modalContent .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.formContainer {
    background: #02497D;
    border-radius: 20px;
    padding: 3em 0;
    margin: 2em 1em
}

.modalH {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    background-repeat: no-repeat
}

@media (max-width: 700px) {
    .modalContent {
        width: 90%;
        padding: 1em 0;
        margin: 15% auto
    }

    #closeBttn {
        padding: 0 1em
    }

    #registerForm {
        height: 90vw
    }

    .formContainer {
        border-radius: 10px
    }
}

@media (min-width:768px) and (max-width:1800px) {

    .zoom,
    nav {
        zoom: .85
    }
}

@media (min-width: 1209px) {
    .containerLayout {
        margin: 0 auto;
        max-width: 1366px
    }
}