html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
}

.head_mentor_local {
    flex: 1 0 auto;
}

.help_desk_info_local::after {
    content: "";
    top: 0;
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(167,169,190), 0.03) 49%, rgba(rgb(167,169,190), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(113,118,173), 0.03) 49%, rgba(rgb(113,118,173), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    z-index: 2;
    position: absolute;
    opacity: 0.6;
    left: 0;
    height: 100%;
    width: 100%;
}

.help_desk_info_local .support_now_local {
    font-size: 13px;
    margin: 0;
    padding: 0 40px;
    line-height: 1.6;
    color: #000000;
    grid-column: 1 / -1;
    padding-top: 40px;
}

.help_desk_info_local .msg_page_local span p {
    font-weight: 600;
    color: #000000;
    font-size: 13px;
    position: relative;
}

.help_desk_info_local .msg_page_local span span:hover {
    background: transparent;
    border-left: none;
    transform: none;
}

.help_desk_info_local .msg_page_local span a::after {
    background: rgb(167,169,190);
    width: 100%;
    height: 1px;
    position: absolute;
    opacity: 0.5;
    transition: all 0.3s ease;
    bottom: -2px;
    left: 0;
    content: "";
}

.help_desk_info_local .contact_form_local span {
    color: #000000;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    border-left: none;
    transition: all 0.3s ease;
    grid-template-columns: 1fr auto;
    transform: none;
    padding: 10px 0;
    background: transparent;
    display: grid;
    align-items: center;
}

.help_desk_info_local .msg_page_local span:hover::after {
    opacity: 1;
}

.help_desk_info_local .msg_page_local span:nth-child(odd) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}

.help_desk_info_local .msg_page_local span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}

.help_desk_info_local .msg_page_local span:hover svg path {
    stroke: rgb(113,118,173);
    stroke-opacity: 0.5;
}

.help_desk_info_local .contact_form_local h4 svg {
    fill: rgb(167,169,190);
    margin-right: 8px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.cookie_compl_local svg, .cookie_compl_local svg path {
    transition: transform 0.3s ease;
    fill: rgb(167,169,190);
    width: 60px;
    height: 60px;
}

.gdpr_banner_local {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}

.cookie_explained_local:hover {
    background: rgb(113,118,173);
    box-shadow: 0 0 20px rgb(113,118,173,0.5);
}

#popupPrivacyNotice_local {
    display: none;
}

#popupPrivacyNotice_local:checked ~ .cookie_warning_dialog_local {
    visibility: hidden;
    opacity: 0;
}

.privacy_nook_local::after {
    content: "";
    right: -10px;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 40%, rgb(167,169,190,0.5) 100%);
    bottom: -10px;
    position: absolute;
    height: 40%;
    width: 50%;
    transform: skewY(-5deg);
    z-index: 0;
}

.privacy_nook_local h2::before {
    content: "";
    top: 50%;
    background: rgb(113,118,173);
    width: 0.75rem;
    left: 0;
    position: absolute;
    height: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
}

.privacy_nook_local h4::before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 0.5rem;
    width: 0.5rem;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(113,118,173,0.5);
    opacity: 0.7;
}

.privacy_nook_local ul {
    margin: 1.5rem 0 2.5rem 1.5rem;
    position: relative;
    padding: 0;
    list-style: none;
}

.privacy_nook_local li::before {
    height: 0.5rem;
    transform: rotate(45deg);
    border: 2px solid rgb(113,118,173);
    position: absolute;
    width: 0.5rem;
    border-radius: 10px;
    top: 0.6em;
    left: 0;
    content: "";
}

.contact_information_local::before {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(167,169,190,0.5) 0,
        rgb(167,169,190,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    opacity: 0.07;
}

.contact_information_local h2::after {
    position: absolute;
    width: 30px;
    bottom: 0;
    left: calc(50% - 15px);
    background: rgb(113,118,173);
    content: "";
    height: 4px;
}

.contact_information_local .support_block_local::before {
    position: absolute;
    content: "";
    z-index: 0;
    top: -75px;
    border: 30px solid rgb(167,169,190,0.5);
    width: 150px;
    right: -75px;
    height: 150px;
    border-radius: 50%;
}

.contact_information_local form input[type="text"] {
    font-size: 17px;
    border-bottom: 2px solid rgb(205,206,213);
    width: 100%;
    color: #000000;
    border: none;
    background: transparent;
    padding: 20px 25px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.contact_information_local .help_help_local label {
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.contact_information_local .help_help_local label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(167,169,190);
    font-weight: 600;
}

.contact_information_local .inquiry_info_local::before {
    content: "";
    left: -10px;
    position: absolute;
    transform: skewX(-25deg);
    height: 100%;
    width: 0;
    transition: width 0.5s ease;
    background: rgb(113,118,173);
    z-index: -1;
    top: 0;
}

.contact_information_local svg:hover,
.contact_information_local svg:hover path {
    stroke: rgb(113,118,173);
}

.course_suitability_local::after {
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(167,169,190,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(113,118,173,0.5), 0.1) 0%, transparent 40%);
    animation: cloudMove 25s infinite alternate ease-in-out;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
}

.course_suitability_local li::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.course_suitability_local li svg {
    margin-bottom: 1.5rem;
    height: 50px;
    fill: rgb(113,118,173);
    transition: all 0.5s ease;
    opacity: 0.9;
    width: 50px;
}

.welcome_board_local {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,206,213) 0%, rgba(245, 248, 250, 0.9) 100%);
    min-height: 100vh;
    z-index: 1;
}

.welcome_board_local .text_article_local {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.95));
    padding: 2.5rem;
    transform: translateY(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 1px rgba(255, 255, 255, 0.7);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    backdrop-filter: blur(8px);
}

.welcome_board_local .text_article_local:hover svg path {
    transform: scale(1.05);
}

.welcome_board_local p {
    line-height: 1.6;
    max-width: 90%;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: calc(15px * 1.05);
    color: #000000;
}

.welcome_board_local .inquiry_info_local:hover::before {
    left: 100%;
}

.welcome_board_local .photo_box_wrap_local {
    overflow: hidden;
    aspect-ratio: 16/9;
    height: auto;
    z-index: 1;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 5% 100%);
    transform: perspective(1000px) rotateY(0) rotateX(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.instructor_profile_local::before {
    height: 150%;
    left: -25%;
    content: "";
    opacity: 0.3;
    width: 150%;
    top: -25%;
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    animation: backgroundMovement 30s linear infinite alternate;
}

.instructor_profile_local .student_praise_local span:not(.name) {
    grid-column: 2 / 3;
    z-index: 2;
    color: rgb(113,118,173);
    font-size: 17px;
    padding: 0 2rem 1rem 3rem;
    letter-spacing: 1px;
    font-weight: 400;
    grid-row: 2 / 3;
    text-transform: uppercase;
    position: relative;
}

header .top_plank .learn_peakpro_local div span {
    color: #ffffff;
}

header .top_plank .learn_peakpro_local div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}

footer::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(167,169,190,0.5) 50%, rgb(113,118,173,0.5) 100%);
    top: 0;
    backdrop-filter: blur(8px);
    z-index: -1;
    height: 100%;
    content: "";
    animation: gradientShift 15s ease infinite;
    width: 100%;
    left: 0;
}

.milestone_cta_local .company_holder h3 {
    display: inline-block;
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.85);
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.milestone_cta_local .main_nav_local {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.milestone_cta_local .nav_lead_local {
    padding: 1.5rem;
    border-radius: 23px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
    flex: 1 1 200px;
}

.milestone_cta_local .nav_lead_local a::before {
    background: linear-gradient(to right, rgb(167,169,190), rgb(113,118,173));
    bottom: 0;
    height: 1px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    width: 0;
    z-index: -1;
}

.linkedin_ref_local .med_guides_local:hover {
    box-shadow: 0 0 15px rgb(167,169,190,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.milestone_cta_local .main_nav_local a:hover::after {
    transform: translateY(-50%) scale(1);
}

.milestone_cta_local .case_study_local::after {
    border: 1px solid transparent;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    bottom: -10px;
    content: "";
    right: -10px;
    width: 0;
    position: absolute;
}

.stay_informed_local::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    content: "";
    top: 0;
}

.stay_informed_local h4 {
    font-size: calc(21px * 1.1);
    max-width: 90%;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.stay_informed_local .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 0 20px;
    border-radius: 10px;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 0.08);
}

.stay_informed_local .input_holder .free_lessons_local:hover::before {
    left: 100%;
}

header::before {
    left: 0;
    width: 100%;
    pointer-events: none;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(167,169,190), 0.03) 25%, 
        rgba(rgb(167,169,190), 0.05) 50%,
        rgba(rgb(167,169,190), 0.03) 75%,
        transparent 100%
    );
    height: 100%;
}

header .nav_lead_local::after {
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(167,169,190,0.5), 
        transparent
    );
    bottom: -15px;
}

header .main_tutor_local a::after {
    top: 0;
    pointer-events: none;
    background: rgb(167,169,190,0.5);
    content: '';
    transform: scale(0.8);
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 0;
    border-radius: 10px;
}

.thanks_note_local::after {
    bottom: -30px;
    opacity: 0.3;
    position: absolute;
    width: 250px;
    animation: float 18s ease-in-out infinite reverse;
    content: "";
    z-index: 1;
    filter: blur(60px);
    height: 250px;
    left: -30px;
    background: linear-gradient(225deg, rgb(167,169,190,0.5) 0%, rgb(113,118,173,0.5) 80%);
}

.thanks_note_local .study_guide_local::before {
    content: "";
    width: 6px;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top center;
    transform: scaleY(0);
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(113,118,173), rgb(167,169,190));
    height: 100%;
    position: absolute;
}

.our_team_local::before {
    height: 70%;
    background: linear-gradient(120deg, rgb(167,169,190,0.5) 0%, transparent 70%);
    position: absolute;
    width: 50%;
    right: -10%;
    top: -5%;
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
    opacity: 0.7;
}

.our_team_local h1:hover::after {
    transform: scaleX(1.5);
}

.our_team_local .learning_growth_local {
    position: relative;
}

.our_team_local .learning_creators_local::before {
    background: linear-gradient(to bottom, rgb(167,169,190), rgb(113,118,173));
    left: 0;
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 0;
    content: "";
    top: 0;
    width: 4px;
    position: absolute;
}

.our_team_local .learning_creators_local h4::after {
    height: 2px;
    position: absolute;
    background: rgb(113,118,173,0.5);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    width: 3rem;
    bottom: 0;
    transform-origin: left;
    content: "";
}

.plan_selection_local h2 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    font-weight: 700;
}

.plan_selection_local .payment_deals_local li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}

.plan_selection_local .cert_fees_local {
    z-index: 1;
    padding: 30px 25px;
    position: relative;
    height: 100%;
}

.plan_selection_local .deal_opts_local h4::before {
    height: 30px;
    border-left: 2px solid rgb(113,118,173);
    top: -10px;
    content: "";
    border-top: 2px solid rgb(113,118,173);
    position: absolute;
    width: 30px;
    transition: all 0.3s ease;
    left: -10px;
    opacity: 0.6;
}

.plan_selection_local .rate_choices_local::before {
    left: 10px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(113,118,173), transparent);
    content: "";
    position: absolute;
    bottom: -3px;
    right: 10px;
}

.plan_selection_local .deal_opts_local:hover h4 {
    transform: translateX(5px);
}

.course_program_description_local {
    min-height: 100vh;
    perspective: 1500px;
    background: rgb(167,169,190);
    align-items: center;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    display: flex;
}

.course_program_description_local .job_training_local {
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    grid-gap: 0;
    grid-template-columns: 2fr 3fr;
}

.course_program_description_local .text_article_local::before {
    content: "";
    opacity: 0.05;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(167,169,190,0.5) 50%, rgb(167,169,190,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    height: 100%;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.course_program_description_local .text_article_local .description {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    line-height: 1.9;
    padding-left: 20px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.course_program_description_local .photo_box_wrap_local::after {
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    animation: scanlines 8s linear infinite;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(167,169,190), 0.1) 2px, rgba(rgb(167,169,190), 0.1) 4px);
    z-index: 2;
    opacity: 0.1;
}



@media (max-width: 576px) {.help_desk_info_local {
    padding: 50px 0;
}.help_desk_info_local h3 {
    padding: 15px 20px;
    font-size: calc(35px - 4px);
}.help_desk_info_local .support_now_local {
    font-size: calc(13px - 1px);
    padding: 0 20px;
    padding-top: 20px;
}.help_desk_info_local .msg_page_local {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.help_desk_info_local .msg_page_local span {
    padding: 20px;
}.help_desk_info_local .contact_form_local {
    padding: 15px;
    margin: 10px 20px 20px;
}.help_desk_info_local .contact_form_local h4 {
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: calc(24px - 2px);
}.help_desk_info_local .contact_form_local span {
    padding: 6px 0;
    font-size: calc(13px - 1px);
}}



@media (max-width: 767px) {.privacy_nook_local {
    padding: 4rem 1.5rem;
}.privacy_nook_local h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 2rem;
}.privacy_nook_local h2 {
    padding-left: 1.25rem;
    margin-top: 2.5rem;
    font-size: calc(28px * 0.9);
}.privacy_nook_local h3, .privacy_nook_local h4 {
    padding-left: 1rem;
}.privacy_nook_local p, .privacy_nook_local li, .privacy_nook_local span {
    font-size: calc(13px * 0.95);
}.privacy_nook_local ul {
    margin-left: 0.5rem;
}.privacy_nook_local li {
    padding-left: 1.25rem;
}.privacy_nook_local span {
    padding: 1rem;
}}



@media (max-width: 768px) {.course_suitability_local {
    padding: 4rem 0;
}.course_suitability_local .study_guide_local {
    padding: 0 1.5rem;
}.course_suitability_local h3 {
    font-size: calc(43px * 0.8);
    margin-bottom: 3rem;
}.course_suitability_local ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_suitability_local li {
    padding: 1.5rem;
}.course_suitability_local li svg {
    width: 45px;
    height: 45px;
    margin-bottom: 1.2rem;
}
}



@media (min-width: 992px) {.welcome_board_local .study_guide_local {
    padding: 4rem;
    grid-template-columns: 50% 50%;
    gap: 3rem;
}.welcome_board_local h1 {
    font-size: calc(41px * 0.9);
}.welcome_board_local svg {
    height: 100px;
    width: 100px;
}.welcome_board_local p {
    font-size: calc(15px * 1.1);
}.welcome_board_local .text_article_local {
    padding: 3.5rem;
}.welcome_board_local .photo_box_wrap_local {
    clip-path: polygon(0 0, 100% 8%, 95% 100%, 0% 90%);
}
}



@media (max-width: 992px) {.milestone_cta_local {
    padding: 3.5rem 0 2rem;
}.milestone_cta_local .container {
    flex-direction: column;
}.milestone_cta_local .company_holder {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}.milestone_cta_local .converter_local {
    flex: 1 1 100%;
}.milestone_cta_local .converter_local .main_nav_local {
    justify-content: space-between;
}.milestone_cta_local .nav_lead_local {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (min-width: 768px) {.stay_informed_local .study_guide_local {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px;
    align-items: center;
}.stay_informed_local .input_holder {
    flex-direction: row;
}.stay_informed_local h4 {
    font-size: 21px;
}.stay_informed_local .input_holder input[type="email"] {
    border-radius: 10px 0 0 10px;
}.stay_informed_local .input_holder .free_lessons_local {
    border-radius: 0 10px 10px 0;
}
}



@media (max-width: 991px) {header .site_start_local {
    padding: 1rem;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}header .header_nav_local {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_lead_local {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 1rem;
    flex-wrap: wrap;
}header .main_tutor_local {
    margin-bottom: 0.5rem;
}header .main_tutor_local a {
    padding: 0.7rem 1rem;
    font-size: calc(17px - 1px);
}
}



@media (hover: hover) {.thanks_note_local .study_guide_local:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
}.thanks_note_local .study_guide_local:hover::before {
    background: linear-gradient(to bottom, rgb(167,169,190), rgb(113,118,173));
    transition: background 0.5s ease;
}}



@media (max-width: 992px) {.plan_selection_local {
    padding: 80px 0;
}.plan_selection_local h2 {
    font-size: calc(32px - 4px);
}.plan_selection_local .premium_plan_local {
    font-size: 14px;
    margin-bottom: 40px;
}.plan_selection_local .payment_deals_local {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.plan_selection_local {
    padding: 50px 0;
}.plan_selection_local h2 {
    font-size: calc(32px - 8px);
}.plan_selection_local .premium_plan_local {
    font-size: calc(14px - 2px);
}.plan_selection_local .cert_fees_local {
    padding: 25px 20px;
}.plan_selection_local .deal_opts_local h4 {
    font-size: calc(22px - 2px);
}.plan_selection_local .rate_choices_local {
    padding: 8px 15px;
    font-size: calc(22px - 2px);
}}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}



@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

