/* oswald-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

body {
    font-family: 'Oswald';
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../img/bg-reels-stories.jpg') !important;
  }

a {
    text-decoration: none !important;
}
body .asm-button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer
}

body .asm-button.asm-button-fullcolor .label {
    background-color: #f18700;
    color: #fff
}

body .asm-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #9f9f9f
}

body .asm-button:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px;
    height: calc(100% - 3px);
    z-index: 0;
    background-color: hsla(0,0%,73%,.4);
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(0,.9,.13,.9)
}

body .asm-button .label {
    position: relative;
    z-index: 1;
    color: #000;
    padding-left: 60px;
    background-color: #ececec
}

body .asm-button .icon,body .asm-button .label {
    display: block;
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(0,.9,.13,.9)
}

body .asm-button .icon {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #f18700;
    width: 40px;
    height: 40px;
    color: #fff !important;
}

body .asm-button .icon:after {
    position: absolute;
    top: 0;
    right: -8px;
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(1turn);
    border-style: solid;
    border-width: 40px 8px 0 0;
    border-color: #f18700 transparent transparent
}

body .asm-button.hover,body .asm-button.hover-inverse,body .asm-button:hover {
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,.2)
}

body .asm-button.hover-inverse:before,body .asm-button.hover:before,body .asm-button:hover:before {
    transform: translate3d(3px,0,0)
}

body .asm-button.hover-inverse .icon,body .asm-button.hover-inverse .label,body .asm-button.hover .icon,body .asm-button.hover .label,body .asm-button:hover .icon,body .asm-button:hover .label {
    transform: translate3d(0,-3px,0)
}

body .asm-button.hover-inverse:hover {
    box-shadow: none
}

body .asm-button.hover-inverse:hover .icon,body .asm-button.hover-inverse:hover .label,body .asm-button.hover-inverse:hover:before {
    transform: none
}

body .asm-button:active {
    box-shadow: none
}

body .asm-button:active .icon,body .asm-button:active .label,body .asm-button:active:before {
    transform: translateZ(0)
}

body button.asm-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0
}
  
  .social-icons {
    color: #fff;
    transition: 0.2s ease-in-out;
    font-size: 1.8rem;
    padding: 0px 5px;
  }
  
  .social-icons:hover, .social-icons:focus {
    color: #f18700;
    border-bottom: none;
  }

  .w-custom {
    width: 75%;
  }

  @media (min-width: 768px) {
    .w-custom {
      width: 25%;
    }
  }