div#center_column * {
    color: #fff;
}
div#cms_banner {
    position: relative;
}
div#cms_banner * {
    color: #fff;
}
div#cms_banner img {
    width: 100%;
    margin: 0 !important;
}
div#banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: #00000026;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#banner_desc {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
    width: 100%;
    background: #00000099;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}
div#banner_desc > span {
    width: 33%;
}
div#first_section {
    margin: 5em 0 6em;
    font-size: 16px;
}
div#second_section {
    display: flex;
    justify-content: space-between;
}
div#second_section > div{
    width: 40%;
}
.column_50 h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #F0F0F0;
}
.column_50 li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #F0F0F0;
}
.column_50 li span {
    display: block;
    text-indent: 5px;
}
div#third_section {
    background: linear-gradient(180deg, #161616 0%, rgba(21, 21, 21, 0.3) 100%);
    border: 1px solid #EC6B1D !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    margin: 10em 0;
}
#third_section div#team_members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6em;
}
div#third_section h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #F0F0F0;
    margin-bottom: 45px;
}
#third_section div#team_members > div {
    width: calc(100% / 4);
    max-width: 231px;
    text-align: center;
}
#third_section div#team_members > div span {
    display: block;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    line-height: 1.3;
    vertical-align: middle;
}
#third_section div#team_members > div span.role {
    color: #EC6B1D;
}
body#cms section.ccform-section .ccform-container {
    background: linear-gradient(180deg, #151515 0%, rgba(21, 21, 21, 0.3) 72.6%);
    border-top: 1px solid;
    border-image-source: linear-gradient(180deg, #151515 0%, rgba(21, 21, 21, 0.3) 100%);
}
body#cms section.ccform-section .ccform-container .ccform input.ccform-input {
    background: #4E4E4E;
    border: 1px solid #B4B4B4 !important;
}
body#cms section.ccform-section .ccform-container .ccform button.ccform-button.submitCCform {
    background: #ec6b1d;
}
body#cms section.ccform-section .ccform-container a,
body#cms section.ccform-section .ccform-container .ccform input.ccform-input::placeholder {
    color: #F0F0F0 !important;
}
body#cms section.ccform-section .ccform-container .ccform-info {
    display: flex;
    align-items: center;
}
body#cms section.ccform-section {
    margin-bottom: 5em;
}
@media screen and (min-width: 1000px) {
    div#cms_banner {
        max-width: calc(90% - 30px) !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}
@media screen and (max-width: 1300px) {
    div#second_section > div {
        width: 48%;
    }
}
@media screen and (max-width: 1000px) {
    div#banner_desc {
        font-size: 20px;
    }
    .column_50 h4 {
        font-size: 18px;
    }
    .column_50 li {
        font-size: 14px;
    }
    div#third_section {
        margin: 5em 0;
    }
    div#first_section {
        font-size: 14px;
    }
    div#first_section h2 {
        font-size: 22px;
    }
    #third_section div#team_members > div span {
        font-size: 14px;
    }
}
@media screen and (max-width: 885px) {
    div#banner_desc {
        font-size: 16px;
    }
    div#first_section {
        font-size: 12px;
    }
    div#first_section h2 {
        font-size: 18px;
    }
    .column_50 h4 {
        font-size: 16px;
    }
    .column_50 li {
        font-size: 12px;
    }
    div#third_section {
        margin: 5em 0;
        padding: 30px 0;
    }
    #third_section div#team_members {
        gap: 2em;
    }
    #third_section div#team_members > div span {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    #cms div#columns {
        padding: 0;
        max-width: calc(100% - 10px) !important;
    }
    div#banner_desc {
        font-size: 14px;
    }
    div#first_section {
        font-size: 12px;
        margin: 30px 0;
    }
    div#first_section h2 {
        font-size: 16px;
    }
    div#second_section {
        display: block;
        text-align: center;
    }
    div#second_section > div {
        width: 100%;
    }
    div#second_section > div ul {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
    }
    .column_50 li {
        font-weight: 600;
        margin-bottom: 10px;
    }
    .column_50 li span {
        font-weight: 400;
    }
    .column_50 h4 {
        font-size: 14px;
    }
    .column_50 li {
        font-size: 12px;
    }
    div#third_section {
        margin: 5em 0;
        padding: 30px 0;
    }
    div#third_section h4 {
        font-size: 18px;
    }
    #third_section div#team_members {
        gap: 2em;
    }
    #third_section div#team_members > div span {
        font-size: 12px;
    }
}
@media screen and (max-width: 475px) {
    div#banner_desc {
        display: none;
    }
    #third_section div#team_members {
        gap: 15px;
    }
    #third_section div#team_members > div {
        width: calc(50% - 20px);
        max-width: 231px;
        text-align: center;
    }
}