@font-face {
    font-family: 'gilroy';
    src: url('font/Gilroy-Regular.otf');
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-medium';
    src: url('font/Gilroy-Medium.otf');
    font-display: swap;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-size: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #ff626c;
    font-family: 'gilroy-medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* color: white; */
}

body {
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-rows: auto 1fr auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button {
    font-family: 'gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:hover {
    text-decoration: underline;
}

main {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    /* background-color: blue; */
}

.row--center {
justify-content: center;
}
.row--middle {
    align-items: center;
}

.row--nowrap {
    flex-wrap: nowrap;
}

.mid {
    max-width: 1000px;
}

.col {
    flex: 1 1 400px;
    /* max-width: 50%; */
    padding: 1rem;
}

.pad {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pad-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.heading {
    font-size: 4rem;
    margin: 1rem 0;
}


.form {
    max-width: 400px;
}

.form__input {
    flex-basis: auto;
    padding-right: 0;
}

.form__input--field {
    width: 100%;
    border: 1px solid white;
    height: 100%;
    padding: .7rem;
    font-size: 1rem;
}

.form__btn .btn {
    height: 100%;
}

.form__btn {
    padding-left: 0;
    flex: 0 0 auto;
}

.form--loading {
    opacity: .7;
    pointer-events: none;
}

.form__success,
.form__error {
    display: none;
}

.visible {
    display: block !important;
}

.none {
    display: none;
}

.btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: .7rem 1.4rem;
    text-transform: uppercase;
    color: #000;
    background-color: #ffd130;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
}



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

.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.social a:focus,
.social a:hover {
    text-decoration: none;
    /* color: blue; */
    transform: translateY(-2px);
}

.social li:first-of-type a{
    margin-left: 0;
}
.social a{
    font-size: 1.2rem;
    padding: .6rem;
    background-color: #fff;
    color: #ff626c;
    /* width: 2rem;
    height: 2rem; */
    border-radius: 500px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    transition: transform ease 200ms;
}

.social .medium {
    background-color: #ff626c;
    color: #fff;
    font-size: 2.4rem;
    padding: 0;
}

.social svg {
    width: 1em;
    height: 1em;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.loader {
    display: block;
    display: none;
    width: 3rem;
    height: 3rem;
    /* margin: 8px; */
    border-radius: 50%;
    background: #fff;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.logo{
    width: 100%;
    max-width: 180px;
    margin: auto;
    display: block;
}
.head{
    display: none;
}
.social--lg{
    display: none;
}
.social--sm{
    display: flex;
}
@media (min-width:800px) {
    .heading {
        margin: 2rem 0
    }
    .text-right {
        text-align: right;
    }
    .pad-lg {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .social {
        justify-content: flex-end;
    }
    .social--lg{
        display: initial;
    }
    .social--sm{
        display: none;
    }
    .logo{
        max-width: 220px;
        margin-left: 0;
    }
    .head{
        display: initial;
    }
}

@keyframes lds-circle {
    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

.cm-wrap{
position: relative;
}
.cm-btn{
    position: absolute;
    left:0;
    /* right:0; */
    width: 109px;
    color:black;
    top:0;
    /* bottom: 0; */
    text-transform: uppercase;
    text-align: center;
    padding: .25rem;
    background: #ffd130;
    user-select: none;
    pointer-events: none;
    z-index: 1;
    cursor: pointer;
}
.subscribe-button-inner{
    position: absolute;
}

@keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    animation: pulse 4s infinite;
  }