body {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0
}

h1 {
    padding: .55em 0
}

.font-weight-4 {
    font-weight: 700
}

.font-weight-3 {
    font-weight: 600
}

.font-weight-2 {
    font-weight: 500
}

.font-weight-1 {
    font-weight: 400
}

.font-weight-0 {
    font-weight: 300
}

.bk-color-lightgrey {
    background-color: #ededeb
}

.bk-color-lightgrey-back {
    background-color: #e5e5e2
}

.bk-color-white {
    background-color: #fff
}

.bk-color-darkblue {
    background-color: #1a354d
}

.bk-color-darkerblue {
    background-color: #12364d
}

.bk-color-blue {
    background-color: #538290
}

.bk-color-black {
    background-color: #002233
}

.bk-color-white {
    background-color: #fff
}

.bk-color-lightblue {
    background-color: #91a8b5
}

.bk-color-lighterblue {
    background-color: #c2d4da
}

.bk-color-pink {
    background-color: #f3d1cf
}

.bk-color-darkpink {
    background-color: #cba0ac
}

.bk-color-transparent {
    background-color: #DDDDDDC9
}


.bk-color-lightgrey-smt {
    background-color: #ededebC9;
}

.bk-color-lightgrey-back-smt {
    background-color: #e5e5e2C9;
}

.bk-color-white-smt {
    background-color: #ffffffC9;
}

.bk-color-darkblue-smt {
    background-color: #1a354dC9;
}

.bk-color-darkerblue-smt {
    background-color: #12364dC9;
}

.bk-color-blue-smt {
    background-color: #538290C9;
}

.bk-color-black-smt {
    background-color: #002233C9;
}

.bk-color-lightblue-smt {
    background-color: #91a8b5C9;
}

.bk-color-lighterblue-smt {
    background-color: #c2d4daC9;
}

.bk-color-pink-smt {
    background-color: #f3d1cfC9;
}

.bk-color-darkpink-smt {
    background-color: #cba0acC9;
}

.bk-color-transparent-smt {
    background-color: #ddddddC9; /* already semi, kept consistency */
}

.color-lightgrey {
    color: #ededeb
}

.color-white {
    color: #fff
}

.color-darkblue {
    color: #1a354d
}

.color-darkerblue {
    color: #1a252d
}

.color-blue {
    color: #238899
}

.color-lightblue {
    color: #91a8b5
}

.color-lighterblue {
    color: #c2d4da
}

.color-darkpink {
    color: #dfb0ac
}

.color-darkerpink {
    color: #af705c
}

.color-black {
    color: #000
}

.fl-color-darkblue {
    fill: #2f464d
}

.fl-color-blue {
    fill: #538290
}

.hSpace {
    width: 100%;
    height: 1px
}

.hSpace__banner {
    min-height: 75px;
    padding: 42px 0
}

@media(max-width: 1200px) {
    .hSpace__banner {
        padding: 2vh 0
    }
}

.hSpace__big {
    padding: 36px 0
}

@media(max-width: 1200px) {
    .hSpace__big {
        padding: 3vh 0
    }
}

.hSpace__medium {
    padding: 24px 0
}

@media(max-width: 1200px) {
    .hSpace__medium {
        padding: 2vh 0
    }
}

.hSpace__small {
    padding: 12px 0
}

@media(max-width: 1200px) {
    .hSpace__small {
        padding: 1vh 0
    }
}

.hSpace__xsmall {
    padding: 6px 0
}

@media(max-width: 1200px) {
    .hSpace__xsmall {
        padding: 0.5vh 0
    }
}

.layout__relative {
    position: relative
}

.over {
    position: absolute;
    left: 0;
    top: 0
}

.over__bottom {
    top: auto;
    bottom: 0
}

.over__right {
    left: auto;
    right: 0
}

.over__cover {
    width: 100%
}

.padded__smpx {
    padding: 5px
}

.padded__smper {
    padding: 1%
}

.padded__mepx {
    padding: 10px
}

.padded__meper {
    padding: 2%
}

.padded__bipx {
    padding: 40px
}

.padded__biper {
    padding: 4%
}

.padded__x__smpx {
    padding-left: 5px;
    padding-right: 5px
}

.padded__x__smper {
    padding-left: 1%;
    padding-right: 1%
}

.padded__x__mepx {
    padding-left: 10px;
    padding-right: 10px
}

.padded__x__meper {
    padding-left: 2%;
    padding-right: 2%
}

.padded__x__bipx {
    padding-left: 40px;
    padding-right: 40px
}

.padded__x__biper {
    padding-left: 4%;
    padding-right: 4%
}

.padded__y__smpx {
    padding-top: 5px;
    padding-bottom: 5px
}

.padded__y__smper {
    padding-top: 1%;
    padding-bottom: 1%
}

.padded__y__mepx {
    padding-top: 10px;
    padding-bottom: 10px
}

.padded__y__meper {
    padding-top: 2%;
    padding-bottom: 2%
}

.padded__y__bipx {
    padding-top: 40px;
    padding-bottom: 40px
}

.padded__y__biper {
    padding-top: 4%;
    padding-bottom: 4%
}

.header-italics {
    font-style: italic
}

.giant-0 {
    font-size: 50px
}

.giant-0--capped {
    font-size: 34px
}

@media(max-width: 960px) {
    .giant-0 {
        font-size: 34px
    }
}

@media(max-width: 560px) {
    .giant-0 {
        font-size: 27px
    }
}

@media(max-width: 450px) {
    .giant-0__adapt {
        font-size: 21px
    }
}

.header-crossed {
    text-decoration: line-through
}

.header-0 {
    font-size: 34px
}

.header-0--capped {
    font-size: 26px
}

@media(max-width: 960px) {
    .header-0 {
        font-size: 26px
    }
}

@media(max-width: 560px) {
    .header-0 {
        font-size: 19px
    }
}

@media(max-width: 450px) {
    .header-0__adapt {
        font-size: 21px
    }
}

.header-1 {
    font-size: 29px
}

.header-1--capped {
    font-size: 19px
}

@media(max-width: 960px) {
    .header-1 {
        font-size: 19px
    }
}

@media(max-width: 560px) {
    .header-1 {
        font-size: 14px
    }
}

@media(max-width: 450px) {
    .header-1__adapt {
        font-size: 14px
    }
}

.header-1-2 {
    font-size: 24px
}

.header-1-2--capped {
    font-size: 16px
}

@media(max-width: 960px) {
    .header-1-2 {
        font-size: 16px
    }
}

@media(max-width: 560px) {
    .header-1-2 {
        font-size: 13px
    }
}

@media(max-width: 450px) {
    .header-1-2__adapt {
        font-size: 14px
    }
}

.header-2 {
    font-size: 19px
}

.header-2--capped {
    font-size: 14px
}

@media(max-width: 960px) {
    .header-2 {
        font-size: 14px
    }
}

@media(max-width: 560px) {
    .header-2 {
        font-size: 11px
    }
}

@media(max-width: 450px) {
    .header-2__adapt {
        font-size: 12px
    }
}

.header-2-3 {
    font-size: 24px
}

.header-2-3--capped {
    font-size: 18px
}

@media(max-width: 960px) {
    .header-2-3 {
        font-size: 18px
    }
}

@media(max-width: 560px) {
    .header-2-3 {
        font-size: 13px
    }
}

@media(max-width: 450px) {
    .header-2-3__adapt {
        font-size: 11px
    }
}

.header-3 {
    font-size: 17px
}

.header-3--capped {
    font-size: 17px
}

@media(max-width: 960px) {
    .header-3 {
        font-size: 16px
    }
}

@media(max-width: 560px) {
    .header-3 {
        font-size: 11px
    }
}

.header-4 {
    font-size: 13px
}

.header-4--capped {
    font-size: 10px
}

@media(max-width: 960px) {
    .header-4 {
        font-size: 10px
    }
}

@media(max-width: 560px) {
    .header-4 {
        font-size: 8px
    }
}

.grid {
    display: flex;
    width: 100%
}

@media(max-width: 750px) {

    .grid__collapse__l1,
    .grid__collapse__l1>div {
        display: block;
        width: 100%
    }
}

@media(max-width: 1500px) {

    .grid__collapse__l2,
    .grid__collapse__l2>div {
        display: block;
        width: 100%
    }
}

@media(max-width: 1000px) {

    .grid__collapse__l3,
    .grid__collapse__l3>div {
        display: block;
        width: 100%
    }
}

.grid__w1 {
    width: 100%
}

.grid__w2 {
    width: 50%
}

.grid__w3 {
    width: 33%
}

.grid__w4 {
    width: 25%
}

.grid__w32 {
    width: 66.6%
}

.grid__w43 {
    width: 75%
}

.grid__w5 {
    width: 20%
}

.grid__w54 {
    width: 80%
}

.grid__w53 {
    width: 60%
}

.grid__w52 {
    width: 40%
}

.grid__w6 {
    width: 16.6666%
}

.grid__w65 {
    width: 83.3333%
}

.grid__w64 {
    width: 66.6666%
}

.grid__w63 {
    width: 50%
}

.grid__w62 {
    width: 33.333%
}

.grid__w8 {
    width: 12.5%
}

.grid__w87 {
    width: 87.5%
}

.grid__w86 {
    width: 75%
}

.grid__w85 {
    width: 62.5%
}

.grid__w84 {
    width: 50%
}

.grid__w83 {
    width: 37.5%
}

.grid__w82 {
    width: 25%
}

.grid__c {
    display: grid;
    align-content: center;
    margin: auto
}

.grid__c1 {
    margin: 0 0 -30px;
}

.grid__h {
    height: 100%
}

.main-wrapper {
    font-family: "Montserrat", sans-serif;
    position: relative;
    width: 100%;
    min-width: 220px;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: visible
}

.navbar-container {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    padding-bottom: 10px;
    height: 80px;
}

.navbar-container__back {
    border-bottom: 1px solid #fff;
    background-color: #ededeb
}

.wide-box {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    display: flex;
    max-width: 1920
}

.content-box {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    height: auto
}

.content-box__sm {
    max-width: 900px
}

.padded-box {
    padding: 2%
}

.padded-box__h {
    padding: 4%
}

.padded-box__b {
    padding: 3%
}

.padded-box__s {
    padding: 1%
}

.padded-box__x {
    padding-bottom: 0;
    padding-top: 0
}

.padded-box__y {
    padding-left: 0;
    padding-right: 0
}

.navbar {
    display: flex
}

.navbar__logo {
    display: inline;
    position: absolute;
    top: 15px;
    width: 320px;
    min-width: 180px;
    z-index: 2;
    margin-left: 16px
}

.navbar__logo__image {
    width: 110%;
    margin-top: -4px;
    margin-left: 10px;
}

@media(max-width: 1000px) {
    .navbar__logo {
        width: 260px;
        margin-left: 8px
    }
}

.navbar__expander {
    box-sizing: unset;
    background: url(b5dac34818cba5f7f6ddeacd323c2997.svg) no-repeat center center;
    background-size: contain;
    margin-top: 4px;
    margin-right: 4px;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: none;
    cursor: pointer
}

@media(max-width: 1000px) {
    .navbar__expander {
        display: flex;
        margin-left: auto
    }
}

.navbar__banner {
    display: flex;
    margin-left: auto;
    z-index: 10
}

@media(min-width: 1001px) {
    .navbar__banner {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media(max-width: 1000px) {
    .navbar__banner {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        width: 180px;
        margin: 0;
        padding: 15px 0
    }
}

.navbar__banner__fill {
    width: 30px
}

.navbar__banner__link,
.navbar__banner__call {
    box-sizing: unset;
    font-size: 18px;
    height: 20px;
    padding: 25px 15px 14px;
    margin-top: 13px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

@media(max-width: 1000px) {

    .navbar__banner__link,
    .navbar__banner__call {
        margin: 13px;
        padding: 15px 5px 14px;
        font-size: 15px;
        display: block;
        color: #fff
    }
}

.navbar__banner__call {
    margin-left: 15px
}

@media(max-width: 1000) {
    .navbar__banner__call {
        display: block;
        margin: 10px;
        line-height: 35px;
        padding: 0 0 15px
    }
}

.navbar__banner--visible {
    display: block
}

.navbar__footer {
    width: 100%;
    display: flex;
    margin-left: auto
}

.navbar__footer__content {
    width: 100%;
    padding: calc(3% + 30px) 0;
    position: relative;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center
}

@media(max-width: 700px) {
    .navbar__footer__content {
        display: block
    }
}

.navbar__footer__link {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 20px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    padding-top: 10px;
    box-sizing: unset
}

.navbar__footer__image {
    width: 100%;
}

@media(max-width: 700px) {
    .navbar__footer__section {
        width: 100%;
        padding: 20px 0
    }
}

.navbar__footer__th {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 220px;
    text-align: left
}

.navbar__footer__logo {
    padding: 0 10px
}

.navbar__footer__header {
    font-size: 20px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.main-message {
    padding-top: 130px;
}

.picmessage {
    position: relative
}

.picmessage__image {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0
}


.picmessage__image__t1 {
  background: url(04761ac8fa990b5c789f7dcddb70cb90-2.jpg) no-repeat;
    background-position: 20% 0%;
    top: 0px;
    height: 100%;
    background-size: 45%;
}

.picmessage__image__t7 {
    background: url(e0a3f991c55913faeeaab3e08a693c22.jpg) repeat-x center;
    background-size: cover
}

@media(max-width: 579px) {
    .picmessage__image__t7 {
        background-position: -380px 0%;
        background-size: 1200px
    }
}

.picmessage__image__t2 {
    background: url(full_length_1.jpg) repeat-x top;
    background-size: 1800px;
    right: -120px
}

@media(max-width: 1199px) {
    .picmessage__image__t1 {
        background-position: 0% 0%;
        left: 0px;
        background-size: 60%;
    }
    .picmessage__image__t2 {
        background-position: 50% 0%
    }
}

@media(max-width: 899px) {
    .picmessage__image__t1 {
        background-position: 0% 0%;
        left: 0px;
        background-size: 75%;
    }
    .picmessage__image__t2 {
        background-position: 60% 0%
    }
}

@media(max-width: 699px) {
    .picmessage__image__t2 {
        left: 0px;
        background-size: 1600px;
        background-position: 55% 0%
    }
}

@media(max-width: 499px) {
    .picmessage__image__t1 {
        background-position: 0% 0%;
        left: -100px;
        background-size: 95%;
    }
    .picmessage__image__t2 {
        background-position: 58% 0%
    }
}

.picmessage__image__exe1 {
    background: url(bf6f50601ce8aae07eb8cea5db740a8d.jpg) no-repeat center;
    background-size: cover
}

.picmessage__image__train {
    background: url(train.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 70%;
}

.picmessage__content {
    position: relative;
    height: 800px
}

@media(max-width: 960px) {
    .picmessage__content {
        height: 450px
    }
}

.textline {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em 1em
}

.textline__nomargin {
    margin: 0;
}

.textline__ytight {
    margin: .5em 1em
}

.textline__line__inactive {
    opacity: .35
}

.textline__line__cross,
.textline__line__prefix,
.textline__line__checkmark,
.textline__line__star {
    margin-left: .75em;
    text-align: left
}

@media(max-width: 499px) {
    .textline__line__checkmark {
        margin-left: 1em
    }
}

.textline__line__cross:before,
.textline__line__prefix:before,
.textline__line__checkmark:before,
.textline__line__star:before {
    content: "";
    position: absolute
}

.textline__line__prefix:before {
    width: .65em;
    height: .65em;
    border-radius: 50%;
    margin-right: .5em;
    left: -0.65em;
    top: .2em
}

.textline__line__checkmark:before {
    -webkit-mask-image: url(0371e5b8b671b74512d532fcad3b3c83.svg);
    mask-image: url(0371e5b8b671b74512d532fcad3b3c83.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 2em;
    height: 2em;
    left: -1.8em;
    top: -0.5em
}

@media(max-width: 499px) {
    .textline__line__checkmark:before {
        margin-left: 8px
    }
}

.textline__line__cross:before {
    -webkit-mask-image: url(d87b986ef71983fac147b25cd3688f9d.svg);
    mask-image: url(d87b986ef71983fac147b25cd3688f9d.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 2em;
    height: 2em;
    left: -1.8em;
    top: -0.5em
}

.textline__line__star:before {
    -webkit-mask-image: url(cd32058c3280b3b6926280046305c63d.svg);
    mask-image: url(cd32058c3280b3b6926280046305c63d.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.22em;
    left: -1.5em
}

.textline__line--pink:before {
    background-color: #f3d1cf
}

.textline__line--white:before {
    background-color: #fff
}

.textline__line--blue:before {
    background-color: #238899
}

.textline__line--red:before {
    background-color: #cba0ac
}

.textline__line--darkblue:before {
    background-color: #2f464d
}

q {
    quotes: "“" "”" "‘" "’"
}

q::before {
    content: open-quote
}

q::after {
    content: close-quote
}

.get {
    margin: 60px 0 50px 30px;
    position: relative;
    width: 100%
}

@media(max-width: 560px) {
    .get {
        margin: 60px 0 50px 15px
    }
}

q {
    quotes: "“" "”" "‘" "’"
}

q::before {
    content: open-quote
}

q::after {
    content: close-quote
}

.globeback {
    -webkit-mask-image: url(9b84b9ec8b6306978e5135d60d74568d.svg);
    mask-image: url(9b84b9ec8b6306978e5135d60d74568d.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 900px;
    height: 900px;
    position: absolute;
    top: 50px;
    left: -25%;
    margin-right: calc(40% - 600px)
}

@media(min-width: 561px)and (max-width: 960px) {
    .globeback {
        height: 650px;
        margin-right: calc(30% - 380px)
    }
}

@media(max-width: 560px) {
    .globeback {
        height: 500px;
        margin-right: calc(30% - 260px)
    }
}

.propsolve__header,
.propsolve__stats {
    position: relative;
    z-index: 2
}

.propsolve__header__desc,
.propsolve__stats__desc {
    width: 95%;
    margin: auto
}

.propsolve__stat {
    text-align: center
}

.tiffany-hardy-image-2 {
    background: url(6a1f59666478f1c5a06c921e7e726ba5.jpg) no-repeat top right;
    background-size: contain;
    width: 900px;
    height: 1200px;
    position: absolute;
    right: 0;
    top: 20%
}

@media(min-width: 561px)and (max-width: 960px) {
    .tiffany-hardy-image-2 {
        height: 900px
    }
}

@media(max-width: 560px) {
    .tiffany-hardy-image-2 {
        height: 700px;
        right: -40px
    }
}

.th-button {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

a:has(.th-button) {
    -webkit-text-decoration-line: none;
    -webkit-text-decoration: none;
    text-decoration-line: none;
    text-decoration: none;
}

.th-button__align__left {
    margin-left: 0;
    margin-right: 0;
}

.th-button__align__right {
    margin-left: auto;
    margin-right: 0;
}

.th-button__thick {
    padding: 1.5em 1.5em
}

.th-button__side {
    padding: 0.8em;
    top: 0.6em;
}

.th-button__wide {
    max-width: inherit;
    width: calc(100% - 3em)
}

.th-button__float {
    float: left;
    margin-right: 20px;
}

.addonbox {
    padding: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .3)
}

.addonbox__sort {
    width: 70%;
    margin: auto;
}

.addonbox__marker {
    position: absolute;
    top: -53px;
    left: 30%;
    transform: scaleX(4.5);
    width: 0px;
    height: 20px;
    border: 20px solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: -1;
}

.addonbox__marker__left {
    left: 25%
}

.addonbox__marker__right {
    left: auto;
    right: 22%
}

.addonbox__marker__bottom {
    top: auto;
    bottom: -53px;
    transform: scaleX(4.5) rotate(180deg)
}

.addonbox__marker--pink {
    border-bottom-color: #f3d1cf
}

.addonbox__marker--lightblue {
    border-bottom-color: #91a8b5
}

.addonbox__marker--lighterblue {
    border-bottom-color: #c2d4da
}

.addonbox__marker--lightgrey {
    border-bottom-color: #ededeb
}

.addonbox__marker--white {
    border-bottom-color: #ffffff
}

.addonbox__sticker {
    margin-top: -25px;
    width: 30%;
    min-width: 250px;
    margin-left: auto;
    position: relative;
    margin-right: 5%;
    text-align: center;
    line-height: 1em
}

@media(max-width: 799px) {
    .addonbox__sticker {
        margin-top: -12px;
    }
}

.addonbox__sticker__medium {
    width: 50%
}

.addonbox__sticker__big {
    width: 80%
}

.schedulebox {
    position: relative;
    margin-top: 25px;
    width: 90%;
    max-width: 620px;
    min-width: 220px;
    padding: 4%
}

.schedulebox__message {
    margin-left: auto;
    margin-right: auto
}

.careerdocs {
    position: relative
}

.careerdocs__image {
    width: 100%;
    display: inherit
}

.careerdocs__container {
    padding: 2% 0 6%;
}

.align-middle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.descpain__content {
    position: relative
}

.descpain__content__msg {
    position: relative;
    display: block;
    padding: 2% 5%;
    margin-bottom: 5%
}

@media(max-width: 700px) {
    .descpain__content__msg {
        text-align: left;
        margin-left: -10px
    }
}

.descpain__content__msg__text {
    display: inline-block;
    white-space: nowrap;
    width: fit-content;
}

.descpain__content__msg__text__index {
    display: inline-block;
}

.descpain__content__image {
    position: absolute;
    width: 100%;
    top: 15%
}

.screenbox {
    position: relative;
    margin-top: 25px;
    width: 92%;
    padding: 4%;
    border-radius: 20px;
}

.screenbox.offer {
    min-height: 13em;
}


.screenbox.trusted {
    padding: 8%;
    width: 85%;
}

.screenbox__sm {
    position: relative;
    margin-top: 25px;
    width: 92%;
    padding: 2%
}

.screenbox__message {
    margin-left: auto;
    margin-right: auto
}

.screenbox__sm {
    margin-left: 4%;
    width: 84%
}

.italics {
    font-style: italic
}

.solution {
    position: relative
}

.solution__message {
    padding-left: 5%
}

.awards,
.testimonials {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.awards__container,
.testimonials__container {
    padding: 2.5% 0
}

.awards__sample,
.testimonials__sample {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    display: table;
    height: 280px;
    overflow: hidden
}

.awards__panel,
.testimonials__panel {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.awards__panel--select,
.testimonials__panel--select {
    width: 15px;
    height: 15px;
    margin: 1em .5em;
    border-radius: 50%;
    display: flex;
    cursor: pointer
}

.awards__panel--select--selected,
.testimonials__panel--select--selected {
    background-color: gray
}

.awards__author,
.testimonials__author {
    float: right;
    margin-top: 15px
}

.awards__author::before,
.testimonials__author::before {
    content: "–";
    margin-right: 5px
}

.awards__block,
.testimonials__block {
    display: table-cell;
    vertical-align: middle;
    padding: 0% 8%
}

.awards__control,
.testimonials__control {
    width: 15%;
    cursor: pointer;
    font-size: 80px;
    font-weight: bolder;
    align-self: center;
    text-align: center;
    font-family: serif;
    height: 80px;
    padding: 100px 0;
}

.awards__control--prev,
.testimonials__control--prev {
  border-radius: 20px 0 0 20px;
}

.awards__control--next,
.testimonials__control--next {
  border-radius: 0 20px 20px 0;
}

@media(max-width: 499px) {

    .awards__control,
    .testimonials__control {
        font-size: 50px
    }
}

.awards__tori,
.testimonials__tori {
    width: 120px;
    margin-bottom: 10px
}

.awards__content,
.awards__context,
.testimonials__content,
.testimonials__context {
    position: relative;
    display: flex;
    max-height: 280px;
    overflow: hidden;
}

.awards__context {
    padding-left: 20px;
}

wbr:after {
    content: "​"
}

.youme__container {
    position: relative
}

.youme__message__reveal {
    padding: 4% 0
}

.youme__visor {
    height: 100vw
}

@media(min-width: 800px) {
    .youme__visor {
        height: 640px
    }
}

.youme__focus {
    width: 100%;
    height: 100vw;
    -webkit-mask: radial-gradient(circle 40vw, transparent 99.5%, #fff 100%);
    mask: radial-gradient(circle 40vw, transparent 99.5%, #fff 100%);
    position: absolute;
    z-index: 2
}

@media(min-width: 800px) {
    .youme__focus {
        width: 100%;
        height: 640px;
        -webkit-mask: radial-gradient(circle 320px, transparent 99.5%, #fff 100%);
        mask: radial-gradient(circle 320px, transparent 99.5%, #fff 100%)
    }
}

.youme__image {
    top: calc(50vh - 40vw);
    left: calc(50vw - 40vw);
    position: fixed;
    width: 80vw;
    display: none
}

@media(min-width: 800px) {
    .youme__image {
        width: 640px;
        top: calc(50vh - 320px);
        left: calc(50vw - 320px)
    }
}

.youme__reso {
    position: relative
}

.youme__reso__message {
    position: absolute;
    top: 0;
    left: 0
}

.youme__reso__footer {
    position: absolute;
    bottom: 2%;
    left: 0;
    display: block
}

.youme__reso__image {
    width: 100%
}

.youme__void--line {
    width: .5vw;
    height: 10vw;
    margin: auto
}

.youme__void--circle {
    width: 4vw;
    height: 4vw;
    margin: auto;
    border-radius: 50%
}

.aubranding {
    position: relative
}

.aubranding__message {
    position: absolute;
    top: 0;
    right: 0
}

.aubranding__image {
    display: inherit
}

.commitment {
    position: relative
}

.tiffany-hardy-image-3 {
    background: url(14240b4dca6f24117dca1ae7fae3a531.jpg) no-repeat top left;
    background-size: contain;
    width: 1800px;
    height: 1000px;
    left: -220px;
    top: -180px;
    position: absolute
}

.person-happy-image {
    background: url(53db71b3f40ea4705041b548f5912e6a.jpg) no-repeat top left;
    background-size: contain;
    width: 1000px;
    height: 1000px;
    left: -220px;
    top: 60px;
    position: absolute
}

.brain-image {
    background: url(235477434553.png) no-repeat top left;
    background-size: contain;
    height: 300px;
    margin-top: 6%;
}

.after__check {
    margin-left: 0.8em;
    text-align: left;
}


.writing-image {
    background: url(e6db4463bbb6.png) no-repeat top left;
    background-size: contain;
    height: 300px;
    margin-top: 6%;
}

.typewriter-image {
    background: url(293834712347.png) no-repeat top left;
    background-size: contain;
    height: 300px;
    margin-top: 6%;
}

.whistle-image {
    background: url(290000000.png) no-repeat top left;
    background-size: contain;
    height: 200px;
    margin-bottom: 6%;
}

@media(max-width: 1200px) {
    .tiffany-hardy-image-3 {
        width: 1700px;
        left: -190px;
        top: -150px
    }
}

@media(max-width: 1000px) {
    .tiffany-hardy-image-3 {
        left: -190px
    }
}

@media(max-width: 965px) {
    .tiffany-hardy-image-3 {
        width: 1500px;
        left: -170px
    }
}

@media(max-width: 800px) {
    .tiffany-hardy-image-3 {
        left: -220px
    }
}

@media(max-width: 580px) {
    .tiffany-hardy-image-3 {
        left: -280px
    }
}

@media(max-width: 400px) {
    .tiffany-hardy-image-3 {
        left: -310px
    }
}

.me__header {
    position: relative
}

.rope-image {
    width: 150%;
    margin-left: -25%
}

.chess-image {
    width: 120%;
    margin-left: -10%
}

.shakehands__header {
    z-index: 2;
    position: relative
}

.shakehands__image {
    width: 130%;
    margin-left: -15%;
    margin-top: -5%
}

.shakehands__text {
    padding: 0 4%
}

.icome {
    position: relative
}

.myhelp__container {
    padding-left: 5%;
    position: relative;
    z-index: 2
}

.icome__container {
    position: relative;
    z-index: 2
}

@media(max-width: 440px) {
    .myhelp__container {
        padding-left: 10%;
        position: relative;
        z-index: 2
    }
}

@media(max-width: 440px) {
    .tiffany-hardy-image-9 {
        margin-top: 50px;
    }
}

.whylove__container {
    border-radius: 20px 20px 0 0;
}

.tiffany-hardy-image-11 {
    background: url(t0003.jpg) no-repeat top right;
    background-size: cover;
    height: 630px;
    width: 520px;
    margin-left: -120px;
    margin-left: -200px;
    margin-top: 30px;
}

.tiffany-hardy-image-9 {
    background: url(t0002.jpg) no-repeat top right;
    background-size: cover;
    height: 630px;
    width: 520px;
    margin-left: -120px;
}

.tiffany-hardy-image-13 {
    background: url(Fave13.jpg) no-repeat top right;
    background-size: cover;
    height: 630px;
    width: 520px;
    margin-left: -120px;
}

@media(max-width: 970px) {
    .tiffany-hardy-image-9 {
        height: 530px;
        width: 320px;
        margin-left: -30px;
    }
    .tiffany-hardy-image-4 {
        height: 600px;
        right: -250px
    }
}

@media(max-width: 670px) {
    
    .tiffany-hardy-image-11 {
        height: 530px;
        width: 420px;
        margin-left: -180px;
        margin-top: 30px;
    }
    .tiffany-hardy-image-4 {
        height: 670px;
        right: -350px
    }
}

@media(max-width: 580px) {
    .tiffany-hardy-image-9 {
        height: 430px;
        width: 220px;
        margin-left: 0px;
    }
    .tiffany-hardy-image-4 {
        height: 600px;
        right: -290px
    }
}

@media(max-width: 460px) {
    .tiffany-hardy-image-4 {
        height: 600px;
        right: -310px
    }
}

.globallang {
    position: relative
}

.globallang__image {
    background: url(03a15727a8b50859bcb1c810f82c3c7e.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

.globallang__content {
    position: relative;
    overflow: hidden
}

.curved-bg {
    position: relative;
    margin-top: -0.8px
}

.curved-bg__curve {
    position: relative;
    height: auto
}

.curved-bg__realcurve {
    -webkit-mask-image: url(4eb87c3bcd9f7750269e4fc71e1805b6.svg);
    mask-image: url(4eb87c3bcd9f7750269e4fc71e1805b6.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 9em;
    width: 44em;
    position: relative;
    margin-left: calc(50% - 22em);
    font-size: 15px
}

.curved-bg__realcurve__image {
    opacity: 0
}

@media(max-width: 700px) {
    .curved-bg__realcurve {
        font-size: 10px
    }
}

.curved-bg__realcurve--package {
    height: 104px;
    width: 500px;
    margin: 0
}

@media(max-width: 1300px) {
    .curved-bg__realcurve--package {
        height: 83.12px;
        width: 400px
    }
}

.curved-bg__circle {
    position: absolute;
    top: -80px;
    left: calc(50% - 120px);
    border-radius: 50%;
    width: 240px;
    height: 240px;
    overflow: hidden;
    z-index: 1
}


@media(max-width: 700px) {
    .curved-bg__circle {
        top: -60px;
        left: calc(50% - 90px);
        width: 180px;
        height: 180px
    }
}

.curved-bg__circle__big {
    width: 220px;
    height: 220px;
    top: -110px;
    left: calc(50% - 110px)
}

.curved-bg__circle__in {
    width: 18vw;
    height: 18vw;
    top: 9%;
    left: calc(50% - 9%)
}

@media(max-width: 799px) {
    .curved-bg__circle__in {
        width: 22vw;
        height: 22vw;
        top: 11%;
        left: calc(50% - 11%)
    }
}

.curved-bg__circle__image {
    width: 66%;
    margin-left: 17%;
    margin-top: 8%
}

.curved-bg__circle__image__glide {
    background: url(5490a790b3382d9bbd3308e50da68da1.svg) no-repeat top right;
    background-size: contain
}

.curved-bg__circle__image__jet {
    background: url(1f2fb2c4e2ce0bb2f85bb6f0cf3bbbfe.svg) no-repeat top right;
    background-size: contain
}

.curved-bg__circle__image__rocket {
    background: url(a3a6fe7a4c5f7444803d09f2f3dfab6e.svg) no-repeat top right;
    background-size: contain
}

@media(max-width: 700px) {
    .curved-bg__circle__process {
        height: 150px;
        width: 150px;
        left: calc(50% - 75px);
        top: -50px
    }
}

.curved-bg__step {
    position: relative;
    width: 100%;
    height: 100%;
    align-content: center;
    display: grid;
    text-align: center;
    font-size: 85px;
    margin-top: -0.5em
}

@media(max-width: 700px) {
    .curved-bg__step {
        font-size: 60px
    }
}

.curved-bg__name {
    margin-top: -1em
}

.curved-bg__name_db {
    margin-top: -3em;
    font-size: 3vw;
}

@media(max-width: 799px) {
    .curved-bg__name_db {
        font-size: 4vw;
    }
}

.process__step__header {
    padding-top: 0%
}

.process__content {
    padding: 5%;
    width: 90%;
}

.services__packages {
    width: 90%;
    margin: auto
}

@media(max-width: 1400px) {
    .services__packages {
        width: 100%
    }
}

.services__content {
    padding: 5%;
    padding-bottom: 0;
    margin: -0.8px
}

.services__package {
    width: 33.3vw;
    margin: 0 auto 0;
}

.services__package.extendable {
    width: 100%;
    max-width: 100%;
}

.services__package.border-thin {
    border: 1px solid rgba(0, 0, 0, .1);
}

@keyframes bringfront {
    0% {
        transform: scale(1);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1.04);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
    }
}

.dynamic:hover {
    animation: bringfront 0.1s linear forwards
}

.services__package__header {
    display: block
}

.services__package__header__arc {
    display: inherit;
    margin-bottom: -1px;
}

.services__package__header__test {
    width: 100%;
    height: 20px;
    background-color: #af705c
}

.services__package__corset {
    max-width: 620px;
}

.services__package__middle .services__package__corset{
    margin: auto
}

.services__package__middle {
    width: 80%;
    max-width: auto;
}

.services__package__include {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 10%;
    margin: auto;
}


.services__package__include.addons {
    width: 50%;
}

.services__package__include .textline {
    margin: 1em
}

.services__package__desc {
    width: 95%;
    margin: 2em -2.5%;
    height: 50px
}

.services__package__name {
    font-size: 1.5em;
}

.services__selected {
    z-index: 10;
    transform: scale(1.06)
}

@media(max-width: 999px) {
    .services__selected {
        z-index: unset;
        transform: unset
    }
}

.services__selected svg {
    margin-bottom: -1px
}

@media(max-width: 999px) {
    .services__selected svg {
        margin-bottom: 0
    }
}

.services__info__extra {
    width: 340px;
    margin-left: -50px
}

@media(max-width: 1300px) {
    .services__info__extra {
        width: 300px;
        margin-left: -30px
    }
}

.services__info__extra>.textline {
    font-size: 12px;
    width: 110%
}

.services__info--selected {
    font-weight: bold
}

.givingyou {
    text-align: center
}

@media(max-width: 750px) {
    .givingyou {
        text-align: left
    }
}

.givingyou__icon {
    width: 80px;
    height: 80px;
    padding: 20px 0
}

.givingyou__section__content>div {
    padding: 20px 0px 0px
}

.hidden {
    display: none
}

.privacy-container {
    padding: 2%;
    width: 96%;
    font-size: 16px
}

.privacy-container>h2 {
    margin: 2em 0 1em
}

.privacy-container>p {
    margin: 1em 0
}

.p-section {
    width: 95%;
    margin-left: 5%
}

.p-section>p {
    margin: .5em 0
}

.p-bullet:before {
    content: "•";
    position: absolute;
    left: 3%
}

ul.resume {
    width: 45%;
    display: inline-block;
    padding: 2%;
}

@media(max-width: 900px) {
    ul.resume {
        width: 90%;
        display: inline-block;
        padding: 0;
    }
}

ul.resume>.resume-name {
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block
}

li.page {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    float: left;
    margin-bottom: 15px
}

li.page>img:hover {
    transform: scale(1.04);
    border: 2px solid #c8c8c8
}

li.page>img {
    width: 100%;
    border: 2px solid #c8c8c8
}

@media(max-width: 799px) {
    .step__content {
        display: block
    }
}

.step__header {
    padding: 50px;
    padding: 1% 5%
}

.step__connector {
    position: absolute;
    top: 26.5vw
}

@media(min-width: 1000px) {
    .step__connector {
        top: calc(78% - 200px)
    }
}

@media(max-width: 799px) {
    .step__connector {
        display: none
    }
}

.step__connector__link {
    border-top: 2px dotted #f3d1cf
}

.step__connector__knot {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    margin-left: -2vw;
    margin-top: -2vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 2.2vw;
    line-height: 4vw
}

@media(min-width: 1001px) {
    .step__connector__knot {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        font-size: 22px;
        line-height: 40px
    }
}

.step__connector__placeholder {
    height: 8vw
}

@media(min-width: 1001px) {
    .step__connector__placeholder {
        height: 80px
    }
}

@media(max-width: 799px) {
    .step__connector__placeholder {
        height: 20px
    }
}

.step__section {
    display: block;
    text-align: center;
    padding: 2.5% 10px;
    margin-bottom: 4.5%
}

.step__section__image {
    width: 60%;
    max-width: 150px;
    padding: 0 20%
}

.step__section__image--help {
    margin-bottom: 20px
}

@media(max-width: 799px) {
    .step__section__image {
        width: 60%;
        max-width: 100px;
        padding: 0 10%
    }
}

.step__section__text {
    padding: 1em .5em
}

@media(max-width: 799px) {
    .step__section {
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding: 2.5% 0
    }
}

.extrapack__image {
    width: 100%;
    margin-left: -20%
}

.effect {
    opacity: 0
}

.effect-fadeInLeft-apply {
    opacity: 0;
    transform: translateX(-10px)
}

.effect-fadeInRight-apply {
    opacity: 0;
    transform: translateX(10px)
}

.effect-fadeInTop-apply {
    opacity: 0;
    transform: translateY(-10px)
}

.effect-fadeInBottom-apply {
    opacity: 0;
    transform: translateY(10px)
}

.effect-fadeInCenter-apply {
    opacity: 0;
    transform: scale(0.9) translateY(10px)
}

.opaque {
    transition: all 1s ease-in-out
}

@-webkit-keyframes cycletwo {
    0% {
        transform: translateX(0px);
        opacity: 1
    }

    1% {
        transform: translateX(325px);
        opacity: 0
    }

    2% {
        transform: translateX(-325px);
        opacity: 0
    }

    3% {
        transform: translateX(-325px);
        opacity: 0
    }

    4% {
        transform: translateX(-325px);
        opacity: 0
    }

    5% {
        transform: translateX(0px);
        opacity: 1
    }

    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes cycletwo {
    0% {
        transform: translateX(0px);
        opacity: 1
    }

    1% {
        transform: translateX(325px);
        opacity: 0
    }

    2% {
        transform: translateX(-325px);
        opacity: 0
    }

    3% {
        transform: translateX(-325px);
        opacity: 0
    }

    4% {
        transform: translateX(-325px);
        opacity: 0
    }

    5% {
        transform: translateX(0px);
        opacity: 1
    }

    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

.carrousel {
    -webkit-animation: cycletwo 10s linear infinite;
    animation: cycletwo 10s linear infinite
}

.decision__statement {
    min-height: 5em
}

.decision__extra {
    min-height: 5em
}

.noteasy {
    position: relative
}

.matchicon {
    font-size: 30px;
    position: absolute;
    top: 5px
}

.matchicon__check {
    left: -12px
}

.steps__container {
    padding-top: 4%
}

.scheduleme__header {
    max-width: 1000px;
    margin: auto
}

.scheduleme__image {
    width: 90%;
    margin-left: 5%
}

.packagesinfo {
    margin: 30px auto;
    padding: 1em 0
}

.packagesinfo__link {
    background-color: #fff;
    padding: .75em 1em
}

.packagesinfo__link:link,
.packagesinfo__link:visited {
    text-decoration: inherit;
    color: inherit;
    font-weight: bold
}

.packagesinfo__link:hover {
    color: #538290
}

.commitment__button {
    float: right;
    width: 15em;
    margin-top: 2em
}

.commitment__msg {
    margin-top: calc(45% - 255px)
}

@media(max-width: 649px) {
    .commitment__msg {
        margin-top: -1%
    }
}

.match {
    margin-top: 2%
}

.statement-yourbrand {
    margin-top: 6em
}

@media(max-width: 799px) {
    .statement-yourbrand {
        margin-top: 4em
    }
}

@media(max-width: 499px) {
    .statement-yourbrand {
        margin-top: 2em
    }
}

.solvepain {
    width: 100%;
    position: relative
}

.solvepain__text {
    padding: 0 4%;
    max-width: 1000px
}

.thishelp {
    position: relative
}

.grid__w3_2 {
    flex: 1; /* Ensure equal width */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%; /* Make sure the boxes are of equal height */
}

@media(max-width: 799px) {
    .answer {
        margin-top: 50px;
    }
}

.addonbox2 {
    padding: 40px 20px; /* Increased top padding to better accommodate larger icons */
    box-sizing: border-box;
    min-height: 400px; /* Increased from 300px to accommodate larger icons */
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
}

.link-box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.highlight {
    font-weight: bold;
    color: #538290; /* Example color for emphasis */
}


.on-top-2 {
    z-index: 2;
}

.on-top-3 {
    z-index: 3;
}

.service-icon {
    width: 80%;
    height: 80%;
    max-width: 160px;
    max-height: 160px;
    margin-bottom: 20px;
    object-fit: contain; /* This ensures the image maintains its aspect ratio */
}

.service-icon-full {
    width: 100%;  /* Increased from 96px */
    height: 160px; /* Increased from 96px */
    margin-bottom: 20px;
    object-fit: contain; /* This ensures the image maintains its aspect ratio */
}

.side-icon {
    width: 100%;  /* Increased from 96px */
    height: 100%; /* Increased from 96px */
    object-fit: contain; /* This ensures the image maintains its aspect ratio */
}

.service-icon-product {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
}

.service-icon-header {
    width: 100%;  /* Increased from 96px */
    height: 100%; /* Increased from 96px */
    margin-bottom: 20px;
    object-fit: contain; /* This ensures the image maintains its aspect ratio */
}