main {
    width: 100%;
    font-family: Helvetica Neue, Arial, sans-serif;
}

/* SECTION ONE STYLE */
#offm-1 {
    width: 100%;
    color: #fff;
    background-color: rgb(0, 58, 52);
}

#offm-1 .offm-1-container {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: normal;
}

#offm-1 .offm-1-container .offm-1-item:first-child {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
}

#offm-1 .offm-1-container .offm-1-item:first-child h2 {
    color: #fff;
    font-size: 62.4px;
    line-height: 66.2px;
    letter-spacing: -1.248px;
    font-weight: 400;
}

#offm-1 .offm-1-container .offm-1-item:first-child p {
    margin-top: 30px;
    margin-bottom: 70px;
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#offm-1 .offm-1-container .offm-1-item:first-child a {
    padding: 16px 21px;
    border-radius: 15px;
}

#offm-1 .offm-1-container .offm-1-item:first-child .a-btt-w {
    margin-left: 5px;
}

#offm-1 .offm-1-container .offm-1-item:last-child {
    width: 50%;
    height: 77.3%;
    margin-left: auto;
    margin-right: 0;
    /*margin-left: 150px;*/
}

#offm-1 .offm-1-container .offm-1-item:last-child img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
}

#offm-1 .offm-1-floating-logo {
    width: 0;
    height: 0;
    position: relative;
    z-index: 0;
    right: -47%;
    top: -507px;
}

#offm-1 .offm-1-floating-logo img {
    width: 367px;
    height: 507px;
}

/* SECTION TWO STYLE */
#offm-2 {
    width: 100%;
    height: 854px;
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #00504A;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(232,231,219,1) 100%);
}

#offm-2 .offm-2-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}

#offm-2 .offm-2-container .content {
    position: relative;
    margin-right: 10%;
    max-width: 493px;
}

#offm-2 .offm-2-container .content h2 {
    margin-bottom: 32px;
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#offm-2 .offm-2-container .content p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
}

#offm-2 .offm-2-container .content .btts {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
}

#offm-2 .offm-2-container .content .btts a {
    padding: 16px 21px;
    border-radius: 15px;
}

#offm-2 .offm-2-container .content .btts a:not(:first-child) {
    margin-left: 20px;
}

#offm-2 .offm-2-container .form-div .form-title {
    margin-bottom: 48px;
}

#offm-2 .offm-2-container .form-div .form-title h3 {
    margin-bottom: 32px;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: -0.576px;
    font-weight: 400;
}

#offm-2 .offm-2-container .form-div .form-title p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
}

#offm-2 .offm-2-container .form-div form label,
#offm-2 .offm-2-container .form-div form input {
    display: block;
    width: calc(100% - 22px);
}

#offm-2 .offm-2-container .form-div form {
    width: 543px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
}

#offm-2 .offm-2-container .form-div form .form-item:not(:first-child) {
    margin-top: 20px;
}

#offm-2 .offm-2-container .form-div form label {
    margin-bottom: 5px;
}

#offm-2 .offm-2-container .form-div form input {
    padding: 0 10px;
    font-size: 16px;
    line-height: 34px;
    color: #00504A;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: 200ms;
}

#offm-2 .offm-2-container .form-div form input:hover {
    border: 1px solid rgba(0, 80, 74, 0.5);
}

#offm-2 .offm-2-container .form-div form input:focus {
    outline: none;
    border: 1px solid #00504A;
}

#offm-2 .offm-2-container .form-div form .form-item {
    width: 100%;
}

#offm-2 .offm-2-container .form-div form .form-item button {
    padding: 16px 21px;
    border-radius: 15px;
    font-size: 16px;
}

#offm-2 .offm-2-container .form-div form .form-item button:hover {
    cursor: pointer;
}

#offm-2 .offm-2-container .form-div form .form-item .label-title {
    font-size: 16px;
    line-height: 22px;
}

#offm-2 .offm-2-container .form-div form .form-item .label-small {
    font-size: 13px;
    line-height: 18px;
}

#offm-2 .offm-2-container .form-div form .form-item .form-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
}

#offm-2 .offm-2-container .form-div form .form-item .form-name div {
    width: 100%;
}

#offm-2 .offm-2-container .form-div form .form-item .form-name div:not(:first-child) {
    margin-left: 17px;
}

#offm-2 .offm-2-container .form-div form .form-item .form-name div input {
    width: calc(100% - 22px);
}

#offm-2 .offm-2-container .form-div form .form-item .form-name div label {
    width: max-content;
}

#offm-2 .offm-2-container .bullet-points ul {
    list-style: none;
}

#offm-2 .offm-2-container .bullet-points ul li {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
}

#offm-2 .offm-2-container .bullet-points ul li img {
    object-fit: cover;
    height: 32px;
    max-width: 36px;
    margin-left: 10px;
    margin-right: 20px;
}

#offm-2 .offm-2-container .bullet-points ul li div {
    max-width: 500px;
    margin-left: 10px;
}

#offm-2 .offm-2-container .bullet-points ul li h3 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
}

#offm-2 .offm-2-container .bullet-points ul li p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/* SECTION BANNER STYLE */
main #sys-banner .sys-banner-container {
    position: relative;
    width: 100%;
    height: 203px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    background-color: rgb(232, 231, 219);
}

#sys-banner .marquee-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 203px;
    margin-top: -203px;
    -webkit-box-shadow: inset 120px 0 52px -55px rgb(232, 231, 219), inset -120px 0 52px -55px rgb(232, 231, 219);
    -moz-box-shadow: inset 120px 0 52px -55px rgb(232, 231, 219), inset -120px 0 52px -55px rgb(232, 231, 219);
    box-shadow: inset 120px 0 52px -55px rgb(232, 231, 219), inset -120px 0 52px -55px rgb(232, 231, 219);
}

main #sys-banner .sys-banner-container .marquee {
    width: 394px;
    max-width: none;
    white-space: nowrap;
    font-size: 64px;
    line-height: 89px;
    letter-spacing: -1.28px;
    font-weight: 400;
    color: #00504A;
    animation: marquee 5s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-394px, 0);
    }
}
/* SECTION THREE STYLE */
#offm-3 {
    width: 100%;
    padding: 90px 0;
    color: #00504A;
}

#offm-3 .offm-3-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}

#offm-3 .offm-3-container .title {
    margin-bottom: 55px;
}

#offm-3 .offm-3-container .title h2 {
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#offm-3 .offm-3-container .content .c-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}

#offm-3 .offm-3-container .content .c-item:not(:first-child) {
    margin-top: 5px;
}

#offm-3 .offm-3-container .content .c-item .c-text {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: normal;
    border-radius: 30px;
}

#offm-3 .offm-3-container .content .c-item .c-text h3 {
    margin-bottom: 16px;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: -0.576px;
    font-weight: 400;
}

#offm-3 .offm-3-container .content .c-item .c-text p {
    font-size: 16px;
    line-height: 22px;
}

#offm-3 .offm-3-container .content .c-item:first-child .ci-card:nth-child(1) {
    width: 323px;
    height: 204px;
    background-color: rgb(232, 231, 219);
}

#offm-3 .offm-3-container .content .c-item:first-child .ci-card img {
    object-fit: cover;
    width: 430px;
    height: 244px;
    margin: 0 10px;
    border-radius: 30px;
}

#offm-3 .offm-3-container .content .c-item:first-child .ci-card:nth-child(3) {
    width: 378px;
    height: 204px;
    color: #fff;
    background-color: rgb(232, 97, 56);
}

#offm-3 .offm-3-container .content .c-item:last-child .ci-card:first-child img {
    object-fit: cover;
    width: 430px;
    height: 204px;
    border-radius: 30px;
}

#offm-3 .offm-3-container .content .c-item:last-child .ci-card.c-text {
    width: 449px;
    height: 160px;
    margin: 0 10px;
    color: #fff;
    background-color: #00504A;
    border-radius: 30px;
}

#offm-3 .offm-3-container .content .c-item:last-child .ci-card:last-child img {
    object-fit: cover;
    width: 304px;
    height: 204px;
    border-radius: 30px;
}

@media all and (min-width: 1001px) and (max-width: 1622px) {
    /* SECTION TWO STYLE */
    #offm-2 {
        height: fit-content;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    #offm-2 .offm-2-container {
        justify-content: space-around;
    }

    #offm-2 .offm-2-container .content {
        width: 381px;
        position: relative;
        top: unset;
        margin-right: unset;
        max-width: unset;
    }

    #offm-2 .offm-2-container .content .btts a {
        width: 143px;
        text-align: center;
    }
}

@media all and (max-width: 1390px) {
    /* SECTION THREE STYLE */
    #offm-3 {
        padding: 45px 0;
    }

    #offm-3 .offm-3-container {
        width: 100%;
    }

    #offm-3 .offm-3-container .title {
        width: 90%;
    }

    #offm-3 .offm-3-container .title h2 {
        font-size: 39px;
        line-height: 43px;
        letter-spacing: -0.778px;
        text-align: center;
    }

    #offm-3 .offm-3-container .content {
        padding: 0 22px;
        width: 316px;
    }

    #offm-3 .offm-3-container .content .c-item {
        width: 100%;
        flex-direction: column;
    }

    #offm-3 .offm-3-container .content .c-item:not(:first-child) {
        margin-top: 10px;
    }

    #offm-3 .offm-3-container .content .c-item .c-text {
        padding: 22px;
        border-radius: 30px;
    }

    #offm-3 .offm-3-container .content .c-item .c-text h3 {
        font-size: 29px;
        line-height: 33px;
        letter-spacing: -0.576px;
    }

    #offm-3 .offm-3-container .content .c-item .c-text p {
        font-size: 16px;
        line-height: 22px;
    }

    #offm-3 .offm-3-container .content .c-item .ci-card {
        width: 100%;
    }

    #offm-3 .offm-3-container .content .c-item .ci-card:not(:first-child) {
        margin-top: 10px;
    }

    #offm-3 .offm-3-container .content .c-item:first-child .ci-card:nth-child(1) {
        width: 100%;
        height: unset;
    }

    #offm-3 .offm-3-container .content .c-item:first-child .ci-card:nth-child(2) {
        width: calc(100% + 44px);
        height: 129px;
    }

    #offm-3 .offm-3-container .content .c-item:first-child .ci-card img {
        object-fit: cover;
        object-position: 0 -20px;
        width: 100%;
        height: 100%;
        margin: unset;
    }

    #offm-3 .offm-3-container .content .c-item:first-child .ci-card:nth-child(3) {
        width: 100%;
        height: unset;
    }

    #offm-3 .offm-3-container .content .c-item:last-child .ci-card:nth-child(1) {
        width: calc(100% + 44px);
        height: 129px;
    }

    #offm-3 .offm-3-container .content .c-item:last-child .ci-card:nth-child(1) img {
        object-fit: cover;
        object-position: 0 -35px;
        width: 100%;
        height: 100%;
    }

    #offm-3 .offm-3-container .content .c-item:last-child .ci-card.c-text {
        width: 100%;
        height: unset;
        margin: inherit;
    }

    #offm-3 .offm-3-container .content .c-item:last-child .ci-card:nth-child(3) {
        width: calc(100% + 44px);
        height: 129px;
    }

    #offm-3 .offm-3-container .content .c-item:last-child .ci-card:nth-child(3) img {
        object-fit: cover;
        object-position: 0 -50px;
        width: 100%;
        height: 100%;
    }
}

@media all and (max-width: 1000px) {
    /* SECTION ONE STYLE*/
    #offm-1 {
        height: fit-content;
    }

    #offm-1 .offm-1-container {
        width: 100%;
        height: fit-content;
        padding-top: 140px;
        padding-bottom: 50px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #offm-1 .offm-1-container .offm-1-item:first-child {
        width: 90%;
        margin-right: 0;
        margin-left: 0;
    }

    #offm-1 .offm-1-container .offm-1-item:first-child h2 {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: -0.92px;
    }

    #offm-1 .offm-1-container .offm-1-item:last-child {
        width: 100%;
        margin: 45px 0 0 0;
        display: block;
    }

    #offm-1 .offm-1-container .offm-1-item:last-child img {
        width: 100%;
        max-width: unset;
        height: unset;
        max-height: 300px;
        border-radius: unset;
    }

    #offm-1 .offm-1-floating-logo {
        width: 0;
        height: 0;
        top: -262px;
        left: unset;
        right: -70%;
    }

    #offm-1 .offm-1-floating-logo img {
        object-fit: scale-down;
        width: auto;
        height: 207px;
    }

    /* SECTION TWO STYLE */
    #offm-2 {
        height: fit-content;
        padding: 35px 0;
    }

    #offm-2 .offm-2-container {
        flex-direction: column;
    }

    #offm-2 .offm-2-container .content {
        position: relative;
        margin-right: unset;
        width: 85%;
        max-width: unset;
    }

    #offm-2 .offm-2-container .content h2 {
        margin-bottom: 32px;
        font-size: 39px;
        line-height: 43px;
        letter-spacing: -0.778px;
        text-align: center;
    }

    #offm-2 .offm-2-container .form-div {
        width: 90%;
        margin-bottom: 0;
    }

    #offm-2 .offm-2-container .form-div .form-title {
        margin-top: 70px;
    }

    #offm-2 .offm-2-container .form-div .form-title h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.485px;
    }

    #offm-2 .offm-2-container .form-div form label,
    #offm-2 .offm-2-container .form-div form input {
        width: calc(100% - 22px);
    }

    #offm-2 .offm-2-container .form-div form {
        width: unset;
    }

    #offm-2 .offm-2-container .form-div form textarea {
        width: calc(100% - 22px);
        min-width: calc(100% - 22px);
        max-width: calc(100% - 22px);
        min-height: 100px;
        max-height: 100px;
    }

    #offm-2 .offm-2-container .form-div form .form-item .form-name div {
        width: 100%;
    }

    #offm-2 .offm-2-container .form-div form .form-item .form-name div:not(:first-child) {
        margin-left: 28px;
    }

    #offm-2 .offm-2-container .form-div form .form-item .form-name div input {
        width: calc(100% - 22px);
    }

    /* SECTION BANNER STYLE */
    main #sys-banner .sys-banner-container {
        height: 94px;
    }

    main #sys-banner .sys-banner-container .marquee {
        width: 289px;
        font-size: 47px;
        line-height: 66px;
        letter-spacing: -0.941px;
    }

    #sys-banner .marquee-overlay {
        width: 100%;
        height: 94px;
        margin-top: -94px;
    }

    @keyframes marquee {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(-289px, 0); /* 477 */
        }
    }
}

@media all and (max-width: 500px) {
    /* SECTION ONE STYLE*/
    #offm-1 .offm-1-container {
        padding-bottom: 30px;
    }

    #offm-1 .offm-1-container .offm-1-item:first-child {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: normal;
    }

    #offm-1 .offm-1-container .offm-1-item:first-child h2 {
        width: 92%;
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -0.92px;
    }

    #offm-1 .offm-1-container .offm-1-item:first-child p {
        width: 92%;
    }

    #offm-1 .offm-1-container .offm-1-item:first-child a {
        margin-bottom: 10px;
    }

    #offm-1 .offm-1-container .offm-1-item:last-child {
        margin: 25px 0 0 0;
    }

    #offm-1 .offm-1-floating-logo {
        top: -243px;
        right: -55%;
    }

    /* SECTION TWO STYLE */

}