.module-hero.custom .carousel-control {
    display: none;
}

.module-hero.custom .text-center {
    position: relative;
}

.module-hero.custom .text-center img {
    object-position: top center;
    height: 100vh;
    object-fit: cover;
}

.module-hero.custom .hero-content {
    position: absolute;
    bottom: 4%;
}

.module-hero.custom .hero-content h1 {
    font-size: clamp(2.375rem, 0.054rem + 6.19vw, 4.625rem);
    font-style: italic;
    color: #fff;
    text-align: center;
    font-weight: 400 !important;
    line-height: 1.1;
    font-family: var(--font-title) !important;
}

.module-hero.custom .hero-content h1 .span-1 {
    display: block;
    font-size: clamp(1.25rem, 1.071rem + 0.476vw, 1.5rem);
    font-family: 'Instrument Sans';
    font-style: initial;
    text-transform: uppercase;
    color: var(--color-secondary);
    letter-spacing: 5px;
    margin-bottom: 10px;
}


.ry-headline h2 {
    font-size: clamp(2.188rem, 0.848rem + 3.571vw, 4.063rem);
    font-family: var(--font-title) !important;
    font-style: italic;
    font-weight: 400 !important;
    line-height: 1.1;
}

.ry-headline h2 .span-1 {
    display: block;
    font-size: clamp(1.25rem, 1.071rem + 0.476vw, 1.5rem);
    font-style: initial;
    font-family: var(--font-default);
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.ry-text p, 
.ry-text {
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--font-default);
    color: #555;
}

.ry-btn {
    border: 1.5px solid #92c03c !important;
    background: transparent !important;
    text-transform: uppercase;
    color: #1b3556 !important;
    font-size: 18px !important;
    padding: 16px 30px;
    height: auto;
    line-height: 1;
}

.btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
}


.module-welcome.custom {
    padding: 160px 0 240px;
}

.module-welcome.custom .ry-content {
    max-width: 960px;
}

.module-welcome.custom .ry-container {
    display: flex;
    justify-content: center;
}

.ry-headline:not(.no-border):after {
    width: 240px;
    content: "";
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #92c03c;
}

.module-welcome.custom .ry-headline h2 .span-1 {
    margin-bottom: 10px;
}

.module-welcome.custom .text-block {
    margin-top: 40px;
}


.module-welcome.custom .video-wrapper {
    position: relative;
    padding: 10px;
    border: 1px solid #92c03c;
    margin-top: 50px;
    margin-bottom: 40px;
}

.module-welcome.custom .video-wrapper:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    border: 1px solid #92c03c;
    border-bottom: unset;
}

.module-welcome.custom .button-wrapper {
    margin-top: 35px;
}


body {
    background: url(https://www.royacdn.com/unsafe/smart/Site-8277d73e-aeef-4a4b-85ab-99862cf4c44c/assets/body_bg_repeat.jpg);
}


