.container {
    max-width: 1670px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w-100 {
    width: 100%;
    max-width: 100%
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.site {
    min-height: 100vh;
    background-color: #031d3dff
}

.wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none
}

.primary-button {
    position: relative;
}

.primary-button__text {
    padding: 17px 60px 13px 20px;
    background-color: #077dfdff;
    border: 2px solid #077dfdff;
    border-radius: 200px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    opacity: 1;
    -webkit-transition: .3s background-color, .3s border-color, padding .3s, color .3s;
    -o-transition: .3s background-color, .3s border-color, padding .3s, color .3s;
    transition: .3s background-color, .3s border-color, padding .3s, color .3s;
    display: block;
}

.primary-button:hover .primary-button__text {
    background-color: #63AEFF;
    border-color: #63AEFF;
}

.primary-button:active .primary-button__text {
    padding: 15px 58px 11px 18px;
}

.primary-button__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #031d3dff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.primary-button__icon:after {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.btn.primary-button.primary--white {
    height: 52px;
    display: flex;
    align-items: center;
}

.primary-button.primary--white .primary-button__text {
    background-color: #fff;
    color: #077DFD;
    letter-spacing: .2px;
    padding: 15px 60px 11px 20px;
}

.primary-button.primary--white:hover .primary-button__text {
    background-color: #10335F;
    border-color: #10335F;
    color: #fff
}

.primary-button.primary--white:active .primary-button__text {
    padding: 13px 58px 9px 18px;
}

.primary-button.primary--white .primary-button__icon {
    background-color: #077DFD
}

.primary-button.primary--white .primary-button__icon:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.primary-button.primary--black .primary-button__text {
    background-color: #031D3D
}

.primary-button.primary--transparent .primary-button__text {
    background-color: transparent;
    color: #031D3D;
    border-color: #031D3D
}

.primary-button.primary--transparent:hover .primary-button__text {
    opacity: 1;
    background-color: #031D3D;
    color: #fff;
    border-color: #031D3D
}

.primary-button.primary--transparent:hover .primary-button__icon {
    background-color: #fff;
}

.primary-button.primary--transparent:hover .primary-button__icon:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='%23031D3D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.primary-button.primary--black .primary-button__icon {
    background-color: #fff
}

.primary-button.primary--black .primary-button__icon:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='%23031D3D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}