.video-header {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    height: 100%;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-header .content_div {
    position: relative;
    z-index: 2;
}

.video-header .header_text {
    font-size: 75px;
}

.video-header p {
    color: white;
    font-size: 22px;
    max-width: 760px;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 3px 3px 9px black;
}

.custom-layout.dark {
    background-color: var(--oth-black);
}

.custom-layout.dark p, .custom-layout.dark h2 {
  color: var(--oth-white);
  font-weight: 400;
}

.custom-layout.dark .columns .left, .custom-layout.dark .columns .right {
    width: 50%;
}

.dark {
    background-color: var(--oth-black);
}

.custom-layout.dark .columns .right {
    min-height: 500px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    position: relative;
       
}


.custom-layout.dark .columns .left {
     padding-right: 55px;
}

.custom-layout.dark .quote {
    font-size: 16px;
    color: rgb(205, 205, 205);
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.custom-layout.dark .quote .name {
    font-weight: bold;
    font-style: normal;
    margin-left: 10px;
}

.custom-layout .button {
    margin-top: 55px;
    max-width: 300px;
    border: 1px solid var(--oth-green);
}

.custom-layout .button:hover {
    background-color: transparent;
}

.filler-layout {
    height: 200px;
    background-size: cover;
}

.custom-layout.layout-2 .content_div {
    justify-content: center;
    align-items: center;
}

.layout-2 .brand-carousel-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    margin-top: 35px;
}

.layout-2 .brand-carousel {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    align-items: center;
    justify-content: flex-start;
        padding-left: calc(20% + 25px);
}

.layout-2 .brand-carousel .tile {
    display: flex;
    flex-direction: column;
    color: var(--oth-white);
    align-items: center;
    justify-content: center;
    padding: 0px 20px 20px 20px;
    border: 1px solid var(--oth-green);
    border-radius: 25px;
    margin-right: 25px;
    min-width: 800px;
    max-width: 800px;
    opacity: 0.4;
    transition: 0.2s;
    text-align: center;
    box-sizing: border-box;
}

.layout-2 .brand-carousel .tile.active {
    opacity: 1;
  border: 4px solid var(--oth-green);
}

.layout-2 .brand-carousel .tile .logo {
    width: 80%;
}

.layout-2 .brand-carousel .tile .description {
    font-size: 24px;
    letter-spacing: 2px;
}

.layout-2 .brand-carousel-container .carousel-indicator-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

 .carousel-indicator circle {
    fill: var(--oth-white);

 }

  .carousel-indicator.active circle {
    fill: var(--oth-green);

 }

.custom-layout.full-width .left {
     flex: 0 0 50%;
    max-width: 750px;
    padding: 2rem;
    box-sizing: border-box;
}

.custom-layout.full-width .content_div {
    position: relative;
}

.custom-layout.full-width .right {
    width: 50vw !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 50%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}


.vertical-carousel .carousel-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}

.process-carousel .tile {
    display: flex;
    flex-direction: column;
    color: var(--oth-white);
    align-items: center;
    justify-content: center;
    padding: 0px 20px 20px 20px;
    border: 1px solid var(--oth-green);
    border-radius: 25px;
    margin-right: 25px;
    min-height: 400px;
    height: 400px;
    max-height: 400px;
    opacity: 0.4;
    transition: 0.2s;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.process-carousel {
    max-height: 400px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.vertical-carousel .carousel-indicator-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}


.process-carousel .tile.active {
    opacity: 1;
  border: 4px solid var(--oth-green);
}
.process-carousel .tile .logo {
    width: 80%;
}

.process-carousel .tile .icon {
    font-size: 26px;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--oth-green);
    margin-bottom: 15px;
    width: 64px;
    height: 64px;
}

.process-carousel .tile .title {
    font-size: 24px;
    margin-bottom: 15px;
}

.process-carousel .tile .description {
    font-size: 16px;
}

.left img {
    width: 100%;
    margin-top: 50px;
}

#vertical-process-carousel .left {
    width: 55%;

}

#vertical-process-carousel .right {
    width: 55%;
    
}

.centered {
    text-align: center;
}

.custom-layout.tricolumn, .custom-layout.tricolumn .content_div {
    align-items: center;
    justify-content: center;
}

.custom-layout.tricolumn .columns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 15px;
    column-gap: 15px;
    margin-top: 75px;
}

.custom-layout.tricolumn .columns .column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}

.custom-layout.tricolumn .columns .column a {
     width: 100%;
}

.custom-layout.tricolumn .columns .column img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.319);
    border-radius: 15px;
    
}

.custom-layout.faq-section .content_div {
    justify-content: center;
    align-items: center;
}

.cta-box {
    margin-top: 35px;
    border: 2px solid var(--oth-green);
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.609);
    border-radius: 25px;
}


.cta-box a.button {
    margin-top: 35px;
    margin-bottom: 0px;
}

@media (max-width: 768px)
{
    .video-header .header_text {
    font-size: 64px;
}

.custom-layout.dark .columns .left {
    padding-left: 0px;
     padding-right: 0px;
}

.custom-layout.dark .columns .left, .custom-layout.dark .columns .right, #vertical-process-carousel .left, #vertical-process-carousel .right{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.custom-layout.dark .quote {
    flex-direction: column;
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: unset;
}

.custom-layout.dark .quote .name {
    margin-top: 15px;
}

.vertical-carousel .carousel-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    margin-top: 55px;
}

.vertical-carousel .carousel-indicator-container
 {
    flex-direction: row;
    margin-right: 0px;
    margin-top: 25px;
}

.process-carousel .tile {
    margin-right: 0px;
}

.custom-layout.tricolumn .columns {
    grid-template-columns: repeat(1, 1fr);
}

.custom-layout.full-width .right {
    width: 100vw !important;
    position: static !important;
   
}

.custom-layout.dark .columns .right {
     min-height: 300px;
}

.layout-2 .brand-carousel {
    padding-left: 0px;
}

.layout-2 .brand-carousel .tile {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 350px;
}


.cta-box {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-layout.dark p, .custom-layout.dark h2 {
    text-align: center;
}

.filler-layout {
    height: 100px;
    background-size: cover;
    padding-bottom: 0px;
    padding-top: 0px;
}

.layout-2 .brand-carousel .tile .logo {
    width: 100%;
}

}
