@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Regular.woff2") format("woff2"), url("../fonts/Orbitron-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Medium.woff2") format("woff2"), url("../fonts/Orbitron-Medium.woff") format("woff");
  font-weight: 500;
  font-style: medium;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-SemiBold.woff2") format("woff2"), url("../fonts/Orbitron-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: medium;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
.heading-1 {
  font-family: "Orbitron";
  font-weight: 700;
  font-size: calc( 24px + 16 * ((100vw - 375px) / 1065) );
  line-height: calc( 28.8px + 19.2 * ((100vw - 375px) / 1065) );
}
@media only screen and (min-width: 1200px) {
  h1,
.heading-1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.largeText {
  font-family: "Orbitron";
  font-weight: 700;
  font-size: calc( 32px + 8 * ((100vw - 375px) / 1065) );
  line-height: calc( 28.8px + 19.2 * ((100vw - 375px) / 1065) );
}
@media only screen and (min-width: 1200px) {
  .largeText {
    font-size: 40px;
    line-height: 48px;
  }
}

p {
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 25.6px;
}

.smallText1 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.smallText2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes downFull {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes downFull {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes upFull {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes upFull {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes heightUp {
  0% {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes heightUp {
  0% {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes widthGrowth {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes widthGrowth {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes BgUp {
  to {
    background-position: 50% 0;
  }
}
@keyframes BgUp {
  to {
    background-position: 50% 0;
  }
}
@-webkit-keyframes BgDown {
  0% {
    background-size: 100% 0;
  }
  to {
    background-size: 100% var(--block-height);
  }
}
@keyframes BgDown {
  0% {
    background-size: 100% 0;
  }
  to {
    background-size: 100% var(--block-height);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  background-color: transparent;
  margin: 0px;
  height: 100vh;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}

#lottie {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
#lottie svg {
  transform: scale(1.14)!important;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 24px;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 40px 64px;
  }
}
.header-container {
  width: 100%;
  padding: 0;
}
.header-container .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-container .navbar .logo {
  width: 225px;
  height: 30px;
  margin-left: 2px;
}

@media only screen and (min-width: 768px) {
  .header-container .navbar .logo {
    width: 440px;
    height: 60px;
    margin-left: -20px;
  }
  #lottie svg {
    transform: scale(1)!important;
  }
}
.header-container .navbar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-container .navbar-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-container .navbar-items ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-container .navbar-items ul li .button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 14.4px;
  padding: 10px 24px;
}
.header-container .navbar-items.mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -350px;
  width: 242px;
  padding: 24px;
  z-index: 50;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .header-container .navbar-items.mobile {
    display: none;
  }
}
.header-container .navbar-items.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-container .navbar-items.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .header-container .navbar .hamburger {
    display: none;
  }
}
.header-container .navbar .hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
}
.header-container .navbar .hamburger span:not(:first-child), .header-container .navbar .hamburger span:not(:last-child) {
  margin: 6px 0;
}

.cover {
  position: fixed;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-container {
  padding: 20px 24px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 64px;
    margin-top: 120px;
  }
}
.footer-container .links {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}
.footer-container .links-item:first-child {
  margin-right: 32px;
}
.footer-container .links-item:last-child {
  margin-left: 32px;
}
.footer-container .links-item a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.footer-container .links-item a::before {
  position: absolute;
  display: none;
  content: "";
  width: 100%;
  bottom: 0;
  padding: 3px 0;
  border-bottom: 1px solid #000;
  -webkit-animation: fadeInLeft;
          animation: fadeInLeft;
}
.footer-container .links-item a:hover::before {
  display: block;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.footer-container .copyright {
  margin-top: 20px;
  font-size: calc( 12px + -1 * ((100vw - 375px) / 1065) );
  line-height: calc( 19.2px + -1.6 * ((100vw - 375px) / 1065) );
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.main .banner {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .main .banner {
    margin-left: 0;
    padding: 20px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .main .banner {
    margin-left: 0;
    padding-left: 64px;
    padding-right: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .main .banner .lines {
    margin-left: 0;
  }
}
.main .banner .lines.mobile {
  padding: 10px 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .main .banner .lines.mobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .main .banner .lines.mobile {
    min-width: 388px;
    min-height: 500px;
    padding: 0;
  }
}
.main .banner .advertise {
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 375px) {
  .main .banner .advertise {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 0;
    width: calc(100% -24px);
  }
}
@media only screen and (min-width: 560px) {
  .main .banner .advertise {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .main .banner .advertise {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main .banner .advertise .lines {
  height: 100%;
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
  max-height: 542px;
  max-width: 388px;
}
.main .banner .advertise .lines img {
  height: 100%;
  width: 100%;
  -o-object-fit: stretch;
     object-fit: stretch;
}
.main .banner .advertise-google {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 32px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 287px;
}
.main .banner .advertise-google a svg:hover path.default-white-bg {
  fill: black;
}
.main .banner .advertise-google a svg:hover path.default-black-bg {
  fill: white;
  stroke: white;
}
@media only screen and (min-width: 375px) {
  .main .banner .advertise-google {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 560px) {
  .main .banner .advertise-google {
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .main .banner .advertise-google {
    margin-left: 0;
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 992px) {
  .main .banner .advertise-google {
    padding: 8.0555555556vw 4.4444444444vw;
  }
}
@media only screen and (min-width: 1200px) {
  .main .banner .advertise-google {
    padding: 116px 64px;
  }
}
.main .banner .advertise-google svg {
  margin-top: 15px;
}
.main .banner .advertise-google h1 {
  color: #fff;
  margin-bottom: 29px;
  max-width: 54.6666666667vw;
  word-wrap: break-word;
  font-family: Orbitron;
  font-weight: 700;
  padding-right: 30px;
}
@media only screen and (min-width: 375px) {
  .main .banner .advertise-phone {
    position: absolute;
    height: 350px;
    width: 168px;
    right: 150px;
    right: -50px;
    top: 25px;
  }
}
@media only screen and (min-width: 560px) {
  .main .banner .advertise-phone {
    position: relative;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    height: 100%;
    max-width: 168px;
    margin: 0 15px;
    top: unset;
    right: unset;
  }
}
@media only screen and (min-width: 768px) {
  .main .banner .advertise-phone {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    margin: 0 35px;
    height: 100%;
    max-width: 246px;
    max-height: 512px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .main .banner .advertise-phone {
    height: 100%;
    margin: 0 70px;
  }
}
.main .banner .advertise-phone .back {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.main .banner .advertise-phone .back img {
  width: 100%;
  height: 100%;
}
.main .banner .advertise-phone .content {
  position: absolute;
  left: 8px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: calc(100% - 26px);
  height: calc(100% - 25px);
  background-color: #2f80ed;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.main .banner .advertise-phone .content img {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .main .banner .advertise-phone .content {
    padding-top: 15px;
    height: calc(100% - 40px);
  }
}
.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .main-content {
    margin: 250px auto auto auto;
  }
}

.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-card__line {
  margin: 0 auto;
  padding: 10px 0;
}
.contact-card__content {
  text-align: center;
  margin-top: 10px;
}
.contact-card__content p {
  margin-top: 30px;
  max-width: 990px;
}
.contact-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .contact-card__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-card__price .price-label {
  background-color: #000;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  width: 100%;
  max-width: 200px;
  max-height: 120px;
  padding: 24px 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-card__price .price-label {
    max-width: 245px;
  }
  .contact-card__price .price-label:first-child {
    margin-right: 10px;
  }
  .contact-card__price .price-label:last-child {
    margin-left: 10px;
  }
}
.contact-card__price .price-label__value {
  padding: 8px 0;
}
.contact-card__price .price-label__description {
  font-size: 16px;
  padding: 8px 0;
}
.contact-card__price .price-label__rect {
  display: none;
  position: absolute;
  border: 2px solid black;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 375px) {
  .contact-card__price .price-label__rect {
    display: block;
  }
}
.contact-card__price .price-label__rect.top {
  top: -15px;
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .contact-card__price .price-label__rect.top {
    top: unset;
    bottom: -15px;
  }
}
.contact-card__price .price-label__rect.bottom {
  bottom: -15px;
  right: -15px;
}
@media only screen and (min-width: 768px) {
  .contact-card__price .price-label__rect.bottom {
    top: -15px;
    right: -15px;
    bottom: unset;
  }
}
.contact-card .button {
  max-width: 280px;
  min-width: 144px;
  font-size: 12px;
}
@media only screen and (min-width: 375px) {
  .contact-card .button {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-card .button {
    min-width: 96px;
    max-width: 96px;
  }
}

.button {
  display: block;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  padding: 10px 24px;
  text-align: center;
  margin: 0 auto;
  font-family: "Orbitron";
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-black:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.button-white {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.button-white:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}

.lines.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .lines.desktop {
    display: block;
  }
}

.advertise-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.advertise-actions a.button {
  height: 40px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.advertise-actions a.button.button-white {
  /* Remove extra vertical padding if any */
  line-height: 40px;
  margin-top: 14px;
}
.advertise-actions a svg {
  display: block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .advertise-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .advertise-actions a.button {
    align-self: flex-start;
    text-align: left;
    justify-content: flex-start;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}