*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 14px;
}
body{
    margin:0;
    padding:0;
    background: #fff;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img{
    max-width: 100%;
}
/* Max Viewport */
.wrap{
    max-width: 1180px;
    margin: auto;
    width: 100%;
}
/* Flex Container */
.container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
/* Text */
h1, h2, h3, h4, h5, h6, p, li{
    color:#111;
    margin: 0;
}
:root{
    color:rgb(120, 190, 250); 
    color:rgb(105, 180, 250); 
    color:rgb(120, 140, 205); 
    color:rgb(140, 140, 140); 
}
a{
    color:rgb(255, 255, 255); 
    display: inline-block;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    text-decoration: none;
    margin-bottom: 0;
}
small, small a{
    color:#111;
}
h1{
    font-size: 4.129rem;
    line-height: 4.214rem;
    margin-bottom: 0.7rem;
}
h2{
    font-size: 2.786rem;
    line-height: 3.071rem;
    margin-bottom: 0.7rem;
}
h3{
    font-size: 2.5rem;
    line-height: 2.786rem;
    margin-bottom: 0.7rem;
}
h4{
    font-size: 2.357rem;
    line-height: 2.643rem;
    margin-bottom: 0.7rem;
}
h5{
    font-size: 1.514rem;
    line-height: 2rem;
    margin-bottom: 0.7rem;
}
h6, p, strong, b{
    font-size: 1.171rem;
    line-height: 1.757rem;
    margin-bottom: 0.7rem;
}
a{
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 0rem;
}
small, small a{
    font-size: 0.857rem;
    line-height: 1rem;
}
/* Form */
form small{
    margin: 0 0 0.714rem;
    display: block;
}
label{
    display: none;
}
input, textarea {
    padding: 0.8rem 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    display: block;
    margin: 0 0 0.714rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
    color: #615D78;
    border: 1px solid #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
textarea {
    resize: none; /* or vertical */
    min-height: 7rem;
}
::-webkit-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-moz-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::-moz-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-ms-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-ms-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::-ms-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
button, .btn{
    font-size: 1.143rem;
    line-height: 1.143rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: rgb(142, 187, 183); 
    padding: .857rem 2rem;
    -webkit-border-radius: 2rem;
       -moz-border-radius: 2rem;
            border-radius: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* Captcha */
.grecaptcha-badge {
    visibility: hidden; 
}
#messagepage{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  min-height: 100svh;
}