.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 10px;
    grid-column-gap: 16px;
    padding-top: 20px;
}

.homehero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 628px;
  min-height: 628px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/peeple.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 628px;
  max-height: 628px;
  padding-bottom: 71px;
  padding-left: 6%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.brand {
  width: 200px;
  padding-bottom: 0px;
  background-image: url('../images/Lo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 108px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.18);
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.menu-item {
  min-height: 80px;
  padding-top: 42px;
  background-image: url('../images/doty.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.menu-item:hover {
  background-position: 50% 0%;
}

.body {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: background-position 500ms ease;
  transition: background-position 500ms ease;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.navbar-2 {
  position: fixed;
  width: 100vw;
  background-color: transparent;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1366px;
  max-width: 1366px;
  min-width: 320vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-3 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1366px;
}

.nav-menu {
  display: none;
}

.navbar-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.29);
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 160px;
  max-width: 1366px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-2 {
    display: flex;
    width: 210px;
    height: 80px;
    justify-content: flex-start;
    background-image: url('../images/brandHeader.svg');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}


.nav-link-3 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-3 {
  width: 100vw;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#004b8f), to(#04dbcc));
  background-image: linear-gradient(90deg, #004b8f, #04dbcc);
}

.nav-link-4 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-5 {
    padding-top: 5px;
    padding-right: 7px;
    padding-left: 10px;
    transition: all 300ms ease;
    font-family: 'Circularstd book', sans-serif;
    color: var(--color-text-blue);
    font-size: 18px;
    font-weight: 500;
}

    .nav-link-5:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -26px;
        transform: translateX(-50%) scaleX(0);
        transform-origin: 50% 50%;
        width: 100%;
        height: 6px;
        background-color: var(--color-button-default);
        transition: transform 150ms;
    }

.nav-link-5:hover:after {
    transform: translateX(-50%) scaleX(1);
}



.nav-link-5.w--current {
    color: var( --color-text-blue);
}

    /* dropdown menu */
    .dropdown:hover .dropdown-content {
        max-height: 700px;
        transition: max-height 0.5s ease-in-out;
    }

.dropdown {
    padding: 29px 0 30px;
}

    .dropdown-content {
        max-height: 0px;
        overflow: hidden;
        position: absolute;
        top: 82px;
        min-width: 160px;
        z-index: 1;
    }

    .dropdown-shadow {
        box-shadow: 0 0 19px 0 rgb(0 0 0 / 11%), 0 20px 20px -20px rgb(0 0 0 / 64%);
    }

    .dropdown-padding {
        padding: 10px;
        position: relative;
        background-color: #fff;
    }

    .dropdown-content .arrow {
        display: flex;
        justify-content: center;
        margin-left: 154px;
        z-index: 100;
        position: relative;
    }
    .arrow-2 {
        margin-left: 178px !important;
    }    
    .arrow-3 {
        margin-left: 208px !important;
    }    
    .arrow-4 {
        margin-left: 133px !important;
    }

    .grid-padding {
        padding: 0 40px 20px 40px;
    }
.dropdown-content h2 {
    padding: 30px 20px 5px 5px;
    font-family: Circularstd, sans-serif;
    color: #1c4e8a;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

    .menuBlock-icon {
        width: 42px;
    }

    .dropdown-content a {
        margin-left: 5px;
        font-family: Circularstd, sans-serif;
        color: #1c4e8a;
        font-size: 16px;
        font-weight: 500;
    }

       .dropdown-content .menuBlock {
           background: var(--color-button-default);
           color: #fff;
           padding: 30px;
       }

        .dropdown-content .menuBlock p {
            margin-bottom: 30px;
            padding-right: 0px;
            padding-left: 0px;
            font-family: Circularair, sans-serif;
            color: #fff;
            font-size: 14px;
            line-height: 22px;
            font-weight: 300;
        }

        .dropdown-content .menuBlock img {
            margin-right: 20px;
        }

        .dropdown-1 {
            position: absolute;
            right: 315px;
            left: -357px;
            top: 82px;
        }
        .dropdown-2 {
            position: absolute;
            right: 222px;
            left: -270px;
            top: 82px;
        }
        .dropdown-3 {
            position: absolute;
            right: 100px;
            left: -144px;
            top: 82px;
        }
        .dropdown-4 {
            position: absolute;
            right: -45px;
            left: 0px;
            top: 82px;
        }

        .grid-100 div {
            display: flex;
            align-items: center;
            border-radius: 4px;
            padding: 5px;
            transition: background-color 175ms ease;
            cursor: pointer;
        }

        .grid-100 div:hover {
            background-color: #dbecf8;
        }

        .burger-hidden {
            display: none;
        }


.image {
    position: absolute;
    left: auto;
    top: 96px;
    right: 65%;
}

.downloadhome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(107deg, #004b8f, #04dbcc);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 109px;
  max-width: 1366px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-5 {
  height: 80px;
  padding-left: 195px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 203px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/menu.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button {
  width: 191px;
  height: 27px;
  margin-top: 11px;
  margin-bottom: -3px;
  border-radius: 5px;
  background-color: #349fd3;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Circularstd book', sans-serif;
  font-size: 16px;
  line-height: 6px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #04dbcc;
}

.nav-link-5dd {
    padding-top: 34px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/doty.png');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Circularstd book', sans-serif;
    color: var(--color-text-blue);
    font-size: 18px;
    font-weight: 500;
}

.nav-link-5dd:hover {
  background-image: url('../images/doty.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer {
    background-color: var(--color-background-blue);
}

.jobsiframe {
  height: 350px;
  background-color: #f0f0f0;
  line-height: 100px;
}

.paragraph {
  width: auto;
  padding-left: 51px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.link {
  margin-top: 0px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.link.term {
  margin-top: 11px;
}

.div-block-7 {
    display: grid;
    width: 80%;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    color: #fff;
    padding-top: 5px;
    padding-right: 5px;
}

.div-block-7 a {
    font-family: 'Circularstd book', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.nav-menu-2 {
    padding-right: 3px;
}

.nav-link-5search {
    font-family: 'Circularstd book', sans-serif;
    color: var(--color-white);
    background: var(--color-text-blue);
    font-size: 16px;
    font-weight: 500;
    padding: 9px 14px 9px 20px;
    margin-left: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.nav-link-5search:hover {
    background: var(--color-background-turquoise);
}

.nav-link-5search img{
    margin-left: 5px;
}

.nav-link-5login {
  display: none;
  padding-top: 34px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/doty.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-5login:hover {
  background-image: url('../images/doty.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block {
  display: none;
}

.text-block {
  width: auto;
  max-width: none;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  margin-left: 89px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-apple {
  display: block;
  width: 178px;
  height: 59px;
  margin-top: 0px;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/appstore.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-apple.foot {
  margin-top: 0px;
}

.link-block-apple.master {
  margin-top: 0px;
  margin-right: 18px;
}

.link-block-apple.master.too.reg {
  margin-left: 0px;
}

.link-block-apple.inline.again {
  margin-top: 10px;
  margin-left: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 155px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10.reg {
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-google {
  display: block;
  width: 178px;
  height: 59px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dowload-google.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-google.foot {
  margin-left: 24px;
}

.hometext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 34px;
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100px;
}

.heading {
  margin-bottom: 27px;
  font-family: Circularstd, sans-serif;
  color: #424242;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}

.paragraph-2 {
  font-family: 'Circularstd book', sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 22px;
}

.div-block-11 {
  width: 85%;
  max-width: 1160px;
}

.clicks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  max-width: 1366px;
  grid-column-gap: 30px;
  -ms-grid-columns: 5% 1fr 1fr 1fr 5%;
  grid-template-columns: 5% 1fr 1fr 1fr 5%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  margin-top: 21px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 16px;
  text-align: center;
}

.divblockmanage {
  display: block;
  height: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Test-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.searchheading {
  position: relative;
  left: -26px;
  top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 85px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#004b8f), to(#04dbcc));
  background-image: linear-gradient(90deg, #004b8f, #04dbcc);
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-right: 13px;
  padding-left: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.divblocksearch {
  height: 350px;
  background-image: url('../images/test.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divblockapply {
  display: block;
  height: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Test-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.applyheading {
  position: relative;
  top: 236px;
  right: -179px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 85px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#004b8f), to(#04dbcc));
  background-image: linear-gradient(90deg, #004b8f, #04dbcc);
}

.applyheading.save {
  top: -16px;
  margin-top: -12px;
}

.applyheading.save.map {
  right: -226px;
}

.applyheading.save.map.myjobs {
  right: -204px;
}

.applyheading.save.map.myjobs.alerts {
  right: -191px;
}

.applyheading.save.map.myjobs.alerts.info {
  right: -229px;
}

.applyheading.save.map.myjobs.alerts.info.using {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.applyheading.save.map.myjobs.alerts.using {
  width: auto;
}

.applyheading.save.map.myjobs.using {
  width: auto;
}

.applyheading.save.map.using {
  width: auto;
}

.applyheading.save.using {
  width: auto;
}

.applyheading.view {
  right: -143px;
}

.applyheading.view.myprofile {
  top: -60px;
  right: -191px;
}

.applyheading.view.myprofile.too {
  top: -28px;
}

.applyheading.view.myprofile.settings {
  right: -199px;
}

.applyheading.view.myprofile.settings.too {
  top: -44px;
  margin-bottom: -28px;
}

.applyheading.view.myprofile.settings.too.using {
  width: auto;
}

.applyheading.view.myprofile.using {
  width: auto;
}

.applyheading.view.using {
  top: -37px;
  width: auto;
}

.applyheading.using.too {
  top: -28px;
  margin-top: -12px;
  margin-bottom: -15px;
}

.applyheading.home.one {
  right: -188px;
  width: 200px;
}

.manageheading {
  position: relative;
  top: 16px;
  right: -188px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 85px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#004b8f), to(#04dbcc));
  background-image: linear-gradient(90deg, #004b8f, #04dbcc);
}

.discovermore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#004b8f), to(#04dbcc));
  background-image: linear-gradient(90deg, #004b8f, #04dbcc);
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-top: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  position: relative;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.text-block-3 {
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}

.totalnumberofnexjobs {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Circularstd, sans-serif;
  color: #2ebaf2;
  font-size: 30px;
  font-weight: 500;
}

.bighomebutton {
  width: 250px;
  height: 66px;
  margin-top: 28px;
  padding-top: 22px;
  border-radius: 5px;
  background-color: #6ed365;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.bighomebutton:hover {
  border-radius: 5px;
  background-color: #2ebaf2;
}

.text-block-4 {
  padding-right: 7px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 20px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}

.link-2 {
  font-family: Circularstd, sans-serif;
  color: #2ebaf2;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text-field {
  position: relative;
  right: 24px;
  z-index: 3000;
  width: 90%;
  height: 45px;
  border: 3px solid #2ebaf2;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
}

.submit-button {
  width: 250px;
  height: 66px;
  margin-top: 27px;
  border-radius: 5px;
  background-color: #6ed365;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #2ebaf2;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: relative;
  top: -5px;
  z-index: 4000;
  width: 70px;
  height: 70px;
  margin-right: -16px;
}

.heading-4 {
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -132px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discoverpanels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -66px;
  margin-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-22 {
  width: 85%;
  max-width: 1366px;
}

.showcase {
  height: auto;
  border-radius: 15px;
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.59);
}

.showcasetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px 15px 0px 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #175a86, #0e3857);
}

.heading-5 {
  margin-bottom: 41px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.heading-5.qa {
  margin-top: 10px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-top: -82px;
}

.image-3.min.dtop {
  margin-left: 37px;
}

.image-3.dtop {
  margin-left: 54px;
}

.paragraph-3 {
  padding-top: 21px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Circularstd book', sans-serif;
  color: #585858;
  font-size: 16px;
  text-align: center;
}

.div-block-26 {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: #2ebaf2;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-top: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Circ.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.divno1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-6 {
  margin-top: 4px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  width: 206px;
  height: 63px;
  padding-top: 20px;
  border-radius: 5px;
  background-color: #6ed365;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Circularstd book', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.button-2:hover {
  background-color: #2ebaf2;
}

.button-2.beauth.w--current {
  width: 250px;
  margin-top: 34px;
  margin-bottom: -5px;
}

.showcasebottom {
  margin-bottom: 64px;
}

.divno1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.divno2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-3-copy {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Circularstd book', sans-serif;
  color: #585858;
  font-size: 16px;
  text-align: center;
}

.div-block-99 {
    max-width: 1420px;
    margin: 0 auto;
}

.div-block-30 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 60px 0 60px;
}


.div-block-101 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.div-block-102 {
    display: flex;
    color: #fff;
}

    .div-block-102 img {
        margin-right: 10px;
        cursor: pointer;
    }


.div-block-103 {
    display: flex;
    justify-content: space-between;
    padding: 66px 60px 74px 60px;
}

.div-block-104 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 65%;
}

.div-block-105 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.div-block-105 img:nth-child(1) {
    margin-right: 16px;
}

.div-block-106 {
    display: flex;
}

.div-block-106 img {
   cursor: pointer;
}

button {
    background: transparent;
}



    .heading-108 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Circularstd, sans-serif;
        color: #fff;
        font-size: 36px;
        line-height: 1.4;
        font-weight: 900;
    }

.link-101 {
    font-family: 'Circularstd book', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 16px;
}


.getit-102 {
    margin-top: 0px;
    font-family: 'Circularstd book', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.burger {
    display: none;
}

.div-block-31 {
    display: flex;
    justify-content: space-between;
    width: 330px;
}

.footer-topper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#004b8f), to(#04dbcc));
  background-image: linear-gradient(90deg, #004b8f, #04dbcc);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  margin-top: 27px;
  margin-bottom: 9px;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-34 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  width: 55px;
  height: 55px;
}

.facebook {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  background-image: url('../images/facebook.png');
  background-position: 0px 0px;
  background-size: auto;
}

.linkedin {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  background-image: url('../images/linkedin.png');
  background-position: 0px 0px;
  background-size: auto;
}

.twitter {
  width: 55px;
  height: 55px;
  background-image: url('../images/twit.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 51px;
}

.div-block-37 {
  background-image: url('../images/phonefooter.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-38 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-4 {
  position: relative;
  top: auto;
  bottom: 27px;
  margin-left: -331px;
  padding-right: 0px;
}

.footer-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #163550;
}

.heading-8 {
  font-family: 'Circularstd book', sans-serif;
  color: #03abb8;
  font-size: 50px;
  font-weight: 400;
}

.heading-8.lower {
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
}

.heading-8.footertoo {
  margin-top: 13px;
  font-size: 60px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-6 {
  width: 100%;
  margin-left: 0px;
  padding-right: 56px;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button-3 {
  background-color: #2ebaf2;
  font-family: Circularstd, sans-serif;
}

.hi-button {
  width: 100px;
  margin-top: 16px;
  border-radius: 3px;
  background-color: #03abb8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  text-align: center;
}

.hi-button:hover {
  background-color: #6ed365;
}

.div-block-41 {
  margin-left: 65px;
}

.div-block-42 {
    display: flex;
    width: 100%;
    max-width: 1406px;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-44 {
  height: 15px;
}

.socialfooter {
  display: none;
  padding-right: 51px;
}

.div-block-46 {
  width: 350px;
  height: 290px;
  margin-top: -41px;
  margin-left: -107px;
  background-image: url('../images/phonefooter_1.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-47 {
  margin-left: 50px;
}

.applegoogle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  height: 550px;
  background-image: linear-gradient(97deg, #06213a, #2b6181);
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  margin-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-50.advertising {
  padding-top: 121px;
}

.div-block-50.advertising.qa {
  padding-top: 29px;
}

.heading-9 {
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
}

.heading-9.advertising {
  width: 500px;
  line-height: 72px;
}

.button-2b {
  width: 206px;
  height: 63px;
  padding-top: 20px;
  border-radius: 5px;
  background-color: #6ed365;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Circularstd book', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.button-2b:hover {
  background-color: #2ebaf2;
}

.button-2b.w--current {
  height: 55px;
  margin-top: 39px;
  padding-top: 18px;
}

.button-2b.advertising {
  width: 300px;
  margin-top: 28px;
}

.button-2b.advertising.cms {
  width: 380px;
}

.button-2b.advertising.cms.api {
  width: 170px;
}

.button-2b.advertising.cms.api.marketing {
  width: 250px;
}

.button-2b.advertising.cms.yournex {
  width: 200px;
}

.button-2b.advertising.freetoo.quick {
  width: 240px;
}

.text-block-7 {
  margin-top: 13px;
  margin-left: 6px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.text-block-7.full {
  color: #2ebaf2;
  text-decoration: underline;
}

.text-block-7.quick {
  margin-top: 1px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-51.advertising {
  margin-top: 11px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  margin-right: 155px;
  margin-left: 0%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-5.advertising {
  max-width: 548px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5.advertising.new {
  position: relative;
  right: 107px;
}

.image-5.advertising.new.tap {
  right: 10px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(102deg, #004b8f, #04dbcc);
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-54 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1366px;
}

.downloadusing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(107deg, #004b8f, #04dbcc);
}

.div-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 109px;
  max-width: 1366px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-10 {
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 90%;
  max-width: 1366px;
  border-radius: 10px;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.48);
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: relative;
}

.grid-3 {
  height: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  padding-right: 30px;
  padding-left: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-11 {
  font-family: 'Circularstd book', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-11.reg {
  margin-bottom: 19px;
}

.paragraph-4 {
  margin-bottom: 42px;
  font-family: 'Circularstd book', sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 22px;
}

.div-block-61 {
  width: 80%;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4 {
  width: 100%;
  max-width: none;
  margin-top: 60px;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imageshowcase {
  position: static;
  padding-right: 30px;
  padding-left: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  max-width: 1100px;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.43);
}

.div-block-66.save {
  height: auto;
}

.div-block-66.save.map {
  margin-top: 63px;
}

.paragraph-5 {
  width: 90%;
  padding-left: 31px;
  font-family: 'Circularstd book', sans-serif;
  color: #4b4a4a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-5.designer {
  margin-bottom: 56px;
}

.paragraph-5.designer.settings {
  margin-bottom: 29px;
}

.designheading {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-right: 13px;
  padding-left: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.designheading.designer {
  position: relative;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-12 {
  font-family: 'Circularstd book', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-12.sub {
  margin-top: 0px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1366px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
}

.div-block-68.lower {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-5.lower {
  margin-top: 90px;
  margin-bottom: 90px;
}

.heading-13 {
  font-family: 'Circularstd book', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-13.making {
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 39px;
}

.image-8 {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-8.beath {
  margin-top: 30px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 50%;
  padding-top: 22px;
  padding-right: 28px;
  padding-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  font-family: 'Circularstd book', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-71 {
  width: 80%;
}

.section-6 {
  height: 320px;
  margin-top: -262px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deeff7), to(#fff));
  background-image: linear-gradient(180deg, #deeff7, #fff);
}

.section-6.lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deeff7), color-stop(32%, #fff));
  background-image: linear-gradient(180deg, #deeff7, #fff 32%);
}

.section-6.advertising {
  margin-top: -195px;
}

.section-6.advertising.quick {
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deeff7), to(#fff));
  background-image: linear-gradient(180deg, #deeff7, #fff);
}

.div-block-72 {
  width: 100%;
  max-width: 1150px;
  margin-top: 61px;
  margin-right: 20px;
  margin-left: 20px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-14 {
  font-family: 'Circularstd book', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph-7 {
  width: auto;
  font-family: 'Circularstd book', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-7.making {
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.div-block-73 {
  width: 55%;
}

.div-block-74 {
  position: static;
  top: -127px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-75 {
  position: static;
  top: -431px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-5 {
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-column-gap: 50px;
  grid-row-gap: 120px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-15 {
  font-family: 'Circularstd book', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph-8 {
  font-family: 'Circularstd book', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.19);
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  font-family: Circularstd, sans-serif;
  color: #646464;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.thought-bub-1 {
  position: relative;
  left: -84px;
  bottom: -94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.19);
}

.thought-bub-1._1 {
  left: -238px;
}

.thought-bub-1._2 {
  left: -298px;
  bottom: 83px;
}

.thought-bub-1._4 {
  bottom: -109px;
}

.thought-bub-1._5 {
  left: -153px;
  bottom: 70px;
}

.thought-bub-2 {
  position: relative;
  left: -105px;
  bottom: -121px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.19);
}

.thought-bub-2._1 {
  left: -313px;
}

.thought-bub-2._2 {
  left: -376px;
  bottom: 113px;
}

.thought-bub-2._4 {
  bottom: -140px;
}

.thought-bub-2._5 {
  left: -170px;
  bottom: 101px;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-80.book {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-8.manners {
  margin-top: 43px;
}

.heading-16 {
  font-family: 'Circularstd book', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-16.firstimp {
  margin-bottom: 30px;
}

.heading-16.int {
  margin-bottom: 30px;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-9 {
  font-family: 'Circularstd book', sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 24px;
}

.image-9 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-10 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-books {
  position: relative;
  left: -77px;
  top: -261px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-9 {
  font-family: Circularstd, sans-serif;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 500;
}

.image-11 {
  position: static;
  top: -222px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-85.practice {
  margin-top: 65px;
  margin-bottom: 50px;
}

.image-12 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-13 {
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.freeword {
  width: 206px;
  height: 63px;
  padding-top: 20px;
  border-radius: 5px;
  background-color: #6ed365;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Circularstd book', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.freeword:hover {
  background-color: #2ebaf2;
}

.freeword.w--current {
  height: 55px;
  margin-top: 39px;
  padding-top: 18px;
}

.freeword.advertising {
  position: relative;
  left: 124px;
  top: -236px;
  width: 165px;
  margin-top: 28px;
  padding-left: 13px;
  border-radius: 12px;
  background-color: #2ebaf2;
  font-size: 60px;
}

.freeword.advertising:hover {
  background-color: #6ed365;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-10 {
  font-family: 'Circularstd book', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-10.advertising {
  margin-top: 33px;
}

.paragraph-10.advertising.too {
  margin-top: 14px;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-3 {
  font-family: Circularstd, sans-serif;
  color: #2ebaf2;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

    .link-3.body {
        margin-top: 7px;
        background-color: transparent;
        font-family: Circularair, sans-serif;
        font-size: 13.5px;
        font-weight: 300;
    }

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1300px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.36);
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 101px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-12.marketing {
  margin-top: 172px;
  margin-bottom: 127px;
}

.section-12.quick {
  margin-top: 0px;
  margin-bottom: 104px;
}

.div-block-91 {
  width: 50%;
  padding: 50px;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 21px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph-11 {
  font-family: 'Circularstd book', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  margin-top: -122px;
  margin-bottom: -202px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-14.api {
  margin-top: -357px;
}

.image-14.api.two {
  margin-top: -126px;
}

.section-13 {
  height: 100vh;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-15 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #deeff7), to(#fff));
  background-image: linear-gradient(180deg, #deeff7 23%, #fff);
}

.heading-18 {
  font-family: 'Circularstd book', sans-serif;
  font-weight: 400;
}

.heading-18.sub {
  font-size: 26px;
}

.heading-18.sub.more {
  font-size: 22px;
}

.heading-18.main {
  margin-bottom: 22px;
}

.div-block-93 {
  width: 80%;
  margin-top: 16px;
}

.div-block-93.base {
  margin-bottom: 116px;
}

.paragraph-12 {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 20px;
}

.div-block-94 {
  height: 200px;
}

.image-14-one {
  margin-top: 1px;
  margin-bottom: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-14-one.api {
  margin-top: -357px;
}

.image-14-one.api.two {
  margin-top: -126px;
}

.image-14-one.large {
  margin-top: 0px;
  margin-right: 48px;
}

.div-block-92-copy {
  display: none;
  width: 50%;
  justify-content: center;
  align-items: center;
}

.div-block-92-initial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5-copy2 {
  margin-right: 155px;
  margin-left: 0%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-5-copy2.advertising {
  max-width: 548px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5-copy2.advertising.new {
  position: relative;
  right: 107px;
  margin-right: 104px;
}

.image-5-copy2.advertising.new.tap {
  right: 10px;

}

@media screen and (max-width: 991px) {
    .div-block-30 {
        flex-direction: column;
        padding: 60px 40px 0 40px;
    }
    .div-block-7 {
        padding-right: 0px;
        padding-top: 30px;
        width: 100%;
        grid-column-gap: 30px;
    }


    .heading-108 {
        padding-bottom: 35px;
    }

    .div-block-102 img {
        margin-right: 0px;
    }

    .div-block-102 {
        padding-top: 50px;
    }
    .div-block-103 {
        padding: 60px 40px 70px 40px;
    }

    .w-container {
        max-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    .burger {
        display: flex;
        z-index: 100;
        justify-content: flex-end;
        padding: 20px 15px;
    }

    .div-block-42 {
        display: block;
        padding: 0;
    }


    .nav-menu-2 {
        width: 100%;
        padding-right: 0px;
    }

    .w-container.active {
        max-height: 1000px;
        display: flex;
        flex-direction: column;
        height: 100vh;
        background: #fff;
        z-index: 1;
        align-items: center;
        transition: max-height 0.5s ease-in-out;
    }

    .burger-hidden {
        display: flex;
        flex-direction: column;
    }

    .burger-hidden a {
        margin-bottom: 10px;
        color: grey;
        font-size: 18px;
    }

    .hamburger {
        background-image: url('../images/burger.svg');
        z-index: 100;
        height: 35px;
        width: 39px;
        transition: all 0.4s ease;
    }

        .hamburger.change {
            background-image: url('../images/Bcross.svg');
            z-index: 100;
            height: 35px;
            width: 40px;
            transition: all 0.4s ease;
        }

    .nav-link-5 {
        font-size: 26px;
        font-weight: 500;
        padding: 10px 0 20px 0;
    }

    .w-container .fas {
        display: none;
    }

    .nav-link-5dd {
        padding: 20px;
    }

    .nav-link-5search {
        margin-left: auto; 
    }

    .dropdown {
        padding: 0;
        text-align: center;
    }

    .div-block-31 img {
            height: 100% !important;
    }




  .homehero {
    height: 550px;
    min-height: 550px;
  }
  .navbar-4 {
    z-index: 10;
  }
  .container-4 {
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
  }


  .nav-link-5:hover {
    background-image: none;
    color: #27528a;
  }
  .nav-link-5:focus {
    color: #27528a;
  }

  .nav-link-5.w--current:hover {
    color: #27528a;
  }
  .nav-link-5.w--current:active {
    color: #27528a;
  }
  .nav-link-5.w--current:focus {
    color: #27528a;
  }

  .image {
    right: 68%;
  }
  .image.min {
    top: 37px;
    right: 64%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .downloadhome {
    height: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-5 {
    display: none;
  }

  .nav-link-5dd:hover {
    background-image: none;
    color: #27528a;
  }
  .nav-link-5dd:focus {
    color: #27528a;
  }

  .menu-button.w--open {
    z-index: 500;
    background-color: transparent;
    background-image: url('../images/CROSS.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
 

  .nav-link-5search:hover {
    background-color: #2197d5;
    background-image: none;
  }
  .nav-link-5login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
    padding: 13px 96px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #0e3857;
    background-image: none;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 24px;
    text-align: center;
  }
  .nav-link-5login:hover {
    background-color: #2197d5;
    background-image: none;
  }
  .link-block {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 84px;
    height: 84px;
    margin-top: 10px;
    background-image: url('../images/CROSS.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .text-block {
    width: auto;
    max-width: 470px;
    padding-left: 30px;
    font-size: 18px;
  }
  .div-block-9 {
    margin-left: 40px;
  }
  .link-block-apple.master {
    margin-right: 0px;
  }
  .link-block-apple.master.too {
    height: 60px;
    margin-left: 0px;
  }
  .div-block-10 {
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-10.reg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .link-block-google {
    height: 56px;
    margin-top: 4px;
  }
  .link-block-google.foot {
    margin-top: 0px;
  }
  .heading {
    margin-top: 0px;
  }
  .div-block-11 {
    width: 90%;
  }
  .clicks {
    padding-bottom: 40px;
  }
  .grid {
    grid-column-gap: 15px;
    -ms-grid-columns: 3% 1fr 1fr 1fr 3%;
    grid-template-columns: 3% 1fr 1fr 1fr 3%;
  }
  .searchheading {
    top: 23px;
  }
  .applyheading {
    top: 247px;
    right: 35px;
  }
  .applyheading.save {
    right: 0px;
  }
  .applyheading.save.map {
    right: 0px;
  }
  .applyheading.save.map.myjobs {
    right: 0px;
  }
  .applyheading.save.map.myjobs.alerts {
    right: 0px;
  }
  .applyheading.save.map.myjobs.alerts.info {
    right: 0px;
  }
  .applyheading.save.using {
    margin-top: -26px;
  }
  .applyheading.view {
    right: 0px;
  }
  .applyheading.view.myprofile {
    top: -31px;
    right: 0px;
  }
  .applyheading.view.myprofile.too {
    right: 0px;
  }
  .applyheading.view.myprofile.settings.too {
    top: -33px;
  }
  .applyheading.view.using {
    margin-top: -6px;
  }
  .applyheading.using.too {
    right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .applyheading.home.one.two {
    right: -31px;
  }
  .manageheading {
    right: -44px;
  }
  .discovermore {
    height: 230px;
  }
  .heading-3 {
    font-size: 42px;
  }
  .text-block-3 {
    font-size: 20px;
  }
  .totalnumberofnexjobs {
    font-size: 20px;
  }
  .text-block-4 {
    font-size: 18px;
  }
  .link-2 {
    font-size: 18px;
  }
  .text-field {
    z-index: auto;
  }
  .image-2 {
    z-index: 1;
  }
  .heading-4 {
    margin-top: 1px;
  }
  .grid-2 {
    grid-column-gap: 20px;
  }
  .div-block-22 {
    width: 90%;
  }
  .showcasetop {
    height: 180px;
  }
  .heading-5 {
    font-size: 30px;
    line-height: 38px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 18px;
  }
  .heading-6 {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button-2 {
    width: 150px;
    font-size: 18px;
  }
  .heading-7 {
    padding-left: 51px;
  }
  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .facebook {
    margin-bottom: 8px;
  }
  .linkedin {
    margin-bottom: 10px;
  }
  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-4 {
    left: 73px;
    bottom: -8px;
    display: none;
  }
  .heading-8.lower {
    font-size: 48px;
  }
  .heading-8.footertoo {
    font-size: 48px;
  }
  .text-block-6 {
    font-size: 14px;
    line-height: 18px;
  }
  .div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .socialfooter {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-46 {
    display: none;
  }
  .div-block-47.medium {
    margin-left: 0px;
  }
  .applegoogle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
    margin-left: 51px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-49 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
  .div-block-50 {
    margin-top: 9px;
    margin-left: 68px;
  }
  .div-block-50.advertising {
    margin-left: 60px;
  }
  .div-block-50.advertising.qa {
    padding-top: 26px;
  }
  .div-block-50.using {
    margin-top: -79px;
  }
  .heading-9.advertising {
    width: 350px;
    font-size: 50px;
    line-height: 68px;
  }
  .button-2b {
    width: 150px;
    font-size: 18px;
  }
  .button-2b.advertising {
    width: 220px;
    height: 60px;
    margin-top: 23px;
    padding-top: 3px;
    font-size: 22px;
    line-height: 50px;
  }
  .button-2b.advertising.freetoo {
    margin-top: 67px;
  }
  .text-block-7.quick {
    margin-top: -3px;
  }
  .div-block-52 {
    margin-top: 111px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-5 {
    width: 300px;
    margin-right: 53px;
  }
  .image-5.advertising {
    width: 400px;
    margin-right: 16px;
  }
  .image-5.advertising.new.tap {
    right: -4px;
  }
  .div-block-53 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .downloadusing {
    height: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-55 {
    height: 130px;
  }
  .div-block-55._768 {
    margin-bottom: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-55.quick {
    height: 150px;
  }
  .section-3 {
    height: auto;
    margin-top: 26px;
  }
  .div-block-56 {
    width: 90%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-57 {
    width: 100%;
  }
  .div-block-58 {
    width: 100%;
  }
  .heading-11.reg {
    margin-top: 40px;
    text-align: center;
  }
  .div-block-61 {
    width: 90%;
  }
  .grid-4 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .imageshowcase {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .section-4 {
    margin-top: -95px;
  }
  .div-block-65 {
    margin-bottom: 50px;
  }
  .paragraph-5.designer {
    padding-left: 0px;
  }
  .paragraph-5.designer.settings {
    padding-left: 0px;
  }
  .div-block-67 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-12.sub {
    width: 70%;
    line-height: 32px;
    text-align: center;
  }
  .div-block-68 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-69 {
    padding-top: 10px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-71 {
    width: 85%;
    padding-top: 28px;
  }
  .section-6 {
    margin-top: -285px;
  }
  .section-6.advertising {
    margin-top: -295px;
  }
  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
  .heading-14 {
    padding-bottom: 19px;
    text-align: left;
  }
  .paragraph-7 {
    text-align: left;
  }
  .div-block-73 {
    width: 100%;
  }
  .grid-5 {
    width: 80%;
    margin-top: 42px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .div-block-77 {
    width: 90%;
  }
  .div-block-78 {
    width: 60%;
  }
  .div-block-79 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thought-bub-1._2 {
    left: -100px;
  }
  .thought-bub-1._5 {
    bottom: 89px;
  }
  .thought-bub-2._2 {
    left: -118px;
  }
  .thought-bub-2._5 {
    left: -230px;
    bottom: 119px;
  }
  .div-block-80 {
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-80.book {
    margin-top: 47px;
  }
  .div-block-81 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-82 {
    width: 70%;
  }
  .div-block-83 {
    width: 100%;
    margin-top: 40px;
  }
  .image-10 {
    max-width: 50%;
  }
  .image-books {
    left: -6px;
    top: -114px;
  }
  .image-11 {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .div-block-84 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-85.practice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-9 {
    margin-top: 13px;
  }
  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-87 {
    display: none;
    width: 40%;
  }
  .freeword {
    width: 150px;
    font-size: 18px;
  }
  .freeword.advertising {
    left: 222px;
    top: -243px;
    width: 120px;
    height: 150px;
    padding-top: 13px;
    border-radius: 5px;
    font-size: 42px;
    line-height: 40px;
  }
  .freeword.advertising.free {
    top: -238px;
  }
  .div-block-88 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-89 {
    width: 75%;
    margin-left: 0px;
  }
  .div-block-90 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-12.marketing {
    margin-top: 118px;
  }
  .div-block-91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-91.quick {
    padding-top: 1px;
  }
  .div-block-92 {
    display: none;
    width: 50%;
  }
  .image-14 {
    margin-top: auto;
    margin-bottom: 47px;
  }
  .image-14.api {
    margin-top: 52px;
    margin-bottom: auto;
  }
  .image-14.api.two {
    margin-top: auto;
    margin-bottom: 43px;
  }
  .image-15 {
    margin-top: 70px;
  }
  .link-block-2 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/CROSS.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .heading-18.sub.more {
    line-height: 30px;
  }
  .div-block-94 {
    height: 150px;
  }
  .image-14-one {
    margin-top: auto;
    margin-bottom: 47px;
  }
  .image-14-one.api {
    margin-top: 52px;
    margin-bottom: auto;
  }
  .image-14-one.api.two {
    margin-top: auto;
    margin-bottom: 43px;
  }
  .div-block-92-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 20px;
  }
  .div-block-92-initial {
    display: none;
    width: 50%;
  }
  .image-5-copy2 {
    width: 300px;
    margin-right: 53px;
  }
  .image-5-copy2.advertising {
    width: 400px;
    margin-right: 16px;
  }
  .image-5-copy2.advertising.new {
    margin-right: -55px;
  }
  .image-5-copy2.advertising.new.tap {
    right: -4px;
  }
}

@media screen and (max-width: 767px) {
    .div-block-7 {
        grid-template-columns: 1fr 1fr;
        padding-top: 20px;
        grid-row-gap: 20px;
    }
    .div-block-103 {
        flex-direction: column;
    }
    .div-block-104 {
        width: 100%;
    }
  .homehero {
    height: 700px;
    min-height: 490px;
  }
  .container-4 {
    margin-right: auto;
    margin-left: 20px;
    padding-right: 20px;
  }


  .nav-link-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link-5.new.w--current {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .image {
    display: none;
  }
  .downloadhome {
    height: 140px;
    margin-top: -129px;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link-5dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jobsiframe {
    margin-top: 0px;
  }
  .paragraph {
    padding-left: 30px;
  }
  .link {
    text-align: left;
  }
  .link.term {
    text-align: left;
  }

  .nav-menu-2 {
    z-index: 200;
  }
  .div-block-8 {
    z-index: 200;
    background-color: transparent;
  }
  .nav-link-5search {
    margin-top: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link-5login {
    margin-top: 32px;
    padding-top: 15px;
    padding-bottom: 16px;
  }
  .link-block {
    position: fixed;
  }
  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }
  .link-block-apple.foot {
    margin-left: 0px;
  }
  .link-block-apple.master.too._586 {
    height: 58px;
  }
  .link-block-apple.inline.again {
    margin-top: 10px;
    margin-left: 0px;
  }
  .div-block-10 {
    width: 50%;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-10.reg._568 {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block-google {
    margin-top: 0px;
  }
  .link-block-google.foot {
    margin-top: 13px;
    margin-left: 0px;
  }
  .heading {
    margin-top: 0px;
  }
  .div-block-11 {
    width: 75%;
  }
  .grid {
    width: 70%;
    margin-top: -41px;
    margin-bottom: 35px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1px auto;
    grid-template-rows: 1px auto;
  }
  .divblockapply {
    display: block;
  }
  .applyheading {
    top: 234px;
    right: -229px;
  }
  .applyheading.save.map.using {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .applyheading.view.using {
    width: auto;
  }
  .applyheading.home.one.two.three {
    right: -231px;
  }
  .manageheading {
    top: 34px;
    right: -230px;
  }
  .heading-3 {
    margin-bottom: 0px;
    font-size: 36px;
  }
  .div-block-16 {
    margin-top: 11px;
  }
  .text-block-4 {
    font-size: 24px;
  }
  .div-block-17 {
    margin-top: 17px;
  }
  .link-2 {
    font-size: 24px;
  }
  .text-field {
    width: 70%;
  }
  .div-block-18 {
    width: 100%;
  }
  .submit-button {
    margin-top: 40px;
  }
  .div-block-20 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-2 {
    margin-right: -4px;
  }
  .grid-2 {
    width: 80%;
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-3.min {
    margin-left: 47px;
  }
  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-6 {
    font-size: 20px;
  }
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-30 {
    margin-top: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-topper {
    height: 420px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-32 {
    margin-top: 37px;
    margin-left: 39px;
  }
  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .heading-7 {
    width: 100%;
    margin-top: 39px;
    padding-left: 25px;
    text-align: left;
  }
  .div-block-34 {
    margin-top: 27px;
    padding-left: 66px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-36 {
    display: none;
  }
  .image-4 {
    position: static;
    left: 579px;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: 70%;
    min-width: 70%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-upper {
    height: 300px;
  }
  .heading-8.footertoo {
    margin-top: -1px;
  }
  .div-block-39 {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-40 {
    margin-top: -53px;
    margin-bottom: 5px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-6 {
    padding-right: 0px;
    text-align: center;
  }
  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-43 {
    width: 100%;
    margin-top: -105px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .socialfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-45 {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-46 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 350px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/phonefooter_2.png');
    background-position: 120% 0%;
    background-size: contain;
  }
  .div-block-47 {
    width: 100%;
  }
  .applegoogle {
    display: none;
  }
  .section {
    height: auto;
  }
  .div-block-50 {
    margin-top: -19px;
    margin-left: 30px;
  }
  .div-block-50.advertising {
    margin-top: -90px;
    margin-left: 25px;
  }
  .div-block-50.advertising.qa {
    margin-top: -53px;
  }
  .heading-9 {
    font-size: 48px;
  }
  .heading-9.advertising {
    width: 300px;
    font-size: 40px;
    line-height: 52px;
  }
  .button-2b.advertising.freetoo {
    font-size: 20px;
  }
  .button-2b.advertising.freetoo.quick {
    margin-top: 45px;
  }
  .text-block-7.quick {
    margin-top: -4px;
  }
  .image-5 {
    width: 250px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .image-5.advertising {
    width: 350px;
  }
  .downloadusing {
    height: 200px;
    margin-top: 0px;
  }
  .div-block-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-10 {
    width: 398px;
    margin-top: 45px;
    margin-bottom: 23px;
    text-align: center;
  }
  .heading-10.quick {
    margin-top: 21px;
  }
  .div-block-60 {
    height: 100%;
  }
  .div-block-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-12.sub {
    width: 80%;
    margin-bottom: 40px;
  }
  .div-block-68 {
    width: 85%;
  }
  .section-6 {
    margin-top: -326px;
  }
  .div-block-72 {
    width: 85%;
  }
  .grid-5 {
    width: 90%;
  }
  .div-block-78 {
    width: 75%;
  }
  .div-block-82 {
    width: 85%;
  }
  .section-10 {
    margin-bottom: 61px;
  }
  .freeword.advertising.free {
    left: 177px;
    top: -223px;
    width: 95px;
    height: 130px;
    padding-top: 9px;
    padding-left: 8px;
    font-size: 34px;
    line-height: 25px;
  }
  .link-block-4 {
    background-color: red;
  }
  .link-block-5 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/CROSS.svg');
    background-position: 0px 0px;
    background-size: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .heading-18.sub.more {
    font-size: 18px;
    line-height: 26px;
  }
  .div-block-94 {
    height: 130px;
  }
  .image-14-one {
    margin-right: 1px;
  }
  .image-5-copy2 {
    width: 250px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .image-5-copy2.advertising {
    width: 350px;
  }
  .image-5-copy2.advertising.new {
    margin-right: -83px;
  }
}

@media screen and (max-width: 479px) {
        /* Header */
        .nav-menu-2 {
            padding-right: 0px;
        }
        .div-block-42 {
            padding: 0px 10px;
        }
        /* Footer */
        .div-block-103 {
            padding: 60px 20px 50px 20px;
        }

        .div-block-106 {
            flex-direction: column;
        }
        .div-block-105 img:nth-child(1) {
             margin-right: 0px; 
             margin-bottom: 22px;
        }
        .div-block-30 {
            padding: 60px 20px 0 20px;
        }
        .div-block-107 {
            padding-bottom: 20px;
        }

    .div-block-7 {
        grid-template-columns: 1fr;
        padding-top: 0px;
        grid-row-gap: 30px;
        padding-bottom: 25px;
    }
    .div-block-101 {
        align-items: center;
    }
    .div-block-30 {
        align-items: center;
    }
    .div-block-102 {
        padding-top: 20px;
    }
    .div-block-31 {
        padding-right: 0;
        width: auto;
        padding-bottom: 40px;
    }
    .div-block-105 {
        display: flex;
        flex-direction: column;
    }
    .div-block-104 {
        text-align: center;
    }
    .getit-102 {
        text-align: center;
        font-size: 18px;
    }
    .div-block-104 img:nth-child(1) {
        margin-right: 0px; 
    }

.homehero {
    height: 500px;
    min-height: 450px;
}


  .downloadhome {
    height: auto;
    margin-top: -50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-4 {
    height: auto;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
  }
  .jobsiframe {
    height: 300px;
  }
  .paragraph {
    font-size: 14px;
  }
  .link {
    font-size: 12px;
  }



  .nav-link-5login {
    padding-right: 90px;
    padding-bottom: 19px;
    padding-left: 90px;
    font-family: Circularstd, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  .link-block {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    margin-top: 11px;
  }
  .text-block {
    margin-top: -21px;
    padding-left: 0px;
    line-height: 24px;
    text-align: center;
  }
  .div-block-9 {
    width: 90%;
    margin-top: 13px;
  }
  .link-block-apple.master {
    margin-right: 8px;
  }
  .link-block-apple.master.too {
    margin-left: 0px;
  }
  .link-block-apple.master.too._586._320 {
    width: 100%;
  }
  .link-block-apple.inline {
    margin-top: 15px;
    margin-left: 0px;
  }
  .div-block-10 {
    width: 80vw;
    margin-top: -8px;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-10.reg._568._320 {
    width: 100%;
    margin-top: auto;
  }
  .div-block-10._320 {
    width: 100vw;
    height: 100%;
    padding-bottom: 32px;
  }
  .link-block-google {
    margin-top: 12px;
    margin-left: -5px;
  }
  .link-block-google._320 {
    margin-top: 0px;
  }
  .heading {
    margin-top: 0px;
    font-size: 22px;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid {
    width: 80%;
    margin-top: -43px;
    -ms-grid-rows: 1px auto;
    grid-template-rows: 1px auto;
  }
  .text-block-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .searchheading {
    position: relative;
    left: -19px;
    top: -22px;
    width: 180px;
  }
  .heading-2 {
    width: auto;
  }
  .divblocksearch {
    position: static;
  }
  .divblockapply {
    display: block;
  }
  .applyheading {
    left: -19px;
    top: -22px;
    right: 0px;
    width: 190px;
  }
  .applyheading.save.using.small {
    left: auto;
    height: 60px;
  }
  .applyheading.view.using.small {
    left: auto;
    height: 60px;
  }
  .applyheading.using.too.small {
    left: auto;
    width: auto;
    height: 60px;
  }
  .applyheading.home {
    padding-left: 2px;
  }
  .manageheading {
    left: -19px;
    top: -22px;
    right: 0px;
    width: 180px;
  }
  .heading-3 {
    margin-top: -108px;
    padding-top: 90px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .div-block-14 {
    margin-top: 153px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .div-block-16 {
    margin-top: 3px;
  }
  .totalnumberofnexjobs {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 18px;
  }
  .text-block-4 {
    margin-top: 5px;
    padding-right: 6px;
    font-size: 18px;
    font-weight: 500;
  }
  .div-block-17 {
    margin-top: 1px;
    padding-top: 0px;
  }
  .link-2 {
    margin-top: 5px;
    color: #2ebaf2;
    font-size: 18px;
  }
  .text-field {
    right: 0px;
    z-index: auto;
    width: 100%;
    margin-left: -31px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form {
    width: 90%;
    margin-top: -60px;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .submit-button {
    margin-top: 12px;
  }
  .div-block-20 {
    margin-top: 26px;
    margin-left: 0px;
  }
  .image-2 {
    z-index: 1;
  }
  .heading-4 {
    font-size: 32px;
  }
  .grid-2 {
    width: 85%;
    grid-row-gap: 120px;
  }
  .div-block-22 {
    width: 100%;
  }
  .heading-6 {
    font-size: 18px;
  }
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button-2.beauth.base.w--current {
    width: 200px;
    margin-top: 50px;
    margin-bottom: -16px;
  }
  .div-block-32 {
    margin-top: 52px;
    margin-left: 25px;
  }
  .heading-7 {
    width: 85%;
    margin-top: 47px;
  }
  .div-block-34 {
    padding-left: 3px;
  }
  .facebook {
    border: 1px solid #1d2731;
    border-radius: 0px;
    background-position: 50% 50%;
    background-size: 102% 102%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .linkedin {
    border: 1px solid #1d2731;
    background-position: 50% 50%;
    background-size: 102% 102%;
    background-repeat: no-repeat;
  }
  .twitter {
    border: 1px solid #1d2731;
    background-position: 50% 50%;
    background-size: 102% 102%;
    background-repeat: no-repeat;
  }
  .image-4 {
    left: 477px;
    width: 90%;
    margin-top: 199px;
  }
  .footer-upper {
    height: 400px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-39 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-40 {
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-6 {
    text-align: left;
  }
  .hi-button {
    margin-top: 27px;
  }
  .div-block-41 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .socialfooter {
    margin-top: 0px;
    padding-right: 10px;
  }
  .div-block-46 {
    position: static;
    margin-top: 1px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 200% 90%;
    background-attachment: scroll;
  }
  .applegoogle {
    display: none;
  }
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-48 {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-49 {
    margin-top: 52px;
  }
  .div-block-50 {
    margin-left: 20px;
  }
  .div-block-50.advertising {
    margin-top: 1px;
    margin-left: 20px;
    padding-top: 0px;
  }
  .div-block-50.advertising.qa {
    margin-top: -53px;
  }
  .heading-9 {
    font-size: 36px;
  }
  .heading-9.advertising {
    width: 250px;
  }
  .button-2b.w--current {
    margin-top: 38px;
  }
  .button-2b.advertising.cms {
    width: 230px;
    height: 50px;
    margin-top: 27px;
    padding-top: 0px;
    font-size: 16px;
  }
  .button-2b.advertising.cms.api.marketing {
    width: 180px;
  }
  .button-2b.advertising.freetoo {
    margin-top: 28px;
    padding-top: 5px;
  }
  .button-2b.advertising.freetoo.quick {
    margin-top: 23px;
  }
  .text-block-7 {
    margin-top: 2px;
    font-size: 16px;
  }
  .text-block-7.quick {
    margin-top: -11px;
  }
  .div-block-52 {
    height: auto;
    margin-top: 120px;
  }
  .image-5 {
    width: 200px;
    margin-bottom: 50px;
  }
  .image-5.advertising {
    width: 300px;
    margin-top: -172px;
    padding-bottom: 51px;
  }
  .image-5.advertising.new {
    padding-bottom: 1px;
  }
  .image-5.advertising.new.tap {
    margin-top: -66px;
  }
  .div-block-53 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-53.using.too {
    margin-top: 65px;
  }
  .downloadusing {
    height: auto;
    margin-top: -50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-4-copy {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-55 {
    margin-top: 19px;
  }
  .div-block-55.quick {
    margin-top: 0px;
  }
  .heading-10 {
    width: 260px;
    margin-top: 9px;
    font-size: 26px;
    line-height: 34px;
  }
  .heading-10.too {
    margin-top: 64px;
  }
  .div-block-56 {
    width: 85%;
  }
  .grid-3 {
    grid-column-gap: 10px;
  }
  .image-7 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .heading-11.reg {
    line-height: 34px;
  }
  .div-block-66.save.too {
    margin-top: 30px;
  }
  .paragraph-5.designer.settings {
    margin-top: 10px;
  }
  .designheading.designer {
    padding-left: 13px;
    font-size: 18px;
  }
  .heading-12.sub {
    margin-top: 14px;
    font-size: 18px;
    line-height: 26px;
  }
  .section-5 {
    margin-top: 85px;
  }
  .heading-13.making {
    margin-top: 13px;
    line-height: 32px;
  }
  .div-block-69 {
    width: 70%;
  }
  .section-6 {
    margin-top: -312px;
  }
  .heading-14 {
    padding-bottom: 30px;
    line-height: 36px;
  }
  .grid-5 {
    width: 90%;
    grid-row-gap: 20px;
  }
  .heading-15 {
    line-height: 34px;
  }
  .div-block-78 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-79 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thought-bub-1 {
    left: 59px;
    bottom: 28px;
  }
  .thought-bub-1._1 {
    left: 33px;
  }
  .thought-bub-1._2 {
    left: -47px;
    bottom: 25px;
  }
  .thought-bub-1._4 {
    left: 23px;
    bottom: 32px;
  }
  .thought-bub-1._5 {
    left: 88px;
    bottom: 29px;
  }
  .thought-bub-2 {
    left: 85px;
    bottom: 40px;
  }
  .thought-bub-2._1 {
    left: 5px;
  }
  .thought-bub-2._2 {
    left: -19px;
    bottom: 41px;
  }
  .thought-bub-2._4 {
    left: 49px;
    bottom: 48px;
  }
  .thought-bub-2._5 {
    left: 57px;
    bottom: 47px;
  }
  .section-8 {
    margin-top: -138px;
  }
  .heading-16.firstimp {
    line-height: 34px;
  }
  .heading-16.int {
    margin-top: 38px;
    line-height: 34px;
  }
  .div-block-83 {
    margin-top: 2px;
  }
  .image-9 {
    margin-top: 159px;
  }
  .image-9.book {
    max-width: 80%;
  }
  .image-10 {
    max-width: 70%;
  }
  .image-books {
    left: -43px;
    top: -188px;
    max-width: 70%;
  }
  .freeword.w--current {
    margin-top: 18px;
  }
  .freeword.advertising.free {
    top: -244px;
    height: 45px;
    margin-top: 66px;
  }
  .div-block-89 {
    width: 85%;
  }
  .section-12 {
    margin-top: 55px;
  }
  .div-block-91 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-91.quick {
    margin-top: -19px;
  }
  .heading-17 {
    line-height: 34px;
  }
  .div-block-92 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
  }
  .image-15 {
    margin-top: 36px;
  }

  .link-block-2 {
    position: static;
    z-index: 3000;
  }
  .link-block-3 {
    background-image: url('../images/CROSS.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .nav-link-6 {
    background-image: none;
  }
  .heading-18.sub {
    font-size: 22px;
    line-height: 30px;
  }
  .heading-18.main {
    font-size: 26px;
  }
  .div-block-93 {
    width: 85%;
  }
  .div-block-94 {
    height: 100px;
  }
  .div-block-92-copy {
    width: 85%;
  }
  .div-block-92-initial {
    width: 70%;
  }
  .image-5-copy2 {
    width: 200px;
    margin-bottom: 50px;
  }
  .image-5-copy2.advertising {
    width: 300px;
    margin-top: -172px;
    padding-bottom: 51px;
  }
  .image-5-copy2.advertising.new {
    margin-right: -105px;
    padding-bottom: 1px;
  }
  .image-5-copy2.advertising.new.tap {
    margin-top: -66px;
  }
}

#w-node-33b2f1848374-29433a4b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-3bb5345bc731-29433a4b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bc62246d3de2-29433a4b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.woff2') format('woff2'), url('../fonts/CircularStd-Black.eot') format('embedded-opentype'), url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf') format('truetype'), url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.eot') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff2') format('woff2'), url('../fonts/CircularStd-Medium.eot') format('embedded-opentype'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.eot') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}