.uk-navbar-left {
    padding-left: 40px!important;
}

.uk-navbar-right {
    padding-right: 40px!important;
}

.uk-font-small {
    font-size: 25px!important;
}

@media only screen and (max-width: 960px) {
    .uk-navbar-left {
        padding-left: 30px!important;
    }

    .uk-navbar-right {
        padding-right: 30px!important;
    }
}

@media only screen and (max-width: 960px) {
    .uk-navbar-left {
        padding-left: 15px!important;
    }

    .uk-navbar-right {
        padding-right: 15px!important;
    }
}

.uk-container {
    padding: 0!important;
    max-width:100vw!important;
}

.circle-mark {
    width:156px;
    height:40px;
    display:flex;
    background:#FF9C3A;
    border-radius: 50px;
    color:#fff;
    font-size: 30px;
    align-content: center;
    justify-content: center;
    align-items: center;
    transform: translateY(-28px);
}

.circle-mark span {
    font-size: 30px;
}

.circle-mark::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FF9C3A;
    position: absolute;
    margin-top: 54px;
}

.green-arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #66D3A9;
    position: absolute;
    left: -24px;
    margin-top: 154px;
    display: block!important;
}

.green-arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(255, 240, 221);
    position: absolute;
    left: -24px;
    margin-top: 164px;
    z-index: 2;
    display: block!important;
}

.overplace-fix {
    z-index: 3!important;
    margin-bottom: 20px;
}

.squre-height {
    height: 402px;
}

@media only screen and (max-width: 960px) {
    .font-resizer {
        font-size: 0.8rem!important;
    }

    .font-resizer2 {
        font-size: 17px;
    }

    h3.font-resizer {
        font-size: 1rem!important;
    }

    p.font-resizer {
        font-size: 1rem!important;
    }
    .overplace-fix {
        margin-bottom: -20px;
    }
    .overplace-fix::before {
        content: '';
        width: 100%;
        height: 40px;
        display: block!important;
        background: #fff;
        position: absolute;
        margin-top: 38px;
    }

    .h1-resizer {
        font-size: 21px!important;
        margin: 0px 10px!important;
        background-color: #fff;
    }

    .green-arrow::before {
        display: none!important;
    }

    .green-arrow-sm::before {
        content: '';
        width: 0;
        height: 0;
        display: block!important;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #66D3A9;
        position: absolute;
        top: -32px;
        z-index: 2;
        margin-left: 22px;
    }

    .green-arrow-sm::after {
        content: '';
        width: 0;
        height: 0;
        display: block!important;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgb(255, 240, 221);
        position: absolute;
        top: -33px;
        z-index: 2;
        margin-left: 32px;
    }

    .uk-grid+.uk-grid-medium {
        margin-top: 0!important;
    }

    .remove-green-arrow::before  {
        display: none!important;
    }

    .remove-green-arrow::after  {
        display: none!important;
    }

    .squre-height {
        height: auto;
    }
}