.btn-link[class*="animate"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes animate-buzz {
  0% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg);
  }

  2.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg);
  }

  5% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg);
  }

  7.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg);
  }

  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  12.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  15% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  17.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  20% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg);
  }

  22.5% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
    transform: translateX(-1px) rotate(-1deg);
  }

  25% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes animate-buzz {
  0% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg);
  }

  2.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg);
  }

  5% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg);
  }

  7.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg);
  }

  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  12.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  15% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  17.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  20% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg);
  }

  22.5% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
    transform: translateX(-1px) rotate(-1deg);
  }

  25% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

.admin .link__highlight .animate-buzz.active,
.admin .link__highlight .animate-buzz:hover,
.service .animate-buzz {
  -webkit-animation-name: animate-buzz;
  animation-name: animate-buzz;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate-wobble {
  4.16% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  8.33% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  12.48% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  16.66% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  20.81% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animate-wobble {
  4.16% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  8.33% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  12.48% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  16.66% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  20.81% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.admin .link__highlight .animate-wobble.active,
.admin .link__highlight .animate-wobble:hover,
.service .animate-wobble {
  -webkit-animation-name: animate-wobble;
  animation-name: animate-wobble;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  12.5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animate-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  12.5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.admin .link__highlight .animate-pop.active,
.admin .link__highlight .animate-pop:hover,
.service .animate-pop {
  -webkit-animation-name: animate-pop;
  animation-name: animate-pop;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate-swipe-admin {
  4.16%,
  8.33% {
    background-position: 0 0;
    color: #fff;
  }

  12.49%,
  20.83% {
    background-position: -100% 0;
    color: #777;
  }

  24.99%,
  29.16% {
    background-position: 0 0;
    color: #fff;
  }

  33.33% {
    background-position: 100% 0;
    color: #777;
  }
}

@keyframes animate-swipe-admin {
  4.16%,
  8.33% {
    background-position: 0 0;
    color: #fff;
  }

  12.49%,
  20.83% {
    background-position: -100% 0;
    color: #777;
  }

  24.99%,
  29.16% {
    background-position: 0 0;
    color: #fff;
  }

  33.33% {
    background-position: 100% 0;
    color: #777;
  }
}

.admin .link__highlight .animate-swipe,
.service.colourway-custom .animate-swipe {
  background-size: 200% auto;
  background-position: 100% 0;
  background-color: transparent !important;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.admin .link__highlight .animate-swipe {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #777),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(90deg, #777 50%, transparent 0);
  color: #777;
}

.admin .link__highlight .animate-swipe.active,
.admin .link__highlight .animate-swipe:hover {
  -webkit-animation-name: animate-swipe-admin;
  animation-name: animate-swipe-admin;
}

.service.theme.colourway-custom .animate-swipe {
  -webkit-animation-name: animate-swipe;
  animation-name: animate-swipe;
}

body:after {
  content: "small";
  display: none;
}

@media only screen and (min-width: 768px) {
  body:after {
    content: "medium";
  }
}

@media only screen and (min-width: 1060px) {
  body:after {
    content: "large";
  }
}

@media only screen and (min-width: 1260px) {
  body:after {
    content: "extra-large";
  }
}

body.inactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.inactive .service {
  text-align: center;
}

body.inactive .service p {
  margin: 0;
}

body.forwarding .wrapper {
  padding-top: 220px;
  padding-bottom: 190px;
}

@-webkit-keyframes colorswipe {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes colorswipe {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes colorunswipe {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@keyframes colorunswipe {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@-webkit-keyframes swipeup {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes swipeup {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

body.forwarding .wrapper {
  display: block;
  position: absolute;
  height: 100vh;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  place-items: center center;
}

body.forwarding .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

body.forwarding .move {
  display: inline-block;
}

body.forwarding .redirecting {
  display: block;
}

body.forwarding .redirecting,
body.forwarding .show,
body.forwarding .url {
  height: 100px;
  line-height: 100px;
}

body.forwarding .url {
  overflow: hidden;
}

body.forwarding .show {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

body.forwarding .examplesiteco {
  display: block;
  font-family: Karla;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}

body.forwarding .examplesiteco--ghost {
  display: block;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 0;
}

body.forwarding .swipeOne {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#28bf7b),
    color-stop(20%, #2ed3ba),
    color-stop(40%, #44c2d7),
    color-stop(60%, #5aa2dc),
    color-stop(80%, #708de0),
    to(#8a86e5)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: colorswipe;
  animation-name: colorswipe;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
  background-color: #fff;
}

body.forwarding .swipeUp {
  display: inline-block;
  position: relative;
  -webkit-animation-name: swipeup;
  animation-name: swipeup;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.service.theme .service .btn-link[class*="amazon-"] {
  border-width: 2px;
  border-style: solid;
}

.service.theme .service .btn-link[class*="amazon-"] .icon--amazon {
  width: 24px;
  height: 24px;
}

.service.theme .service .btn-link[class*="amazon-"]:hover .icon-wrap {
  background-color: transparent;
  border-color: transparent;
}

.service.theme .service .btn-link.amazon-handmade-none .icon--amazon,
.service.theme
  .service
  .btn-link.amazon-influencer-dot
  .icon-wrap
  .icon--amazon,
.service.theme .service .btn-link.amazon-influencer-none .icon--amazon,
.service.theme
  .service
  .btn-link[class*="amazon-"]:hover
  .icon-wrap
  .icon--amazon {
  fill: currentColor;
}

.service.theme .service .btn-link.amazon-influencer-full {
  background-color: #019083;
  border-color: #019083;
  color: #fff;
}

.service.theme .service .btn-link.amazon-influencer-full .icon-wrap {
  background-color: transparent;
}

.service.theme
  .service
  .btn-link.amazon-influencer-full
  .icon-wrap
  .icon--amazon {
  fill: #fff;
}

.service.theme .service .btn-link.amazon-handmade-dot .icon-wrap .icon--amazon,
.service.theme .service .btn-link.amazon-influencer-full:hover .icon--amazon {
  fill: currentColor;
}

.service.theme .service .btn-link.amazon-handmade-full {
  background-color: #82dfe3;
  border-color: #82dfe3;
  color: #fff;
}

.service.theme .service .btn-link.amazon-handmade-full .icon-wrap {
  background-color: transparent;
}

.service.theme
  .service
  .btn-link.amazon-handmade-full
  .icon-wrap
  .icon--amazon {
  fill: #fff;
}

.service.theme .service .btn-link.amazon-handmade-full:hover .icon--amazon {
  fill: currentColor;
}

.service.theme .service {
  overflow: hidden;
}

.service.theme:not(.preview-area) {
  background-attachment: fixed;
}

.service.theme.preview-area .newsletter-form .disclaimer {
  display: none;
}

.service.theme.preview-area .newsletter-form form button {
  width: 70px;
}

.service.theme.preview-area .newsletter-form form button span {
  display: none !important;
}

.service.theme.preview-area .newsletter-form form button svg {
  display: block !important;
}

.service.theme:not(.colourway-custom) form {
  border: 2px solid #fff;
  color: #fff;
}

.service.theme:not(.colourway-custom) form label {
  font-weight: 700 !important;
}

.service.theme:not(.colourway-custom) form:not(.active):hover {
  background-color: #fff;
  color: #222;
}

.service.theme:not(.colourway-custom) form.active button:hover {
  background-color: #fff;
  border-left-color: #fff;
  color: #222;
}

@media (max-width: 768px) {
  .service.theme {
    background-attachment: scroll !important;
  }
}

.service.theme .user-area {
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
}

.service.theme .user-area h3 {
  line-height: 1;
  margin: 0 auto 20px;
}

.service.theme section.main {
  background-color: transparent;
}

.service.theme section.main:after,
.service.theme section.main:before {
  content: " ";
  display: table;
}

.service.theme section.main:after {
  clear: both;
}

.service.theme .service-container {
  max-width: 700px;
  width: auto;
}

.service.theme .img-circle {
  position: relative;
  width: 96px;
  height: 96px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}

.service.theme .img-circle img {
  width: 0;
  min-width: 96px;
  min-height: 96px;
}

.service.theme .user-name {
  color: #bbb;
  font-size: 1rem;
  font-weight: 600;
  border-color: transparent;
  line-height: 1.25;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.service.theme .link {
  margin-bottom: 16px;
  padding: 0;
  position: relative;
}

.service.theme .link a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  padding: 15px 20px;
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
}

.service.theme .link.link-disabled > a {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
  padding: 15px 20px;
}

.service.theme .link .link-icon {
  padding: 15px 66px !important;
}

.service.theme .link .link-icon .icon-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}

.service.theme .link .link-icon .icon-wrap--thumbnail {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.service.theme .links {
  text-align: center;
  clear: both;
  margin-bottom: 12px;
}

.service.theme .newsletter-form {
  margin-bottom: 16px;
}

.service.theme .newsletter-form .disclaimer {
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  font-size: 14px !important;
  color: inherit;
  background-color: inherit;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  padding: 12px 16px;
  opacity: 0;
}

@media (min-width: 768px) {
  .service.theme .newsletter-form .disclaimer {
    padding: 15px;
  }
}

.service.theme .newsletter-form .disclaimer::-moz-selection {
  background: transparent;
}

.service.theme .newsletter-form .disclaimer::selection {
  background: transparent;
}

.service.theme .newsletter-form form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}

.service.theme .newsletter-form form.success {
  pointer-events: none;
}

.service.theme .newsletter-form form.loading {
  background-color: transparent !important;
}

.service.theme .newsletter-form form.active label {
  opacity: 0;
  pointer-events: none;
}

.service.theme .newsletter-form form.active button {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  border-left-width: 2px;
  border-left-style: solid;
  -webkit-transition: background-color 0.25s
      cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0.25s;
  transition: background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0.25s;
  transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0.25s,
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0.25s,
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    -webkit-transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0.25s;
}

.service.theme .newsletter-form form.active + .disclaimer {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service.theme .newsletter-form form:not(.active) {
  cursor: pointer;
}

.service.theme .newsletter-form form:not(.active) .email-input {
  color: transparent !important;
  cursor: pointer;
}

.service.theme .newsletter-form form:not(.active) label {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.service.theme .newsletter-form form:not(.active) button {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  border-color: transparent !important;
}

.service.theme .newsletter-form form:not(.active) + .disclaimer {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.service.theme .newsletter-form form label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 15px 20px;
  font-weight: inherit;
  cursor: pointer;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  -webkit-transition: opacity 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: opacity 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
}

.service.theme .newsletter-form form label::-moz-selection {
  background: transparent;
}

.service.theme .newsletter-form form label::selection {
  background: transparent;
}

.service.theme .newsletter-form form .email-input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 15px 20px;
  outline: none;
  color: inherit;
  text-align: left;
}

.service.theme .newsletter-form form button {
  width: 70px;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  color: inherit;
  border: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  -webkit-transition: width 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  transition: width 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
}

.service.theme .newsletter-form form button span {
  display: none;
  padding: 0 30px;
}

.service.theme .newsletter-form form button svg {
  display: block;
  width: 1.8rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .service.theme .newsletter-form form button {
    width: auto;
  }

  .service.theme .newsletter-form form button svg {
    display: none;
  }

  .service.theme .newsletter-form form button span {
    display: block;
  }
}

.service.theme .overlay-unverified {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(1%, transparent),
    color-stop(45%, hsla(0, 0%, 100%, 0.96)),
    color-stop(50%, #fff)
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 1%,
    hsla(0, 0%, 100%, 0.96) 45%,
    #fff 50%
  );
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service.theme .overlay-unverified h2 {
  white-space: pre-line;
}

.user-profile__no-social__links {
  margin: 50px auto 30px;
}

.user-profile__no-social__links,
.user-profile__social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-profile__social__links {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 15px;
}

.user-profile__social__links.no-logo {
  margin: 50px auto 20px;
}

.user-profile__social__links__item {
  cursor: pointer;
  width: 60px;
  max-width: 50px;
  -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.user-profile__social__links__item:hover {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}

.user-profile__social__links__item svg {
  pointer-events: none;
}
