body {
  font-family: 'Montserrat', sans-serif;
  background-color: white;
}

.wrapper-1 {
    background-color: #2E8BBF;
}

.wrapper-2 {
    background-color: #399AD1;
    color: #2E4B95;
}

.wrapper-2-5 {
    color: #2E4B95;
}

.wrapper-3{
    background-color: #003B6B;
    color: white;
}

.wrapper-4 {
    width: 340px;
    height: 100%;
}

.modal {
    transition: opacity 0.25s ease;
}
body.modal-active {
    overflow-x: hidden;
    overflow-y: visible !important;
}