/* =========================
   CTA SECTION TYPE 1
========================= */

.cta-section-type-1 {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--cta-section-background-color);
}

.cta-section-type-1.small {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-1.small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.cta-section-type-1.no-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Wrapper */
.cta-section-type-1 .cta-section-type-1-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 630px;
}

@media screen and (max-width: 767px) {
    .cta-section-type-1 .cta-section-type-1-wrapper {
        max-width: none;
    }
}

/* Wrapper alignments */
.cta-section-type-1 .cta-section-type-1-wrapper.center {
    margin: 0 auto;
    text-align: center;
}

.cta-section-type-1 .cta-section-type-1-wrapper.center .cta-section-small-text {
    margin: 0 auto;
}

.cta-section-type-1 .cta-section-type-1-wrapper.left {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.cta-section-type-1 .cta-section-type-1-wrapper.left .cta-section-small-text {
    margin-left: 0;
    margin-right: auto;
}

.cta-section-type-1 .cta-section-type-1-wrapper.left .cta-section-buttons {
    justify-content: flex-start;
}

.cta-section-type-1 .cta-section-type-1-wrapper.right {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.cta-section-type-1 .cta-section-type-1-wrapper.right .cta-section-small-text {
    margin-left: auto;
    margin-right: 0;
}

.cta-section-type-1 .cta-section-type-1-wrapper.right .cta-section-buttons {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .cta-section-type-1 .cta-section-type-1-wrapper.right {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }

    .cta-section-type-1 .cta-section-type-1-wrapper.right .cta-section-small-text {
        margin-left: 0;
        margin-right: auto;
    }

    .cta-section-type-1 .cta-section-type-1-wrapper.right .cta-section-buttons {
        justify-content: flex-start;
    }
}

/* Title */
.cta-section-type-1 .cta-section-title {
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-1 .cta-section-title {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-1 .cta-section-title {
        padding-bottom: 20px;
    }
}

.cta-section-type-1 .cta-section-title .cta-section-title-text {
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: var(--cta-section-title-color);
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .cta-section-type-1 .cta-section-title .cta-section-title-text {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .cta-section-type-1 .cta-section-title .cta-section-title-text {
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-1 .cta-section-title .cta-section-title-text {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-1 .cta-section-title .cta-section-title-text {
        font-size: 32px;
        line-height: 40px;
    }
}

/* Small text */
.cta-section-type-1 .cta-section-small-text {
    width: 100%;
    max-width: 440px;
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-1 .cta-section-small-text {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-1 .cta-section-small-text {
        padding-bottom: 20px;
    }
}

.cta-section-type-1 .cta-section-small-text p {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-bottom: 20px;
}

.cta-section-type-1 .cta-section-small-text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .cta-section-type-1 .cta-section-small-text p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-1 .cta-section-small-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Buttons */
.cta-section-type-1 .cta-section-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.cta-section-type-1 .cta-section-buttons .cta-section-button a {
    display: inline-block;
    font-family: "Raleway", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--button-color);
    background-color: var(--button-background-color);
    padding: 10px 50px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-section-type-1 .cta-section-buttons .cta-section-button a:hover {
    color: var(--button-color-hover);
    background-color: var(--button-background-color-hover);
}

@media screen and (max-width: 991px) {
    .cta-section-type-1 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-1 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-1 .cta-section-buttons .cta-section-button a {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 30px;
    }
}

.cta-section-type-1 .cta-section-buttons .cta-section-button span {
    display: block;
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-top: 10px;
}

/* Text under buttons */
.cta-section-type-1 .cta-section-text-under-buttons span {
    display: block;
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-top: 10px;
}

/* Decoration */
.cta-section-decoration {
    position: relative;
    display: block;
    width: calc(100% + 60px);
    max-width: none;
    height: auto;
    margin-left: -30px;
    background-color: var(--cta-section-background-color);
}

@media screen and (max-width: 767px) {
    .cta-section-decoration {
        margin-left: -60px;
        width: calc(100% + 120px);
    }
}

@media screen and (max-width: 575px) {
    .cta-section-decoration {
        margin-left: -90px;
        width: calc(100% + 180px);
    }
}

/* =========================
   CTA SECTION TYPE 2
========================= */

.cta-section-type-2 {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--cta-section-background-color);
}

.cta-section-type-2.small {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-2.small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.cta-section-type-2.no-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Wrapper */
.cta-section-type-2 .cta-section-type-2-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

/* Row */
.cta-section-type-2 .cta-section-type-2-wrapper-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-2 .cta-section-type-2-wrapper-row {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-type-2-wrapper-row {
        gap: 30px;
    }
}

/* Reverse row alignment */
.cta-section-type-2 .cta-section-type-2-wrapper-row.reverse {
    flex-direction: row-reverse;
}

.cta-section-type-2 .cta-section-type-2-wrapper-row.reverse .right-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-type-2-wrapper-row.reverse .right-column {
        align-items: center;
        text-align: center;
    }
}

.cta-section-type-2 .cta-section-type-2-wrapper-row.reverse .right-column .cta-section-buttons {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-type-2-wrapper-row.reverse .right-column .cta-section-buttons {
        justify-content: center;
    }
}

/* Columns */
.cta-section-type-2 .cta-section-type-2-wrapper-row .left-column,
.cta-section-type-2 .cta-section-type-2-wrapper-row .right-column {
    width: calc(50% - 25px);
}

@media screen and (max-width: 991px) {

    .cta-section-type-2 .cta-section-type-2-wrapper-row .left-column,
    .cta-section-type-2 .cta-section-type-2-wrapper-row .right-column {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {

    .cta-section-type-2 .cta-section-type-2-wrapper-row .left-column,
    .cta-section-type-2 .cta-section-type-2-wrapper-row .right-column {
        width: 100%;
    }

    .cta-section-type-2 .cta-section-type-2-wrapper-row .right-column {
        text-align: center;
    }
}

/* Image */
.cta-section-type-2 .cta-section-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

/* Title */
.cta-section-type-2 .cta-section-title {
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-2 .cta-section-title {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-title {
        padding-bottom: 20px;
    }
}

.cta-section-type-2 .cta-section-title .cta-section-title-text {
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: var(--cta-section-title-color);
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .cta-section-type-2 .cta-section-title .cta-section-title-text {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .cta-section-type-2 .cta-section-title .cta-section-title-text {
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-title .cta-section-title-text {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-2 .cta-section-title .cta-section-title-text {
        font-size: 32px;
        line-height: 40px;
    }
}

/* Small text */
.cta-section-type-2 .cta-section-small-text {
    width: 100%;
    max-width: 440px;
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-2 .cta-section-small-text {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-small-text {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-2 .cta-section-small-text {
        padding-bottom: 20px;
    }
}

.cta-section-type-2 .cta-section-small-text p {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-bottom: 20px;
}

.cta-section-type-2 .cta-section-small-text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-small-text p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-2 .cta-section-small-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Buttons */
.cta-section-type-2 .cta-section-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-buttons {
        justify-content: center;
    }
}

.cta-section-type-2 .cta-section-buttons .cta-section-button a {
    display: inline-block;
    font-family: "Raleway", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--button-color);
    background-color: var(--button-background-color);
    padding: 10px 50px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-section-type-2 .cta-section-buttons .cta-section-button a:hover {
    color: var(--button-color-hover);
    background-color: var(--button-background-color-hover);
}

@media screen and (max-width: 991px) {
    .cta-section-type-2 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-2 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-2 .cta-section-buttons .cta-section-button a {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 30px;
    }
}

.cta-section-type-2 .cta-section-buttons .cta-section-button span {
    display: block;
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-top: 10px;
}

/* Text under buttons */
.cta-section-type-2 .cta-section-text-under-buttons span {
    display: block;
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-top: 10px;
}

/* =========================
   CTA SECTION TYPE 3
========================= */

.cta-section-type-3 {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--cta-section-background-color);
}

.cta-section-type-3.small {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-3.small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.cta-section-type-3.no-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Wrapper */
.cta-section-type-3 .cta-section-type-3-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px;
    background-color: var(--cta-section-box-background-color);
}

@media screen and (max-width: 991px) {
    .cta-section-type-3 .cta-section-type-3-wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-3 .cta-section-type-3-wrapper {
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 30px 15px;
    }
}

/* Row */
.cta-section-type-3 .cta-section-type-3-wrapper-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-3 .cta-section-type-3-wrapper-row {
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-3 .cta-section-type-3-wrapper-row {
        gap: 20px;
    }
}

/* Columns */
.cta-section-type-3 .cta-section-type-3-wrapper-row .left-column {
    width: calc(100% - 310px - 20px);
}

.cta-section-type-3 .cta-section-type-3-wrapper-row .right-column {
    width: 310px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-3 .cta-section-type-3-wrapper-row .left-column {
        width: calc(100% - 270px - 10px);
    }

    .cta-section-type-3 .cta-section-type-3-wrapper-row .right-column {
        width: 270px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-3 .cta-section-type-3-wrapper-row .left-column {
        width: 100%;
        text-align: center;
    }

    .cta-section-type-3 .cta-section-type-3-wrapper-row .right-column {
        width: 100%;
    }
}


/* Title */
.cta-section-type-3 .cta-section-title .cta-section-title-text {
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: var(--cta-section-title-color);
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .cta-section-type-3 .cta-section-title .cta-section-title-text {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .cta-section-type-3 .cta-section-title .cta-section-title-text {
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-3 .cta-section-title .cta-section-title-text {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-3 .cta-section-title .cta-section-title-text {
        font-size: 32px;
        line-height: 40px;
    }
}

/* Small text */
.cta-section-type-3 .cta-section-small-text {
    width: 100%;
}

.cta-section-type-3 .cta-section-small-text p {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--cta-section-text-color);
}

@media screen and (max-width: 767px) {
    .cta-section-type-3 .cta-section-small-text p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-3 .cta-section-small-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Buttons */
.cta-section-type-3 .cta-section-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.cta-section-type-3 .cta-section-buttons .cta-section-button a {
    display: inline-block;
    font-family: "Raleway", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--button-color);
    background-color: var(--button-background-color);
    padding: 10px 50px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-section-type-3 .cta-section-buttons .cta-section-button a:hover {
    color: var(--button-color-hover);
    background-color: var(--button-background-color-hover);
}

@media screen and (max-width: 991px) {
    .cta-section-type-3 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-3 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-3 .cta-section-buttons .cta-section-button a {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 30px;
    }
}

.cta-section-type-3 .cta-section-buttons .cta-section-button span {
    display: block;
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-top: 10px;
}

/* =========================
   CTA SECTION TYPE 4
========================= */

.cta-section-type-4 {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--cta-section-background-color);
}

.cta-section-type-4.small {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-4.small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.cta-section-type-4.no-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Wrapper */
.cta-section-type-4 .cta-section-type-4-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

/* Row */
.cta-section-type-4 .cta-section-type-4-wrapper-row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 .cta-section-type-4-wrapper-row {
        display: block;
    }
}

/* Columns */
.cta-section-type-4 .cta-section-type-4-wrapper-row .left-column {
    width: 25%;
}

.cta-section-type-4 .cta-section-type-4-wrapper-row .middle-column {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 75px 25px;
    background-color: var(--cta-section-box-background-color);
    text-align: center;
}

.cta-section-type-4 .cta-section-type-4-wrapper-row .right-column {
    width: 25%;
}

@media screen and (max-width: 991px) {
    .cta-section-type-4 .cta-section-type-4-wrapper-row .middle-column {
        padding: 50px 15px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 .cta-section-type-4-wrapper-row .left-column {
        width: 100%;
    }

    .cta-section-type-4 .cta-section-type-4-wrapper-row .middle-column {
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 30px 15px;
    }

    .cta-section-type-4 .cta-section-type-4-wrapper-row .right-column {
        width: 100%;
    }
}

/* Left Image */
.cta-section-type-4 .left-column-image {
    position: relative;
    width: 100%;
    height: 375px;
}

.cta-section-type-4 .left-column-image .cta-section-image {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 300px);
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

@media screen and (max-width: 991px) {
    .cta-section-type-4 .left-column-image {
        height: 325px;
    }

    .cta-section-type-4 .left-column-image .cta-section-image {
        left: -100px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% + 200px);
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 .left-column-image {
        width: 100%;
        max-width: 290px;
        height: 240px;
        margin: 0 auto;
        margin-bottom: -75px;
    }

    .cta-section-type-4 .left-column-image .cta-section-image {
        left: -15px;
        top: unset;
        transform: unset;
        width: calc(100% + 30px);
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Right Image */

.cta-section-type-4 .right-column-image {
    position: relative;
    width: 100%;
    height: 375px;
}

.cta-section-type-4 .right-column-image .cta-section-image {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 300px);
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

@media screen and (max-width: 991px) {
    .cta-section-type-4 .right-column-image {
        height: 325px;
    }

    .cta-section-type-4 .right-column-image .cta-section-image {
        right: -100px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% + 200px);
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 .right-column-image {
        width: 100%;
        max-width: 290px;
        height: 240px;
        margin: 0 auto;
        margin-top: -75px;
    }

    .cta-section-type-4 .right-column-image .cta-section-image {
        right: -15px;
        top: unset;
        transform: unset;
        width: calc(100% + 30px);
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Title */
.cta-section-type-4 .cta-section-title {
    padding-bottom: 40px;
}

.cta-section-type-4 .cta-section-title .cta-section-title-text {
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: var(--cta-section-title-color);
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .cta-section-type-4 .cta-section-title .cta-section-title-text {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .cta-section-type-4 .cta-section-title {
        padding-bottom: 30px;
    }

    .cta-section-type-4 .cta-section-title .cta-section-title-text {
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 .cta-section-title {
        padding-bottom: 20px;
    }

    .cta-section-type-4 .cta-section-title .cta-section-title-text {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-4 .cta-section-title .cta-section-title-text {
        font-size: 32px;
        line-height: 40px;
    }
}

/* Small text */
.cta-section-type-4 .cta-section-small-text {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.cta-section-type-4 .cta-section-small-text p {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-bottom: 20px;
}

.cta-section-type-4 .cta-section-small-text p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-4 .cta-section-small-text {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 .cta-section-small-text {
        padding-bottom: 20px;
    }

    .cta-section-type-4 .cta-section-small-text p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-4 .cta-section-small-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Buttons */
.cta-section-type-4 .cta-section-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.cta-section-type-4 .cta-section-buttons .cta-section-button a {
    display: inline-block;
    font-family: "Raleway", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--button-color);
    background-color: var(--button-background-color);
    padding: 10px 50px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-section-type-4 .cta-section-buttons .cta-section-button a:hover {
    color: var(--button-color-hover);
    background-color: var(--button-background-color-hover);
}

@media screen and (max-width: 991px) {
    .cta-section-type-4 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-4 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-4 .cta-section-buttons .cta-section-button a {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 30px;
    }
}

.cta-section-type-4 .cta-section-buttons .cta-section-button span {
    display: block;
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-top: 10px;
}

/* =========================
   CTA SECTION TYPE 5
========================= */

.cta-section-type-5 {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--cta-section-background-color);
}

.cta-section-type-5.small {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-5.small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.cta-section-type-5.no-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Wrapper */
.cta-section-type-5 .cta-section-type-5-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

/* Row */
.cta-section-type-5 .cta-section-type-5-wrapper-row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .cta-section-type-5 .cta-section-type-5-wrapper-row {
        display: block;
    }
}

/* Columns */
.cta-section-type-5 .cta-section-type-5-wrapper-row .left-column {
    width: 50%;
}

.cta-section-type-5 .cta-section-type-5-wrapper-row .right-column {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 75px;
    background-color: var(--cta-section-box-background-color);

    &.left {
        text-align: left;
        align-items: flex-start;
    }

    &.right {
        text-align: right;
        align-items: flex-end;
    }

    &.center {
        text-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .cta-section-type-5 .cta-section-type-5-wrapper-row .left-column {
        width: 40%;
    }

    .cta-section-type-5 .cta-section-type-5-wrapper-row .right-column {
        width: 60%;
        padding: 50px 20px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-5 .cta-section-type-5-wrapper-row .left-column {
        width: 100%;
    }

    .cta-section-type-5 .cta-section-type-5-wrapper-row .right-column {
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 30px 15px;

        &.left {
            text-align: left;
            align-items: flex-start;
        }

        &.right {
            text-align: left;
            align-items: flex-start;
        }

        &.center {
            text-align: center;
            align-items: center;
        }
    }
}

/* Left Image */
.cta-section-type-5 .left-column-image {
    position: relative;
    width: 100%;
    height: 375px;
}

.cta-section-type-5 .left-column-image .cta-section-image {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 30px);
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

@media screen and (max-width: 991px) {
    .cta-section-type-5 .left-column-image {
        height: 325px;
    }

    .cta-section-type-5 .left-column-image .cta-section-image {
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% + 30px);
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-5 .left-column-image {
        width: 100%;
        max-width: 290px;
        height: 240px;
        margin: 0 auto;
        margin-bottom: -75px;
    }

    .cta-section-type-5 .left-column-image .cta-section-image {
        left: -15px;
        top: unset;
        transform: unset;
        width: calc(100% + 30px);
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Title */
.cta-section-type-5 .cta-section-title {
    padding-bottom: 40px;
}

.cta-section-type-5 .cta-section-title .cta-section-title-text {
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: var(--cta-section-title-color);
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .cta-section-type-5 .cta-section-title .cta-section-title-text {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .cta-section-type-5 .cta-section-title {
        padding-bottom: 30px;
    }

    .cta-section-type-5 .cta-section-title .cta-section-title-text {
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-5 .cta-section-title {
        padding-bottom: 20px;
    }

    .cta-section-type-5 .cta-section-title .cta-section-title-text {
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-5 .cta-section-title .cta-section-title-text {
        font-size: 32px;
        line-height: 40px;
    }
}

/* Small text */
.cta-section-type-5 .cta-section-small-text {
    width: 100%;
    max-width: 440px;
    padding-bottom: 40px;
}

.cta-section-type-5 .cta-section-small-text p {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-bottom: 20px;
}

.cta-section-type-5 .cta-section-small-text p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .cta-section-type-5 .cta-section-small-text {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-5 .cta-section-small-text {
        padding-bottom: 20px;
    }

    .cta-section-type-5 .cta-section-small-text p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-5 .cta-section-small-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Buttons */
.cta-section-type-5 .cta-section-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.cta-section-type-5 .cta-section-buttons .cta-section-button a {
    display: inline-block;
    font-family: "Raleway", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--button-color);
    background-color: var(--button-background-color);
    padding: 10px 50px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-section-type-5 .cta-section-buttons .cta-section-button a:hover {
    color: var(--button-color-hover);
    background-color: var(--button-background-color-hover);
}

@media screen and (max-width: 991px) {
    .cta-section-type-5 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section-type-5 .cta-section-buttons .cta-section-button a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section-type-5 .cta-section-buttons .cta-section-button a {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 30px;
    }
}

.cta-section-type-5 .cta-section-buttons .cta-section-button span {
    display: block;
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--cta-section-text-color);
    margin-top: 10px;
}