﻿.black-box {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    position: relative;
    text-align: center
}


.black-box:hover {
    cursor: pointer
}

.black-box .card {
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    background-color: #fff;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s
}

.black-box .card .side {
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    overflow: auto
}

.black-box .card .back {
    color: #000;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -webkit-transform: rotatey(-180deg);
    -o-transform: rotatey(-180deg)
}

.black-box .card .front {
    padding: 30px 15px;
    text-align: center;
    color: #000;
    overflow: hidden
}

.black-box .card .front svg.icon {
    min-height: 100px
}

.black-box .card .front .blue-arrow-box {
    transform: rotate(180deg);
    background-color: #32c5f2;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    text-align: left;
    transform: rotate(90deg)
}

.black-box .card .front .blue-arrow-box span {
    position: relative;
    bottom: calc(50% - 5px);
    left: calc(50% - 12px);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800
}

.black-box .card .back {
    background-color: #fff;
    padding: 30px;
    overflow: hidden
}

.black-box .card .back p {
    text-align: left;
    color: #707070
}

.black-box .card .back .orange-arrow-box {
    background-color: #f37323;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    text-align: left;
    transform: rotate(90deg)
}

.black-box .card .back .orange-arrow-box span {
    position: relative;
    bottom: calc(50% - 6px);
    left: calc(50% - 12px);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800
}

.black-box .card.flipped {
    transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -o-transform: rotatey(180deg)
}

.elementor-widget-button .elementor-button,
.button-404 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600
}

a.text-link {
    font-weight: 600;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif
}

a.text-link.blue {
    color: #32c5f2
}

a.text-link.blue:hover {
    color: #4f5658
}

a.load-older-posts {
    position: relative;
    top: 20px;
    display: inline;
    margin-bottom: 40px;
    background-color: #32c5f2;
    border: 3px solid #32c5f2;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 8px 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff
}

a.load-older-posts:hover {
    background-color: #fff;
    color: #32c5f2;
    border: 3px solid #32c5f2 !important
}

a.primary-button {
    position: relative;
    top: 20px;
    display: block;
    max-width: 160px;
    margin-bottom: 40px;
    background-color: #32c5f2;
    border: 3px solid #32c5f2;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 8px 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-align: center
}

a.primary-button:hover {
    background-color: #fff;
    color: #32c5f2;
    border: 3px solid #32c5f2 !important
}

.carousel {
    margin-bottom: 75px
}

.carousel .swiper-container .swiper-wrapper .swiper-slide {
    display: block
}

.carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .sw-col,
.carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset,
.carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .sw-col,
.carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset {
    display: inline-flex;
    text-align: center;
    justify-content: center
}

@media (max-width:599px) {

    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .sw-col,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .sw-col,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset {
        width: 50%
    }
}

@media (min-width:600px) {

    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .sw-col,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .sw-col,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset {
        width: 33%
    }
}

@media (min-width:1200px) {

    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .sw-col,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .sw-col,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset {
        width: 20%
    }
}

.carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .sw-col a img,
.carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset a img,
.carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .sw-col a img,
.carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset a img {
    opacity: 1
}

.carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .sw-col a img:hover,
.carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset a img:hover,
.carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .sw-col a img:hover,
.carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset a img:hover {
    opacity: 0.5
}

@media (max-width:599px) {

    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset {
        display: none
    }
}

@media (min-width:600px) {

    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset {
        display: none
    }
}

@media (min-width:1200px) {

    .carousel .swiper-container .swiper-wrapper .swiper-slide .top-row .offset,
    .carousel .swiper-container .swiper-wrapper .swiper-slide .bottom-row .offset {
        display: inline-flex;
        width: 10%
    }
}

.carousel .swiper-container .swiper-wrapper .swiper-slide img {
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3))
}

.carousel .swiper-container .swiper-pagination {
    color: #000;
    display: block
}

.carousel .swiper-container .carousel-arrows {
    display: block;
    position: relative;
    margin: 35px auto 0 auto;
    width: 210px;
    height: 40px
}

.carousel .swiper-container .carousel-arrows .swiper-button-next {
    position: absolute;
    left: 194px;
    top: 19px;
    background-image: none
}

.carousel .swiper-container .carousel-arrows .swiper-button-next:after {
    font-size: 1.1rem;
    color: #000
}

.carousel .swiper-container .carousel-arrows .swiper-button-prev {
    position: absolute;
    top: 19px;
    left: 0%;
    background-image: none
}

.carousel .swiper-container .carousel-arrows .swiper-button-prev:after {
    font-size: 1.1rem;
    color: #000
}

.carousel .click-to {
    margin: 5px auto 0 auto;
    text-align: center;
    color: #707070
}

.home-carousel .swiper-container .swiper-wrapper {
    position: relative
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
    position: relative;
    padding: 20px 45px
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.trustpilot svg {
    margin: 15px 0
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.trustpilot svg.logo {
    position: absolute;
    top: 12px;
    right: 25px
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.trustpilot p {
    margin-bottom: 15px
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.trustpilot p strong {
    color: #00b67a;
    font-weight: 800
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.google svg {
    margin: 15px 0
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.google svg.same-color {
    fill: #dd5146 !important
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.google svg.logo {
    position: absolute;
    top: 12px;
    right: 25px
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.google p {
    margin-bottom: 15px
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.google p strong {
    color: #dd5146;
    font-weight: 800
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.facebook svg {
    margin: 15px 0
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.facebook svg.same-color {
    fill: #4267b2 !important
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.facebook svg.logo {
    position: absolute;
    top: 12px;
    right: 25px
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.facebook p {
    margin-bottom: 15px
}

.home-carousel .swiper-container .swiper-wrapper .swiper-slide.facebook p strong {
    color: #4267b2;
    font-weight: 800
}

.home-carousel .swiper-container .swiper-pagination {
    color: #000;
    display: block
}

.home-carousel .swiper-container .carousel-arrows {
    display: block
}

.home-carousel .swiper-container .carousel-arrows .swiper-button-next {
    position: absolute;
    left: 93%;
    top: 50%;
    background-image: none;
    color: #000 !important
}

.home-carousel .swiper-container .carousel-arrows .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0%;
    background-image: none;
    color: #000 !important
}

.case-study-ul ul {
    max-width: 730px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

.case-study-ul ul li {
    color: #707070 !important;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px
}

.case-study-ul ul li::marker {
    color: #32c5f2 !important;
    font-size: 1.3rem
}

#circle-001,
#circle-002,
#circle-003,
#circle-004,
#circle-005,
#circle-006,
#circle-007,
#circle-008,
#circle-009,
#circle-010,
#circle-011,
#circle-012,
#circle-013,
#circle-015,
#circle-020,
#circle-021,
#circle-022,
#circle-023,
#circle-024,
#circle-025,
#circle-028,
#circle-030,
#circle-032,
#circle-033,
#circle-034,
#circle-035,
#circle-036 {
    z-index: -1
}

#circle-001 {
    position: relative;
    top: -890px;
    left: calc(100% - 260px);
    height: 573px;
    width: 573px
}

#circle-002 {
    position: relative;
    top: -100px;
    left: calc(100% - 370px);
    height: 740px;
    width: 740px;
    border: 2px solid #f37323;
    border-radius: 50%
}

#circle-003 {
    background-color: rgba(50, 197, 242, 0.05);
    position: relative;
    top: -490px;
    left: -30px;
    height: 740px;
    width: 740px;
    border-radius: 50%
}

#circle-004 {
    position: relative;
    top: -300px;
    left: calc(100% - 340px);
    height: 740px;
    width: 740px
}

#circle-005 {
    position: relative;
    top: -1700px;
    left: -310px;
    height: 573px;
    width: 573px;
    transform: rotate(180deg)
}

#circle-006 {
    position: relative;
    top: -2100px;
    left: calc(100% - 370px);
    height: 740px;
    width: 740px;
    border: 2px solid #32c5f2;
    border-radius: 50%
}

#circle-007 {
    position: relative;
    top: -1800px;
    left: calc(100% - 250px);
    height: 740px;
    width: 740px
}

#circle-008 {
    position: relative;
    top: -1200px;
    left: -400px;
    height: 740px;
    width: 740px;
    transform: rotate(180deg);
    margin-bottom: -900px
}

#circle-009 {
    position: relative;
    top: -450px;
    left: calc(83% - 100px);
    height: 340px;
    width: 340px;
    border: 2px solid #f37323;
    border-radius: 50%
}

#circle-010 {
    position: relative;
    top: -820px;
    left: -22px;
    height: 740px;
    width: 740px
}

#circle-011 {
    position: relative;
    top: -1100px;
    left: -370px;
    height: 740px;
    width: 740px;
    border: 2px solid #32c5f2;
    border-radius: 50%
}

#circle-012 {
    position: relative;
    top: -200px;
    left: 70%;
    height: 740px;
    width: 740px;
    border: 2px solid #f37323;
    border-radius: 50%
}

#circle-013 {
    position: relative;
    top: -850px;
    left: -20px;
    height: 740px;
    width: 740px
}

#circle-014 {
    position: relative;
    top: -280px;
    left: -20px;
    height: 740px;
    width: 740px;
    z-index: 1
}

#circle-015 {
    position: relative;
    top: 110px;
    left: 80%;
    height: 740px;
    width: 740px;
    border: 2px solid #f37323;
    border-radius: 50%
}

#circle-016 {
    position: relative;
    top: -80px;
    left: -20px;
    height: 740px;
    width: 740px;
    z-index: 1
}

#circle-017 {
    position: relative;
    top: 910px;
    left: 75%;
    height: 740px;
    width: 740px;
    border: 2px solid #32c5f2;
    border-radius: 50%;
    z-index: 1
}

#circle-018 {
    position: relative;
    top: -600px;
    left: calc(100% - 100px);
    z-index: 1
}

#circle-019 {
    position: relative;
    top: -250px;
    left: 200px;
    height: 540px;
    width: 540px;
    border: 2px solid #f37323;
    border-radius: 50%;
    z-index: 1
}

#circle-020 {
    position: relative;
    top: -100px;
    left: calc(100% - 370px);
    height: 740px;
    width: 740px;
    border: 2px solid #f37323;
    border-radius: 50%
}

#circle-021 {
    background-color: rgba(50, 197, 242, 0.05);
    position: relative;
    top: -490px;
    left: -30px;
    height: 740px;
    width: 740px;
    border-radius: 50%
}

#circle-022 {
    position: relative;
    top: -100px;
    left: calc(100% - 700px);
    height: 600px;
    width: 600px;
    background-color: #fff9f4;
    border-radius: 50%
}

#circle-023 {
    position: relative;
    top: -490px;
    left: -30px;
    height: 740px;
    width: 740px;
    border: 1px solid #32c5f2;
    border-radius: 50%
}

#circle-024 {
    position: relative;
    top: 100px;
    left: -20px
}

#circle-025 {
    position: relative;
    top: 100px;
    left: calc(100% - 650px);
    height: 600px;
    width: 600px;
    background-color: #fff9f4;
    border-radius: 50%
}

#circle-026 {
    position: relative;
    top: 400px;
    left: 80%;
    height: 400px;
    width: 400px;
    border: 1px solid #f37323;
    border-radius: 50%;
    z-index: 1
}

#circle-027 {
    position: relative;
    top: 400px;
    left: -850px;
    height: 700px;
    width: 700px;
    border: 1px solid #32c5f2;
    border-radius: 50%;
    z-index: 1
}

#circle-028 {
    position: relative;
    top: 0px;
    left: calc(100% - 270px);
    height: 740px;
    width: 740px
}

#circle-029 {
    position: relative;
    top: -250px;
    left: -60px;
    z-index: 1
}

#circle-030 {
    position: relative;
    top: 0;
    left: calc(100% - 700px);
    height: 600px;
    width: 600px;
    background-color: #f4fcff;
    border-radius: 50%
}

#circle-031 {
    position: relative;
    top: -300px;
    left: calc(100% - 500px);
    height: 400px;
    width: 400px;
    border: 1px solid #32c5f2;
    border-radius: 50%;
    z-index: 1
}

#circle-032 {
    background-color: rgba(50, 197, 242, 0.05);
    position: relative;
    top: 75px;
    left: -150px;
    height: 300px;
    width: 300px;
    border-radius: 50%
}

#circle-033 {
    position: relative;
    top: -225px;
    left: calc(100% - 200px)
}

#circle-034 {
    position: relative;
    top: -200px;
    left: -300px;
    height: 600px;
    width: 600px;
    border: 1px solid #f37323;
    border-radius: 50%
}

#circle-035 {
    position: relative;
    top: 0;
    left: calc(100% - 300px);
    height: 600px;
    width: 600px;
    background-color: #fff9f4;
    border-radius: 50%
}

#circle-036 {
    position: relative;
    top: 900px;
    left: -70px
}

#circle-037 {
    position: relative;
    top: 1500px;
    left: calc(100% - 200px);
    z-index: 1
}

#circle-038 {
    position: relative;
    top: 1500px;
    left: -300px;
    height: 600px;
    width: 600px;
    border: 1px solid #f37323;
    border-radius: 50%;
    z-index: 1
}

#circle-001,
#circle-002,
#circle-003,
#circle-004,
#circle-005,
#circle-006,
#circle-007,
#circle-008,
#circle-009,
#circle-010,
#circle-011,
#circle-012,
#circle-013,
#circle-014,
#circle-015,
#circle-016,
#circle-017,
#circle-018,
#circle-019,
#circle-020,
#circle-021,
#circle-022,
#circle-023,
#circle-024,
#circle-025,
#circle-026,
#circle-027,
#circle-028,
#circle-029,
#circle-030,
#circle-031,
#circle-032,
#circle-033,
#circle-034,
#circle-035,
#circle-036,
#circle-037,
#circle-038 {
    opacity: 0 !important
}

.faq-section .elementor-toggle-title {
    font-size: 1.1rem;
    position: relative;
    left: 7px
}

.faq-section .elementor-toggle .elementor-tab-title,
.faq-section .elementor-toggle .elementor-tab-content {
    border: 0
}

.faq-section i.elementor-toggle-icon-opened {
    transform: rotate(45deg)
}

#footer {
    position: relative;
    z-index: 5
}

#footer a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff
}

#footer a:hover {
    text-decoration: underline !important;
    color: #fff !important
}

@media (max-width:599px) {
    #footer a {
        font-size: 1rem;
        line-height: 1.1
    }
}

@media (min-width:600px) {
    #footer a {
        font-size: 1rem;
        line-height: 1.1
    }
}

@media (min-width:1200px) {
    #footer a {
        font-size: 1.3rem;
        line-height: 1.2
    }
}

#footer .footer-box.col-1 {
    padding-top: 25px
}

@media (max-width:599px) {
    #footer .footer-box.col-1 {
        width: 100%
    }
}

@media (min-width:600px) {
    #footer .footer-box.col-1 {
        width: 25%
    }
}

@media (min-width:1200px) {
    #footer .footer-box.col-1 {
        width: 10%
    }
}

#footer .footer-box.col-1.col {
    margin-bottom: 10px !important
}

@media (max-width:599px) {
    #footer .footer-box.col-2 {
        padding-top: 0;
        width: 100%
    }
}

@media (min-width:600px) {
    #footer .footer-box.col-2 {
        padding-top: 50px;
        width: 75%
    }
}

@media (min-width:1200px) {
    #footer .footer-box.col-2 {
        width: 45%
    }
}

@media (max-width:599px) {
    #footer .footer-box.col-3 {
        padding-top: 10px;
        width: 50%
    }
}

@media (min-width:600px) {
    #footer .footer-box.col-3 {
        padding-top: 10px;
        width: 50%
    }
}

@media (min-width:1200px) {
    #footer .footer-box.col-3 {
        width: 33%
    }
}

@media (max-width:599px) {

    #footer .footer-box.col-3 .left,
    #footer .footer-box.col-3 .right {
        width: 100%;
        float: none
    }
}

@media (min-width:600px) {

    #footer .footer-box.col-3 .left,
    #footer .footer-box.col-3 .right {
        width: 50%;
        float: left
    }
}

@media (min-width:1200px) {

    #footer .footer-box.col-3 .left,
    #footer .footer-box.col-3 .right {
        width: 50%;
        float: left
    }
}

#footer .footer-box.col-3 .left a,
#footer .footer-box.col-3 .right a {
    font-weight: 800;
    line-height: 1.8
}

@media (max-width:599px) {
    #footer .footer-box.col-4 {
        width: 50%
    }
}

@media (min-width:600px) {
    #footer .footer-box.col-4 {
        padding-top: 10px;
        width: 50%
    }
}

@media (min-width:1200px) {
    #footer .footer-box.col-4 {
        padding-top: 25px;
        width: 15%
    }
}

#form-17 {
    position: relative;
    text-align: center;
    max-width: 835px;
    margin: 0 auto;
    z-index: 100 !important
}

#form-17 .gform_wrapper .top_label .gfield_label,
#form-17 .gform_wrapper .gfield_required {
    color: #f37323;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
    top: 5px
}

#form-17 .gform_wrapper .gfield_required {
    padding-left: 0;
    top: 0
}

#form-17 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#form-17 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#form-17 .gform_wrapper textarea {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 50px;
    height: 51px;
    padding: 5px 25px;
    color: #000;
    font-weight: 600
}

#form-17 .gform_wrapper textarea {
    border-radius: 30px
}

#form-17 input[type="submit"] {
    color: #fff;
    background-color: #f37323;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #f37323;
    font-family: "Montserrat", sans-serif;
    width: 130px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 25px 8px 25px;
    font-size: 14px;
    position: relative;
    left: calc(50% - 65px)
}

#form-17 input[type="submit"]:hover {
    background-color: #fff;
    color: #f37323
}

.gform_confirmation_message_17.gform_confirmation_message {
    color: #d9531f;
    font-size: 1rem;
    font-weight: 600
}

#gform_wrapper_23 {
    position: relative;
    max-width: 835px;
    margin: 0 auto;
    z-index: 100 !important;
    text-align: left
}

#gform_wrapper_23 .gfield_label,
#gform_wrapper_23 .gfield_required {
    color: #32c5f2;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
    top: 0;
    font-weight: 600;
    font-size: 0.8rem
}

#gform_wrapper_23 .gfield_required {
    padding-left: 0;
    top: 0
}

#gform_wrapper_23 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_23 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_23 .gform_wrapper textarea,
#gform_wrapper_23 .ginput_container.ginput_container_email input,
#gform_wrapper_23 .ginput_container.ginput_container_phone input,
#gform_wrapper_23 .ginput_container.ginput_container_text input,
#gform_wrapper_23 .ginput_container.ginput_container_select .gfield_select,
#gform_wrapper_23 .StripeElement.StripeElement--empty,
#gform_wrapper_23 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_23 .gf_coupon_code {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    border: 0;
    border-radius: 50px;
    height: 51px;
    padding: 17px 25px;
    color: #000;
    font-weight: 400;
    font-size: 14px
}

#gform_wrapper_23 textarea {
    border-radius: 30px;
    background-color: #f0f0f0 !important;
    border: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px
}

#gform_wrapper_23 input[type="submit"] {
    color: #fff;
    background-color: #32c5f2;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #32c5f2;
    font-family: "Montserrat", sans-serif;
    width: 130px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 25px 8px 25px;
    font-size: 14px;
    position: relative;
    left: 0
}

#gform_wrapper_23 input[type="submit"]:hover {
    background-color: #fff;
    color: #32c5f2
}

.gform_confirmation_message_17.gform_confirmation_message {
    color: #d9531f;
    font-size: 1rem;
    font-weight: 600
}

#gform_wrapper_19 {
    position: relative;
    max-width: 835px;
    margin: 0 auto;
    z-index: 100 !important;
    text-align: left
}

#gform_wrapper_19 .gfield_label,
#gform_wrapper_19 .gfield_required {
    color: #4f5658;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
    top: 0;
    font-weight: 600;
    font-size: 0.8rem
}

#gform_wrapper_19 .gfield_required {
    padding-left: 0;
    top: 0
}

#gform_wrapper_19 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_19 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_19 .gform_wrapper textarea,
#gform_wrapper_19 .ginput_container.ginput_container_email input,
#gform_wrapper_19 .ginput_container.ginput_container_phone input,
#gform_wrapper_19 .ginput_container.ginput_container_text input,
#gform_wrapper_19 .StripeElement.StripeElement--empty,
#gform_wrapper_19 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_19 .gf_coupon_code {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    border: 0;
    border-radius: 50px;
    height: 51px;
    padding: 17px 25px;
    color: #000;
    font-weight: 400;
    font-size: 14px
}

#gform_wrapper_19 textarea {
    border-radius: 30px;
    background-color: #f0f0f0 !important;
    border: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px
}

#gform_wrapper_19 input[type="submit"] {
    color: #fff;
    background-color: #32c5f2;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #32c5f2;
    font-family: "Montserrat", sans-serif;
    width: 130px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 25px 8px 25px;
    font-size: 14px;
    position: relative;
    left: calc(100% - 145px)
}

#gform_wrapper_19 input[type="submit"]:hover {
    background-color: #fff;
    color: #32c5f2
}

.gform_confirmation_message_17.gform_confirmation_message {
    color: #d9531f;
    font-size: 1rem;
    font-weight: 600
}

#gform_wrapper_22 {
    position: relative;
    max-width: 835px;
    margin: 0 auto;
    z-index: 100 !important;
    text-align: left
}

#gform_wrapper_22 .gfield_label,
#gform_wrapper_22 .gfield_required {
    color: #32c5f2;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
    top: 0;
    font-weight: 600;
    font-size: 0.8rem
}

#gform_wrapper_22 .gfield_required {
    padding-left: 0;
    top: 0
}

#gform_wrapper_22 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_22 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_22 .gform_wrapper textarea,
#gform_wrapper_22 .ginput_container.ginput_container_email input,
#gform_wrapper_22 .ginput_container.ginput_container_phone input,
#gform_wrapper_22 .ginput_container.ginput_container_text input,
#gform_wrapper_22 .ginput_container.ginput_container_select .gfield_select,
#gform_wrapper_22 .StripeElement.StripeElement--empty,
#gform_wrapper_22 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_22 .gf_coupon_code {
    background-color: #fff;
    font-family: Arial, sans-serif;
    border: 0;
    border-radius: 50px;
    height: 51px;
    padding: 17px 25px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
}

#gform_wrapper_22 textarea {
    border-radius: 30px;
    background-color: #fff !important;
    border: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
}

#gform_wrapper_22 input[type="submit"] {
    color: #fff;
    background-color: #32c5f2;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #32c5f2;
    font-family: "Montserrat", sans-serif;
    width: 130px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 25px 8px 25px;
    font-size: 14px;
    position: relative;
    left: 0
}

#gform_wrapper_22 input[type="submit"]:hover {
    background-color: #fff;
    color: #32c5f2
}

.gform_confirmation_message_17.gform_confirmation_message {
    color: #d9531f;
    font-size: 1rem;
    font-weight: 600
}

#gform_wrapper_18,
#gform_wrapper_21,
#gform_wrapper_24,
#gform_wrapper_25,
#gform_wrapper_26,
#gform_wrapper_27 {}

#gform_wrapper_18 .gfield_description,
#gform_wrapper_18 .gfield_label,
#gform_wrapper_18 label,
#gform_wrapper_21 .gfield_description,
#gform_wrapper_21 .gfield_label,
#gform_wrapper_21 label,
#gform_wrapper_24 .gfield_description,
#gform_wrapper_24 .gfield_label,
#gform_wrapper_24 label,
#gform_wrapper_25 .gfield_description,
#gform_wrapper_25 .gfield_label,
#gform_wrapper_25 label,
#gform_wrapper_26 .gfield_description,
#gform_wrapper_26 .gfield_label,
#gform_wrapper_26 label,
#gform_wrapper_27 .gfield_description,
#gform_wrapper_27 .gfield_label,
#gform_wrapper_27 label {
    color: #4f5658;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
    top: 0;
    font-weight: 600;
    font-size: 0.8rem
}

#gform_wrapper_18 #field_18_15,
#gform_wrapper_18 #field_21_15,
#gform_wrapper_18 #field_24_15,
#gform_wrapper_18 #field_25_15,
#gform_wrapper_18 #field_26_15,
#gform_wrapper_18 #field_27_15,
#gform_wrapper_21 #field_18_15,
#gform_wrapper_21 #field_21_15,
#gform_wrapper_21 #field_24_15,
#gform_wrapper_21 #field_25_15,
#gform_wrapper_21 #field_26_15,
#gform_wrapper_21 #field_27_15,
#gform_wrapper_24 #field_18_15,
#gform_wrapper_24 #field_21_15,
#gform_wrapper_24 #field_24_15,
#gform_wrapper_24 #field_25_15,
#gform_wrapper_24 #field_26_15,
#gform_wrapper_24 #field_27_15,
#gform_wrapper_25 #field_18_15,
#gform_wrapper_25 #field_21_15,
#gform_wrapper_25 #field_24_15,
#gform_wrapper_25 #field_25_15,
#gform_wrapper_25 #field_26_15,
#gform_wrapper_25 #field_27_15,
#gform_wrapper_26 #field_18_15,
#gform_wrapper_26 #field_21_15,
#gform_wrapper_26 #field_24_15,
#gform_wrapper_26 #field_25_15,
#gform_wrapper_26 #field_26_15,
#gform_wrapper_26 #field_27_15,
#gform_wrapper_27 #field_18_15,
#gform_wrapper_27 #field_21_15,
#gform_wrapper_27 #field_24_15,
#gform_wrapper_27 #field_25_15,
#gform_wrapper_27 #field_26_15,
#gform_wrapper_27 #field_27_15 {
    float: right;
    text-align: right
}

#gform_wrapper_18 #field_18_15 span.ginput_total,
#gform_wrapper_18 #field_21_15 span.ginput_total,
#gform_wrapper_18 #field_24_15 span.ginput_total,
#gform_wrapper_18 #field_25_15 span.ginput_total,
#gform_wrapper_18 #field_26_15 span.ginput_total,
#gform_wrapper_18 #field_27_15 span.ginput_total,
#gform_wrapper_21 #field_18_15 span.ginput_total,
#gform_wrapper_21 #field_21_15 span.ginput_total,
#gform_wrapper_21 #field_24_15 span.ginput_total,
#gform_wrapper_21 #field_25_15 span.ginput_total,
#gform_wrapper_21 #field_26_15 span.ginput_total,
#gform_wrapper_21 #field_27_15 span.ginput_total,
#gform_wrapper_24 #field_18_15 span.ginput_total,
#gform_wrapper_24 #field_21_15 span.ginput_total,
#gform_wrapper_24 #field_24_15 span.ginput_total,
#gform_wrapper_24 #field_25_15 span.ginput_total,
#gform_wrapper_24 #field_26_15 span.ginput_total,
#gform_wrapper_24 #field_27_15 span.ginput_total,
#gform_wrapper_25 #field_18_15 span.ginput_total,
#gform_wrapper_25 #field_21_15 span.ginput_total,
#gform_wrapper_25 #field_24_15 span.ginput_total,
#gform_wrapper_25 #field_25_15 span.ginput_total,
#gform_wrapper_25 #field_26_15 span.ginput_total,
#gform_wrapper_25 #field_27_15 span.ginput_total,
#gform_wrapper_26 #field_18_15 span.ginput_total,
#gform_wrapper_26 #field_21_15 span.ginput_total,
#gform_wrapper_26 #field_24_15 span.ginput_total,
#gform_wrapper_26 #field_25_15 span.ginput_total,
#gform_wrapper_26 #field_26_15 span.ginput_total,
#gform_wrapper_26 #field_27_15 span.ginput_total,
#gform_wrapper_27 #field_18_15 span.ginput_total,
#gform_wrapper_27 #field_21_15 span.ginput_total,
#gform_wrapper_27 #field_24_15 span.ginput_total,
#gform_wrapper_27 #field_25_15 span.ginput_total,
#gform_wrapper_27 #field_26_15 span.ginput_total,
#gform_wrapper_27 #field_27_15 span.ginput_total {
    font-size: 1.7rem;
    font-weight: 600;
    color: #32c5f2
}

#gform_wrapper_18 .gfield_checkbox li input,
#gform_wrapper_21 .gfield_checkbox li input,
#gform_wrapper_24 .gfield_checkbox li input,
#gform_wrapper_25 .gfield_checkbox li input,
#gform_wrapper_26 .gfield_checkbox li input,
#gform_wrapper_27 .gfield_checkbox li input {
    position: relative;
    background-color: #f0f0f0;
    left: 30px;
    top: -3px;
    border: 1px solid #d7d7d7
}

#gform_wrapper_18 input[type="checkbox"]:checked:before,
#gform_wrapper_21 input[type="checkbox"]:checked:before,
#gform_wrapper_24 input[type="checkbox"]:checked:before,
#gform_wrapper_25 input[type="checkbox"]:checked:before,
#gform_wrapper_26 input[type="checkbox"]:checked:before,
#gform_wrapper_27 input[type="checkbox"]:checked:before {
    content: " ";
    height: 100%;
    width: 100%;
    background-color: #62d3f5
}

#gform_wrapper_18 .gchoice_18_13_1.active,
#gform_wrapper_21 .gchoice_18_13_1.active,
#gform_wrapper_24 .gchoice_18_13_1.active,
#gform_wrapper_25 .gchoice_18_13_1.active,
#gform_wrapper_26 .gchoice_18_13_1.active,
#gform_wrapper_27 .gchoice_18_13_1.active {
    background-color: #f37323 !important
}

#gform_wrapper_18 ul.gfield_radio,
#gform_wrapper_21 ul.gfield_radio,
#gform_wrapper_24 ul.gfield_radio,
#gform_wrapper_25 ul.gfield_radio,
#gform_wrapper_26 ul.gfield_radio,
#gform_wrapper_27 ul.gfield_radio {
    position: relative;
    top: 20px;
    margin: 6px 0 45px 0 !important
}

#gform_wrapper_18 ul.gfield_radio li,
#gform_wrapper_21 ul.gfield_radio li,
#gform_wrapper_24 ul.gfield_radio li,
#gform_wrapper_25 ul.gfield_radio li,
#gform_wrapper_26 ul.gfield_radio li,
#gform_wrapper_27 ul.gfield_radio li {
    display: initial;
    margin-right: 10px
}

#gform_wrapper_18 ul.gfield_radio li label,
#gform_wrapper_21 ul.gfield_radio li label,
#gform_wrapper_24 ul.gfield_radio li label,
#gform_wrapper_25 ul.gfield_radio li label,
#gform_wrapper_26 ul.gfield_radio li label,
#gform_wrapper_27 ul.gfield_radio li label {
    background-color: #d1d2d4;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 0.7rem;
    display: inline-block;
    margin-bottom: 10px
}

#gform_wrapper_18 ul.gfield_radio li label:hover,
#gform_wrapper_21 ul.gfield_radio li label:hover,
#gform_wrapper_24 ul.gfield_radio li label:hover,
#gform_wrapper_25 ul.gfield_radio li label:hover,
#gform_wrapper_26 ul.gfield_radio li label:hover,
#gform_wrapper_27 ul.gfield_radio li label:hover {
    background-color: #32c5f2;
    color: #fff
}

#gform_wrapper_18 ul.gfield_radio li label.active,
#gform_wrapper_21 ul.gfield_radio li label.active,
#gform_wrapper_24 ul.gfield_radio li label.active,
#gform_wrapper_25 ul.gfield_radio li label.active,
#gform_wrapper_26 ul.gfield_radio li label.active,
#gform_wrapper_27 ul.gfield_radio li label.active {
    background-color: #f37323
}

@media (max-width:599px) {

    #gform_wrapper_18 ul.gfield_radio li label,
    #gform_wrapper_21 ul.gfield_radio li label,
    #gform_wrapper_24 ul.gfield_radio li label,
    #gform_wrapper_25 ul.gfield_radio li label,
    #gform_wrapper_26 ul.gfield_radio li label,
    #gform_wrapper_27 ul.gfield_radio li label {
        display: inline
    }
}

#gform_wrapper_18 ul.gfield_radio li input,
#gform_wrapper_21 ul.gfield_radio li input,
#gform_wrapper_24 ul.gfield_radio li input,
#gform_wrapper_25 ul.gfield_radio li input,
#gform_wrapper_26 ul.gfield_radio li input,
#gform_wrapper_27 ul.gfield_radio li input {
    display: none
}

#gform_wrapper_18 span.InputContainer input,
#gform_wrapper_21 span.InputContainer input,
#gform_wrapper_24 span.InputContainer input,
#gform_wrapper_25 span.InputContainer input,
#gform_wrapper_26 span.InputContainer input,
#gform_wrapper_27 span.InputContainer input {
    color: #f37323 !important
}

#gform_wrapper_18 li.hidden_label input,
#gform_wrapper_21 li.hidden_label input,
#gform_wrapper_24 li.hidden_label input,
#gform_wrapper_25 li.hidden_label input,
#gform_wrapper_26 li.hidden_label input,
#gform_wrapper_27 li.hidden_label input {
    margin: 0 !important
}

#gform_wrapper_18 .gfield_required,
#gform_wrapper_21 .gfield_required,
#gform_wrapper_24 .gfield_required,
#gform_wrapper_25 .gfield_required,
#gform_wrapper_26 .gfield_required,
#gform_wrapper_27 .gfield_required {
    padding-left: 0;
    top: 0;
    color: #4f5658
}

#gform_wrapper_18 .validation_message,
#gform_wrapper_21 .validation_message,
#gform_wrapper_24 .validation_message,
#gform_wrapper_25 .validation_message,
#gform_wrapper_26 .validation_message,
#gform_wrapper_27 .validation_message {
    display: none
}

#gform_wrapper_18 .gsection_title,
#gform_wrapper_21 .gsection_title,
#gform_wrapper_24 .gsection_title,
#gform_wrapper_25 .gsection_title,
#gform_wrapper_26 .gsection_title,
#gform_wrapper_27 .gsection_title {
    margin-top: 25px !important
}

#gform_wrapper_18 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_18 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_18 .gform_wrapper textarea,
#gform_wrapper_18 .ginput_container.ginput_container_email input,
#gform_wrapper_18 .ginput_container.ginput_container_phone input,
#gform_wrapper_18 .ginput_container.ginput_container_text input,
#gform_wrapper_18 .StripeElement.StripeElement--empty,
#gform_wrapper_18 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_18 .gf_coupon_code,
#gform_wrapper_21 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_21 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_21 .gform_wrapper textarea,
#gform_wrapper_21 .ginput_container.ginput_container_email input,
#gform_wrapper_21 .ginput_container.ginput_container_phone input,
#gform_wrapper_21 .ginput_container.ginput_container_text input,
#gform_wrapper_21 .StripeElement.StripeElement--empty,
#gform_wrapper_21 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_21 .gf_coupon_code,
#gform_wrapper_24 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_24 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_24 .gform_wrapper textarea,
#gform_wrapper_24 .ginput_container.ginput_container_email input,
#gform_wrapper_24 .ginput_container.ginput_container_phone input,
#gform_wrapper_24 .ginput_container.ginput_container_text input,
#gform_wrapper_24 .StripeElement.StripeElement--empty,
#gform_wrapper_24 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_24 .gf_coupon_code,
#gform_wrapper_25 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_25 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_25 .gform_wrapper textarea,
#gform_wrapper_25 .ginput_container.ginput_container_email input,
#gform_wrapper_25 .ginput_container.ginput_container_phone input,
#gform_wrapper_25 .ginput_container.ginput_container_text input,
#gform_wrapper_25 .StripeElement.StripeElement--empty,
#gform_wrapper_25 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_25 .gf_coupon_code,
#gform_wrapper_26 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_26 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_26 .gform_wrapper textarea,
#gform_wrapper_26 .ginput_container.ginput_container_email input,
#gform_wrapper_26 .ginput_container.ginput_container_phone input,
#gform_wrapper_26 .ginput_container.ginput_container_text input,
#gform_wrapper_26 .StripeElement.StripeElement--empty,
#gform_wrapper_26 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_26 .gf_coupon_code,
#gform_wrapper_27 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_27 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_27 .gform_wrapper textarea,
#gform_wrapper_27 .ginput_container.ginput_container_email input,
#gform_wrapper_27 .ginput_container.ginput_container_phone input,
#gform_wrapper_27 .ginput_container.ginput_container_text input,
#gform_wrapper_27 .StripeElement.StripeElement--empty,
#gform_wrapper_27 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_27 .gf_coupon_code {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    border: 0;
    border-radius: 50px;
    height: 51px;
    padding: 17px 25px;
    color: #000;
    font-weight: 400;
    font-size: 14px
}

#gform_wrapper_18 .gform_wrapper textarea,
#gform_wrapper_21 .gform_wrapper textarea,
#gform_wrapper_24 .gform_wrapper textarea,
#gform_wrapper_25 .gform_wrapper textarea,
#gform_wrapper_26 .gform_wrapper textarea,
#gform_wrapper_27 .gform_wrapper textarea {
    border-radius: 30px
}

#gform_wrapper_18 input[type="submit"],
#gform_wrapper_18 input[type="button"],
#gform_wrapper_21 input[type="submit"],
#gform_wrapper_21 input[type="button"],
#gform_wrapper_24 input[type="submit"],
#gform_wrapper_24 input[type="button"],
#gform_wrapper_25 input[type="submit"],
#gform_wrapper_25 input[type="button"],
#gform_wrapper_26 input[type="submit"],
#gform_wrapper_26 input[type="button"],
#gform_wrapper_27 input[type="submit"],
#gform_wrapper_27 input[type="button"] {
    color: #fff;
    background-color: #32c5f2;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #32c5f2;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 25px 8px 25px;
    font-size: 14px
}

#gform_wrapper_18 input[type="submit"]:hover,
#gform_wrapper_18 input[type="button"]:hover,
#gform_wrapper_21 input[type="submit"]:hover,
#gform_wrapper_21 input[type="button"]:hover,
#gform_wrapper_24 input[type="submit"]:hover,
#gform_wrapper_24 input[type="button"]:hover,
#gform_wrapper_25 input[type="submit"]:hover,
#gform_wrapper_25 input[type="button"]:hover,
#gform_wrapper_26 input[type="submit"]:hover,
#gform_wrapper_26 input[type="button"]:hover,
#gform_wrapper_27 input[type="submit"]:hover,
#gform_wrapper_27 input[type="button"]:hover {
    background-color: #fff;
    color: #32c5f2
}

#gform_wrapper_18 input[type="button"],
#gform_wrapper_21 input[type="button"],
#gform_wrapper_24 input[type="button"],
#gform_wrapper_25 input[type="button"],
#gform_wrapper_26 input[type="button"],
#gform_wrapper_27 input[type="button"] {
    background-color: #4f5658;
    border: 3px solid #4f5658
}

#gform_wrapper_18 input[type="button"]:hover,
#gform_wrapper_21 input[type="button"]:hover,
#gform_wrapper_24 input[type="button"]:hover,
#gform_wrapper_25 input[type="button"]:hover,
#gform_wrapper_26 input[type="button"]:hover,
#gform_wrapper_27 input[type="button"]:hover {
    background-color: #fff;
    color: #4f5658
}

#gform_wrapper_18 .gf_coupon_code,
#gform_wrapper_21 .gf_coupon_code,
#gform_wrapper_24 .gf_coupon_code,
#gform_wrapper_25 .gf_coupon_code,
#gform_wrapper_26 .gf_coupon_code,
#gform_wrapper_27 .gf_coupon_code {
    margin-bottom: 15px
}

@media (min-width:1200px) {

    #gform_wrapper_18 .gf_coupon_code,
    #gform_wrapper_21 .gf_coupon_code,
    #gform_wrapper_24 .gf_coupon_code,
    #gform_wrapper_25 .gf_coupon_code,
    #gform_wrapper_26 .gf_coupon_code,
    #gform_wrapper_27 .gf_coupon_code {
        margin-bottom: 0
    }
}

#gform_wrapper_18 #field_18_18,
#gform_wrapper_18 #field_18_18 label,
#gform_wrapper_18 #field_21_18,
#gform_wrapper_18 #field_21_18 label,
#gform_wrapper_18 #field_24_18,
#gform_wrapper_18 #field_24_18 label,
#gform_wrapper_18 #field_25_18,
#gform_wrapper_18 #field_25_18 label,
#gform_wrapper_18 #field_26_18,
#gform_wrapper_18 #field_26_18 label,
#gform_wrapper_18 #field_27_18,
#gform_wrapper_18 #field_27_18 label,
#gform_wrapper_21 #field_18_18,
#gform_wrapper_21 #field_18_18 label,
#gform_wrapper_21 #field_21_18,
#gform_wrapper_21 #field_21_18 label,
#gform_wrapper_21 #field_24_18,
#gform_wrapper_21 #field_24_18 label,
#gform_wrapper_21 #field_25_18,
#gform_wrapper_21 #field_25_18 label,
#gform_wrapper_21 #field_26_18,
#gform_wrapper_21 #field_26_18 label,
#gform_wrapper_21 #field_27_18,
#gform_wrapper_21 #field_27_18 label,
#gform_wrapper_24 #field_18_18,
#gform_wrapper_24 #field_18_18 label,
#gform_wrapper_24 #field_21_18,
#gform_wrapper_24 #field_21_18 label,
#gform_wrapper_24 #field_24_18,
#gform_wrapper_24 #field_24_18 label,
#gform_wrapper_24 #field_25_18,
#gform_wrapper_24 #field_25_18 label,
#gform_wrapper_24 #field_26_18,
#gform_wrapper_24 #field_26_18 label,
#gform_wrapper_24 #field_27_18,
#gform_wrapper_24 #field_27_18 label,
#gform_wrapper_25 #field_18_18,
#gform_wrapper_25 #field_18_18 label,
#gform_wrapper_25 #field_21_18,
#gform_wrapper_25 #field_21_18 label,
#gform_wrapper_25 #field_24_18,
#gform_wrapper_25 #field_24_18 label,
#gform_wrapper_25 #field_25_18,
#gform_wrapper_25 #field_25_18 label,
#gform_wrapper_25 #field_26_18,
#gform_wrapper_25 #field_26_18 label,
#gform_wrapper_25 #field_27_18,
#gform_wrapper_25 #field_27_18 label,
#gform_wrapper_26 #field_18_18,
#gform_wrapper_26 #field_18_18 label,
#gform_wrapper_26 #field_21_18,
#gform_wrapper_26 #field_21_18 label,
#gform_wrapper_26 #field_24_18,
#gform_wrapper_26 #field_24_18 label,
#gform_wrapper_26 #field_25_18,
#gform_wrapper_26 #field_25_18 label,
#gform_wrapper_26 #field_26_18,
#gform_wrapper_26 #field_26_18 label,
#gform_wrapper_26 #field_27_18,
#gform_wrapper_26 #field_27_18 label,
#gform_wrapper_27 #field_18_18,
#gform_wrapper_27 #field_18_18 label,
#gform_wrapper_27 #field_21_18,
#gform_wrapper_27 #field_21_18 label,
#gform_wrapper_27 #field_24_18,
#gform_wrapper_27 #field_24_18 label,
#gform_wrapper_27 #field_25_18,
#gform_wrapper_27 #field_25_18 label,
#gform_wrapper_27 #field_26_18,
#gform_wrapper_27 #field_26_18 label,
#gform_wrapper_27 #field_27_18,
#gform_wrapper_27 #field_27_18 label {
    height: 0;
    font-size: 0.1px;
    color: transparent
}

#gform_wrapper_18 .ginput_price,
#gform_wrapper_21 .ginput_price,
#gform_wrapper_24 .ginput_price,
#gform_wrapper_25 .ginput_price,
#gform_wrapper_26 .ginput_price,
#gform_wrapper_27 .ginput_price {
    color: #f37323
}

.gform_confirmation_message_17.gform_confirmation_message {
    color: #d9531f;
    font-size: 1rem;
    font-weight: 600
}

#gform_wrapper_20,
#gform_wrapper_42 {}

#gform_wrapper_20 a,
#gform_wrapper_42 a {
    color: #f37323;
    font-weight: 600
}

#gform_wrapper_20 .gsection_description,
#gform_wrapper_42 .gsection_description {
    color: #4f5658;
    font-weight: 400;
    line-height: 1.3
}

#gform_wrapper_20 .gfield_description,
#gform_wrapper_20 .gfield_label,
#gform_wrapper_20 label,
#gform_wrapper_42 .gfield_description,
#gform_wrapper_42 .gfield_label,
#gform_wrapper_42 label {
    color: #4f5658;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    top: 0;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.3
}

#gform_wrapper_20 .gfield_description,
#gform_wrapper_42 .gfield_description {
    font-weight: 400;
    text-transform: none
}

#gform_wrapper_20 #field_18_15,
#gform_wrapper_20 #field_25_15,
#gform_wrapper_20 #field_26_15,
#gform_wrapper_20 #field_27_15,
#gform_wrapper_42 #field_18_15,
#gform_wrapper_42 #field_25_15,
#gform_wrapper_42 #field_26_15,
#gform_wrapper_42 #field_27_15 {
    float: right;
    text-align: right;
    margin-bottom: 20px
}

#gform_wrapper_20 #field_18_15 span.ginput_total,
#gform_wrapper_20 #field_25_15 span.ginput_total,
#gform_wrapper_20 #field_26_15 span.ginput_total,
#gform_wrapper_20 #field_27_15 span.ginput_total,
#gform_wrapper_42 #field_18_15 span.ginput_total,
#gform_wrapper_42 #field_25_15 span.ginput_total,
#gform_wrapper_42 #field_26_15 span.ginput_total,
#gform_wrapper_42 #field_27_15 span.ginput_total {
    font-size: 1.7rem;
    font-weight: 600;
    color: #000
}

#gform_wrapper_20 .gfield_checkbox li input,
#gform_wrapper_20 .gfield_radio li input,
#gform_wrapper_42 .gfield_checkbox li input,
#gform_wrapper_42 .gfield_radio li input {
    position: relative;
    background-color: #f0f0f0;
    left: 15px;
    top: -3px;
    border: 1px solid #d7d7d7
}

#gform_wrapper_20 .gfield_radio li input,
#gform_wrapper_42 .gfield_radio li input {
    position: relative;
    background-color: #f0f0f0;
    left: 10px;
    top: 0;
    border: 1px solid #d7d7d7
}

#gform_wrapper_20 input[type="checkbox"]:checked:before,
#gform_wrapper_42 input[type="checkbox"]:checked:before {
    content: " ";
    height: 100%;
    width: 100%;
    background-color: #62d3f5
}

#gform_wrapper_20 span.InputContainer input,
#gform_wrapper_42 span.InputContainer input {
    color: #f37323 !important
}

#gform_wrapper_20 li.hidden_label input,
#gform_wrapper_42 li.hidden_label input {
    margin: 0 !important
}

#gform_wrapper_20 .gfield_required,
#gform_wrapper_42 .gfield_required {
    padding-left: 0;
    top: 0
}

#gform_wrapper_20 .validation_message,
#gform_wrapper_42 .validation_message {
    display: none
}

#gform_wrapper_20 .gsection_title,
#gform_wrapper_42 .gsection_title {
    margin-top: 25px !important
}

#gform_wrapper_20 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_20 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_20 .gform_wrapper textarea,
#gform_wrapper_20 .ginput_container.ginput_container_email input,
#gform_wrapper_20 .ginput_container.ginput_container_phone input,
#gform_wrapper_20 .ginput_container.ginput_container_website input,
#gform_wrapper_20 .ginput_container.ginput_container_text input,
#gform_wrapper_20 #input_20_20_other,
#gform_wrapper_20 .StripeElement.StripeElement--empty,
#gform_wrapper_20 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_20 .gf_coupon_code,
#gform_wrapper_20 textarea,
#gform_wrapper_42 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_42 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_42 .gform_wrapper textarea,
#gform_wrapper_42 .ginput_container.ginput_container_email input,
#gform_wrapper_42 .ginput_container.ginput_container_phone input,
#gform_wrapper_42 .ginput_container.ginput_container_website input,
#gform_wrapper_42 .ginput_container.ginput_container_text input,
#gform_wrapper_42 #input_20_20_other,
#gform_wrapper_42 .StripeElement.StripeElement--empty,
#gform_wrapper_42 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_42 .gf_coupon_code,
#gform_wrapper_42 textarea {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    border: 0;
    border-radius: 50px;
    height: 51px;
    padding: 17px 25px;
    color: #000;
    font-weight: 400;
    font-size: 14px
}

#gform_wrapper_20 textarea,
#gform_wrapper_42 textarea {
    border-radius: 30px
}

#gform_wrapper_20 input[type="submit"],
#gform_wrapper_20 input[type="button"],
#gform_wrapper_42 input[type="submit"],
#gform_wrapper_42 input[type="button"] {
    color: #fff;
    background-color: #32c5f2;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #32c5f2;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 25px 8px 25px;
    font-size: 14px
}

#gform_wrapper_20 input[type="submit"]:hover,
#gform_wrapper_20 input[type="button"]:hover,
#gform_wrapper_42 input[type="submit"]:hover,
#gform_wrapper_42 input[type="button"]:hover {
    background-color: #fff;
    color: #32c5f2
}

#gform_wrapper_20 input[type="button"],
#gform_wrapper_42 input[type="button"] {
    background-color: #4f5658;
    border: 3px solid #4f5658
}

#gform_wrapper_20 input[type="button"]:hover,
#gform_wrapper_42 input[type="button"]:hover {
    background-color: #fff;
    color: #4f5658
}

#gform_wrapper_20 .gf_coupon_code,
#gform_wrapper_42 .gf_coupon_code {
    margin-bottom: 15px
}

@media (min-width:1200px) {

    #gform_wrapper_20 .gf_coupon_code,
    #gform_wrapper_42 .gf_coupon_code {
        margin-bottom: 0
    }
}

#gform_wrapper_20 #field_18_18,
#gform_wrapper_20 #field_18_18 label,
#gform_wrapper_20 #field_25_18,
#gform_wrapper_20 #field_25_18 label,
#gform_wrapper_20 #field_26_18,
#gform_wrapper_20 #field_26_18 label,
#gform_wrapper_20 #field_27_18,
#gform_wrapper_20 #field_27_18 label,
#gform_wrapper_42 #field_18_18,
#gform_wrapper_42 #field_18_18 label,
#gform_wrapper_42 #field_25_18,
#gform_wrapper_42 #field_25_18 label,
#gform_wrapper_42 #field_26_18,
#gform_wrapper_42 #field_26_18 label,
#gform_wrapper_42 #field_27_18,
#gform_wrapper_42 #field_27_18 label {
    height: 0;
    font-size: 0.1px;
    color: transparent
}

#gform_wrapper_20 .ginput_price,
#gform_wrapper_42 .ginput_price {
    color: #f37323
}

#gform_wrapper_42 {}

#gform_wrapper_42 a {
    color: #f37323;
    font-weight: 600
}

#gform_wrapper_42 .gsection_description {
    color: #4f5658;
    font-weight: 400;
    line-height: 1.3
}

#gform_wrapper_42 .gfield_description,
#gform_wrapper_42 .gfield_label,
#gform_wrapper_42 label {
    color: #4f5658;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    top: 0;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.3
}

#gform_wrapper_42 .gfield_description {
    font-weight: 400;
    text-transform: none
}

#gform_wrapper_42 #field_18_15,
#gform_wrapper_42 #field_25_15,
#gform_wrapper_42 #field_26_15,
#gform_wrapper_42 #field_27_15 {
    float: right;
    text-align: right;
    margin-bottom: 20px
}

#gform_wrapper_42 #field_18_15 span.ginput_total,
#gform_wrapper_42 #field_25_15 span.ginput_total,
#gform_wrapper_42 #field_26_15 span.ginput_total,
#gform_wrapper_42 #field_27_15 span.ginput_total {
    font-size: 1.7rem;
    font-weight: 600;
    color: #000
}

#gform_wrapper_42 .gfield_checkbox li input,
#gform_wrapper_42 .gfield_radio li input {
    position: relative;
    background-color: #f0f0f0;
    left: 15px;
    top: -3px;
    border: 1px solid #d7d7d7
}

#gform_wrapper_42 .gfield_radio li input {
    position: relative;
    background-color: #f0f0f0;
    left: 10px;
    top: 0;
    border: 1px solid #d7d7d7
}

#gform_wrapper_42 input[type="checkbox"]:checked:before {
    content: " ";
    height: 100%;
    width: 100%;
    background-color: #62d3f5
}

#gform_wrapper_42 span.InputContainer input {
    color: #f37323 !important
}

#gform_wrapper_42 li.hidden_label input {
    margin: 0 !important
}

#gform_wrapper_42 .gfield_required {
    padding-left: 0;
    top: 0
}

#gform_wrapper_42 .validation_message {
    display: none
}

#gform_wrapper_42 .gsection_title {
    margin-top: 25px !important
}

#gform_wrapper_42 .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
#gform_wrapper_42 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_42 .gform_wrapper textarea,
#gform_wrapper_42 .ginput_container.ginput_container_email input,
#gform_wrapper_42 .ginput_container.ginput_container_phone input,
#gform_wrapper_42 .ginput_container.ginput_container_website input,
#gform_wrapper_42 .ginput_container.ginput_container_text input,
#gform_wrapper_42 #input_20_20_other,
#gform_wrapper_42 .StripeElement.StripeElement--empty,
#gform_wrapper_42 .StripeElement.StripeElement--webkit-autofill.StripeElement--complete,
#gform_wrapper_42 .gf_coupon_code,
#gform_wrapper_42 textarea {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    border: 0;
    border-radius: 50px;
    height: 51px;
    padding: 17px 25px;
    color: #000;
    font-weight: 400;
    font-size: 14px
}

#gform_wrapper_42 textarea {
    border-radius: 30px
}

#gform_wrapper_42 input[type="submit"],
#gform_wrapper_42 input[type="button"] {
    color: #fff;
    background-color: #32c5f2;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #32c5f2;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 25px 8px 25px;
    font-size: 14px
}

#gform_wrapper_42 input[type="submit"]:hover,
#gform_wrapper_42 input[type="button"]:hover {
    background-color: #fff;
    color: #32c5f2
}

#gform_wrapper_42 input[type="button"] {
    background-color: #4f5658;
    border: 3px solid #4f5658
}

#gform_wrapper_42 input[type="button"]:hover {
    background-color: #fff;
    color: #4f5658
}

#gform_wrapper_42 .gf_coupon_code {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    #gform_wrapper_42 .gf_coupon_code {
        margin-bottom: 0
    }
}

#gform_wrapper_42 #field_18_18,
#gform_wrapper_42 #field_18_18 label,
#gform_wrapper_42 #field_25_18,
#gform_wrapper_42 #field_25_18 label,
#gform_wrapper_42 #field_26_18,
#gform_wrapper_42 #field_26_18 label,
#gform_wrapper_42 #field_27_18,
#gform_wrapper_42 #field_27_18 label {
    height: 0;
    font-size: 0.1px;
    color: transparent
}

#gform_wrapper_42 .ginput_price {
    color: #f37323
}

.gform_confirmation_message_17.gform_confirmation_message {
    color: #d9531f;
    font-size: 1rem;
    font-weight: 600
}

.gform_wrapper #gf_coupon_info .gf_coupon_item td {
    border: 0
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container .gf_coupon_name {
    color: #4f5658;
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: 600;
    font-size: 0.8rem
}

.gform_wrapper span.gf_coupon_discount {
    color: #f37323;
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: 600;
    font-size: 0.8rem
}

@media (max-width:599px) {
    .gform_wrapper ul.gform_fields {
        max-width: 95%
    }
}

.global-package-card {
    position: relative;
    border-radius: 15px
}

.global-package-card .upper {
    border-radius: 15px;
    background-color: #fff;
    padding: 45px 45px 0 45px
}

.global-package-card .upper .svg-container {
    height: 160px
}

.global-package-card .upper .svg-container svg {
    margin-bottom: 15px
}

.global-package-card .upper .price {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800
}

.global-package-card .upper .price.logo-only {
    color: #4f5658
}

.global-package-card .upper .price.logo-matched-stationery {
    color: #32c5f2
}

.global-package-card .upper .price.logo-matched-stationery-cards {
    color: #f37323
}

.global-package-card .upper .sub-title {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 15px
}

.global-package-card .upper .sub-title.logo-only {
    color: #4f5658
}

.global-package-card .upper .sub-title.logo-matched-stationery {
    color: #32c5f2
}

.global-package-card .upper .sub-title.logo-matched-stationery-cards {
    color: #f37323
}

.global-package-card .lower {
    position: relative;
    padding: 20px 45px 45px 45px;
    border-radius: 15px;
    text-align: left
}

.global-package-card .lower.logo-only {
    background-color: #f6f6f6
}

.global-package-card .lower.logo-only ul {
    margin-top: 10px
}

.global-package-card .lower.logo-matched-stationery {
    background-color: #f4fcff
}

.global-package-card .lower.logo-matched-stationery ul {
    margin-top: 32px
}

.global-package-card .lower.logo-matched-stationery-cards {
    background-color: #fff9f4
}

.global-package-card .lower.logo-matched-stationery-cards ul {
    margin-top: 30px
}

.global-package-card .lower h3.package-name {
    color: #000;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1
}

.global-package-card .lower ul {
    list-style: none;
    margin: -5px 0 90px 0
}

.global-package-card .lower ul li {
    padding-left: 0;
    color: #707070;
    font-weight: 400
}

.global-package-card .lower a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    border-radius: 50px;
    padding: 10px 25px;
    position: absolute;
    bottom: 35px;
    left: 45px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.global-package-card .lower a.logo-only {
    background-color: #4f5658;
    border: 3px solid #4f5658
}

.global-package-card .lower a.logo-only:hover {
    background-color: #fff;
    color: #4f5658
}

.global-package-card .lower a.logo-matched-stationery {
    background-color: #32c5f2;
    border: 3px solid #32c5f2
}

.global-package-card .lower a.logo-matched-stationery:hover {
    background-color: #fff;
    color: #32c5f2
}

.global-package-card .lower a.logo-matched-stationery-cards {
    background-color: #f37323;
    border: 3px solid #f37323
}

.global-package-card .lower a.logo-matched-stationery-cards:hover {
    background-color: #fff;
    color: #f37323
}

#site-header {
    border-bottom: 0;
    box-shadow: 0px 3px 20px #f0f0f0;
    padding: 10px 0;
    position: relative
}

#main {
    padding-top: 0px
}

#site-navigation-wrap .dropdown-menu>li a {
    font-size: 1rem !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 800 !important
}

#site-navigation-wrap .dropdown-menu>li a:hover {
    color: #d9531f
}

#site-navigation-wrap .dropdown-menu>li:nth-of-type(7) a {
    margin-top: 15px;
    margin-left: 30px;
    position: relative;
    font-size: 1rem !important;
    top: 10px;
    padding: 12px 30px;
    color: #fff;
    background-color: #d9531f;
    border-radius: 50px;
    border: 3px solid #d9531f;
    line-height: 1;
    font-weight: 800 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

#site-navigation-wrap .dropdown-menu>li:nth-of-type(7) a:hover {
    background-color: #fff;
    border: 3px solid #d9531f;
    color: #d9531f
}

.oceanwp-mobile-menu-icon a {
    font-size: 2rem;
    color: #f37323
}

.oceanwp-mobile-menu-icon a:hover {
    color: #4f5658
}

#mobile-nav ul li {
    background-color: #fff
}

#mobile-nav ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000
}

#mobile-nav ul li:nth-of-type(6) a {
    color: #fff;
    background-color: #d9531f
}

#mobile-nav ul li:nth-of-type(6) a:hover {
    background-color: #fff;
    color: #d9531f
}

#mobile-nav ul.sub-menu li a {
    padding-left: 75px;
    color: #707070
}

.option-card-slider .swiper-slide {}

.option-card-slider .swiper-slide .elementor-testimonial__image {
    width: 100% !important;
    border-radius: 5px !important;
    border: 4px solid #f37323
}

.option-card-slider .swiper-slide .elementor-testimonial__image img {
    border-radius: 5px !important;
    width: 100% !important
}

.option-card-slider .swiper-slide .elementor-testimonial__name {
    color: #000;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 600
}

.option-card-slider .swiper-slide .elementor-testimonial__title {
    color: #f37323;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px
}

.option-card-slider .swiper-slide .elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #32c5f2 !important
}

.swiper-pagination-bullet {
    height: 18px !important;
    width: 18px !important;
    position: relative;
    top: 7px
}

#logo-only-package .package-container a.option .instructions,
#logo-plus-matched-stationery-package .package-container a.option .instructions,
#logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions {
    position: relative;
    top: -22px;
    background-color: #f37323;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600 !important;
    z-index: 1010;
    text-align: center
}

#logo-only-package .package-container a.option .instructions:before,
#logo-plus-matched-stationery-package .package-container a.option .instructions:before,
#logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions:before {
    content: "";
    height: 20px;
    width: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f37323;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 20px;
    z-index: -1
}

#logo-only-package {
    position: relative;
    z-index: 200
}

@media (min-width:1025px) {
    #logo-only-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-only-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-only-package .package-container a.option .logo-only {
        background-color: #4f5658;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-only-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 50%
    }

    #logo-only-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-only-package .package-container a.option .logo-only .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }

    #logo-only-package .package-container a.option .logo-matched-stationery {
        background-color: #fff;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 50%
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #32c5f2 !important
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #fff;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 50%
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #f37323 !important
    }
}

@media (max-width:1024px) and (min-width:500px) {
    #logo-only-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-only-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-only-package .package-container a.option .instructions {
        font-size: 0.6rem;
        top: -16px
    }

    #logo-only-package .package-container a.option .instructions:before {
        bottom: 12px
    }

    #logo-only-package .package-container a.option .logo-only {
        background-color: #4f5658;
        padding: 12px 10px;
        border: 1px solid #d1d2d4;
        height: 90px
    }

    #logo-only-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 40%
    }

    #logo-only-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 60%;
        padding-left: 5px;
        padding-top: 10px
    }

    #logo-only-package .package-container a.option .logo-only .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }

    #logo-only-package .package-container a.option .logo-matched-stationery {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 40%
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 60%;
        padding-left: 20px;
        padding-top: 10px;
        max-width: 110px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #32c5f2 !important
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 40%
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 60%;
        padding-left: 19px;
        padding-top: 10px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #f37323 !important
    }
}

@media (max-width:499px) {
    #logo-only-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-only-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-only-package .package-container a.option .instructions {
        font-size: 0.6rem;
        top: -16px
    }

    #logo-only-package .package-container a.option .instructions:before {
        bottom: 12px
    }

    #logo-only-package .package-container a.option .logo-only {
        background-color: #4f5658;
        padding: 12px 10px;
        border: 1px solid #d1d2d4;
        height: 110px;
        text-align: center
    }

    #logo-only-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 100%
    }

    #logo-only-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-only .text-side {
        float: left;
        padding-left: 0;
        padding-top: 10px;
        width: 100%
    }

    #logo-only-package .package-container a.option .logo-only .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }

    #logo-only-package .package-container a.option .logo-matched-stationery {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 110px;
        text-align: center
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 100%
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #32c5f2 !important
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 110px;
        text-align: center
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 100%
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-only-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #f37323 !important
    }
}

#logo-plus-matched-stationery-package {
    position: relative;
    z-index: 200
}

@media (min-width:1025px) {
    #logo-plus-matched-stationery-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-plus-matched-stationery-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only {
        background-color: #fff;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 50%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #4f5658 !important
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery {
        background-color: #32c5f2;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 50%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #fff;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 50%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #f37323 !important
    }
}

@media (max-width:1024px) and (min-width:500px) {
    #logo-plus-matched-stationery-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-plus-matched-stationery-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-plus-matched-stationery-package .package-container a.option .instructions {
        font-size: 0.6rem;
        top: -16px
    }

    #logo-plus-matched-stationery-package .package-container a.option .instructions:before {
        bottom: 12px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only {
        background-color: #fff;
        padding: 12px 10px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 40%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 60%;
        padding-left: 5px;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #4f5658 !important
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery {
        background-color: #32c5f2;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 40%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 60%;
        padding-left: 20px;
        padding-top: 10px;
        max-width: 110px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 40%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 60%;
        padding-left: 19px;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #f37323 !important
    }
}

@media (max-width:499px) {
    #logo-plus-matched-stationery-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-plus-matched-stationery-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-plus-matched-stationery-package .package-container a.option .instructions {
        font-size: 0.6rem;
        top: -16px
    }

    #logo-plus-matched-stationery-package .package-container a.option .instructions:before {
        bottom: 12px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only {
        background-color: #fff;
        padding: 12px 10px;
        border: 1px solid #d1d2d4;
        height: 125px;
        text-align: center
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 100%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-only .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #4f5658 !important
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery {
        background-color: #32c5f2;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        height: 125px;
        text-align: center
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 100%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        height: 125px;
        text-align: center
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 100%
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #f37323 !important
    }
}

#logo-plus-matched-stationery-plus-business-cards-package {
    position: relative;
    z-index: 200
}

@media (min-width:1025px) {
    #logo-plus-matched-stationery-plus-business-cards-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions {
        background-color: #32c5f2
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions:before {
        border-bottom: 15px solid #32c5f2
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only {
        background-color: #fff;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 50%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #4f5658 !important
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery {
        background-color: #fff;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 50%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #32c5f2 !important
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #f37323;
        padding: 30px 20px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 180px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 50%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 30px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.8rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }
}

@media (max-width:1024px) and (min-width:500px) {
    #logo-plus-matched-stationery-plus-business-cards-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions {
        font-size: 0.6rem;
        top: -16px;
        background-color: #32c5f2
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions:before {
        bottom: 12px;
        border-bottom: 15px solid #32c5f2
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only {
        background-color: #fff;
        padding: 12px 10px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 40%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 60%;
        padding-left: 5px;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #4f5658 !important
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 40%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 60%;
        padding-left: 20px;
        padding-top: 10px;
        max-width: 110px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #32c5f2 !important
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #f37323;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        overflow: hidden;
        height: 90px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 40%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 60%;
        padding-left: 19px;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }
}

@media (max-width:499px) {
    #logo-plus-matched-stationery-plus-business-cards-package .package-container {
        margin: 0 auto;
        z-index: 2000;
        max-width: 960px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option {
        float: left;
        width: 33%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions {
        font-size: 0.6rem;
        top: -16px;
        background-color: #32c5f2
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .instructions:before {
        bottom: 12px;
        border-bottom: 15px solid #32c5f2
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only {
        background-color: #fff;
        padding: 12px 10px;
        border: 1px solid #d1d2d4;
        height: 135px;
        text-align: center
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .svg-side {
        float: left;
        width: 100%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-only .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #4f5658 !important
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery {
        background-color: #fff;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        height: 135px;
        text-align: center
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .svg-side {
        float: left;
        width: 100%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #32c5f2 !important
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards {
        background-color: #f37323;
        padding: 8px 5px;
        border: 1px solid #d1d2d4;
        height: 135px;
        text-align: center
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .svg-side {
        float: left;
        width: 100%
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .svg-side svg {
        float: none;
        margin: 0 auto
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .text-side {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    #logo-plus-matched-stationery-plus-business-cards-package .package-container a.option .logo-matched-stationery-cards .text-side p {
        font-size: 0.6rem;
        line-height: 1 !important;
        font-weight: 600 !important;
        color: #fff !important
    }
}

header.page-header {
    display: none
}

@media (max-width:599px) {
    .row {
        padding: 0 !important
    }
}

@media (min-width:600px) {
    .row {
        padding: 20px 0 !important
    }
}

.row .col-one,
.row .col-two {
    width: 50%;
    display: inline-block
}

.row .one-third {
    display: inline-block
}

@media (max-width:599px) {
    .row .one-third {
        width: 100%
    }
}

@media (min-width:600px) {
    .row .one-third {
        width: 33%
    }
}

.row.featured-posts {
    margin: 30px auto !important
}

.large-featured-cell,
.small-featured-cell {
    position: relative;
    height: 425px;
    background-size: cover;
    border-radius: 40px
}

.large-featured-cell .featured-inner,
.small-featured-cell .featured-inner {
    position: absolute;
    bottom: 25px;
    left: 40px
}

.large-featured-cell .featured-inner .category-title,
.small-featured-cell .featured-inner .category-title {
    color: #000
}

.large-featured-cell .featured-inner h6,
.small-featured-cell .featured-inner h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #00a5e4
}

i.icon-magnifier {
    -webkit-text-stroke: 2px
}

.small-featured-cell {
    background-size: cover;
    background-position: center !important
}

a.all-button {
    background-color: #00a5e4 !important;
    min-width: 125px !important
}

a.all-button:hover {
    background-color: #00a5e4 !important
}

a.filter-button {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    line-height: 1;
    min-width: 200px;
    text-align: center
}

.large-type-title h2 {
    max-width: 850px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    text-align: left !important
}

.large-type p,
p.large-type,
.single-post.content-max-width .entry-content p {
    max-width: 850px !important;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif !important;
    text-align: left
}

@media (max-width:599px) {

    .large-type p,
    p.large-type,
    .single-post.content-max-width .entry-content p {
        font-size: 1.2rem;
        line-height: 1.4 !important
    }
}

@media (min-width:600px) {

    .large-type p,
    p.large-type,
    .single-post.content-max-width .entry-content p {
        font-size: 1.4rem;
        line-height: 1.6 !important
    }
}

@media (min-width:1200px) {

    .large-type p,
    p.large-type,
    .single-post.content-max-width .entry-content p {
        font-size: 1.4rem;
        line-height: 1.6 !important
    }
}

.large-type a {
    color: #00a5e4
}

.large-type a:hover {
    color: #00a5e4;
    text-decoration: underline
}

@media (max-width:599px) {
    .row.thirds {
        display: block
    }
}

@media (min-width:600px) {
    .row.thirds {
        display: flex
    }
}

.row.thirds .blog-preview-box {
    max-width: 33%
}

@media (max-width:599px) {
    .row.thirds .blog-preview-box {
        margin-top: 45px;
        max-width: 100%;
        padding-right: 0
    }
}

@media (min-width:600px) {
    .row.thirds .blog-preview-box {
        padding-right: 25px
    }
}

@media (min-width:1200px) {
    .row.thirds .blog-preview-box {
        padding-right: 50px
    }
}

.row.thirds .blog-preview-box h3 {
    font-family: "Montserrat", sans-serif;
    color: #000;
    padding: 15px 0 0 0;
    max-width: 80%
}

.row.thirds .blog-preview-box h3:hover {
    text-decoration: none !important
}

.row.thirds .blog-preview-box a {
    color: #f37323;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important
}

.row.thirds .blog-preview-box a:hover {
    color: #d9531f
}

.row.thirds .blog-preview-box img {
    width: 100%;
    border-radius: 15px
}

.blog-preview-box h3,
.blog-preview-box p {
    margin: 0 !important;
    font-family: "Montserrat", sans-serif;
    padding: 15px 0 0 0 !important
}

.thumbnail {
    margin: 0 auto
}

@media (max-width:599px) {
    .thumbnail {
        width: 100%
    }
}

@media (min-width:600px) {
    .thumbnail {
        width: 80%
    }
}

@media (min-width:1200px) {
    .thumbnail {
        height: auto;
        width: 850px
    }
}

.thumbnail img {
    border-radius: 50px;
    border: 1px solid #fff
}

a.inline {
    display: inline
}

a.related-blogs {
    margin-left: 15px;
    font-family: "Montserrat", sans-serif;
    color: #00a5e4
}

a.related-blogs span {
    color: #00a5e4
}

#result {
    background-color: transparent !important
}

#result ul {
    list-style: none;
    margin-left: 0
}

#result ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #bbb
}

h2.single-post-title {
    border-bottom: none !important
}

time.published {
    display: none !important
}

section#comments,
section#related-posts,
ul.meta {
    display: none !important
}

#right-sidebar {
    display: none !important
}

#primary.content-area {
    width: 100%;
    margin: 0 auto;
    border: 0 !important
}

.industry-select {
    text-align: center
}

@media (max-width:599px) {
    .industry-select {
        margin: 0 auto;
        width: 90%
    }
}

@media (max-width:1245px) {
    .industry-select {
        text-align: center;
        width: 90%;
        margin: 0 auto
    }
}

@media (min-width:1246px) {
    .industry-select {
        text-align: right;
        margin: 0 auto;
        width: 100%
    }
}

.industry-select .filter-icon {
    position: relative
}

@media (max-width:1245px) {
    .industry-select .filter-icon {
        display: none
    }
}

@media (min-width:1246px) {
    .industry-select .filter-icon {
        top: -105px;
        display: block;
        float: right;
        margin-right: 15px
    }
}

.industry-select .select-box {
    position: relative;
    margin: 0 auto;
    color: #f37323 !important
}

@media (max-width:599px) {
    .industry-select .select-box {
        padding-right: 0px
    }
}

@media (min-width:600px) {
    .industry-select .select-box {
        top: -20px;
        float: none;
        padding-right: 0px
    }
}

@media (min-width:1024px) and (max-width:1245px) {
    .industry-select .select-box {
        top: -40px;
        float: none !important;
        padding-right: 40px
    }
}

@media (min-width:1246px) {
    .industry-select .select-box {
        top: -120px;
        float: right
    }
}

.industry-select .select-box select {
    padding-left: 25px;
    padding-right: 50px;
    border-radius: 50px;
    outline: none;
    color: #f37323 !important;
    float: left;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important
}

@media (max-width:599px) {
    .industry-select .select-box select {
        width: 100%;
        height: 35px;
        border: 2px solid #f37323;
        background: url(https://thelogocompany.net/Dev/wp-content/uploads/2020/12/orange-arrow.png) no-repeat right;
        -webkit-appearance: none;
        background-position-x: 93%;
        background-position-y: 10px
    }
}

@media (min-width:600px) {
    .industry-select .select-box select {
        border: 2px solid #f37323;
        width: 100%;
        height: 35px;
        font-size: 0.8rem;
        background: url(https://thelogocompany.net/Dev/wp-content/uploads/2020/12/orange-arrow.png) no-repeat right;
        -webkit-appearance: none;
        background-position-x: 96%;
        background-position-y: 12px
    }
}

@media (min-width:1200px) {
    .industry-select .select-box select {
        border: 3px solid #f37323;
        width: 100%;
        height: 50px;
        font-size: 1rem;
        background: url(https://thelogocompany.net/Dev/wp-content/uploads/2020/12/orange-arrow.png) no-repeat right;
        -webkit-appearance: none;
        background-position-x: 93%;
        background-position-y: 15px
    }
}

.industry-select .select-box select:after {
    font-size: 1rem
}

.industry-select .select-box option {
    color: #f37323 !important
}

.category-select {}

@media (max-width:599px) {
    .category-select {
        margin: 15px auto;
        width: 90%
    }
}

@media (max-width:1245px) {
    .category-select {
        text-align: center;
        width: 90%;
        margin: 0 auto
    }
}

@media (min-width:1246px) {
    .category-select {
        text-align: right;
        margin: 0 auto;
        width: 100%
    }
}

.category-select .filter-icon {
    display: none
}

.category-select .select-box {
    position: relative;
    margin: 0 auto;
    color: #f37323 !important;
    padding-right: 40px
}

@media (min-width:600px) {
    .category-select .select-box {
        top: 0px;
        float: none
    }
}

@media (max-width:1245px) {
    .category-select .select-box {
        float: none !important
    }
}

@media (min-width:1246px) {
    .category-select .select-box {
        float: right
    }
}

.category-select .select-box select {
    padding-left: 25px;
    padding-right: 50px;
    border-radius: 50px;
    outline: none;
    color: #f37323 !important;
    float: left;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important
}

@media (max-width:599px) {
    .category-select .select-box select {
        width: 100%;
        height: 35px;
        border: 2px solid #f37323;
        background: url(https://thelogocompany.net/Dev/wp-content/uploads/2020/12/orange-arrow.png) no-repeat right;
        -webkit-appearance: none;
        background-position-x: 93%;
        background-position-y: 10px
    }
}

@media (min-width:600px) {
    .category-select .select-box select {
        border: 2px solid #f37323;
        width: 100%;
        height: 35px;
        font-size: 0.8rem;
        background: url(https://thelogocompany.net/Dev/wp-content/uploads/2020/12/orange-arrow.png) no-repeat right;
        -webkit-appearance: none;
        background-position-x: 96%;
        background-position-y: 12px
    }
}

@media (min-width:1200px) {
    .category-select .select-box select {
        border: 3px solid #f37323;
        width: 100%;
        height: 50px;
        font-size: 1rem;
        background: url(https://thelogocompany.net/Dev/wp-content/uploads/2020/12/orange-arrow.png) no-repeat right;
        -webkit-appearance: none;
        background-position-x: 93%;
        background-position-y: 15px
    }
}

.category-select .select-box select:after {
    font-size: 1rem
}

.category-select .select-box option {
    color: #f37323 !important
}

.testimonial p {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    color: #32c5f2 !important
}

@media (max-width:599px) {
    .testimonial p {
        font-size: 1.5rem !important;
        line-height: 1.4 !important
    }
}

@media (min-width:600px) {
    .testimonial p {
        font-size: 1.5rem !important;
        line-height: 1.4 !important
    }
}

@media (min-width:1200px) {
    .testimonial p {
        font-size: 1.5rem !important;
        line-height: 1.4 !important
    }
}

body.error404 header.page-header {
    display: none
}

body.error404 h2.error-title {
    color: #32c5f2 !important
}

body.error404 form input[type="search"] {
    border-radius: 50px
}

body.error404 .error404-content .error-btn {
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    border: 3px solid #32c5f2 !important;
    background-color: #32c5f2;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

body.error404 .error404-content .error-btn:hover {
    border: 3px solid #32c5f2 !important;
    background-color: #fff;
    color: #32c5f2
}

@media screen and (device-aspect-ratio:0.6666666667) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:0.5633802817) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:0.5622188906) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:0.5625) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px
    }
}

.black * {
    color: #000 !important
}

.text * {
    color: #707070 !important
}

.white *,
.white {
    color: #fff !important
}

.dark-blue *,
.dark-blue,
a.dark-blue {
    color: #00a5e4 !important
}

.light-blue *,
.light-blue,
a.light-blue {
    color: #32c5f2 !important
}

.light-orange *,
.light-orange,
a.light-orange {
    color: #f37323 !important
}

.dark-orange *,
.dark-orange,
a.dark-orange {
    color: #d9531f !important
}

.google-red *,
.google-red,
span.google-red,
a.google-red {
    color: #dd5146 !important
}

.facebook-blue *,
.facebook-blue,
a.facebook-blue {
    color: #4267b2 !important
}

.green *,
.green,
a.green {
    color: #00b67a !important
}

h1 {
    margin: 0 auto 25px auto !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    color: #000 !important;
    max-width: 1000px
}

@media (max-width:599px) {
    h1 {
        font-size: 1.8rem;
        line-height: 1.1 !important
    }
}

@media (min-width:600px) {
    h1 {
        font-size: 2.5rem;
        line-height: 1.1 !important
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 3rem;
        line-height: 1.1 !important
    }
}

.auto-margin h1 {
    margin: 0 auto 25px auto !important
}

h2 {
    margin: 0 0 10px 0 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    color: #000 !important
}

@media (max-width:599px) {
    h2 {
        font-size: 1.3rem;
        line-height: 1.1 !important
    }
}

@media (min-width:600px) {
    h2 {
        font-size: 1.5rem;
        line-height: 1.1 !important
    }
}

@media (min-width:1200px) {
    h2 {
        font-size: 1.7rem;
        line-height: 1.1 !important
    }
}

h3 {
    margin: 0 0 10px 0 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    color: #000 !important
}

@media (max-width:599px) {
    h3 {
        font-size: 1rem;
        line-height: 1.1 !important
    }
}

@media (min-width:600px) {
    h3 {
        font-size: 1.2rem;
        line-height: 1.3 !important
    }
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.4rem;
        line-height: 1.2 !important
    }
}

h4 {
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    color: #32c5f2
}

@media (max-width:599px) {
    h4 {
        font-size: 2.3rem;
        line-height: 1 !important
    }
}

@media (min-width:600px) {
    h4 {
        font-size: 2.5rem;
        line-height: 1 !important
    }
}

@media (min-width:1200px) {
    h4 {
        font-size: 2.9rem;
        line-height: 1 !important
    }
}

h5 {
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 200 !important;
    color: #32c5f2
}

@media (max-width:599px) {
    h5 {
        font-size: 1.4rem;
        line-height: 1.7rem
    }
}

@media (min-width:600px) {
    h5 {
        font-size: 1.4rem;
        line-height: 1.7rem
    }
}

@media (min-width:1200px) {
    h5 {
        font-size: 2.2rem;
        line-height: 1.2
    }
}

h6 {
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 200 !important;
    color: #00a5e4
}

@media (max-width:599px) {
    h6 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 25px
    }
}

@media (min-width:600px) {
    h6 {
        font-size: 1.5rem;
        line-height: 1.7rem
    }
}

@media (min-width:1200px) {
    h6 {
        margin-bottom: 25px
    }
}

p {
    margin: 0 auto;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    color: #707070
}

@media (max-width:599px) {
    p {
        font-size: 1rem;
        line-height: 1.6rem !important
    }
}

@media (min-width:600px) {
    p {
        font-size: 1rem;
        line-height: 1.3rem !important
    }
}

@media (min-width:1200px) {
    p {
        font-size: 1.2rem;
        line-height: 1.6rem !important
    }
}

.small p {
    font-size: 1rem;
    line-height: 1
}

.full-width p {
    max-width: 100%
}

.legal p {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 200 !important;
    color: #00a5e4;
    max-width: 1600px
}

@media (max-width:599px) {
    .legal p {
        font-size: 0.8rem;
        line-height: 1 !important
    }
}

@media (min-width:600px) {
    .legal p {
        font-size: 0.8rem;
        line-height: 1.3 !important
    }
}

@media (min-width:1200px) {
    .legal p {
        font-size: 0.8rem;
        line-height: 1.3 !important
    }
}

.legal p a {
    color: #f37323
}

.legal p a:hover {
    color: #d9531f;
    text-decoration: underline
}

ul {
    margin-left: 40px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 200 !important;
    color: #00a5e4;
    text-transform: none;
    max-width: 1080px
}

ul.centered {
    margin: 0 auto
}

@media (max-width:599px) {
    ul {
        font-size: 1rem;
        line-height: 1.6rem !important
    }
}

@media (min-width:600px) {
    ul {
        font-size: 1rem;
        line-height: 1.6rem !important
    }
}

@media (min-width:1200px) {
    ul {
        font-size: 1rem;
        line-height: 1.5rem !important
    }
}

div.centered ul {
    margin: 0 auto;
    position: relative;
    left: 40px
}

html {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1rem;
    scroll-behavior: smooth
}

body {
    font-family: "Montserrat", sans-serif !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #00a5e4
}

.row,
.wpb_wrapper {
    max-width: 1365px !important;
    margin: 0 auto !important
}

.left-all,
.left-all * {
    text-align: left !important
}

.left-all.elementor-counter .elementor-counter-number-wrapper,
.left-all *.elementor-counter .elementor-counter-number-wrapper {
    display: block !important
}

.left-all.elementor-counter-number,
.left-all *.elementor-counter-number {
    position: relative;
    left: -12px
}

.right-all {
    text-align: right !important
}

.center-all,
.center-all * {
    text-align: center !important
}

.center-for-mobile {
    text-align: center
}

@media (min-width:600px) {
    .center-for-mobile {
        text-align: left !important
    }
}

span.hug {
    white-space: nowrap
}

.bold *,
.bold {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important
}

.no-borders * {
    border: none !important
}

.hide-for-mobile {
    display: block !important
}

@media (max-width:599px) {
    .hide-for-mobile {
        display: none !important
    }
}

@media (max-width:599px) {
    .show-for-mobile {
        display: block !important
    }
}

@media (min-width:600px) {
    .show-for-mobile {
        display: none !important
    }
}

.svg-hide-for-mobile {
    display: block !important
}

@media (max-width:1024px) {
    .svg-hide-for-mobile {
        display: none !important
    }
}

@media (max-width:1024px) {
    .svg-show-for-mobile {
        display: block !important
    }
}

@media (min-width:1025px) {
    .svg-show-for-mobile {
        display: none !important
    }
}

.desktop-only {
    display: none !important
}

@media (min-width:1200px) {
    .desktop-only {
        display: block !important
    }
}

.container {
    width: 1500px !important
}

a:active,
a:focus {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important
}

.flag {
    position: relative;
    margin-top: -75px
}

.no-decoration * {
    text-decoration: none !important
}

#cookie-law-info-again {
    display: none !important
}

@media (min-width:600px) {
    .elementor-counter .elementor-counter-title {
        margin-top: 15px;
        line-height: 1.3
    }
}

.shadow img {
    border-radius: 50%;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3))
}

#gform_fields_44 {
    max-width: 100% !important
}

#gform_fields_44 .logo-design-order-form-reseller label,
#gform_fields_44 .logo-design-order-form-reseller .gfield_description,
#gform_fields_44 .logo-design-order-form-reseller {
    text-align: left !important
}

#gf_coupons_container_44 #gf_coupon_button {
    background-color: #4f5658 !important;
    border: 3px solid #4f5658 !important;
    color: #fff !important;
    margin-left: 8px !important;
    padding: 10px 25px 8px 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important
}

/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fthelogocompany.net%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_black-box.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_buttons-and-links.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_carousels.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_case-studies.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_circles.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_faq.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_global-package-cards.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_option-cards.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_package-order-sticky-nav.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_resources.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_select-boxes.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_testimonials.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_404.scss%22%2C%22wp-content%2Fthemes%2Foceanwp-child-theme-master%2Fscss%2F_zoom-fix.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%2CWAAA%2CuHAAA%2CCCkCE%2CyBAAA%2CWAAA%2CYAAA%2CCAAA%2CCAKA%2CyBAAA%2CWAAA%2CYAAA%2CCAAA%2CCAKA%2C0BAAA%2CWAAA%2CYAAA%2CCAAA%2CCD3BA%2CiBAAA%2CcAAA%2CCAGA%2CiBAAA%2CsUAAA%2CCAeE%2CuBAAA%2C6QAAA%2CCAeA%2CuBAAA%2CqKAAA%2CCAQA%2CwBAAA%2C8DAAA%2CCAKE%2CiCAAA%2CgBAAA%2CCAGA%2CwCAAA%2CyJAAA%2CCAUE%2C6CAAA%2C2JAAA%2CCAYJ%2CuBAAA%2CkDAAA%2CCAIE%2CyBAAA%2C6BAAA%2CCAIA%2CyCAAA%2CgIAAA%2CCASE%2C8CAAA%2C2JAAA%2CCAYJ%2CyBAAA%2CqJAAA%2CCErHJ%2CuDAAA%2CmEAAA%2CCAOA%2CYAAA%2CmEAAA%2CCAIE%2CiBAAA%2CaAAA%2CCAEE%2CuBAAA%2CaAAA%2CCAMJ%2CmBAAA%2C2PAAA%2CCAaE%2CyBAAA%2CuEAAA%2CCAOF%2CiBAAA%2C4RAAA%2CCAeE%2CuBAAA%2CuEAAA%2CCCtDF%2CUAAA%2CkBAAA%2CCAIM%2C0DAAA%2CaAAA%2CCAII%2CkTAAA%2C4DAAA%2CCF0BR%2CyBAAA%2CkTAAA%2CSAAA%2CCAAA%2CCAKA%2CyBAAA%2CkTAAA%2CSAAA%2CCAAA%2CCAKA%2C0BAAA%2CkTAAA%2CSAAA%2CCAAA%2CCErBU%2C0UAAA%2CSAAA%2CCAEE%2CkWAAA%2CWAAA%2CCFSZ%2CyBAAA%2CyJAAA%2CYAAA%2CCAAA%2CCAKA%2CyBAAA%2CyJAAA%2CYAAA%2CCAAA%2CCAKA%2C0BAAA%2CyJAAA%2C6BAAA%2CCAAA%2CCEDM%2C8DAAA%2CqGAAA%2CCAMJ%2C%2BCAAA%2CwBAAA%2CCAIA%2C6CAAA%2C%2BEAAA%2CCAME%2CiEAAA%2C2DAAA%2CCAKE%2CuEAAA%2C2BAAA%2CCAKF%2CiEAAA%2CwDAAA%2CCAKE%2CuEAAA%2C2BAAA%2CCAON%2CoBAAA%2CsDAAA%2CCAUE%2CiDAAA%2CiBAAA%2CCAEE%2C%2BDAAA%2CiDAAA%2CCAKI%2C8EAAA%2CaAAA%2CCAEE%2CmFAAA%2CqCAAA%2CCAMF%2C4EAAA%2CkBAAA%2CCAIE%2CmFAAA%2C6BAAA%2CCAOF%2C0EAAA%2CaAAA%2CCAEE%2CqFAAA%2CuBAAA%2CCAGA%2C%2BEAAA%2CqCAAA%2CCAMF%2CwEAAA%2CkBAAA%2CCAIE%2C%2BEAAA%2C6BAAA%2CCAOF%2C4EAAA%2CaAAA%2CCAEE%2CuFAAA%2CuBAAA%2CCAGA%2CiFAAA%2CqCAAA%2CCAMF%2C0EAAA%2CkBAAA%2CCAIE%2CiFAAA%2C6BAAA%2CCAQR%2CoDAAA%2CwBAAA%2CCAIA%2CkDAAA%2CaAAA%2CCAEE%2CsEAAA%2C8EAAA%2CCAOA%2CsEAAA%2C6EAAA%2CCC%2FKN%2CkBAAA%2CkEAAA%2CCAKE%2CqBAAA%2C0FAAA%2CCAME%2C6BAAA%2CyCAAA%2CCCXJ%2CoUAAA%2CUAAA%2CCAMA%2CYAAA%2C6EAAA%2CCASA%2CYAAA%2CwHAAA%2CCAWA%2CYAAA%2C4HAAA%2CCAWA%2CYAAA%2C6EAAA%2CCAaA%2CYAAA%2C2FAAA%2CCAUA%2CYAAA%2CyHAAA%2CCAWA%2CYAAA%2C8EAAA%2CCAQA%2CYAAA%2CgHAAA%2CCAeA%2CYAAA%2CuHAAA%2CCAWA%2CYAAA%2CgEAAA%2CCASA%2CYAAA%2C6GAAA%2CCAeA%2CYAAA%2CyGAAA%2CCAWA%2CYAAA%2CgEAAA%2CCAaA%2CYAAA%2C0EAAA%2CCASA%2CYAAA%2CwGAAA%2CCAWA%2CYAAA%2CyEAAA%2CCASA%2CYAAA%2CkHAAA%2CCAWA%2CYAAA%2C8DAAA%2CCAOA%2CYAAA%2CqHAAA%2CCAeA%2CYAAA%2CwHAAA%2CCAWA%2CYAAA%2C4HAAA%2CCAWA%2CYAAA%2CwHAAA%2CCAWA%2CYAAA%2C2GAAA%2CCAeA%2CYAAA%2CsCAAA%2CCAOA%2CYAAA%2CuHAAA%2CCAWA%2CYAAA%2CkHAAA%2CCAWA%2CYAAA%2CqHAAA%2CCAUA%2CYAAA%2C0EAAA%2CCASA%2CYAAA%2CiDAAA%2CCAOA%2CYAAA%2CmHAAA%2CCAWA%2CYAAA%2CkIAAA%2CCAeA%2CYAAA%2C2HAAA%2CCAWA%2CYAAA%2CoDAAA%2CCAOA%2CYAAA%2C4GAAA%2CCAWA%2CYAAA%2CmHAAA%2CCAWA%2CYAAA%2CsCAAA%2CCAOA%2CYAAA%2C8DAAA%2CCAOA%2CYAAA%2CsHAAA%2CCAaA%2CwcAAA%2CoBAAA%2CCC1ZE%2CqCAAA%2C2CAAA%2CCAKA%2C0GAAA%2CQAAA%2CCAIA%2C4CAAA%2CuBAAA%2CCCVF%2CQAAA%2C2BAAA%2CCAGE%2CUAAA%2C6EAAA%2CCAKE%2CgBAAA%2C0DAAA%2CCN0BF%2CyBAAA%2CUAAA%2C8BAAA%2CCAAA%2CCAKA%2CyBAAA%2CUAAA%2C8BAAA%2CCAAA%2CCAKA%2C0BAAA%2CUAAA%2CgCAAA%2CCAAA%2CCMlBE%2C0BAAA%2CgBAAA%2CCNQF%2CyBAAA%2C0BAAA%2CUAAA%2CCAAA%2CCAKA%2CyBAAA%2C0BAAA%2CSAAA%2CCAAA%2CCAKA%2C0BAAA%2C0BAAA%2CSAAA%2CCAAA%2CCMPI%2C8BAAA%2C6BAAA%2CCNHJ%2CyBAAA%2C0BAAA%2CwBAAA%2CCAAA%2CCAKA%2CyBAAA%2C0BAAA%2C0BAAA%2CCAAA%2CCAKA%2C0BAAA%2C0BAAA%2CSAAA%2CCAAA%2CCAVA%2CyBAAA%2C0BAAA%2C0BAAA%2CCAAA%2CCAKA%2CyBAAA%2C0BAAA%2C0BAAA%2CCAAA%2CCAKA%2C0BAAA%2C0BAAA%2CSAAA%2CCAAA%2CCAVA%2CyBAAA%2CiEAAA%2CqBAAA%2CCAAA%2CCAKA%2CyBAAA%2CiEAAA%2CoBAAA%2CCAAA%2CCAKA%2C0BAAA%2CiEAAA%2CoBAAA%2CCAAA%2CCMoCM%2CqEAAA%2C%2BBAAA%2CCN9CN%2CyBAAA%2C0BAAA%2CSAAA%2CCAAA%2CCAKA%2CyBAAA%2C0BAAA%2C0BAAA%2CCAAA%2CCAKA%2C0BAAA%2C0BAAA%2C0BAAA%2CCAAA%2CCO1CF%2CSAAA%2CwFAAA%2CCAOI%2C0FAAA%2CkFAAA%2CCAQA%2CyCAAA%2CoBAAA%2CCAKF%2CiUAAA%2CkJAAA%2CCAcA%2CiCAAA%2CkBAAA%2CCAGA%2C8BAAA%2CyRAAA%2CCAcE%2CoCAAA%2CmCAAA%2CCAOJ%2C0DAAA%2C4CAAA%2CCAQA%2CkBAAA%2CsFAAA%2CCAME%2CmEAAA%2CiHAAA%2CCAUA%2CmCAAA%2CoBAAA%2CCAKA%2CyxBAAA%2C0JAAA%2CCAsBA%2C2BAAA%2C4HAAA%2CCAQA%2CuCAAA%2C4PAAA%2CCAaE%2C6CAAA%2CmCAAA%2CCAOJ%2C0DAAA%2C4CAAA%2CCAQA%2CkBAAA%2CsFAAA%2CCAME%2CmEAAA%2CiHAAA%2CCAUA%2CmCAAA%2CoBAAA%2CCAKA%2C8sBAAA%2C0JAAA%2CCAqBA%2C2BAAA%2C4HAAA%2CCAQA%2CuCAAA%2C6QAAA%2CCAaE%2C6CAAA%2CmCAAA%2CCAOJ%2C0DAAA%2C4CAAA%2CCAQA%2CkBAAA%2CsFAAA%2CCAME%2CmEAAA%2CiHAAA%2CCAUA%2CmCAAA%2CoBAAA%2CCAKA%2CyxBAAA%2CgMAAA%2CCAuBA%2C2BAAA%2CkKAAA%2CCASA%2CuCAAA%2C4PAAA%2CCAaE%2C6CAAA%2CmCAAA%2CCAOJ%2C0DAAA%2C4CAAA%2CCAQA%2C4GAAA%2CCAME%2CojBAAA%2CiHAAA%2CCAYA%2C4lCAAA%2C4BAAA%2CCAQE%2CouDAAA%2C8CAAA%2CCAQF%2CwQAAA%2CsFAAA%2CCAQA%2CgVAAA%2C2DAAA%2CCASE%2C4PAAA%2CmCAAA%2CCAKF%2C4MAAA%2CyDAAA%2CCAIE%2C8NAAA%2CiCAAA%2CCAIE%2CkQAAA%2CqHAAA%2CCAQE%2CsSAAA%2CmCAAA%2CCAIA%2C4SAAA%2CwBAAA%2CCP5VN%2CyBAAA%2CkQAAA%2CcAAA%2CCAAA%2CCOmWI%2CkQAAA%2CYAAA%2CCAKJ%2CwQAAA%2CwBAAA%2CCAGA%2CgPAAA%2CmBAAA%2CCAGA%2CkNAAA%2CkCAAA%2CCAKA%2CoOAAA%2CYAAA%2CCAGA%2C4MAAA%2C0BAAA%2CCAKA%2CotIAAA%2C0JAAA%2CCAqBA%2C4PAAA%2CkBAAA%2CCAIA%2CodAAA%2CqOAAA%2CCAYE%2C4hBAAA%2CmCAAA%2CCAMF%2C0OAAA%2CiDAAA%2CCAGE%2C8QAAA%2CmCAAA%2CCAMF%2C4MAAA%2CkBAAA%2CCPraA%2C0BAAA%2C4MAAA%2CeAAA%2CCAAA%2CCO6aA%2Cg5EAAA%2C0CAAA%2CCAkBA%2CgMAAA%2CaAAA%2CCAKF%2C0DAAA%2C4CAAA%2CCAQA%2CoCAAA%2CCACE%2CwCAAA%2C6BAAA%2CCAIA%2CgFAAA%2C6CAAA%2CCAKA%2C4LAAA%2CiIAAA%2CCAYA%2C4EAAA%2CmCAAA%2CCAKA%2CwPAAA%2C%2BCAAA%2CCAOE%2CwYAAA%2C2CAAA%2CCAQF%2C0KAAA%2CsFAAA%2CCASA%2CkFAAA%2CmFAAA%2CCAQA%2CgHAAA%2C2DAAA%2CCAOA%2CwFAAA%2CwBAAA%2CCAGA%2CgFAAA%2CmBAAA%2CCAGA%2CsEAAA%2CoBAAA%2CCAIA%2C4EAAA%2CYAAA%2CCAGA%2CoEAAA%2C0BAAA%2CCAKA%2CkqDAAA%2C0JAAA%2CCAwBA%2CsDAAA%2CkBAAA%2CCAIA%2C4JAAA%2CqOAAA%2CCAYE%2CoLAAA%2CmCAAA%2CCAMF%2C8EAAA%2CiDAAA%2CCAGE%2C0FAAA%2CmCAAA%2CCAMF%2CoEAAA%2CkBAAA%2CCPvlBA%2C0BAAA%2CoEAAA%2CeAAA%2CCAAA%2CCO%2BlBA%2CgiBAAA%2C0CAAA%2CCAcA%2CgEAAA%2CaAAA%2CCAMF%2CkBAAA%2CCACE%2CoBAAA%2C6BAAA%2CCAIA%2CwCAAA%2C6CAAA%2CCAKA%2C8FAAA%2CiIAAA%2CCAYA%2CsCAAA%2CmCAAA%2CCAKA%2C4HAAA%2C%2BCAAA%2CCAOE%2CoMAAA%2C2CAAA%2CCAQF%2CqFAAA%2CsFAAA%2CCASA%2CyCAAA%2CmFAAA%2CCAQA%2CwDAAA%2C2DAAA%2CCAOA%2C4CAAA%2CwBAAA%2CCAGA%2CwCAAA%2CmBAAA%2CCAGA%2CmCAAA%2CoBAAA%2CCAIA%2CsCAAA%2CYAAA%2CCAGA%2CkCAAA%2C0BAAA%2CCAKA%2Ci1BAAA%2C0JAAA%2CCAwBA%2C2BAAA%2CkBAAA%2CCAIA%2C8EAAA%2CqOAAA%2CCAYE%2C0FAAA%2CmCAAA%2CCAMF%2CuCAAA%2CiDAAA%2CCAGE%2C6CAAA%2CmCAAA%2CCAMF%2CkCAAA%2CkBAAA%2CCP9vBA%2C0BAAA%2CkCAAA%2CeAAA%2CCAAA%2CCOswBA%2CgRAAA%2C0CAAA%2CCAcA%2CgCAAA%2CaAAA%2CCAWF%2C0DAAA%2C4CAAA%2CCAOA%2CkDAAA%2CQAAA%2CCAIA%2CyFAAA%2CwFAAA%2CCAYA%2CuCAAA%2CwFAAA%2CCPh0BE%2CyBAAA%2C%2BBAAA%2CaAAA%2CCAAA%2CCQlCF%2CqBAAA%2CoCAAA%2CCAGE%2C4BAAA%2CiEAAA%2CCAIE%2C2CAAA%2CYAAA%2CCAEE%2C%2BCAAA%2CkBAAA%2CCAIF%2CmCAAA%2CiFAAA%2CCAKE%2C6CAAA%2CaAAA%2CCAGA%2C2DAAA%2CaAAA%2CCAGA%2CiEAAA%2CaAAA%2CCAIF%2CuCAAA%2CoDAAA%2CCAIE%2CiDAAA%2CaAAA%2CCAGA%2C%2BDAAA%2CaAAA%2CCAGA%2CqEAAA%2CaAAA%2CCAKJ%2C4BAAA%2CgFAAA%2CCAKE%2CsCAAA%2CwBAAA%2CCAEE%2CyCAAA%2CeAAA%2CCAIF%2CoDAAA%2CwBAAA%2CCAEE%2CuDAAA%2CeAAA%2CCAIF%2C0DAAA%2CwBAAA%2CCAEE%2C6DAAA%2CeAAA%2CCAIF%2C4CAAA%2CyDAAA%2CCAMA%2C%2BBAAA%2CoCAAA%2CCAGE%2CkCAAA%2C4CAAA%2CCAMF%2C8BAAA%2C6KAAA%2CCAWE%2CwCAAA%2CiDAAA%2CCAGE%2C8CAAA%2CmCAAA%2CCAKF%2CsDAAA%2CiDAAA%2CCAGE%2C4DAAA%2CmCAAA%2CCAKF%2C4DAAA%2CiDAAA%2CCAGE%2CkEAAA%2CmCAAA%2CCC%2FGR%2CaAAA%2C6EAAA%2CCAOA%2CMAAA%2CiBAAA%2CCAKE%2C0CAAA%2CyFAAA%2CCAIE%2CgDAAA%2CaAAA%2CCAKA%2CyDAAA%2CyQAAA%2CCAcE%2C%2BDAAA%2C4DAAA%2CCAYJ%2C4BAAA%2C4BAAA%2CCAGE%2CkCAAA%2CaAAA%2CCAOF%2CkBAAA%2CqBAAA%2CCAEE%2CoBAAA%2C%2BDAAA%2CCAME%2CmCAAA%2CmCAAA%2CCAGE%2CyCAAA%2CmCAAA%2CCAON%2C6BAAA%2C%2BBAAA%2CCCxEA%2CkCAAA%2CCAWE%2CgEAAA%2C2EAAA%2CCAIE%2CoEAAA%2CkDAAA%2CCAKF%2C%2BDAAA%2CkHAAA%2CCAQA%2CgEAAA%2CwJAAA%2CCAUA%2CkEAAA%2C0CAAA%2CCAOF%2C0DAAA%2CmCAAA%2CCAKF%2C0BAAA%2CsEAAA%2CCCrDA%2CiPAAA%2C0IAAA%2CCASE%2CsQAAA%2CwMAAA%2CCAeF%2CmBAAA%2C6BAAA%2CCAIE%2C0BACE%2CsCAAA%2C0CAAA%2CCAIE%2C%2BCAAA%2CoBAAA%2CCAME%2C0DAAA%2CgGAAA%2CCAME%2CoEAAA%2CoBAAA%2CCAGE%2CwEAAA%2CwBAAA%2CCAKF%2CqEAAA%2CuDAAA%2CCAKE%2CuEAAA%2C0FAAA%2CCAQJ%2CwEAAA%2C6FAAA%2CCAME%2CkFAAA%2CoBAAA%2CCAGE%2CsFAAA%2CwBAAA%2CCAKF%2CmFAAA%2CuDAAA%2CCAKE%2CqFAAA%2C6FAAA%2CCAQJ%2C8EAAA%2C6FAAA%2CCAME%2CwFAAA%2CoBAAA%2CCAGE%2C4FAAA%2CwBAAA%2CCAKF%2CyFAAA%2CuDAAA%2CCAKE%2C2FAAA%2C6FAAA%2CCAAA%2CCAaV%2CgDACE%2CsCAAA%2C0CAAA%2CCAIE%2C%2BCAAA%2CoBAAA%2CCAGE%2C6DAAA%2C0BAAA%2CCAIE%2CoEAAA%2CWAAA%2CCAIF%2C0DAAA%2C%2BEAAA%2CCAKE%2CoEAAA%2CoBAAA%2CCAGE%2CwEAAA%2CwBAAA%2CCAKF%2CqEAAA%2CsDAAA%2CCAKE%2CuEAAA%2C0FAAA%2CCAQJ%2CwEAAA%2C0FAAA%2CCAME%2CkFAAA%2CoBAAA%2CCAGE%2CsFAAA%2CwBAAA%2CCAKF%2CmFAAA%2CuEAAA%2CCAME%2CqFAAA%2C6FAAA%2CCAQJ%2C8EAAA%2C0FAAA%2CCAME%2CwFAAA%2CoBAAA%2CCAGE%2C4FAAA%2CwBAAA%2CCAKF%2CyFAAA%2CuDAAA%2CCAKE%2C2FAAA%2C6FAAA%2CCAAA%2CCAaV%2CyBACE%2CsCAAA%2C0CAAA%2CCAIE%2C%2BCAAA%2CoBAAA%2CCAGE%2C6DAAA%2C0BAAA%2CCAIE%2CoEAAA%2CWAAA%2CCAIF%2C0DAAA%2CkGAAA%2CCAME%2CoEAAA%2CqBAAA%2CCAGE%2CwEAAA%2CwBAAA%2CCAKF%2CqEAAA%2CqDAAA%2CCAKE%2CuEAAA%2C0FAAA%2CCAQJ%2CwEAAA%2C6GAAA%2CCAOE%2CkFAAA%2CqBAAA%2CCAGE%2CsFAAA%2CwBAAA%2CCAKF%2CmFAAA%2CqDAAA%2CCAKE%2CqFAAA%2C6FAAA%2CCAQJ%2C8EAAA%2C6GAAA%2CCAOE%2CwFAAA%2CqBAAA%2CCAGE%2C4FAAA%2CwBAAA%2CCAKF%2CyFAAA%2CqDAAA%2CCAKE%2C2FAAA%2C6FAAA%2CCAAA%2CCAcZ%2CsCAAA%2C6BAAA%2CCAIE%2C0BACE%2CyDAAA%2C0CAAA%2CCAIE%2CkEAAA%2CoBAAA%2CCAME%2C6EAAA%2C6FAAA%2CCAME%2CuFAAA%2CoBAAA%2CCAGE%2C2FAAA%2CwBAAA%2CCAKF%2CwFAAA%2CuDAAA%2CCAKE%2C0FAAA%2C6FAAA%2CCAQJ%2C2FAAA%2CgGAAA%2CCAME%2CqGAAA%2CoBAAA%2CCAGE%2CyGAAA%2CwBAAA%2CCAKF%2CsGAAA%2CuDAAA%2CCAKE%2CwGAAA%2C0FAAA%2CCAQJ%2CiGAAA%2C6FAAA%2CCAME%2C2GAAA%2CoBAAA%2CCAGE%2C%2BGAAA%2CwBAAA%2CCAKF%2C4GAAA%2CuDAAA%2CCAKE%2C8GAAA%2C6FAAA%2CCAAA%2CCAaV%2CgDACE%2CyDAAA%2C0CAAA%2CCAIE%2CkEAAA%2CoBAAA%2CCAGE%2CgFAAA%2C0BAAA%2CCAIE%2CuFAAA%2CWAAA%2CCAIF%2C6EAAA%2C4FAAA%2CCAME%2CuFAAA%2CoBAAA%2CCAGE%2C2FAAA%2CwBAAA%2CCAKF%2CwFAAA%2CsDAAA%2CCAKE%2C0FAAA%2C6FAAA%2CCAQJ%2C2FAAA%2C6FAAA%2CCAME%2CqGAAA%2CoBAAA%2CCAGE%2CyGAAA%2CwBAAA%2CCAKF%2CsGAAA%2CuEAAA%2CCAME%2CwGAAA%2C0FAAA%2CCAQJ%2CiGAAA%2C0FAAA%2CCAME%2C2GAAA%2CoBAAA%2CCAGE%2C%2BGAAA%2CwBAAA%2CCAKF%2C4GAAA%2CuDAAA%2CCAKE%2C8GAAA%2C6FAAA%2CCAAA%2CCAaV%2CyBACE%2CyDAAA%2C0CAAA%2CCAIE%2CkEAAA%2CoBAAA%2CCAGE%2CgFAAA%2C0BAAA%2CCAIE%2CuFAAA%2CWAAA%2CCAIF%2C6EAAA%2C%2BFAAA%2CCAME%2CuFAAA%2CqBAAA%2CCAGE%2C2FAAA%2CwBAAA%2CCAKF%2CwFAAA%2CqDAAA%2CCAKE%2C0FAAA%2C6FAAA%2CCAQJ%2C2FAAA%2CgGAAA%2CCAME%2CqGAAA%2CqBAAA%2CCAGE%2CyGAAA%2CwBAAA%2CCAKF%2CsGAAA%2CqDAAA%2CCAKE%2CwGAAA%2C0FAAA%2CCAQJ%2CiGAAA%2C6FAAA%2CCAME%2C2GAAA%2CqBAAA%2CCAGE%2C%2BGAAA%2CwBAAA%2CCAKF%2C4GAAA%2CqDAAA%2CCAKE%2C8GAAA%2C6FAAA%2CCAAA%2CCAcZ%2C0DAAA%2C6BAAA%2CCAIE%2C0BACE%2C6EAAA%2C0CAAA%2CCAIE%2CsFAAA%2CoBAAA%2CCAGE%2CoGAAA%2CwBAAA%2CCAGE%2C2GAAA%2CgCAAA%2CCAIF%2CiGAAA%2C6FAAA%2CCAME%2C2GAAA%2CoBAAA%2CCAGE%2C%2BGAAA%2CwBAAA%2CCAKF%2C4GAAA%2CuDAAA%2CCAKE%2C8GAAA%2C6FAAA%2CCAQJ%2C%2BGAAA%2C6FAAA%2CCAME%2CyHAAA%2CoBAAA%2CCAGE%2C6HAAA%2CwBAAA%2CCAKF%2C0HAAA%2CuDAAA%2CCAKE%2C4HAAA%2C6FAAA%2CCAQJ%2CqHAAA%2CgGAAA%2CCAME%2C%2BHAAA%2CoBAAA%2CCAGE%2CmIAAA%2CwBAAA%2CCAKF%2CgIAAA%2CuDAAA%2CCAKE%2CkIAAA%2C0FAAA%2CCAAA%2CCAaV%2CgDACE%2C6EAAA%2C0CAAA%2CCAIE%2CsFAAA%2CoBAAA%2CCAGE%2CoGAAA%2CmDAAA%2CCAKE%2C2GAAA%2C4CAAA%2CCAKF%2CiGAAA%2C4FAAA%2CCAME%2C2GAAA%2CoBAAA%2CCAGE%2C%2BGAAA%2CwBAAA%2CCAKF%2C4GAAA%2CsDAAA%2CCAKE%2C8GAAA%2C6FAAA%2CCAQJ%2C%2BGAAA%2C0FAAA%2CCAME%2CyHAAA%2CoBAAA%2CCAGE%2C6HAAA%2CwBAAA%2CCAKF%2C0HAAA%2CuEAAA%2CCAME%2C4HAAA%2C6FAAA%2CCAQJ%2CqHAAA%2C6FAAA%2CCAME%2C%2BHAAA%2CoBAAA%2CCAGE%2CmIAAA%2CwBAAA%2CCAKF%2CgIAAA%2CuDAAA%2CCAKE%2CkIAAA%2C0FAAA%2CCAAA%2CCAaV%2CyBACE%2C6EAAA%2C0CAAA%2CCAIE%2CsFAAA%2CoBAAA%2CCAGE%2CoGAAA%2CmDAAA%2CCAKE%2C2GAAA%2C4CAAA%2CCAKF%2CiGAAA%2C%2BFAAA%2CCAME%2C2GAAA%2CqBAAA%2CCAGE%2C%2BGAAA%2CwBAAA%2CCAKF%2C4GAAA%2CqDAAA%2CCAKE%2C8GAAA%2C6FAAA%2CCAQJ%2C%2BGAAA%2C6FAAA%2CCAME%2CyHAAA%2CqBAAA%2CCAGE%2C6HAAA%2CwBAAA%2CCAKF%2C0HAAA%2CqDAAA%2CCAKE%2C4HAAA%2C6FAAA%2CCAQJ%2CqHAAA%2CgGAAA%2CCAME%2C%2BHAAA%2CqBAAA%2CCAGE%2CmIAAA%2CwBAAA%2CCAKF%2CgIAAA%2CqDAAA%2CCAKE%2CkIAAA%2C0FAAA%2CCAAA%2CCC56BZ%2CmBAAA%2CYAAA%2CCZkCE%2CyBAAA%2CKAAA%2CoBAAA%2CCAAA%2CCAKA%2CyBAAA%2CKAAA%2CyBAAA%2CCAAA%2CCY3BA%2C4BAAA%2C8BAAA%2CCAMA%2CgBAAA%2CoBAAA%2CCZgBA%2CyBAAA%2CgBAAA%2CUAAA%2CCAAA%2CCAKA%2CyBAAA%2CgBAAA%2CSAAA%2CCAAA%2CCYVF%2CoBAAA%2C2BAAA%2CCAIA%2C0CAAA%2CuEAAA%2CCAME%2C0EAAA%2CuCAAA%2CCAIE%2C0GAAA%2CUAAA%2CCAGA%2CgFAAA%2C%2BEAAA%2CCASJ%2CiBAAA%2CuBAAA%2CCAIA%2CqBAAA%2C2DAAA%2CCAKA%2CaAAA%2C8DAAA%2CCAGE%2CmBAAA%2CmCAAA%2CCAKF%2CgBAAA%2CsGAAA%2CCASA%2CqBAAA%2C6FAAA%2CCAOA%2C2EAAA%2CwGAAA%2CCZtDE%2CyBAAA%2C2EAAA%2C2CAAA%2CCAAA%2CCAKA%2CyBAAA%2C2EAAA%2C2CAAA%2CCAAA%2CCAKA%2C0BAAA%2C2EAAA%2C2CAAA%2CCAAA%2CCYiEF%2CcAAA%2CaAAA%2CCAEE%2CoBAAA%2CuCAAA%2CCZ7EA%2CyBAAA%2CYAAA%2CaAAA%2CCAAA%2CCAKA%2CyBAAA%2CYAAA%2CYAAA%2CCAAA%2CCYqFA%2C8BAAA%2CaAAA%2CCZ1FA%2CyBAAA%2C8BAAA%2C8CAAA%2CCAAA%2CCAKA%2CyBAAA%2C8BAAA%2CkBAAA%2CCAAA%2CCAKA%2C0BAAA%2C8BAAA%2CkBAAA%2CCAAA%2CCY6FE%2CiCAAA%2CgFAAA%2CCAKE%2CuCAAA%2C%2BBAAA%2CCAIF%2CgCAAA%2C6EAAA%2CCAIE%2CsCAAA%2CaAAA%2CCAIF%2CkCAAA%2C6BAAA%2CCAOJ%2CyCAAA%2CsFAAA%2CCAOA%2CWAAA%2CaAAA%2CCZtIE%2CyBAAA%2CWAAA%2CUAAA%2CCAAA%2CCAKA%2CyBAAA%2CWAAA%2CSAAA%2CCAAA%2CCAKA%2C0BAAA%2CWAAA%2CuBAAA%2CCAAA%2CCYwIA%2CeAAA%2CwCAAA%2CCAMF%2CSAAA%2CcAAA%2CCAIA%2CgBAAA%2CmEAAA%2CCAIE%2CqBAAA%2CaAAA%2CCAKF%2CQAAA%2CuCAAA%2CCAEE%2CWAAA%2C6BAAA%2CCAGE%2CcAAA%2C8CAAA%2CCAOJ%2CqBAAA%2C6BAAA%2CCAKE%2CeAAA%2CuBAAA%2CCAKF%2C%2BCAAA%2CuBAAA%2CCAMA%2CeAAA%2CuBAAA%2CCAKE%2CsBAAA%2C4CAAA%2CCCxOF%2CiBAAA%2CiBAAA%2CCbkCE%2CyBAAA%2CiBAAA%2CuBAAA%2CCAAA%2CCa5BA%2C0BAAA%2CiBAAA%2CyCAAA%2CCAAA%2CCAKA%2C0BAAA%2CiBAAA%2CyCAAA%2CCAAA%2CCAKA%2C8BAAA%2CiBAAA%2CCAEE%2C0BAAA%2C8BAAA%2CYAAA%2CCAAA%2CCAGA%2C0BAAA%2C8BAAA%2CsDAAA%2CCAAA%2CCAOF%2C6BAAA%2CwDAAA%2CCbMA%2CyBAAA%2C6BAAA%2CiBAAA%2CCAAA%2CCAKA%2CyBAAA%2C6BAAA%2CsCAAA%2CCAAA%2CCaCE%2CiDAAA%2C6BAAA%2CkDAAA%2CCAAA%2CCAKA%2C0BAAA%2C6BAAA%2CsBAAA%2CCAAA%2CCAIA%2CoCAAA%2CmLAAA%2CCbfF%2CyBAAA%2CoCAAA%2CuOAAA%2CCAAA%2CCAKA%2CyBAAA%2CoCAAA%2CwPAAA%2CCAAA%2CCAKA%2C0BAAA%2CoCAAA%2CsPAAA%2CCAAA%2CCa8CI%2C0CAAA%2CcAAA%2CCAIF%2CoCAAA%2CwBAAA%2CCAQJ%2CiBAAA%2CCbpEE%2CyBAAA%2CiBAAA%2C0BAAA%2CCAAA%2CCayEA%2C0BAAA%2CiBAAA%2CyCAAA%2CCAAA%2CCAKA%2C0BAAA%2CiBAAA%2CyCAAA%2CCAAA%2CCAmBA%2C8BAAA%2CYAAA%2CCAGA%2C6BAAA%2C2EAAA%2CCb%2FFA%2CyBAAA%2C6BAAA%2CkBAAA%2CCAAA%2CCa0GE%2C0BAAA%2C6BAAA%2CqBAAA%2CCAAA%2CCAIA%2C0BAAA%2C6BAAA%2CWAAA%2CCAAA%2CCAIA%2CoCAAA%2CmLAAA%2CCbvHF%2CyBAAA%2CoCAAA%2CuOAAA%2CCAAA%2CCAKA%2CyBAAA%2CoCAAA%2CwPAAA%2CCAAA%2CCAKA%2C0BAAA%2CoCAAA%2CsPAAA%2CCAAA%2CCasJI%2C0CAAA%2CcAAA%2CCAIF%2CoCAAA%2CwBAAA%2CCCrMF%2CeAAA%2CsJAAA%2CCdiCA%2CyBAAA%2CeAAA%2CsDAAA%2CCAAA%2CCAKA%2CyBAAA%2CeAAA%2CsDAAA%2CCAAA%2CCAKA%2C0BAAA%2CeAAA%2CsDAAA%2CCAAA%2CCe3CA%2CiCAAA%2CYAAA%2CCAGA%2C6BAAA%2CwBAAA%2CCAGA%2CwCAAA%2CkBAAA%2CCAGA%2C2CAAA%2CwKAAA%2CCAOE%2CiDAAA%2CuEAAA%2CCCfJ%2CqDACE%2CsPAAA%2CcAAA%2CCAAA%2CCAkBF%2CqDACE%2CsPAAA%2CcAAA%2CCAAA%2CCAkBF%2CqDACE%2CwQAAA%2CcAAA%2CCAAA%2CCAmBF%2C%2BCACE%2CwQAAA%2CcAAA%2CCAAA%2CChBuBF%2CSAAA%2CqBAAA%2CCAGA%2CQAAA%2CwBAAA%2CCAGA%2CgBAAA%2CqBAAA%2CCAIA%2CoCAAA%2CwBAAA%2CCAKA%2CuCAAA%2CwBAAA%2CCAKA%2C6CAAA%2CwBAAA%2CCAKA%2C0CAAA%2CwBAAA%2CCAKA%2CuDAAA%2CwBAAA%2CCAMA%2CgDAAA%2CwBAAA%2CCAKA%2CwBAAA%2CwBAAA%2CCAQA%2CGAAA%2CqKAAA%2CCAnGE%2CyBAAA%2CGAAA%2C2CAAA%2CCAAA%2CCAKA%2CyBAAA%2CGAAA%2C2CAAA%2CCAAA%2CCAKA%2C0BAAA%2CGAAA%2CyCAAA%2CCAAA%2CCA4GA%2CgBAAA%2CkCAAA%2CCAKF%2CGAAA%2C8IAAA%2CCA3HE%2CyBAAA%2CGAAA%2C2CAAA%2CCAAA%2CCAKA%2CyBAAA%2CGAAA%2C2CAAA%2CCAAA%2CCAKA%2C0BAAA%2CGAAA%2C2CAAA%2CCAAA%2CCAkIF%2CGAAA%2C6HAAA%2CCA5IE%2CyBAAA%2CGAAA%2CyCAAA%2CCAAA%2CCAKA%2CyBAAA%2CGAAA%2C2CAAA%2CCAAA%2CCAKA%2C0BAAA%2CGAAA%2C2CAAA%2CCAAA%2CCAkJF%2CGAAA%2CsEAAA%2CCA5JE%2CyBAAA%2CGAAA%2CyCAAA%2CCAAA%2CCAKA%2CyBAAA%2CGAAA%2CyCAAA%2CCAAA%2CCAKA%2C0BAAA%2CGAAA%2CyCAAA%2CCAAA%2CCAiKF%2CGAAA%2CiGAAA%2CCA3KE%2CyBAAA%2CGAAA%2CmCAAA%2CCAAA%2CCAKA%2CyBAAA%2CGAAA%2CmCAAA%2CCAAA%2CCAKA%2C0BAAA%2CGAAA%2CgCAAA%2CCAAA%2CCAiLF%2CGAAA%2CiGAAA%2CCA3LE%2CyBAAA%2CGAAA%2CsDAAA%2CCAAA%2CCAKA%2CyBAAA%2CGAAA%2CmCAAA%2CCAAA%2CCAKA%2C0BAAA%2CGAAA%2CkBAAA%2CCAAA%2CCAiMF%2CEAAA%2CsGAAA%2CCA3ME%2CyBAAA%2CEAAA%2C4CAAA%2CCAAA%2CCAKA%2CyBAAA%2CEAAA%2C4CAAA%2CCAAA%2CCAKA%2C0BAAA%2CEAAA%2C8CAAA%2CCAAA%2CCAiNA%2CSAAA%2C4BAAA%2CCAMA%2CcAAA%2CcAAA%2CCAKA%2CSAAA%2CyGAAA%2CCAtOA%2CyBAAA%2CSAAA%2CyCAAA%2CCAAA%2CCAKA%2CyBAAA%2CSAAA%2C2CAAA%2CCAAA%2CCAKA%2C0BAAA%2CSAAA%2C2CAAA%2CCAAA%2CCA0OE%2CWAAA%2CaAAA%2CCAEE%2CiBAAA%2CuCAAA%2CCAON%2CGAAA%2C8IAAA%2CCAOE%2CYAAA%2CaAAA%2CCApQA%2CyBAAA%2CGAAA%2C4CAAA%2CCAAA%2CCAKA%2CyBAAA%2CGAAA%2C4CAAA%2CCAAA%2CCAKA%2C0BAAA%2CGAAA%2C4CAAA%2CCAAA%2CCAwQF%2CgBAAA%2CyCAAA%2CCAQA%2CKAAA%2CqFAAA%2CCAMA%2CKAAA%2CgGAAA%2CCAQA%2CkBAAA%2CoDAAA%2CCAMA%2CsBAAA%2C0BAAA%2CCAGE%2C8HAAA%2CwBAAA%2CCAGA%2CwEAAA%2C4BAAA%2CCAMF%2CWAAA%2C2BAAA%2CCAIA%2C0BAAA%2C4BAAA%2CCAKA%2CmBAAA%2CiBAAA%2CCA9TE%2CyBAAA%2CmBAAA%2C0BAAA%2CCAAA%2CCAqUF%2CSAAA%2CkBAAA%2CCAIA%2CcAAA%2C0EAAA%2CCAMA%2CcAAA%2CsBAAA%2CCAMA%2CiBAAA%2CwBAAA%2CCA1VE%2CyBAAA%2CiBAAA%2CuBAAA%2CCAAA%2CCAAA%2CyBAAA%2CiBAAA%2CwBAAA%2CCAAA%2CCAKA%2CyBAAA%2CiBAAA%2CuBAAA%2CCAAA%2CCAqWF%2CqBAAA%2CwBAAA%2CCAEE%2C0BAAA%2CqBAAA%2CuBAAA%2CCAAA%2CCAMA%2C0BAAA%2CqBAAA%2CwBAAA%2CCAAA%2CCAGA%2C0BAAA%2CqBAAA%2CuBAAA%2CCAAA%2CCAKF%2CcAAA%2CuBAAA%2CCAhXE%2C0BAAA%2CcAAA%2CwBAAA%2CCAAA%2CCAuXF%2CWAAA%2CuBAAA%2CCAIA%2CiBAAA%2C8EAAA%2CCAOA%2CMAAA%2CkCAAA%2CCAKA%2CiBAAA%2C%2BBAAA%2CCAIA%2CuBAAA%2CuBAAA%2CCAhZE%2CyBAAA%2C4CAAA%2C%2BBAAA%2CCAAA%2CCA4ZA%2CYAAA%2CuHAAA%2CCAMF%2CiBAAA%2CyBAAA%2CCAGA%2CgLAAA%2C0BAAA%2CCAGA%2C2CAAA%2CmNAAA%22%7D */