/* --- style basic typography -- */
* {
    outline:none;
}

*:focus {
    outline:0;
}

* > iframe{
    max-width: 100% !important;
}

html {
    font-size: 15px;
}

body{
    background: #ffffff;
    color: #404041;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

img {
    max-width:100%;
}

a {
    color: #404041;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

a:hover{
    text-decoration: none;
    text-decoration-color: #1C75BC;
    color: #1C75BC;
}

a:focus, .btn:focus{
    outline: none;
    border-width: 0;
}

a:focus{
    background-color: transparent;
    text-decoration: none;
    color: #1C75BC;
}

a div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a span {
    color: #404041;
}

h1, .h1 {
    font-size: 35px;
    color: #4a4b5c;
    margin: 0 0 20px 0;
}

h2, .h2 {
    color: #333333;
    margin-top: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4{
    margin-top: 5px;
}

p {
    color: #404041;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder{
    color: #ffffff;
}

input[data-validation-id] {
    position:relative;
}

label {
    font-weight: 400;
}
.video-popup-slider .fancybox-container{
    position: absolute;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
}
.video-popup-slider .fancybox-slide--video > .fancybox-content {
    width: 100% !important;
    height: 100% !important;
}

ul{
    list-style-type: disc;
    padding-left: 30px;
}