@import url('/css/Fonts/satoshi.css');



/* RESET */

hr {
    border: none;
    height: 1px;
}

a {
    text-decoration: none;
}

h1 {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-3, 44px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.44px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 48px;
}


/*       HARDCODED NEED TO FIX.   */

.bullet_box {
    display: flex;
    padding: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    border-radius: var(--Border-radiaus, 10px);
    color: var(--Oxide-Red, #470226);

    /* Text/Large/Normal */
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    margin-bottom: 24px;

}


.bullet_box li {
    margin-bottom: 30px;
}

.bullet_box li:last-child {
    margin-bottom: 0px;
}

.orange_text h4 {
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 62.4px */
    margin-bottom: 36px;
    font-size: 36px;
    letter-spacing: -0.36px;
}




.black_text h4 {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 46.8px */
    margin-bottom: 36px;

    font-size: 22px;
    letter-spacing: -0.22px;
}


/*.  BLOG POST.   */

.subheading {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Light;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 45.6px */
    margin-top: 18px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 36px;
    letter-spacing: -0.36px;
}

.blog_header h1 {
    color: var(--Rock-Black, #1E0907);
    /* Heading/H1 */
    font-family: Satoshi-Regular;
    font-style: normal;
    line-height: 120%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.36px;
}

.blogheader .blog_date {
    color: var(--Earth, #808076);
    /* Heading/Tagline */
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-bottom: 36px;
}

.blog h2 {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-style: normal;
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
}

.blog h3 {
    font-family: Satoshi-Regular;
    font-style: normal;
    line-height: 140%;
    margin-bottom: 48px;
    color: #1B1810;
    font-size: var(--Text-Sizes-Heading-6, 22px);
    font-weight: 500;
    letter-spacing: -0.22px;
}

.blog p {
    color: var(--Shale, #3C3230);
    /* Text/Large/Normal */
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px;

}

.blog img{
    border-radius: 10px;
}

.blogcard {
    display: flex;
    width: 800px;
    padding: 36px;
    border:none;
    border-radius: var(--Border-radiaus, 10px);
    background: var(--Sllica-grey, #F4F4ED);
    color: var(--Oxide-Red, #470226);
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    margin-top: 24;
    margin-bottom: 24px;
    width: 100%;
}

.quote h2 {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-style: normal;
    padding-left: 48px;
    margin-top: 48px;
    margin-bottom: 48px;
    border-left: solid 2px #E04C34;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;    
}

.blog_image {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--Border-radiaus, 10px);
}

/* ------------------------------ */



.content_heading h1 {
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 0px;
    color: var(--Rock-Black, #1E0907);
    /* Heading/H1 */
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 103.2px */
    font-size: 36px;
    letter-spacing: -0.36px;

}

.content_intro {
    color: #1B1810;
    /* Text/Large/Normal */
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-optical-sizing: auto;
    font-variation-settings:"wdth" 100;
    margin-bottom: 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */

}

.content_intro a {
    color: #E04C34;
}

.full_width_image {
    display: flex;
    /* padding: 36px 220px; */
    gap: 18px;
    border-radius: var(--Border-radiaus, 10px);
    background-position: center;
    background-size: cover  ;
    margin-bottom: 96px;
    height: 194px;
}

.text_block_row {
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.36px;
    margin-bottom: 36px;
}

.text_block_pair {
    background-color: #F4F4ED;
    /* padding: 24px; */
    border-radius: 10px;
}

.text_block {
    background-color: white;
    height: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 62px;
    flex-shrink: 0;
    border-radius: 10px;
    margin-bottom: 44px;
}

.text_block p {
    color: var(--Rock-Black, #470226);
    font-family: "Instrument Sans", sans-serif;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}

.text_block p strong {
    font-family: "Instrument Sans", sans-serif;
}

.text_block li {
    margin-bottom: 18px;
}

.text_block h4 {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-style: normal;
    line-height: 130%; /* 62.4px */
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
}

.promo_image {
    height: 524px;
    border-radius: var(--Border-radiaus, 10px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 16px;
    margin-top: 96px;
    /* background: linear-gradient(104deg, rgba(0, 0, 0, 0.50) -0.67%, rgba(0, 0, 0, 0.26) 45.48%, rgba(0, 0, 0, 0.00) 96.61%); */
}

.promo_image h5 {
    color: #FFF;
    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
    margin-bottom: 24px;

    font-size: 22px;
    letter-spacing: -0.22px;

}

.rich_text {
    margin-top: 44px;
    margin-bottom: 44px;
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Light;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 46.8px */
    font-size: 16px;
    letter-spacing: -0.16px;
}

.rich_text strong {
    font-family: Satoshi-Bold;
}

.image_link a {
    color: var(--Orange, #E04C34);
    /* Text/Regular/Semi Bold */
    font-family: "Nunito Sans";
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */

}

.image_link_image {
    width: 100%;
    margin-bottom: 24px;
}

.image_link p { 
    margin-bottom: 36px;
}
.container-fluid {
    padding-top: 0px;
    margin-top: 0px;
}


.no_background {
    background-color: unset !important;
}


#mobile_nav {
    height: 100px;
    background-color: white;
    padding-top: 34px;
    padding-left: 46px;
    padding-right: 36px;
}

.mobile_nav_link a {
    color: var(--Oxide-Red, #470226);
    /* Heading/Tagline */
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.mobile_nav_arrow {
    margin-right: 16px;
}

.mobile_nav_footer {
    display: block;
}

.mobile_nav_footer_social_wrapper {
    margin-top:20px;
}

#desktop_nav {
    height: 94px;
    padding-top: 0px;
    padding-left: 46px;
    padding-right: 36px;
    display: none;
}

.desktop_nav_menu_link {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.desktop_nav_menu_link.standard {
    color: #1E0907;
}


.desktop_nav_menu_link:hover {
    color: #E04C34;
}

.desktop_nav_menu_dropdown {
    border-radius: 10px;
    background: #EAE4D7;
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 28px;
    align-items: flex-start;
    gap: 8px;
    height: 100px;
    width: 100px;
}

.desktop_nav_popover_narrow {
    min-width: 518px;
    display: flex;
    padding: 48px;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--Border-radiaus, 10px);
    background: var(--Limestone, #EAE4D7);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.10);
}


.desktop_nav_list {
    padding: 0;
    list-style-type: none;
}

.desktop_nav_list li {
    margin-bottom: 24px;
    display: flex;
   align-items:center;
}

.desktop_nav_list li:last-child {
    margin-bottom: 0px;
}

.desktop_nav_icon_link_l2 a {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    text-decoration: none;
    cursor: pointer;
}

.nav_menu_link_icon_wrapper {
    width: 34px;
    display: inline-block;
}

.nav_menu_link_icon {
    margin-right: 0px;
}

.nav_card {
    height: 100%;
}

.popover-body {
    padding: 0 !important;
    width: 100% !important;
}

#mobile_top_logo {
    width: 120px;
    height: 47px;
}

#banner_image {
    height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding: 0;
    border-radius: 10px; 
}

#banner_heading {

    font-family: Satoshi-Regular;
    font-size: 86px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.86px;
    padding-left: 540px;
    padding-right: 48px;
    margin-bottom: 0;
}

#banner_heading_wrapper {
    height: 616px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#coming_soon_wrapper {
    position: relative;
    top: 270px;
}

#coming_soon_text {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    padding-left: 12px;
    padding-right: 12px;
}

#coming_soon_text h3 {
    color: #FFF;
    font-family: Satoshi-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 46.8px */
    margin-bottom: 10px;
}

.coming_soon strong {
    font-weight: 700;
}

#coming_soon_text h3 strong {
    font-weight: 700;
    font-family: Satoshi-Bold;
}

#coming_soon_text a {
    color: #E04C34;
}

.coming_soon {
    /* background-size: 100%; */
    background-size: contain;
    background-repeat:no-repeat;
    background-position: top center; 
}

.coming_soon_link {
    margin-top: 20px;
    margin-left: 10px;
}

#burger_icon {
    border-radius: 10px;
    background: #EAE4D7;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    float: right;
}

.card-body {
    margin-top: 0px !important;
}

.content_promo_block div {
    width: 100%;
    align-items: right;
    margin-top: 36px;
}

.button_empty {
    background: white;
    color: #E04C34;
    border-radius: 50px;
    /*display: inline-block;*/
    padding:4px 6px 4px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /*height: 50px;*/
    border-color: #E04C34;
    cursor: pointer;
    transition: all 0.2s;
}
.button_empty span{
padding-top:4px;
}
.button_empty:hover {
  background: #c4e201;
}

.button_empty > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.button_empty:hover svg {
  transform: translateX(3px);
}

.button_empty:active {
  transform: scale(0.95);
}

.button_empty_circle {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #FFF;
}

.button_empty_circle:hover {
    background: #E04C34;
    color: white;
}

.button_empty:hover {
    background: #E04C34;
    color: white;
    border:1px solid white;
}

.button_solid {
    background: #E04C34;
    color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  /*  height: 50px;*/
    border: none;
}

.button_solid:hover {
    background: #D9DAD9;
    color: black;
}

#members_button {
    margin-right: 0px;
}


.video_promo_heading {
    color: #1E0907;
    font-family: Satoshi-Regular;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 62.4px */
    letter-spacing: -0.52px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
   
} 
.video_promo_heading strong {
    color: #E04C34;
}

.video_promo_background {
    padding: 48px 24px 48px 24px;
    background-color: black;
    border-radius: var(--Border-radiaus, 10px);
    background: #000;
    /* position: relative; */
}

.video_promo_description {
    color: #EAE4D7;
    font-family: Satoshi-Regular;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: -0.28px;
    /* width:535px; */
}

.video_promo_elements {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.video_promo_elements a {
    margin-bottom: 36px;
}

.video_wrapper {
    position: relative;
}

.video_promo_video video {
    mask: url(/images/masks/video.svg);
    -webkit-mask:url(/images/masks/video.svg);
    -webkit-mask-box-image: url(/images/masks/video.svg);
    -webkit-mask-image:url(/images/masks/video.svg);
    -webkit-mask-position:center center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:cover;
    mask-image: url(/images/masks/video.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.promo_pair_heading p {
    text-align: center;
    color: #1E0907;
    font-family: Satoshi-Regular;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 62.4px */
    letter-spacing: -0.44px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.promo_pair_heading p strong {
    color: #E04C34;
}

.promo_pair {
    padding-left: 24px;
    padding-right: 24px;
}

.content_promo_block {
    min-height: 380px;
    padding: 36px;
    border-radius: var(--Border-radiaus, 10px);
    margin-bottom: 28px;
}



.content_promo_block h5 {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-style: normal;
    margin-bottom: 36px;
    padding-bottom: 0px;
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-weight: 500;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.36px;
}

.content_promo_block h6 {
    color: #FFF;
    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    margin-bottom: 36px;
}

.content_promo_block p {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.promo_block {
    /* width: 100px; */
    height: 600px;
    border-radius: 10px;
    padding: 36px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-position: center bottom -280px; */
    background-position: center bottom;
    margin-bottom: 112px;
    animation: slide_up 1s ease;
    animation-play-state: paused;
}


@keyframes slide_up {
  from {
    background-position: center bottom -280px;
  }
  to {
    background-position: center bottom 0px;
  }
}

.animated {
  animation-play-state: running;
}


.mobile_nav_menu_dialog {
    border-radius: 10px;
    background: #D9DAD9;
    height: 360px;
}

.promo_block h3 {
    color: white;
    font-family: Satoshi-Regular;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 46.8px */
    letter-spacing: -0.36px;
}

.promo_block P {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}




.main_content {
    padding-left: 24px;
    padding-right: 24px;
}

.footer_horz_divider {
    border-top: 1px solid #1E0907;
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer_terms_link {
    padding: 0px;
}

.footer_terms_link a {
    color: #1E0907;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.copyright {
    color: #1E0907;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0px;
}







.tag {
    color: #E04C34;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    height: 45px;
    padding: 10px 16px;
    /*justify-content: center;*/
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
}

.solid_button_link {
    border-radius: 50px;
    background: #E04C34;
    color: white;

    padding: 13px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.solid_button_link a {
    text-align: center;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    color: white;
    text-decoration: none;
}


/* CONTACT FORM */

.umbraco-forms-submitmessage {
    font-size: 24px;
}

.press_release_form {
    color: white;
    background-color: #470226;
    text-align: center;
    border-radius: var(--Border-radiaus, 10px);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 34px;
}

.press_release_form h3 {
    width: 100%;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
}

.press_release_form input {
    border-radius: 50px;
    border: 1px solid #FFF;
    width: 200px;
    font-size: 16px;
    padding-left: 10px;
}

.press_release_form input::placeholder {
    color: #470226;
    font-family: Roboto;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
}

.press_release_form input[type='submit'] {
    background: #E04C34;
    color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
    border: none;
    width: 80px;
    margin-top: 10px;

}

.press_release_form .field-validation-error {
    display: block;
}
.umbraco-forms-field-wrapper {
    margin-bottom: 30px;
}

.press_release_privacy_policy {
    font-size: var(--Text-Sizes-Text-Regular, 12px);
}

.contact_form {
    width: 100%;

}

.contact_form label {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 100%;
    margin-bottom: 14px;
}

.umbraco-forms-hidden {
    display:none;
}

.contact_form input {
    border-right: none;
    border-left: none;
    border-top: none;
    width: 100%;
    /* margin-bottom: 18px; */
}

.contact_form input[type='submit'] {
    background: white;
    color: #1E0907;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
    border-color: #1E0907;
    width: auto;  
    border: 1px solid #1E0907;
    margin-bottom: 20px;
}

.contact_form textarea {
    border-right: none;
    border-left: none;
    border-top: none;
    width: 100%;
    border-bottom-width: 2px;
}

.field-validation-error {
    color: red;
    font-family: Satoshi-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 100%;

}

.contact_form_wrapper {
    margin-left: 0px;
    margin-right: 0px;
}

.contact_details_col {
    background-image: url("/images/form_background_small.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--Border-radiaus, 10px);
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    padding-left:22px;
    padding-right: 22px;
    height: 520px;
}

.form_col {
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    margin-top: 0px;
    padding-top: 30px;
}

.contact_form_heading {
    color: white;
    text-align: left;
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.36px;
    margin-top: 40px;
    padding-bottom: 14px;
    padding-right: 110px;
}

.contact_form_contact_data {
    margin-top: 44px;
    text-align: left;
    color: white;
    color: #FFF;
    font-family: Satoshi-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact_form_contact_data a {
    text-decoration: underline;
    color: #FFF;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.contact_form_icon {
    margin-right: 20px;
}


/* BREADCRUMB */
.breadcrumb_links{
    display: inline-flex;
    height: 45px;
    padding: 11px 27px 11px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 35px;
    background-color: #EEEEE6;
    border: 2px #EEEEE6;
    backdrop-filter: blur(10px);
    margin-top: 0px;
}

.breadcrumb_item {
    color: #1E0907;
    font-family: Satoshi-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */

}

.breadcrumb_links a {
    color: #1E0907;
    font-family: Satoshi-Regular;
}


/*      RESOURCE TILES      */

.resource_grid_image {
    height: 300px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18px 10px 18px 10px;
    margin-bottom: 16px;
    background-position: bottom;
    /* width:352px; */
}

.resource_grid_type_pill {
    height: 45px;
    background: rgba(255, 255, 255, 0.68);
    padding: 10px 16px 10px 16px;
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 10px; */
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display:inline-block;
    line-height: 150%; 
    margin-bottom: 8px;
    margin-right: 8px;
}


.resource_grid_date {
    color: var(--Rock-Black, #1E0907);
    /* Text/Small/Normal */
    font-family: "Nunito Sans";
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.resource_grid_action a {
    color: var(--Orange, #E04C34);
    font-family: "Nunito Sans";
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    position: absolute;
    bottom: 0px;
}

.resource_grid_title {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Large, 22px);
    font-style: normal;
    font-weight: 700;
    overflow: clip;
    vertical-align: center;
    height: 108px;
    line-height: 108px;
    
}

.resource_grid_title span
{
    display: inline-block;
    vertical-align: middle;
    line-height: 150%;
}

.resource_grid_details {
    height: 154px;
    position:relative;
}

.resource_grid_tile {
   
    height: 500px;
    background-color: #EEEEE6;
    padding: 16px;
    border-radius: 10px;
    /* position: relative; */
    -webkit-mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-repeat: no-repeat;
    margin-bottom: 36px;
    margin: auto;
    width: 380px;
}


.link_arrow {
    margin-left: 16px;
}

.resource_tile {
    width: calc(min(388px, 100%));
    height: 500px;
    background-color: #EEEEE6;
    /* padding: 16px; */
    border-radius: 10px;
    /* position: relative; */
    -webkit-mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 24px;
}

.resource_tile_back {
    padding: 24px;
    height: 290px;
    background: linear-gradient(180deg, var(--Rock-Black, rgba(30, 9, 7, 0.15)) 0%, rgba(255, 255, 255, 0.00) 92.68%);
    backdrop-filter: blur( 1px ); 
    -webkit-backdrop-filter: blur( 1px ); 
}



   

.resource_type_pill {
    height: 40px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.68);
    padding: 8px 18px;
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-right: 16px;
}

.resource_tile_date {
    color: #FFF;
    font-family: Roboto;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */   
}

.resource_tile h5 {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    margin-top: 20px;
    
}

    .carousel_heading {
        color: var(--Rock-Black, #1E0907);
        font-family: Satoshi-Regular;
        font-size: var(--Text-Sizes-Heading-2, 52px);
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 62.4px */
        letter-spacing: -0.52px;
        margin:48px 0;
    }


    .flickity-prev-next-button {
        top: -50px !important;
        width: 36px !important;
        height: 36px !important;


        border-radius: 20px !important;
        border: 1px solid #E04C34 !important;
        background: #E04C34 !important;
    }

    .flickity-prev-next-button.previous {
        left: auto !important;
        right: 60px !important;
    }

    .flickity-prev-next-button.next {
        right: 10px !important;
    }

    .flickity-button-icon {
        fill: white !important;
    }

    .flickity-button-icon:hover {
        fill: #E04C34 !important;
    }

    .flickity-prev-next-button:hover {
        background: white !important;
    }

    .flickity-page-dots .dot {
        background: transparent !important;
        border: 2px solid #E04C34 !important;
        height: 3px !important;
        width: 60px !important;
        margin: 0px !important;
        border-radius: 0 !important;
    }

    /* fill-in selected dot */
    .flickity-page-dots .dot.is-selected {
        background: #E04C34 !important;
    }

/* .thumbnail-image {
    border-radius: 15px;
    background-size: cover;
    background-position: 50% 50%;
}

.tags-wrapper {
    padding-top: 18px;
    padding-right: 10px padding-left: 10px;
} */


    .banner_coming_soon {
        height: 100%;
        padding: 12px;
        min-height: 100vh;
        border-radius: 10px;
    }

/* FOOTER */

.footer {
    background-color: #F4F4ED;
    padding: 24px;
    margin-top: 50px;
}

.footer_logo_mobile {
    margin-bottom: 24px;
}

.footer_social_icon {
    height: 24px;
    width: 24px;
}

.footer_social_wrapper {
    height: 62px;
    margin-bottom: 48px;
    margin-top: 24px;
}

.footer_social_icon {
    margin-right: 12px;
}

.logo_wrapper {
    width: 188px;
}


.footer_link_column {
    color: #1E0907;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
   font-family: Satoshi-Regular;

    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    line-height: 150%;
    width: 150px;
    margin-bottom: 24px;
}

.footer_link_column h5 {
    font-weight: 600;
    font-size: 16px;
}

.footer_link_column ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.footer_link_column ul li {
    margin-bottom: 16px;
}

.footer_link_column ul li a {
    color: #1E0907;

}









@media (max-width: 480px) {

    .flickity-page-dots .dot {
        width: 24px !important;
    }

    .hide_mobile {
        display:none;
    }

    #banner_heading {
        padding-left: 140px;
        font-size: 36px;
        letter-spacing: -0.36px;
        padding-right: 12px;
    }

    #banner_image {
        padding-right: 0px;
        padding-left: 0px;
    }

    .banner {
        height: 626px;
        padding: 12px;
    }
    
    .banner_coming_soon {
        height: 100%;
        padding: 12px;
        min-height: 100vh;
        border-radius: 10px;
    }
}



/* #########################  MINI ################################ */


@media (min-width: 481px) and (max-width: 768px) {


    .blogcard {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-weight: 700;
        letter-spacing: -0.28px;

    }

    .blog h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .quote h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .blog p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog_image {
        height: 500px;
    }

    .blog_header h1 {
        font-size: 86px;
        font-weight: 500;
        letter-spacing: -0.86px;
    }

    .breadcrumb_links{
        margin-top: 36px;
    }

    .subheading {
        font-size: 38px;
        letter-spacing: -0.38px;
    }

    .bullet_box {
        margin-bottom: 96px;
    }

    .black_text h4 {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
        margin-bottom: 96px;
    }

    #banner_heading {
        padding-left: 320px;
        padding-right: 0px;
    }

    .banner {
        height: 768px;
    }

    #coming_soon_text h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        line-height: 140%;
        font-weight: 700;

        /* 46.8px */

    }


    #coming_soon_wrapper {
       height: 1000px;
        position: relative;
 top: calc(100vw/2 + 100px);
    }

        
    .coming_soon_link {
        display: none;
    }

    .content_heading h1 {
        margin-top: 96px;
        letter-spacing: -0.86px;
        font-size: 86px;
    }

    .content_intro {
        font-size: var(--Text-Sizes-Text-Large, 22px);
        line-height: 150%; /* 33px */
        margin-bottom: 96px;
    }

    .full_width_image {
        height: 660px;
        margin-bottom: 96px;
    }

    .orange_text h4 {
        font-size: 48px;
        letter-spacing: -0.48px;
    }


    .content_promo_block {
        min-height: 480px;
    }


    .content_promo_block p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }


    .text_block {
        padding: 48px;
    }

    .text_block h4 {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -0.48px;
    }


    .text_block_row {
        font-size: var(--Text-Sizes-Heading-4, 48px);
    }  


    .promo_image {
        padding: 48px 96px;
        height: 601px;
    }    


    .rich_text {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
    }    
}


/* ############################### PRO  ######################################## */



@media (min-width: 769px) and (max-width: 1279px) {


    .blogcard {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-weight: 700;
        letter-spacing: -0.28px;

    }

    .blog h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .quote h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .blog p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog_image {
        height: 500px;
    }

    .blog_header h1 {
        font-size: 86px;
        font-weight: 500;
        letter-spacing: -0.86px;
    }

    .breadcrumb_links{
        margin-top: 36px;
    }

    .subheading {
        font-size: 38px;
        letter-spacing: -0.38px;
    }

    .bullet_box {
        margin-bottom: 96px;
    }

    .black_text h4 {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
        margin-bottom: 96px;
    }

    .main_content {
        padding-left: 24px;
        padding-right: 24px;
    }

    #banner_heading {
        padding-left: 420px;
        padding-right: 0px;
    }

    .footer {
        margin-top: 100px;
    }

    #coming_soon_text {
        padding-left: 30px;
        padding-right: 30px;
    }

    #coming_soon_text h3 {
        font-size: 30px;
        line-height: 130%;
        /* 46.8px */
        margin-bottom: 20px;
    }


    .coming_soon_last strong {
        font-size: 28px;
    }

    #coming_soon_text p {
        font-size: 22px;
        line-height: 140%;
        /* 46.8px */
        letter-spacing: -0.22px;
    }

    #coming_soon_wrapper {
        height: 1000px;
        position: relative;
        top: calc(100vw/2);
    }

    h1 {
        font-size: 86px;
        line-height: 120%; /* 103.2px */
        letter-spacing: -0.86px;
        padding-bottom: 48px;
    }

    .contact_details_col {
        background-image: none;
        box-shadow: none;
    }

    .form_col {
        box-shadow: none;
    }

    .contact_form_wrapper {
        background-image: url("/images/form_background_angle_medium.png");
        background-repeat:no-repeat;
        /* background-size: 644px; */
        /* background-size: 58% 670px; */
        background-size: calc(max(480px, 56%)) 690px;
        
        border-radius: var(--Border-radiaus, 10px);
        box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
        height: 690px;
        margin-bottom: 48px;
    }

    .contact_form input {  
        /* margin-bottom: 50px; */
    }

    .contact_form .umbraco-forms-navigation .col-md-12 {
        float: right;
        width: auto;
    }

    .contact_form input[type='submit'] {  
        /* margin-top: 12px; */
    }
    
    .contact_form label  {
        margin-bottom: 0px;
    }    

    .press_release_form h3 {
       font-size: 36px;
    }

    .resource_tile {
        width: calc(min(370px, 100%));
    }

    .video_promo_heading {
        font-size: 40px;
    }

        
    .coming_soon_link {
        display: none;
    }


    .content_heading h1 {
        letter-spacing: -0.86px;
        font-size: 86px;
        margin-top: 96px;
    }

    .content_intro {
        font-size: var(--Text-Sizes-Text-Large, 22px);
        line-height: 150%; /* 33px */
        margin-bottom: 96px;
    }

    .full_width_image {
        height: 660px;
        margin-bottom: 96px;
    }

    .orange_text h4 {
        font-size: 48px;
        letter-spacing: -0.48px;
    }


    .content_promo_block {
        min-height: 480px;
    }


    .content_promo_block p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }


    .text_block {
        padding: 48px;
    }

    .text_block h4 {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -0.48px;
        margin-bottom: 62px;
    }
  

    .text_block_row {
        font-size: var(--Text-Sizes-Heading-4, 48px);
    }    


    
    .promo_image h5 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        letter-spacing: -0.28px;
    }  


    .promo_image {
        padding: 48px 96px;
        height: 601px;
    }

    .rich_text {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
    }
    
}


/* ############################ RESPONSIVE ############################################### */



@media (min-width: 1280px) {


    .blogcard {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-weight: 700;
        letter-spacing: -0.28px;

    }

    .blog h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .quote h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .blog p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog_image {
        height: 500px;
    }

    .blog_header h1 {
        font-size: 86px;
        font-weight: 500;
        letter-spacing: -0.86px;
    }

    .breadcrumb_links{
        margin-top: 36px;
    }

    .subheading {
        font-size: 38px;
        letter-spacing: -0.38px;
    }

    .bullet_box {
        margin-bottom: 96px;
    }

    .black_text h4 {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
        margin-bottom: 96px;
    }

    .contact_details_col {
        background-image: none;
        box-shadow: none;
    }

    .form_col {
        box-shadow: none;
    }

    .contact_form_wrapper {
        background-image: url("/images/form_background_angle_large.png");
        background-repeat:no-repeat;
        background-size: 52% 670px;
        border-radius: var(--Border-radiaus, 10px);
        box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
        height: 670px;
        margin-bottom: 48px;
    }

    .contact_form input {  
        /* margin-bottom: 50px; */
    }

    .contact_form input[type='submit'] {  
        margin-top: 0px;
    }

    .contact_form .umbraco-forms-navigation .col-md-12 {
        float: right;
        width: auto;
    }

    .contact_form label  {
        margin-bottom: 0px;
    }

    .press_release_form h3 {
       font-size: 52px;
    }

    .footer {
        margin-top: 100px;

        background-image: 
            url('/images/footer_left.svg'), 
            url('/images/footer-right.svg');
            
        background-position:
            bottom left,
            top right;
        background-repeat: no-repeat;
    }
    /* .container {
        width: 1728px;
    } */

    #mobile_nav {
        display: none;
    }

    #desktop_nav {
        display: inline;
    }

    #banner_image {
        padding-top: 0px;
    }

    .video_promo_heading {
        
        font-size: 52px;
    }

    .main_content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .video_promo_background {
        padding: 48px 48px 48px 192px;
        height: 600px;

    }

    .promo_pair {}

    .promo_pair_heading p {
        font-size: 52px;
        letter-spacing: -0.52px;
        padding-left: 20%;
        padding-right: 20%;
    }


    #coming_soon_text {
        padding-left: 30px;
        padding-right: 30px;
    }

    #coming_soon_text h3 {
        font-size: 24px;
        line-height: 130%;
        /* 46.8px */
        margin-bottom: 20px;
    }


    #coming_soon_text p {
        font-size: 22px;
        line-height: 140%;
        /* 46.8px */
        letter-spacing: -0.22px;
    }

    #coming_soon_wrapper {
     height: calc(100vw/1.3);
     position: relative;
     top: calc(100vw/3.5);
     width: 90vw; 
    }
        
    h1 {
        font-size: 86px;
        line-height: 120%; /* 103.2px */
        letter-spacing: -0.86px;
        padding-bottom: 48px;
    }

    .video_promo_video video {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); 
    }   

    .coming_soon_link {
        display: none;
    }


    .content_heading h1 {
        letter-spacing: -0.86px;
        font-size: 86px;
        margin-top: 96px;
    }

    .content_intro {
        font-size: var(--Text-Sizes-Text-Large, 22px);
        line-height: 150%; /* 33px */
        margin-bottom: 96px;
    }

    .full_width_image {
        height: 660px;
        margin-bottom: 96px;
    }


    .orange_text h4 {
        font-size: 48px;
        letter-spacing: -0.48px;
    }

    .image_link_image {
        width: 80%;
        margin-bottom: 24px;
    }

    .content_promo_block h5 {
        color: var(--Rock-Black, #1E0907);
        font-family: Satoshi-Regular;
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
        letter-spacing: -0.28px;
        margin-bottom: 36px;
        padding-bottom: 0px;

    }

    .content_promo_block {
        min-height: 480px;
    }

    .content_promo_block p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }


    .text_block {
        padding: 48px;
    }

    .text_block h4 {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -0.48px;
        margin-bottom: 62px;
    }
  

    .text_block_row {
        font-size: var(--Text-Sizes-Heading-4, 48px);
    }    

    
    .promo_image h5 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        letter-spacing: -0.28px;
    }   

    .promo_image {
        padding: 48px 96px;
        height: 601px;
    }

    .rich_text {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
    }
}