
.region-content {
    padding: unset !important;
    overflow: hidden;
}

.messages__wrapper {
    display: none !important;
}



body {
    overflow-x: hidden;
}

#main-search-wrapper {
    height: 100vh;
    background: transparent linear-gradient(180deg, #F0F2F3 0%, #E3E7E9 100%) 0% 0% no-repeat padding-box;
    padding-top: 100px;
    min-height: 720px;
}

#never-miss-wrapper {
    background: #E3E7E9;
    position: relative;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}

.registration-footer {
    background: white;
    display: flex;
    z-index: 1;
    padding: .5rem 0rem .5rem 5rem;
    margin-top: unset !important;
}

#never-miss-text {
    color: white;
    font-size: 120px;
    line-height: 1.15;
    margin-bottom: 2rem;
    font-weight: bold;
    padding-left: 10%;
    position: relative;
    z-index: 2;
    width: 100%;
}

#never-miss-text>div {
    position: relative;
    width: fit-content;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.compare-header-row {
    color: var(--rg-medium);
    font-size: 26px;
}

.compare-title-header>i {
    margin-right: .5rem;
}

.compare-title-header>div {
    margin-left: 2rem;
}

.light-alerts {
    color: #96a2aa;
    font-weight: bold;
}

.compare-row>th {
    font-size: 22px;
    cursor: pointer;
    vertical-align: middle;
}

.compare-row>th:nth-child(1) {
    width: 0%;
}

.compare-row>td:nth-child(2) {
    background-color: var(--rg-light-grey) !important;
    border-bottom-color: var(--rg-light-grey) !important;
}

.compare-table-underwrapper {
    background-color: var(--rg-light-grey) !important;
    padding-bottom: 3rem !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.compare-description {
    font-size: 16px;
    color: var(--rg-read-text);
    font-weight: normal !important;
}

.compare-row {
    border-bottom: 1px solid var(--rg-border);
}

.compare-yes {
    color: #669a7d;
    font-size: 18px;
}

.compare-no {
    color: #ca797a;
    font-size: 18px;
}

.people-row {
    margin-top: -2.75rem;
    padding-right: 15rem;
    padding-left: 15rem;
    justify-content: center;
}



.medium-bar {
    width: 100%;
    height: 2px;
    background-color: var(--rg-medium);
}

.people-title {
    font-size: 26px;
    color: var(--rg-medium);
    font-weight: bold;
    margin-top: 3rem;
}

.people-subtitle {
    margin: 1.5rem 1.5rem 1.5rem 0;
    color: var(--rg-read-text);
    font-size: 18px;
}

#people-get-started-wrapper {
    width: 100%;
    text-align: center;
    padding-bottom: 4rem;
    padding-top: 2rem;
}

#people-get-started-wrapper>div {
    margin: 5rem;
}

#information-wrapper {
    padding-left: 10%;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
}

#information-wrapper>h2,#get-started-wrapper>h2 {
    color: var(--rg-medium);
    max-width: 800px;
}

#spinning-wrapper>div {
    position: absolute;
}

.spinning-question {
    font-weight: 800;
    font-size: 22px;
}

.spinning-subtitle {
    font-size: 20px;
}

.prefix-bar {
    width: 48px;
    height: 0px;
    border: 3px solid var(--rg-primary-button);
    margin-left: -1rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}



#search-input-wrapper {
    margin-left: 25%;
    margin-right: 25%;
    display: flex;
    padding-bottom: 1rem;
}

.information-icon {
    color: var(--rg-subtitle);
    font-size: 1.5rem;
    padding-right: .5rem;
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    cursor: pointer;
    z-index: 3;
}

.search-input-group {
    width: 100%;
    display: flex;
    z-index: 3;
}

.search-enter {
    position: absolute;
    right: 0;
    margin-right: 25%;
    color: var(--registration-primary);
    font-size: 2.5rem;
    padding: .25rem;
    border-radius: 100%;
    background: white;
}

#search-input {
    background: white;
    height: 3rem;
    border-radius: 2rem;
    border: unset;
}

.search-input::placeholder {
    font-size: 10pt;
}

#search-help-wrapper {
    width: 100%;
}

#search-help-text {
    max-width: 50%;
    color: var(--rg-medium);
    display: flex;
    padding-left: 2.5%;
    padding-right: 2.5%;
    z-index: 1;
    margin: auto;
    position: relative;
}

#search-help-text>div {
    padding-left: .5rem;
}

.help-cancel {
    padding-top: .75rem;
    cursor: pointer;
}

.first-circles {
    position: absolute;
    margin-left: 50%;
}
.first-circles div /*, .second-circles div */ { 
    background-color: transparent;
    border-radius: 100%;
    position: absolute;
    right: 0;
    margin-right: 2.75rem;
    margin-top: 2.75rem;
    border: 4px solid;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0);
    transition: border-color 2.5s ease;
}
.first-circles>div:nth-child(1) {
    margin-right: -27rem;
    margin-top: -27rem;
}
/* .second-circles {
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin-top: -34rem;
}
.second-circles>div:nth-child(1) {
    margin-top: -12rem;
} */

#compare-wrapper {
    margin-left: 10%;
    margin-right: 10%;
    overflow-y: scroll;
}

.compare-header {
    color: var(--rg-medium);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 7rem;
    margin-bottom: 5rem;
}

.compare-yes,
.compare-no,
.header-curl,
.light-alerts {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.header-curl {
    background-color: var(--rg-light-grey) !important;
    font-weight: bold;
    padding-top: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



/* #what-wrapper {
    font-weight: 600;
    text-align: center;
    margin-bottom: .25rem;
    height: calc(100% - 575px);
    z-index: 3;
}

#what-wrapper>a {
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
    color: var(--rg-subtitle) !important;
    text-decoration: none;
} */

.bounce {
    animation: bounce 10s infinite ease;
}

@keyframes bounce {

    0%,
    30%,
    50%,
    60%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }

    40%,
    70% {
        transform: translateY(-15px);
    }
}



.additional-charge {
    color: black;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 3rem;
}

.additional-charge-subtitle {
    font-size: 20px;
    color: var(--rg-read-text);
    text-align: center;
}

#plans-header {
    color: var(--rg-border);
    font-size: 120px;
    font-weight: bold;
    padding-left: 10%;
    line-height: 1.1;
}



#plans-wrapper {
    margin-bottom: 5rem;
}

#included-wrapper {
    min-height: 500px;
    background: transparent linear-gradient(90deg, #CB8B30 0%, #8D6323 100%) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.included-label {
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    max-width: 350px;
}
.svg-wrapper {
    width: fit-content;
    margin: auto;
}

.cls-1,
.cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cls-3 {
    fill: transparent;
}

.cls-2 {
    stroke-width: 3px;
}

.svg_2-cls-1,
.svg_2-cls-2,
.svg_2-cls-3 {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
}

.svg_2-cls-1,
.svg_2-cls-3 {
    stroke-linecap: round;
}

.svg_2-cls-4 {
    fill: transparent;
}

.svg_2-cls-2,
.svg_2-cls-3 {
    stroke-width: 3px;
}

#get-started-wrapper {
    min-height: 800px;
    background: transparent linear-gradient(90deg, #E3E7E9 0%, #B9C2C9 100%) 0% 0% no-repeat padding-box;
    padding-left: 10%;
    position: relative;
    padding-bottom: 2rem;
}

#get-started-label {
    color: white;
    font-size: 120px;
    margin-bottom: 2rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-top: 8rem;
}
#screenshots-label {
    color: white;
    font-size: 120px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-top: 2rem;
    opacity: .3;
}
#screenshots-wrapper {
    padding-left: 10%;
    background: transparent linear-gradient(181deg, #07203E 0%, #000000 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 5rem;
    position: relative;
    z-index: 2;
}
#screenshots-navbar {
    margin-top: auto;
    margin-bottom: auto;
    width: 5%;
    white-space: pre-line;
}

.screenshot-content-wrapper {
    display: flex;
    min-height: 750px;
    flex-wrap: wrap;
}
.screenshot-nav-circle {
    color: white;
    width: 100%;
    opacity: .3;
    cursor: pointer;
}
.screenshot-nav-circle.selected {
    opacity: 1;
}
#screenshots-div {
    width: 40%;
}
#screenshots-text {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    margin-left: 2rem;
    display: flex;
}
.screenshot-title {
    font-size: 44px;
    line-height: 1.2;
}
.screenshot-description {
    max-width: 600px;
}
#screenshots-div > div {
    height: 100%;
    display: none;
}
#screenshots-div > div.shown {
    height: 100%;
    display: block;
    animation: fadeInOpacity ease-in 1s forwards
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#screenshots-div > div img {
    max-width: 100%;
}
.screenshots-text-wrapper {
    width: fit-content;
}
.screenshot {
    width: 100%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#screenshot-arrows {
    position: absolute;
    margin-top: -5rem;
    white-space: nowrap;
    font-size: 40px;
}
.screenshot-left,.screenshot-right{
    cursor: pointer;
}


.what-do-you-get {
    font-size: 36px;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

/* Media edits */
@media (max-width: 1500px) {
    .second-circles {
        display: none;
    }
}
@media (max-width: 700px) {
    #screenshots-div {
        width: 90%;
        height: 600px;
    }
    .people-row {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    #never-miss-text, #plans-header, #get-started-label {
        font-size: 75px;
        padding-left: 5%;
    }

    #screenshots-label {
        font-size: 50px;
        padding-left: 5%;
    }
    
}
