.err-wrap.notice {
    display: none;
}
@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans/PTSans-BoldItalic.eot');
    src: url('/fonts/PTSans/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/PTSans/PTSans-BoldItalic.woff2') format('woff2'),
    url('/fonts/PTSans/PTSans-BoldItalic.woff') format('woff'),
    url('/fonts/PTSans/PTSans-BoldItalic.ttf') format('truetype'),
    url('/fonts/PTSans/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans/PTSans-Regular.eot');
    src: url('/fonts/PTSans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/PTSans/PTSans-Regular.woff2') format('woff2'),
    url('/fonts/PTSans/PTSans-Regular.woff') format('woff'),
    url('/fonts/PTSans/PTSans-Regular.ttf') format('truetype'),
    url('/fonts/PTSans/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans/PTSans-Bold.eot');
    src: url('/fonts/PTSans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/PTSans/PTSans-Bold.woff2') format('woff2'),
    url('/fonts/PTSans/PTSans-Bold.woff') format('woff'),
    url('/fonts/PTSans/PTSans-Bold.ttf') format('truetype'),
    url('/fonts/PTSans/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans/PTSans-Italic.eot');
    src: url('/fonts/PTSans/PTSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/PTSans/PTSans-Italic.woff2') format('woff2'),
    url('/fonts/PTSans/PTSans-Italic.woff') format('woff'),
    url('/fonts/PTSans/PTSans-Italic.ttf') format('truetype'),
    url('/fonts/PTSans/PTSans-Italic.svg#PTSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
/* Defaults */
body {
    font-family: 'PT Sans';
}
p, ul {
    font-size: 18px;
    line-height: 35px;
}
a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #089bd7;
}

#main {
    margin-top: 196px;
}

.rsbtn {
    top: 22px;
}

.nsp-bg-gray {
    background-color: rgba(122, 122, 122, .09);
}
.nsp-bg-transparent {
    background-color: transparent !important;
}
.nsp-bg-transparent h4 {
    font-weight: bold;
    font-size: 31px;
    line-height: 49px;
}

.text-right {
    text-align: right;
}

.nsp-mw-360 {
    max-width: 360px;
}
.nsp-mw-210 {
    max-width: 210px;
}
.nsp-arrow-ml svg {
    margin-left: 80px;
}
.nsp-arrow-fr svg {
    float: right;
}
/* END Defaults */
/* Buttons */
.btn {
    border-radius: 6px;
    padding: 9px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.btn i, .btn svg {
    margin-left: 10px;
}
.nsp-btn-large {
    text-align: left;
    padding: 23px;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    border-radius: 12px;
}
.nsp-btn-large svg {
    margin-left: 46px;
}
.btn-primary {
    background-color: #089BD7;
    border-color: #089BD7;
    color: #FFFFFF;
}
.btn-primary:hover {
    color: #fff;
    background-color: #089BD790;
    border-color: #089BD790;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #089BD790;
    border-color: #089BD790;
    box-shadow: 0 0 0 0.2rem rgba(8, 155, 215, 0.5);
}

.btn-link {
    background-color: transparent;
    border-color: transparent;
    color: #089BD7;
}
.btn-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #089BD790;
}
.btn-link.focus, .btn-link:focus, .btn-link:active:focus, .btn-link:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: transparent;
    color: #089BD7;
    box-shadow: 0 0 0 0.2rem rgba(8, 155, 215, 0.5);
}

.btn-secondary {
    background-color: #A5EEFD;
    border-color: #A5EEFD;
    color: #000;
}
.btn-secondary:hover {
    color: #000;
    background-color: #A5EEFD90;
    border-color: #A5EEFD90;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #A5EEFD90;
    border-color: #A5EEFD90;
    box-shadow: 0 0 0 0.2rem rgba(165, 238, 253, 0.5);
}

.btn-outline-dark {
    background-color: transparent;
    border-color: #000;
    color: #000000;
}
.btn-outline-dark:hover {
    color: #000000;
    background-color: transparent;
    border-color: #00000090;
}
.btn-outline-dark.focus, .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #000000;
    background-color: transparent;
    border-color: #00000090;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.text-primary {
    color: #089bd7 !important;
}
/* END Buttons */
/* Headings */
h1 {
    font-size: 76px;
    font-weight: bold;
    line-height: 82px;
}
h3 {
    font-size: 56px;
    font-weight: bold;
    line-height: 72px;
}
h4 {
    font-size: 31px;
    font-weight: normal;
    line-height: 29px;
}
/* END Headings */
/* Navbar */
.navbar .navbar-brand {
    padding-top: 32px;
    padding-bottom: 32px;
}
.nav-link {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 17px;
    margin-right: 17px;
    font-weight: normal;
}
.nav-link.active {
    border-bottom: 4px solid #A5EEFD;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #000000;
}

.nsp-navbar-right {
    padding-bottom: 18px;
}
.nsp-navbar-right .btn {
    padding: 5px 9px;
}
.nsp-text-controller {
    font-size: 18px;
    display: inline-block;
    margin: 0 13px;
    cursor: default;
}
.nsp-text-controller .smaller {
    font-size: 12px;
    cursor: pointer;
}
.nsp-text-controller .bigger {
    font-size: 18px;
    cursor: pointer;
}
.nsp-navbar-onscroll {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.navbar-brand img {
    max-width: 220px;
}
.nsp-navbar-onscroll .navbar-brand img {
    max-width: 190px;
    transition: all 0.3s ease-in-out;
}
.nsp-navbar-onscroll .navbar-brand {
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all 0.3s ease-in-out;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0cafeb;
}
/* END Navbar */
/* Elements */
.nsp-img-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 430px;
    -webkit-border-top-left-radius: 80px;
    -moz-border-radius-topleft: 80px;
    border-top-left-radius: 80px;
    position: relative;
    overflow: hidden;
}
.nsp-img-container .nsp-overlay-people {
    position: absolute;
    left: 53px;
    bottom: 0;
}
.nsp-img-container .nsp-overlay-watermark {
    position: absolute;
    right: -104px;
    bottom: -44px;
}
.nsp-img-container .nsp-subtitle {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.34);
    width: 100%;
    padding: 29px 37px 46px;
}
.nsp-img-container .nsp-subtitle h2 {
    font-size: 52px;
    line-height: 67px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}
.nsp-img-container .nsp-overlay {
    position: absolute;
    top: 66px;
    right: 112px;
    max-width: 384px;
}
.nsp-img-container .nsp-overlay span {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
}
.nsp-img-container .nsp-overlay p {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
}
.nsp-img-container .nsp-overlay p a {
    color: #ffffff;
}
.nsp-img-container .nsp-overlay h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 57px;
    line-height: 74px;
    margin-bottom: 20px;
}
.nsp-img-container .nsp-overlay h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 12px;
}
.nsp-img-container .nsp-overlay .btn {
    text-align: left;
    font-weight: bold;
    padding: 28px 23px;
    font-size: 22px;
    line-height: 29px;
    border-radius: 12px;
}
.nsp-img-container .nsp-overlay .btn svg {
    margin-left: 73px;
}

.nsp-action-buttons {}
.nsp-action-buttons .btn:first-of-type {
    font-size: 22px;
    line-height: 29px;
    padding: 31px;
}
.nsp-action-buttons .btn:first-of-type svg {
    margin-top: 4px;
}
.nsp-action-buttons .btn {
    font-weight: bold;
    padding: 17px 30px;
    text-align: left;
    border-radius: 16px;
}
.nsp-action-buttons .btn svg {
    float: right;
}


h5.nsp-subtitle {
    color: #089BD7;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}

.nsp-list {
    margin-bottom: 25px;
}
.nsp-list .nsp-pre-list {
    display: inline-block;
}
.nsp-list .nsp-list-item {
    display: inline-block;
    color: #089BD7;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
    vertical-align: middle;
    margin-left: 18px;
    max-width: 70%;
}

.nsp-usp-text {}
.nsp-usp-text i {
    color: #1298ce;
    font-size: 54px;
    margin-bottom: 20px;
}
.nsp-usp-text h4 {
    font-weight: bold;
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 12px;
}
.nsp-usp-text p {
    font-size: 16px;
    line-height: 16px;
}

.nsp-news-heading {}
.nsp-news-heading img {
    display: inline-block;
    margin-right: 22px;
}
.nsp-news-heading h3 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.nsp-news-heading .btn-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-top: 20px;
}

.nsp-news-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 233px;
    -webkit-border-top-left-radius: 80px;
    -moz-border-radius-topleft: 80px;
    border-top-left-radius: 80px;
}
.nsp-news-item {
    position: relative;
    height: 603px;
    text-decoration: none;
    display: block;
}
.nsp-news-item h4 {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 28px;
    color: #000000;
}
.nsp-release-date {
    font-size: 22px;
    line-height: 27px;
    color: #7a7a7a;
    font-weight: bold;
    display: block;
    margin-bottom: 28px;
}
.nsp-news-item .nsp-news-desc {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    max-height: 98px;
    overflow: hidden;
}
.nsp-news-item .btn {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    border-radius: 12px;
    padding: 15px 17px;
    position: absolute;
    bottom: 0;
}

.nsp-textual-news-item {
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 57px;
}
.nsp-textual-news-item h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    color: #000000;
}
.nsp-textual-news-item .nsp-release-date {
    margin-bottom: 0;
}
.nsp-textual-news-item .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    padding: 15px 17px;
}

.nsp-quote {
    vertical-align: middle;
}
.nsp-quote .nsp-img-container {
    min-height: 277px;
}
.nsp-quote h2 {
    font-style: italic;
    font-size: 56px;
    line-height: 72px;
    padding-top: 48px;
    padding-left: 72px;
}
.nsp-quote span {
    padding-left: 72px;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
}

.alert-success {
    color: #FFFFFF;
    background-color: #b0be34;
    border-color: #badbcc;
    border: 0px;
    border-radius: 20px;
}


footer {
    background-color: rgba(122, 122, 122, .11);
}
footer span {
    font-size: 18px;
    line-height: 38px;
    display: block;
    color: #000000;
}
footer a {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
footer .nsp-small-text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 7px;
}

.nsp-sub-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #089bd7;
    color: #ffffff;
}
/*.nsp-sub-footer p.first {*/
/*    vertical-align: middle;*/
/*    padding-top: 8px;*/
/*}*/
.nsp-sub-footer p {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    margin-right: 11px;
}
.nsp-sub-footer a {
    display: inline-block;
    color: #ffffff;
}
.nsp-sub-footer a i {
    font-size: 42px;
    line-height: 42px;
    margin-right: 11px;
    vertical-align: middle;
}

label {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #089bd7;
}
.form-control {
    border-radius: 12px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 18px;
    line-height: 23px;
    padding: 13px 27px;
}
.form-control:focus {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #089bd7;
    box-shadow: 0 0 0 0.25rem rgba(8, 155, 215, 0.25);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #e82a35;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #e82a35;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #aebd35;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23aebd35' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

select.form-control {
  -webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}

.nsp-custom-radio label {
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    color: #000000;
    padding-left: 32px;
}
.nsp-custom-radio label a {
    font-weight: normal;
    text-decoration: underline;
    color: #089bd7;
}
.submessage {
    font-size: 16px;
}
.submessage .valid {
    color: #aebd35;
    font-size: 16px;
}
.submessage .invalid {
    color: #262626;
    font-size: 16px;
}

/* Custom radio button */
.nsp-custom-radio {
    min-height: 34px;
    margin-bottom: 32px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    line-height: 34px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border: 2px solid #089BD7;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #089BD7;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* END Custom radio button */

.nsp-faq-container .nsp-img-container {
    min-height: 259px;
    margin-top: 30px;
}

.nsp-faq-card {
    border-radius: 12px !important;
}
.nsp-faq-question {
    background-color: #A5EEFD;
    border-color: #A5EEFD;
    border-radius: 12px;
    padding: 34px 25px;
    font-size: 26px;
    line-height: 33px;
    font-weight: bold;
    text-decoration: none
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='23px' viewBox='0 0 17 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 63.1 (92452) - https://sketch.com --%3E%3Ctitle%3EFill 4%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M15.1442755,7.605363 C13.4305278,5.93019862 7.36254702,-3.41060513e-13 7.36254702,-3.41060513e-13 L3.55050321,3.72972138 L8.51619185,8.5836123 C8.51619185,8.5836123 8.57351582,8.63731095 8.64994778,8.70968739 L0,8.70968739 L0,13.7631972 L8.84341617,13.7631972 C8.65353053,13.9523098 8.47081038,14.1285815 8.30958672,14.285008 C7.59303714,14.9854251 3.55050321,18.9381127 3.55050321,18.9381127 L7.36254702,22.6666667 L15.1442755,15.062471 C15.1442755,15.062471 16.9595345,13.1725121 16.9977505,11.6129165 C17.0371607,9.98327926 16.564238,8.99218898 15.1442755,7.605363' id='Fill-4' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width: 21px;
    height: 27px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='23px' viewBox='0 0 17 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 63.1 (92452) - https://sketch.com --%3E%3Ctitle%3EFill 4%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M15.1442755,7.605363 C13.4305278,5.93019862 7.36254702,-3.41060513e-13 7.36254702,-3.41060513e-13 L3.55050321,3.72972138 L8.51619185,8.5836123 C8.51619185,8.5836123 8.57351582,8.63731095 8.64994778,8.70968739 L0,8.70968739 L0,13.7631972 L8.84341617,13.7631972 C8.65353053,13.9523098 8.47081038,14.1285815 8.30958672,14.285008 C7.59303714,14.9854251 3.55050321,18.9381127 3.55050321,18.9381127 L7.36254702,22.6666667 L15.1442755,15.062471 C15.1442755,15.062471 16.9595345,13.1725121 16.9977505,11.6129165 C17.0371607,9.98327926 16.564238,8.99218898 15.1442755,7.605363' id='Fill-4' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg);
}
.accordion-collapse {
    background-color: #A5EEFD;
    border-color: #A5EEFD;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.accordion-collapse .card-body {
    padding: 0 25px 16px 25px;
}
.accordion-collapse p {
    font-size: 26px;
    line-height: 42px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-button:not(.collapsed) {
    background-color: #A5EEFD;
    border-color: #A5EEFD;
}

.nsp-contact-form-right {}
.nsp-contact-form-right p {
    font-size: 22px;
    line-height: 38px;
    color: #373737;
    margin-bottom: 0;
}
.nsp-contact-link {
    display: block;
    text-decoration: none;
    color: #56a8df;
    margin-bottom: 18px;
}
.nsp-pre-link {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    width: 50px;
    text-align: center;
}
.nsp-pre-link i {
    vertical-align: middle;
}
.nsp-link {
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
}

.nsp-news-overview {}
.nsp-news-overview h3 {
    font-size: 56px;
    line-height: 38px;
    margin-bottom: 22px;
}
.nsp-news-category {}
.btn.nsp-news-category {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    padding: 4px 0;
}
.btn.nsp-news-category svg {
    float: right;
    margin-top: 11px;
}

.badge {
    padding: 19px 22px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 12px;
    font-weight: bold;
}
.badge.bg-secondary {
    color: #000000;
    background-color: #A5EEFD!important;
}
/* END Elements */

/* Tablet devices */
@media screen and (max-width: 768px) {
    .nsp-sub-footer p.second {
        display: block;
        margin-bottom: 10px;
        padding-top: 8px;
    }
}

/* Mobile devices and smaller */
@media screen and (max-width: 576px) {
    h1 {
        font-size: 56px;
        line-height: 72px;
    }

    h3 {
        font-size: 46px;
        line-height: 56px;
    }

    h5.nsp-subtitle {
        font-size: 20px;
        line-height: 20px;
    }

    .nsp-img-container .nsp-overlay {
        right: unset;
        left: 44px;
    }

    .nsp-quote h2 {
        padding-left: 42px;
        padding-right: 42px;
    }

    .nsp-quote span {
        padding-left: 42px;
    }
}
