@font-face{font-family:Montserrat-Regular;src:local("/static/fonts/Montserrat-Regular"),url(Montserrat-Regular.f595c38f5aaaeca5.ttf) format("truetype")}html{height:100%;width:100%}body{margin:0;min-width:1200px;overflow-x:auto;height:100%;width:100%;font-family:Montserrat-Regular}:root{--primary: #CE8F60}.page{width:100%;height:100%;display:flex;flex-direction:column}a.button,button{display:flex;flex-direction:row;justify-content:center;padding:14px 20px 12px;text-align:center;height:54px;left:1101px;top:18px;font-weight:400;font-size:18px;text-transform:uppercase;white-space:nowrap;border:none;color:#fff;background:var(--primary);cursor:pointer;text-decoration:none;box-sizing:border-box}span.accent{color:var(--primary)}.montserrat-400{font-style:normal;font-weight:400;font-size:20px}.slide-title{font-style:normal;font-weight:800;font-size:52px;line-height:105%;color:#333}.primary{color:var(--primary)!important}span{font-style:normal}.montserrat-700{font-weight:700;font-size:24px}.montserrat-800{font-weight:800;font-size:52px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #dee1eb;border-radius:10px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#517ef5}.page-title{font-weight:400;font-size:52px}.page-sub-title{font-weight:400;font-size:20px}

:root {
    --primary: #CE8F60
}

* {
    color: unset;
}


.slide-33 .right-side {
    width: 41% !important;
}

a.button, button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    left: 1101px;
    top: 18px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    border: none;
    color: #fff;
    background: var(--primary);
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box
}

.slide-4 .button {
    line-height: 63px !important;
}

.footer__feedback-button {
    visibility: hidden;
}