body {
    font-family: "Roboto", sans-serif;
}

body h1,
body h2,
body h3 {
    font-family: "Roboto Slab", serif;
}

body .custom-select {
  max-width: 100%;
  position: relative;
  text-align: left;
  padding: 0;
}
body .custom-select select {
  display: none; /*hide original SELECT element: */
}
body .select-selected {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    z-index: 2;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    background-image: url(../images/icon-button.png);
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: top 18px right 13px;
    color: #121b21;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 10px;
    padding-right: 33px;
    width: 100%;
    height: auto;
    transition: all 0s;
    background-color: #FFDD00;
    /* border: 1px solid #FFDD00; */
    border-radius: 4px;
    color: #003F87;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;

    background-color: #003F87;
    border-radius: 192px;
    color: #FFDD00;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13.5px 86px 13.5px 17px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    transition: all .35s;
    overflow: hidden;
    position: relative;
}

body .select-selected::before {
    content: "";
    width: 44px;
    height: 44px;
    align-items: center;
    background-color: #FFDD00;
    border-radius: 50%; 
    transition: all .35s;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}

body .select-selected::after {
    content: "";
    width: 44px;
    height: 44px;
    align-items: center;
    background-image: url(../images/icon-button.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: top 17px right 14px;
    border-radius: 50%; 
    transition: all .35s;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    text-align: right;
}

@media (min-width: 992px) {
  body .custom-select:hover .select-selected {
    transition: all 0s;
  }
}
body .select-selected.select-arrow-active {
/* background-image: url(../images/dropdown-arrow-up.png); */
  z-index: 6;
  box-shadow: none;
  transition: all 0s;
}
body .custom-select:before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 30px;
    bottom: -20px;
    left: 0;
    position: absolute;
}
body .select-items div {
  text-align: left;
  border: none;
  cursor: pointer;
  padding: 13.5px 16px;
  color: #121b21;
  font-size: 16px;
  line-height: 146.3%;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;

    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #FFDD00;
    transition: all .35s;
}
@media (min-width: 992px) {
  body .select-items div:hover {
    color: #003F87;
    background-color: #FFDD00;
  }
}
body .select-items {
  position: absolute;
  background: #003F87;
  box-shadow: none;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 5;
  overflow: hidden;
}
body .select-hide {
  display: none;
}

body .content-area {
    width: 1242px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%;
}

body .custom-select:hover .select-hide {
    display: block;
}

.btn-yellow {
    background-color: #FFDD00;
    border: 1px solid #FFDD00;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    color: #003F87 !important;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    white-space: nowrap;
    transition: all .35s;
}

.btn-yellow-circle {
    background-color: #FFDD00;
    border-radius: 192px;
    color: #003F87;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13.5px 61px 13.5px 20px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    transition: all .35s;
    overflow: hidden;
    position: relative;
}

.btn-yellow-circle span {
    position: relative;
    z-index: 3;
}

.btn-yellow-circle .circle {
    width: 44px;
    height: 44px;
    align-items: center;
    background-color: #003F87;
    border-radius: 50%; 
    transition: all .35s;
    position: absolute;
    z-index: 2;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.btn-yellow-circle .circle img {
    width: 15px;
    position: relative;
    top: 10px;
    right: 14px;
    transition: all .35s;
}

@media (min-width: 767.98px) {
    .btn-yellow:hover {
        background-color: #003F87;
        border: 1px solid #FFDD00;
        color: #FFDD00 !important;
    }

    .btn-yellow-circle:hover {
        color: #FFDD00;
    }

    .btn-yellow-circle:hover .circle {
        width: 100%;
        border-radius: 192px;
        height: 100%;
        right: 0;
        border: 1px solid #FFDD00;
    }

    .btn-yellow-circle:hover .circle img {
        top: 12px;
    }

    body .custom-select:hover .select-selected {
        color: #003F87;
    }

    body .custom-select:hover .select-selected::before {
        width: 100%;
        border-radius: 0;
        height: 100%;
    }
}

.background-area {
    position: relative;
}

.background-area .bg_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
        /* Create the parallax effect */
    background-attachment: fixed;

    /* Position the background image */
    background-position: center;

    /* Prevent background image repetition */
    background-repeat: no-repeat;

    /* Scale the background image to cover the container */
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.background-area .bg_area img {
    height: 3309px;
    width: 100%;
    object-fit: cover;
    object-position: center calc(100% + 157px);
    height: auto;
    margin-top: 0;
}

.background-area .bg_area .wrap_img {
    position: relative;
}

.background-area .bg_area .wrap_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 0) 100%);
    top: 80px;
    left: 0;
}

@media (max-width: 1518px) {
    .background-area .bg_area .wrap_img::before {
        top: 0;
    }
}

@media (min-width: 1440.98px) {
    .background-area .bg_area img {
        /* height: 3509px; */
    }
}

.background-area section {
    position: relative;
    z-index: 2;
}

section.hero-area {
    padding-top: 142px;
}

section.hero-area .content-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.hero-area .content-area .right_area {
    width: 52%;
    max-width: 100%;
}

section.hero-area .content-area .left_area {
    width: 42.45%;
    max-width: 100%;
    padding-top: 49px;
}

section.hero-area .content-area .left_area .text_area {
    margin-top: 50px;
    width: 509px;
    max-width: 100%;
    margin-bottom: 50px;
}

section.hero-area .content-area .left_area .text_area h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 30px;
}

section.hero-area .content-area .left_area .text_area p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

section.hero-area .content-area .left_area .button_area {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

section.tabulated_content {
    margin-top: 110px;
}

section.tabulated_content .content-area {
    width: 1020px;
}

section.tabulated_content .content-area .navigation_area {
    display: flex;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    border-radius: 10px;
    justify-content: space-between;
    padding-right: 24px;
}

section.tabulated_content .content-area .navigation_area .button_tab {
    padding: 12px 46px;
    text-align: center;
    border-radius: 8px;
    padding-right: 49px;
    cursor: pointer;
}

section.tabulated_content .content-area .navigation_area .button_tab p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #fff;
}

section.tabulated_content .content-area .navigation_area .button_tab span {
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    display: block;
}

section.tabulated_content .content-area .navigation_area .button_tab.active p,
section.tabulated_content .content-area .navigation_area .button_tab.active span {
    color: #003F87;
}

section.tabulated_content .content-area .navigation_area .button_tab.active {
    background-color: #FFDD00;
}

section.tabulated_content .content-area .tab_area {
    border: 2px solid #FFDD00;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
    position: relative;
}

section.tabulated_content .content-area .tab_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(160deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .4;
    z-index: 1;
    backdrop-filter: blur(6px);
}

section.tabulated_content .content-area .tab_area .tab {
    display: none;
    position: relative;
    z-index: 2;
    padding: 65px 100px;
    padding-right: 70px;
}

section.tabulated_content .content-area .tab_area .tab.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.tabulated_content .content-area .tab_area .tab .left_area {
    max-width: 100%;
    width: 44%;
}

section.tabulated_content .content-area .tab_area .tab .right_area {
    max-width: 100%;
    width: 52.5%;
}

section.tabulated_content .content-area .tab_area .tab .left_area p.pretitle {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
}

section.tabulated_content .content-area .tab_area .tab .left_area h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 10px;
}

section.tabulated_content .content-area .tab_area .tab .left_area p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}

section.tabulated_content .content-area .tab_area .tab .right_area .iframe_wrap {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #FFDD00;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

section.tabulated_content .content-area .tab_area .tab .right_area .iframe_wrap iframe {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    aspect-ratio: 16/9;
}

section.what_are_benefits {
    margin-top: 148px;
    padding-bottom: 65px;
}

section.what_are_benefits .content-area h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    margin-bottom: 26px;
}

section.what_are_benefits .content-area p {
    max-width: 100%;
    width: 767px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}

section.what_are_benefits .content-area p strong {
    font-size: 18px;
    line-height: 21px;
}

section.what_are_benefits .content-area .button_area {
    text-align: center;
    margin-top: 50px;
}

section.what_are_benefits .content-area .button_area a {
    display: inline-block;
}

section.scout_me {
    padding-top: 17px;
}

section.scout_me .content-area {
    width: 1020px;
}

section.scout_me .text_area h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

section.scout_me .form_area .form_fields {
    background-color: #fff;
    border: 2px solid #FFDD00;
    border-radius: 20px;
    padding: 40px;
    padding-bottom: 36px;
    padding-right: 48px;
}

section.scout_me .form_area .form_fields .form_row {
    justify-content: space-between;
    display: flex;
    margin-bottom: 25px;
    column-gap: 22px;
}

section.scout_me .form_area .form_fields .form_row:last-child {
    margin-bottom: 0;
}

section.scout_me .form_area .form_fields .form_row label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 10px; 
}

section.scout_me .form_area .form_fields .form_row textarea,
section.scout_me .form_area .form_fields .form_row input {
    background-color: #F3F3F5;
    border: none;
    border-radius: 8px;
    padding: 7.5px 10px;
    display: block;
    width: 100%;
    resize: none;
}

section.scout_me .form_area .form_fields .form_row textarea {
    padding-top: 11px;
    padding-bottom: 11px;
}

section.scout_me .form_area .form_fields .form_row .form-column {
    width: 100%;
}

section.scout_me .form_area .form_fields .form_row .form-column.half {
    max-width: 100%;
    width: calc((100% - 22px) / 2);
}

section.scout_me .form_area .form-submit {
    text-align: center;
    margin-top: 30px;
}

section.scout_me .form_area .form-submit button {
    /* background-color: #FFDD00;
    border: 1px solid #FFDD00;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    color: #003F87 !important;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    transition: all .35s; */
    border: none;
    display: inline-block;
}

@media (min-width: 767.98px) {
    section.scout_me .form_area .form-submit button:hover {
        /* background-color: #003F87;
        border: 1px solid #FFDD00;
        color: #FFDD00 !important; */
    }
}

section.find_a_scouting {
    margin-top: 112px;
    padding-bottom: 447px;
}

section.find_a_scouting .content-area {
    text-align: center;
}

section.find_a_scouting .content-area h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #fff;
    margin-bottom: 48px;
}

section.find_a_scouting .content-area .btn-yellow {
    font-size: 21px;
    line-height: normal;
    padding: 16px 44px;
    border: 3px solid #003F87;
}

section.find_a_scouting .content-area .btn-yellow-circle {
    display: inline-block;
}

@media (min-width: 767.98px) {
    section.find_a_scouting .content-area .btn-yellow:hover {
        border: 3px solid #FFDD00;   
    }
}

footer {
    background-color: #EAE6E6;
}

footer .top_footer {
    width: 1090px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    column-gap: 20px;
    justify-content: center;
}

footer .top_footer .elementor-element-4cd8789 {
    width: 49.664%;
}

footer .top_footer .elementor-element-4cd8789 h4 {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #BB0D0D;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: Roboto Slab, serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

footer .top_footer .elementor-element-4cd8789 p {
    font-size: 14px;
    color: #515354;
    margin: 0;
}

footer .top_footer .elementor-element-f940b58 {
    width: 31%;
}

footer .top_footer .elementor-element-4cd8789 .elementor-container {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}

footer .top_footer .elementor-element-4cd8789 .elementor-container .elementor-column {
    width: calc((100% - 20px) / 2);
}

footer .top_footer .elementor-element-f940b58 h4 {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #BB0D0D;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: Roboto Slab, serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

footer .top_footer .elementor-social-icon {
    background-color: #BB0D0D;
    --icon-size: 20px;
    font-size: var(--icon-size, 25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    align-items: center;
}

.elementor-screen-only {
    display: none;
}

footer .top_footer .elementor-element-a88e38f h6 {
    font-family: Roboto Slab, serif;
    font-weight: 700;
    color: #003f87;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    width: 265px;
    margin-left: auto;
    margin-right: auto;
}

footer .top_footer .elementor-element-befab2d {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 20px;
}

footer .top_footer .elementor-element-befab2d .elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
}

footer .top_footer .elementor-element-befab2d .elementor-button:hover {
    text-decoration: underline;
}

footer .top_footer .elementor-element-53a1912 .elementor-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

footer .top_footer .elementor-element-53a1912 .elementor-container .elementor-column {
    width: 50%;
}

footer .top_footer .elementor-element-53a1912 .elementor-container .elementor-column img {
    width: 100%;
    height: auto;
}

footer .top_footer .elementor-element-53a1912 .elementor-container .elementor-column .elementor-widget-wrap {
    padding: 10px;
}

footer .mid_footer {
    background-color: #fff;
    margin-top: 20px;
}

footer .mid_footer p {
    max-width: 100%;
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    padding-bottom: 26px;  
}

footer .bottom_footer {
    text-align: center;
    padding: 0 15px;
    padding-bottom: 40px;
}

footer .bottom_footer hr {
    background-color: #fff;
    color: #fff;
    height: 1px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

footer .bottom_footer img {
    width: 375px;
    max-width: 100%;
}

footer .bottom_footer .council-name {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    letter-spacing: normal;
    padding: 4px 0 24px;
    color: #515354 !important;
}

footer .bottom_footer p {
    color: #515354 !important;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 20px;
}

footer .elementor-element.elementor-element-c2254b1 .elementor-widget-container {
    text-align: center;
}

footer .elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(6, auto);
}

@media (max-width: 1518px) {
    .background-area .bg_area img {
        object-position: bottom;
    }
}

@media (max-width: 1176px) {
    section.hero-area .content-area .left_area .button_area {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

@media (max-width: 991.98px) {
    section.tabulated_content .content-area .tab_area .tab {
        padding: 65px 20px;
    }

    footer .top_footer .elementor-element-f940b58 {
        width: 100%;
    }

    footer .top_footer .elementor-element-53a1912 .elementor-container .elementor-column {
        text-align: center;
    }

    footer .top_footer .elementor-element-53a1912 .elementor-container .elementor-column img {
        max-width: 100%;
        width: 150px;
    }

    footer .top_footer .elementor-element-53a1912 .elementor-container {
        justify-content: center;
    }

    footer .top_footer .elementor-element-53a1912 .elementor-container .elementor-column {
        width: auto;
    }

    footer .top_footer .elementor-element-4cd8789 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    section.hero-area .content-area .left_area {
        width: 100%;
        margin-bottom: 40px;
    }

    section.hero-area .content-area .right_area {
        width: 100%;
    }

    section.tabulated_content .content-area .tab_area .tab .left_area {
        margin-bottom: 40px;
    }

    section.tabulated_content .content-area .tab_area .tab .right_area,
    section.tabulated_content .content-area .tab_area .tab .left_area {
        width: 100%;
    }

    section.tabulated_content .content-area .navigation_area {
        overflow: scroll;
    }

    section.tabulated_content .content-area .navigation_area .button_tab {
        white-space: nowrap;
    }

    section.what_are_benefits,
    section.tabulated_content {
        margin-top: 50px;
    }

    section.what_are_benefits {
        padding-bottom: 50px;
    }

    section.hero-area .content-area .left_area {
        padding-top: 0;
    }

    section.scout_me {
        padding-top: 0;
    }

    section.scout_me .form_area .form_fields .form_row .form-column.half {
        width: 100%;
    }

    section.scout_me .form_area .form_fields .form_row {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    section.scout_me .form_area .form_fields {
        padding: 40px;
    }

    .background-area .bg_area img {
        /* height: 4200px; */
    }

    section.find_a_scouting {
        margin-top: 50px;
        padding-bottom: 200px;
    }

    footer .top_footer .elementor-element-4cd8789 {
        width: 100%;
    }
}


.background-area .top_bg {
    position: absolute;
    width: 100%;
    height: 1502px;
    top: 0;
    left: 0;
    /* background: linear-gradient(180deg, rgba(0, 63, 135, 1) 40%, rgba(255, 255, 255, 1) 100%); */
}

.background-area .top_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 63, 135, 0) 40%, rgba(255, 255, 255, 1) 100%);
}

.background-area .bottom_bg {
    position: absolute;
    width: 100%;
    height: 845px;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.background-area .bottom_bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 845px;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 63, 135, 0) 40%, rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
}

.background-area .top_bg img {
    /* height: 1030px; */
}

.background-area .bottom_bg img,
.background-area .top_bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section.tabulated_content .content-area h2 {
    text-align: center;
    margin-bottom: 44px;
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    color: #fff;
}

section.tabulated_content .content-area .navigation_area {
    background-color: #003F87;
}

section.tabulated_content .content-area .tab_area::before {
    opacity: 1;
    background-color: #fff;
    backdrop-filter: blur(0px);
}

section.tabulated_content .content-area .tab_area .tab {
    padding-left: 70px;
    padding-top: 37px;
    padding-bottom: 37px;
}

section.tabulated_content .content-area .tab_area .tab .left_area p.pretitle {
    color: #515354;
}

section.tabulated_content .content-area .tab_area .tab .left_area h2 {
    color: #003F87;
    text-align: left;
}

section.tabulated_content .content-area .tab_area .tab .left_area p:not(.pretitle) {
    color: #515354;
    font-size: 20px;
    line-height: 28px;
    width: 354px;
    max-width: 100%; 
}

section.tabulated_content .content-area .tab_area .tab {
    align-items: center;
}

section.tabulated_content .content-area .tab_area .tab .right_area {
    width: 50.5%;
}

.did_you_know {
    margin-top: 127px;
    position: relative;
    z-index: 2;
}

.did_you_know .content-area {
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.did_you_know .content-area .img_area {
    width: 45.5%;
    border-radius: 20px;
    border: 2px solid #003F87;
    overflow: hidden;
}

.did_you_know .content-area .img_area img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.did_you_know .content-area .text_area {
    width: 50%;
}

.did_you_know .content-area .text_area h2 {
    color: #003F87;
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 32px;
}

.did_you_know .content-area .text_area h5 {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #003F87;
    margin-bottom: 0; 
}

.did_you_know .content-area .text_area p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #003F87;
    margin-bottom: 0;
}

.did_you_know .content-area .text_area .button_area {
    margin-top: 56px;
}

section.scout_me .text_area h2 {
    color: #003F87;
}

section.scout_me {
    padding-top: 42px;
    margin-top: 52px;
}

section.scout_me .form_area .form_fields .form_row .form-column .no_opacity {
    opacity: 0;
}

section.scout_me .form_area .form-submit {
    text-align: left;
}

section.scout_me .form_area .form-submit button {
    background-color: #003F87;
    color: #FFDD00;
    padding: 13.5px 40px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    transition: all .35s;
    overflow: hidden;
    position: relative;
    border-radius: 192px;
}

section.find_a_scouting {
    padding-bottom: 133px;
    margin-top: 69px;
}

section.find_a_scouting .content-area h2 {
    margin-bottom: 32px;
}

section.find_a_scouting .content-area p {
    color: #FFFFFF;
    width: 732px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 38px;
    max-width: 100%;
}

section.scout_me .form_area .form_fields .form_row .form-column .form_checkbox_wrap {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

section.scout_me .form_area .form_fields .form_row .form-column .form_checkbox_wrap input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

section.scout_me .form_area .form_fields .form_row .form-column .form_checkbox_wrap label {
    margin: 0;
    font-size: 14px;
}

section.hero-area {
    padding-top: 40px;
}

@media (max-width: 991.98px) {
    section.tabulated_content .content-area .tab_area .tab {
        padding: 65px 20px;
    }
}

@media (max-width: 767.98px) {
    .did_you_know .content-area .img_area {
        width: 100%;
        margin-bottom: 30px;
    }

    .did_you_know .content-area .text_area {
        width: 100%;
    }

    section.tabulated_content .content-area .tab_area .tab .right_area {
        width: 100%;
    }
}