*,*: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;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img{
    max-width: 100%;
}
.pink{
    color: #c75d5d;
}
.grey{
    color: #5b5a5a;
}
.green{
    color: #17a583;
}
/* Flex Container */
.container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* Text */
h1, h2, h3, h4, h5, h6, button, .btn{
    font-family: 'sgb', 'Helvetica', 'Arial', 'Tahoma';
}
p, a, b, strong, small, form small a, input, textarea{
    font-family: 'sgr', 'Helvetica', 'Arial', 'Tahoma';
}
h1{
    font-size: 2.643rem;
    line-height: 3.143rem; 
    margin: 0 0 1.111rem;
}
h2{
    font-size: 1.929rem;
    line-height: 2.286rem; 
    margin: 0 0 1.111rem;
}
h3{
    font-size: 1.643rem; 
    line-height: 1.929rem; 
    margin: 0 0 1.111rem; 
}
h4{
    font-size: 1.5rem; 
    line-height: 1.786rem; 
    margin: 0 0 1.111rem; 
}
h5{
    font-size: 1.357rem; 
    line-height: 1.643rem; 
    margin: 0 0 1.111rem; 
}
h6{
    font-size: 1.214rem; 
    line-height: 1.5rem; 
    margin: 0 0 1.111rem; 
}
p{
    font-size: 1rem; 
    line-height: 1.667rem; 
    margin: 0 0 1.111rem;
}
a{
    font-size: 1rem; 
    line-height: 1.667rem;
    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;
}
small, form small a{
    font-size: 0.889rem; 
    line-height: 1.067rem;
} 
label{
    display: none;
}
input, textarea {
    padding: 0.8rem 1rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
    display: block;
    margin: 0 0 0.714rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #5b5a5a;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
}
textarea {
    resize: none; 
    min-height: 6.3rem;
}
::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);;
    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: rgba(0, 0, 0, 0.3);;
    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: rgba(0, 0, 0, 0.3);;
    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: rgba(0, 0, 0, 0.3);;
    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: rgba(0, 0, 0, 0.3);;
    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: rgba(0, 0, 0, 0.3);;
    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: rgba(0, 0, 0, 0.3);;
    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{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 1.1rem 1.5rem;
    cursor: pointer;
    text-align: center;
    font-size: 1.143rem;
    line-height: 1.143rem;   
    color: #ffffff;
    background: #1DA585;
    border: none;
    text-decoration: none;
    font-weight: 700;
}
/* Focus */
:focus::-webkit-input-placeholder {
    color: transparent;
  }
  :focus:-moz-placeholder {
    color: transparent;
  }
  :focus::-moz-placeholder {
    color: transparent;
  }
  :focus:-ms-input-placeholder {
    color: transparent;
  }
  :focus::placeholder {
    color: transparent;
  }
  :focus:-ms-input-placeholder {
    color: transparent;
  }
  :focus::-ms-input-placeholder {
    color: transparent;
  }
/* Extra */
.grecaptcha-badge {
    visibility: hidden; 
}
.overflow-hidden{
    overflow: hidden;
}