/* Base components first =========================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
section ol,
section ul {
  padding-left: 15px;
}
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Main colors =========================================== */
/* Others =========================================== */
/* Pages =========================================== */
/* Components =========================================== */
/* Buttons =========================================== */
/* Subscription plans =========================================== */
.text-bold {
  font-weight: bold; }

a {
  color: #6CA2FD;
  text-decoration: none; }
  a:active, a :focus {
    text-decoration: none;
    outline: none; }

h2 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  color: #505050 !important; }

.black {
  color: #505050; }

h5 {
  color: #F0F0F0; }

p, ul, ol, li {
  line-height: 2; }

/* Others =========================================== */
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }
@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }
/* Fade in bottom =========================================== */
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2019-2-21 18:15:3
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/* Heartbeat =========================================== */
.heartbeat {
  animation: heartbeat 2s ease-in infinite; }

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
/* Slide top =========================================== */
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
.hcb-header {
  font-family: "Montserrat", sans-serif;
  background-color: #FFFFFF;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 69px;
  border: 1px solid #F0F0F0;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap; }
  .hcb-header .hcb-header-container {
    flex: 1 1 100%;
    align-items: center;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    /*MOBILE ONLY CODE*/
    /*DESKTOP ONLY CODE*/
    /*MOBILE ONLY CODE*/ }
    @media screen and (max-width: 1450px) {
      .hcb-header .hcb-header-container {
        padding: 0 15px 0 15px; } }
    @media screen and (min-width: 1450px) {
      .hcb-header .hcb-header-container {
        padding: 0 7.8rem 0 7.8rem; } }
    .hcb-header .hcb-header-container .hcb-header-logo {
      background: url("/static/images/landing/logo.svg") no-repeat center;
      flex: 0 0 14%;
      background-size: contain;
      justify-content: flex-start;
      min-width: 183px;
      height: 43px;
      /*DESKTOP ONLY CODE*/
      text-decoration: none;
      cursor: pointer; }
      @media screen and (min-width: 700px) {
        .hcb-header .hcb-header-container .hcb-header-logo {
          flex: 0 0 18%;
          min-width: 259px; } }
    .hcb-header .hcb-header-container .hcb-header-options {
      display: none;
      /*DESKTOP ONLY CODE*/ }
      @media screen and (min-width: 1450px) {
        .hcb-header .hcb-header-container .hcb-header-options {
          flex: 1 1 auto;
          justify-content: flex-end;
          align-items: center;
          display: flex;
          flex-wrap: wrap;
          list-style-type: none;
          padding-top: 0.7rem; }
          .hcb-header .hcb-header-container .hcb-header-options a {
            font-size: 0.8rem;
            flex: 0 0 110px;
            text-align: center;
            color: #505050;
            display: inline-block;
            text-decoration: none; }
          .hcb-header .hcb-header-container .hcb-header-options .user-indicator {
            flex: unset;
            min-width: 110px;
            max-width: 200px;} }
    @media screen and (max-width: 1450px) {
      .hcb-header .hcb-header-container .options-mobile {
        overflow: hidden;
        position: fixed;
        text-align: center;
        color: #505050;
        top: 69px;
        left: 0;
        right: 0;
        width: 100vw;
        padding: 0;
        display: block;
        height: 0px;
        transition-property: height;
        transition-duration: .5s;
        transition-timing-function: ease-in; }
        .hcb-header .hcb-header-container .options-mobile a {
          background-color: #FFFFFF;
          padding-top: .5rem;
          padding-bottom: .5rem;
          display: block;
          text-decoration: none;
          color: inherit; }
      .hcb-header .hcb-header-container .options-mobile-open {
        height: 700px; } }
    .hcb-header .hcb-header-container .hcb-header-hamburger {
      margin-left: auto;
      color: #686868;
      flex: 0 0 32px;
      justify-content: flex-end;
      height: 44.6px;
      font-size: 2rem;
      box-sizing: border-box;
      padding-top: 0.25rem;
      padding-left: 1rem;
      padding-right: 1rem;
      /*DESKTOP ONLY CODE*/ }
      @media screen and (min-width: 1450px) {
        .hcb-header .hcb-header-container .hcb-header-hamburger {
          display: none; } }

.hcb-icon {
  padding-right: .3rem; }

.hcb-icon-options {
  padding-right: 0.6rem; }

@media (max-width: 900px) {
  .hcb-icon-options {
    width: 100%;
    height: 25px;
  }
}

/* Generic components =========================================== */
html {
  height: 100%; }

body {
  height: 100%;
  background-color: #FFFFFF; }

.hcb-button, .hcb-button-primary, .hcb-button-secondary {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer; }
  .hcb-button:hover, .hcb-button-primary:hover, .hcb-button-secondary:hover, .hcb-button :active, .hcb-button-primary :active, .hcb-button-secondary :active, .hcb-button :focus, .hcb-button-primary :focus, .hcb-button-secondary :focus {
    outline: none; }

.hcb-button-primary, .hcb-button-secondary {
  background-color: #D3CAB4;
  color: #FFFFFF;
  padding: .7rem 2.3rem; }

.hcb-btn-large {
  padding: .7rem 3.7rem; }

.hcb-button-secondary {
  background-color: #686868;
  cursor: pointer; }

a.hcb-button-primary, a.hcb-button-secondary {
  text-decoration: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem; }
  a.hcb-button-primary:hover, a.hcb-button-secondary:hover, a.hcb-button-primary :active, a.hcb-button-secondary :active, a.hcb-button-primary :focus, a.hcb-button-secondary :focus {
    outline: none;
    color: white; }

.hcb-button-cta {
  color: white;
  background-color: #EE9F04; }

.hcb-button-block {
  width: 100%;
  display: block; }

#hcb-save-settings {
  /*MOBILE ONLY CODE*/
  /*DESKTOP ONLY CODE*/ }
  @media screen and (max-width: 700px) {
    #hcb-save-settings {
      width: 100%;
      display: block; } }
  @media screen and (min-width: 700px) {
    #hcb-save-settings {
      margin: 0 auto;
      display: block; } }

.hcb-form-text {
  font-size: 0.9rem;
  color: #686868; }

.form-control + small {
  color: #505050 !important; }

.hcb-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif; }
  .hcb-widgets .hcb-widget {
    text-decoration: none;
    color: inherit;
    border-radius: 5px;
    flex: 0 0 308px;
    width: 308px;
    height: auto;
    margin: 1rem;
    border: solid 0.5rem #F8F8FC;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 1px 10px 0px transparent;
    transition: box-shadow 0.5s ease-in;
    cursor: pointer; }
    .hcb-widgets .hcb-widget:hover {
      box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3); }
    .hcb-widgets .hcb-widget .widget-internal-border {
      border: solid 0.2rem #E3E4EF;
      flex: 1 1 100%; }
    .hcb-widgets .hcb-widget .hcb-widget-image {
      background-blend-mode: multiply;
      flex: 1 1 100%;
      min-height: 105px;
      background-color: #353535;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      transition: background-color 1s linear; }
      .hcb-widgets .hcb-widget .hcb-widget-image:hover {
        background-color: #F05D48; }
      .hcb-widgets .hcb-widget .hcb-widget-image .hcb-widget-image-icon {
        flex: 0 0 30%;
        color: white;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center; }
      .hcb-widgets .hcb-widget .hcb-widget-image .hcb-widget-image-content {
        flex: 0 0 65%;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .hcb-widgets .hcb-widget .hcb-widget-image .hcb-widget-image-content .hcb-widget-image-title {
          padding-top: 0.6rem;
          font-weight: bolder;
          letter-spacing: 0.9px;
          font-size: 0.9rem;
          color: white;
          opacity: 0.5; }
        .hcb-widgets .hcb-widget .hcb-widget-image .hcb-widget-image-content .hcb-widget-image-headline {
          font-weight: bold;
          line-height: 1;
          font-size: 1rem;
          letter-spacing: 0.4px;
          color: white;
          padding-right: 0.6rem;
          padding-bottom: 0.8rem; }
    .hcb-widgets .hcb-widget .hcb-widget-info {
      flex: 1 1 100%;
      position: relative;
      height: 93px; }
      .hcb-widgets .hcb-widget .hcb-widget-info .hcb-widget-title {
        position: absolute;
        top: 10.8px;
        left: 13.9px;
        font-size: 1.2rem;
        font-weight: normal; }
      .hcb-widgets .hcb-widget .hcb-widget-info .hcb-widget-subtitle {
        position: absolute;
        top: 37px;
        left: 13.9px;
        width: 150px;
        padding-top: 0.6rem;
        line-height: 1.1;
        font-size: 0.90rem;
        font-weight: lighter;
        color: #4d4d4d; }
    .hcb-widgets .hcb-widget .hcb-widget-ratings {
      width: 90px;
      height: 22px;
      position: absolute;
      top: 16.8px;
      right: 13.9px;
      display: flex;
      flex-wrap: wrap; }
      .hcb-widgets .hcb-widget .hcb-widget-ratings .hcb-widget-rating {
        flex: 0 0 15px;
        color: #FFCC64; }
    .hcb-widgets .hcb-widget .hcb-widget-cta-button {
      position: absolute;
      bottom: 0.7rem;
      right: 1rem;
      font-size: 0.75rem;
      padding: 0.4rem;
      border-radius: 5px;
      border: 1px solid #6CA2FD;
      cursor: pointer;
      color: #6CA2FD;
      background-color: white;
      text-align: center;
      box-shadow: 1px 1px 10px 0px transparent;
      transition: box-shadow 0.5s ease-in, color 0.5s ease-in, background-color 0.5s ease-in; }
      .hcb-widgets .hcb-widget .hcb-widget-cta-button:hover {
        background-color: #6CA2FD;
        color: white;
        -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3); }

.hcb-options {
  font-family: "Montserrat", sans-serif;
  color: #505050;
  font-size: 0.8rem; }
  .hcb-options h5 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .hcb-options h5:first-child {
      margin-top: 0; }
  .hcb-options small {
    display: block; }
  .hcb-options .modal-warning {
    color: #F05D48;
    padding-top: 4px; }

.btn-link {
  color: #6CA2FD !important;
  text-align: left; }

.options-accordion .custom-control {
  margin: .5rem; }

.card .card-body {
  padding: 2rem; }
  .card .card-body .card-title {
    font-size: 1rem; }
  .card .card-body p {
    font-size: 0.9rem;
    color: #505050; }

.alert {
  font-size: 0.9rem; }
  .alert .icon {
    margin-right: .7rem; }
  .alert.alert-primary {
    color: #5392fd;
    background-color: #eaf2ff;
    border-color: #d1e2fe; }
    .alert.alert-primary a {
      color: #3a82fc;
      font-weight: bold; }
  .alert.alert-danger {
    color: #931d0c;
    font-size: 0.9rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F05D48;
  border-color: #c22610;
  box-shadow: none; }
  .custom-control-input:checked ~ .custom-control-label::before:focus, .custom-control-input:checked ~ .custom-control-label::before :active {
    box-shadow: none; }

.hcb-plans-list {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap; }
  .hcb-plans-list .hcb-plan {
    cursor: pointer;
    width: 295px;
    height: 393px;
    border-radius: 10px;
    border: 2px solid #424242;
    background-color: #F9F9F9;
    margin: 1rem; }
    .hcb-plans-list .hcb-plan:hover {
      transition-property: filter;
      transition-duration: 1s;
      filter: drop-shadow(0px 0px 7px rgba(108, 117, 125, 0.7));
      -webkit-filter: drop-shadow(0px 0px 7px rgba(108, 117, 125, 0.7));
      -moz-filter: drop-shadow(0px 0px 7px rgba(108, 117, 125, 0.7)); }
    .hcb-plans-list .hcb-plan a {
      text-decoration: none;
      color: inherit; }
    .hcb-plans-list .hcb-plan .hcb-plan-header {
      display: flex;
      flex-wrap: wrap;
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
      background-color: #424242;
      border: solid 4px #424242;
      margin-top: -5px;
      box-sizing: border-box;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 1.5rem;
      width: 100%;
      justify-content: center;
      align-items: center; }
      .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-plan-name {
        font-size: 0.8rem;
        letter-spacing: 1.7px;
        max-width: 225px;
        font-weight: 600;
        flex: 1 1 100%;
        height: auto;
        margin-bottom: 25px;
        margin: 40px auto; }
        .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-plan-name .hcb-plan-header-audience {
          font-size: 0.75rem;
          font-style: italic;
          opacity: 0.4;
          font-weight: 500;
          margin-top: 0.4rem; }
        .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-plan-name.hcb-plan-free-name {
          margin-top: 56px;
          margin-bottom: 23px; }
      .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-price {
        font-size: 2.3rem;
        font-weight: bold;
        flex: 1 1 100%;
        max-width: 250px;
        height: 44px; }
        .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-price.hcb-plan-free {
          letter-spacing: 8.3px;
          font-size: 2.4rem;
          font-weight: 600;
          margin-bottom: 15.7px; }
        .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-price .hcb-plan-header-discount {
          font-size: 0.8rem;
          font-weight: lighter;
          position: relative;
          top: -4.8rem;
          left: 5.1rem; }
          .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-price .hcb-plan-header-discount .hcb-plan-cross-line {
            width: 29px;
            border: 0.7px solid white;
            transform: rotate(-41deg);
            position: absolute;
            top: 7px;
            left: 4px; }
        .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-header-price .hcb-plan-header-price-month {
          font-size: 0.8rem;
          margin-left: 0.2rem; }
      .hcb-plans-list .hcb-plan .hcb-plan-header .hcb-plan-cta {
        border-radius: 10px;
        text-align: center;
        font-weight: bolder;
        color: white;
        font-size: 1rem;
        letter-spacing: 1.5px;
        padding: 0.8rem 2rem;
        position: relative;
        top: 1.5rem;
        background-color: #EFA003;
        text-decoration: none; }
    .hcb-plans-list .hcb-plan .hcb-plan-body {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      height: 45%; }
      .hcb-plans-list .hcb-plan .hcb-plan-body .hcb-plan-body-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 0.85rem;
        line-height: 2;
        color: #605456; }

main {
  padding-top: 5.8rem;
  min-height: 66.3vh;
  /*MOBILE ONLY CODE*/ }
  @media screen and (max-width: 700px) {
    main {
      min-height: 71.3vh; } }

.hero-wrapper {
  position: relative; }

.hcb-hero-banner {
  background-image: url(/static/images/landing/hero-banner.svg);
  background-position: -11rem;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  top: -131px;
  position: relative;
  z-index: 2;
  /*DESKTOP ONLY CODE*/
  /*MOBILE ONLY CODE*/ }
  @media screen and (min-width: 850px) {
    .hcb-hero-banner {
      height: 32vw; } }
  @media screen and (max-width: 850px) {
    .hcb-hero-banner {
      display: none; } }
  .hcb-hero-banner .bb-product-disclaimer {
    position: absolute;
    top: 7.6rem;
    right: 19%;
    width: 160px;
    /*MOBILE ONLY CODE*/ }
    @media screen and (max-width: 1100px) {
      .hcb-hero-banner .bb-product-disclaimer {
        display: none; } }
    .hcb-hero-banner .bb-product-disclaimer .hcb-bb-logo {
      width: 63px;
      height: 24px;
      object-fit: contain;
      display: inline-block;
      float: left; }
    .hcb-hero-banner .bb-product-disclaimer .bb-product-text {
      display: inline-block;
      float: left;
      color: silver;
      font-family: "Montserrat", sans-serif;
      font-size: 0.9rem;
      box-sizing: border-box;
      padding-top: 8.3px;
      padding-left: 11px; }
  .hcb-hero-banner .hcb-hero-banner-card {
    width: 58vw;
    height: 100%;
    background-image: url(/static/images/landing/comment-card.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    /*MOBILE ONLY CODE*/
    /*MOBILE ONLY CODE*/
    /*MOBILE ONLY CODE*/ }
    @media screen and (max-width: 1200px) {
      .hcb-hero-banner .hcb-hero-banner-card {
        width: 60vw; } }
    @media screen and (max-width: 1000px) {
      .hcb-hero-banner .hcb-hero-banner-card {
        width: 58vw;
        top: 17%;
        left: 44%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 850px) {
      .hcb-hero-banner .hcb-hero-banner-card {
        width: 80.5vw;
        height: 85%;
        top: 7.2%;
        left: 9%; } }

.hcb-landing-container {
  box-sizing: border-box;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-top: -9rem;
  margin-bottom: 3rem;
  /*DESKTOP ONLY CODE*/ }
  @media screen and (min-width: 700px) {
    .hcb-landing-container {
      padding-right: unset !important; } }
  .hcb-landing-container .hcb-landing-column-left {
    padding-top: 6rem;
    box-sizing: border-box;
    flex: 1 1 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*DESKTOP ONLY CODE*/
    /*MOBILE ONLY CODE*/
    /*MOBILE ONLY CODE*/ }
    @media screen and (min-width: 1300px) {
      .hcb-landing-container .hcb-landing-column-left {
        margin-left: 2rem; } }
    @media screen and (max-width: 1000px) {
      .hcb-landing-container .hcb-landing-column-left {
        padding-top: 6rem; } }
    @media screen and (max-width: 850px) {
      .hcb-landing-container .hcb-landing-column-left {
        padding-top: 9rem; } }
    .hcb-landing-container .hcb-landing-column-left .hcb-column-left-container {
      position: relative;
      max-width: 600px;
      /*MOBILE ONLY CODE*/ }
      @media screen and (max-width: 960px) {
        .hcb-landing-container .hcb-landing-column-left .hcb-column-left-container {
          padding-left: 3rem;
          padding-right: 3rem; } }
      .hcb-landing-container .hcb-landing-column-left .hcb-column-left-container h3 {
        position: relative; }
        .hcb-landing-container .hcb-landing-column-left .hcb-column-left-container h3 .options-toggle {
          font-size: 0.85rem;
          text-decoration: none;
          position: absolute;
          top: 0;
          right: 0;
          font-weight: lighter;
          color: #EE9F04;
          cursor: pointer; }
  .hcb-landing-container .hcb-landing-column-right {
    flex: 1 1 3%;
    background-color: #F9F9F9; }

.hcb-ads {
  padding: 2rem;
  font-size: 0.7rem;
  opacity: .6;
  box-sizing: border-box;
  color: #686868;
  width: 100%;
  /*MOBILE ONLY CODE*/
  /*DESKTOP ONLY CODE*/ }
  .hcb-ads a {
    color: #686868; }
  .hcb-ads p {
    line-height: 1.2; }
  .hcb-ads .hcb-ads-title {
    color: #686868; }
  @media screen and (max-width: 850px) {
    .hcb-ads {
      margin-top: 10.2rem; } }
  @media screen and (max-width: 640px) {
    .hcb-ads {
      margin-top: 0rem; } }
  @media screen and (min-width: 850px) {
    .hcb-ads {
      margin-top: 3.8rem;
      max-width: 360px; } }

/*#############################################################|
|  >>> INSTRUCTIONS
*##############################################################*/
.disabled-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #F0F0F0; }

.code-wrapper {
  font-family: "Montserrat", sans-serif;
  position: relative; }
  .code-wrapper .hcb-instructions-container:not(.container-active) {
    opacity: 0.3; }
  .code-wrapper .hcb-instructions-container {
    background-color: #F9F9F9;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    padding: 2.3rem 3.2rem;
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition-property: filter;
    transition-duration: .5s;
    transition-timing-function: ease-in;
    max-width: 472px;
    /*&:hover {*/
    /*}*/
    /*DESKTOP ONLY CODE*/ }
    .code-wrapper .hcb-instructions-container.container-active {
      filter: drop-shadow(0px 0px 6px #b5b5b5);
      -webkit-filter: drop-shadow(0px 0px 6px #b5b5b5);
      -moz-filter: drop-shadow(0px 0px 6px #b5b5b5); }
    .code-wrapper .hcb-instructions-container .copy-button {
      cursor: pointer; }
    .code-wrapper .hcb-instructions-container .hcb-instructions-title {
      font-size: 1.2rem;
      font-weight: 500;
      text-align: left;
      margin-right: auto;
      width: 100%; }
    .code-wrapper .hcb-instructions-container .hcb-instructions-subtitle {
      font-size: 1.1rem;
      font-weight: 300;
      text-align: left;
      margin-right: auto;
      width: 100%;
      letter-spacing: 1.7px; }
    .code-wrapper .hcb-instructions-container .hcb-title-container {
      padding-left: 0 !important;
      padding-bottom: 1rem; }
    .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-full {
      padding-right: 3.6rem;
      padding-left: 3.6rem;
      box-sizing: border-box;
      flex: 1 1 100%;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      /*MOBILE ONLY CODE*/
      /*DESKTOP ONLY CODE*/ }
      @media screen and (max-width: 850px) {
        .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-full {
          padding-right: 0%;
          padding-left: 0%; } }
      @media screen and (min-width: 700px) {
        .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-full {
          padding-right: 0; } }
      .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-full .hcb-instructions-get-help {
        position: absolute;
        top: 0;
        right: 0rem;
        font-size: 0.8rem;
        font-weight: lighter;
        color: #6CA2FD;
        letter-spacing: 1px;
        text-decoration: none; }
    .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-left,
    .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-right {
      flex: 1 1 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    @media screen and (min-width: 700px) {
      .code-wrapper .hcb-instructions-container {
        flex-direction: row-reverse; }
        .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-left,
        .code-wrapper .hcb-instructions-container .hcb-instructions-container-column-right {
          flex: 1 1 180px; } }
    .code-wrapper .hcb-instructions-container .hcb-instructions-text {
      font-size: 0.75rem;
      text-align: left;
      /*MOBILE ONLY CODE*/ }
      .code-wrapper .hcb-instructions-container .hcb-instructions-text p {
        margin: 0;
        line-height: 1.2; }
      @media screen and (max-width: 750px) {
        .code-wrapper .hcb-instructions-container .hcb-instructions-text {
          margin-bottom: 1rem;
          text-align: center; } }
    .code-wrapper .hcb-instructions-container #btnPricing {
      /*DESKTOP ONLY CODE*/ }
      @media screen and (min-width: 750px) {
        .code-wrapper .hcb-instructions-container #btnPricing {
          margin-right: auto; } }
    .code-wrapper .hcb-instructions-container .hcb-instructions-container-number {
      position: absolute;
      top: -20px;
      left: -26px;
      font-weight: 500;
      font-size: 1.45rem;
      background-color: #FFFFFF;
      border-radius: 100%;
      width: 50px;
      height: auto;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.15); }
    .code-wrapper .hcb-instructions-container .hcb-instructions-messages a:hover {
      color: #F05D48;
      font-weight: bold; }
    .code-wrapper .hcb-instructions-container .hcb-step-checked {
      font-size: 3.2rem;
      color: #7ce38e; }
    .code-wrapper .hcb-instructions-container #commentboxcode {
      overflow: scroll;
      overflow-y: scroll;
      overflow-x: hidden;
      overflow: -moz-scrollbars-vertical;
      font-family: courier, sans-serif;
      font-size: 0.8rem;
      line-height: 1.2;
      background-color: #ffffff;
      border: none;
      display: block;
      width: 100%;
      margin-left: -40px;
      padding: 1rem;
      margin-top: 1.5rem;
      /*MOBILE ONLY CODE*/ }
      @media screen and (max-width: 850px) {
        .code-wrapper .hcb-instructions-container #commentboxcode {
          margin-left: 0; } }
    .code-wrapper .hcb-instructions-container iframe#preview {
      border: 1px solid #ddd; }
    .code-wrapper .hcb-instructions-container #copy-button {
      margin: 0; }
  .code-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin-top: 3rem; }
    .code-wrapper ul li {
      overflow: visible !important;
      margin-top: 1rem;
      margin-bottom: 1rem; }
  .code-wrapper textarea {
    width: 75%;
    display: block;
    padding: 25px;
    font-size: 20px;
    line-height: 30px;
    font-family: "courier new"; }

/* Dark chickens =========================================== */
.hcb-dark-chickens-section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background-image: url("/static/images/landing/dark_chickens.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 295px;
  justify-content: center;
  align-items: center;
  margin-top: 7rem; }
  .hcb-dark-chickens-section .dark-chickens-headline {
    text-align: center;
    color: white;
    padding: 2rem;
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    /*DESKTOP ONLY CODE*/ }
    @media screen and (min-width: 700px) {
      .hcb-dark-chickens-section .dark-chickens-headline {
        font-size: 1.8rem;
        max-width: 772px;
        padding: unset; } }

/* Footer =========================================== */
footer {
  background-color: #363636;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: white;
  margin-top: 2rem;
  padding: 2rem;
  /*DESKTOP ONLY CODE*/ }
  @media screen and (min-width: 700px) {
    footer {
      padding: 5rem; } }
  footer .hcb-footer-disclaimers {
    font-size: 0.8rem;
    text-align: center;
    max-width: 705px; }
    footer .hcb-footer-disclaimers p {
      margin: 0;
      margin-bottom: .5rem; }
    footer .hcb-footer-disclaimers .hcb-footer-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 2rem; }
      footer .hcb-footer-disclaimers .hcb-footer-logos .hcb-footer-countable-logo {
        width: 59px;
        height: 28px;
        margin-right: 2rem; }
      footer .hcb-footer-disclaimers .hcb-footer-logos .hcb-footer-bawkbox-logo {
        width: 102px;
        height: 37px; }

/* More widgets section =========================================== */
.hcb-more-widgets-section {
  max-width: 1070px;
  display: block;
  margin: 0 auto; }
  .hcb-more-widgets-section h2 {
    padding-left: 2rem;
    font-size: 29px;
    /*MOBILE ONLY CODE*/ }
    @media screen and (max-width: 850px) {
      .hcb-more-widgets-section h2 {
        text-align: center;
        padding: 0; } }
  .hcb-more-widgets-section .hcb-widget-gallery-container {
    width: 100%;
    min-height: 40rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem; }
    .hcb-more-widgets-section .hcb-widget-gallery-container .hcb-widgets {
      /*MOBILE ONLY CODE*/ }
      @media screen and (max-width: 850px) {
        .hcb-more-widgets-section .hcb-widget-gallery-container .hcb-widgets {
          justify-content: center; } }
    .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item {
      flex: 1 1 190px !important;
      height: 269px !important;
      /*MOBILE ONLY CODE*/ }
      @media screen and (max-width: 700px) {
        .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item {
          flex: 1 1 100% !important;
          width: 100% !important; } }
      .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item h4 {
        font-size: 1.3rem;
        text-align: center; }
      .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item p {
        font-size: 0.9rem;
        text-align: center;
        line-height: 1.5; }
      .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item h4, .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item p {
        /*DESKTOP ONLY CODE*/ }
        @media screen and (min-width: 850px) {
          .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item h4, .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item p {
            text-align: left; } }
      .hcb-more-widgets-section .hcb-widget-gallery-container widget-gallery .ws-item .sil-widget-widget-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }

.account-container {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  margin-top: -2rem;
  padding: 2.5rem 1rem 2.5rem 1rem;
  margin-bottom: -2rem;
  min-height: 100vh;
  /*DESKTOP ONLY CODE*/ }
  @media screen and (min-width: 700px) {
    .account-container {
      padding: 5rem 2rem 5rem 2rem; } }

@media screen and (max-width: 979px) {
  .resources {
    padding-top: 50px; } }
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem; }

.form-signin {
  width: 100%; }
  .form-signin .hcb-link {
    color: #6CA2FD !important;
    cursor: pointer; }
  .form-signin .btn {
    font-size: 80%;
    font-family: "Montserrat", sans-serif;
    border-radius: 5rem !important;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
    background-color: #6CA2FD;
    border: none; }
  .form-signin .card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }
    .form-signin .card-signin .card-title {
      margin-bottom: 2rem;
      font-weight: 300;
      font-size: 1.5rem;
      font-family: "Montserrat", sans-serif; }
    .form-signin .card-signin .card-body {
      padding: 2rem; }
  .form-signin .form-label-group {
    position: relative;
    margin-bottom: 1rem; }
    .form-signin .form-label-group input {
      height: auto;
      border-radius: 2rem; }
  .form-signin .form-label-group > input,
  .form-signin .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x); }
  .form-signin .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out; }
  .form-signin .form-label-group input::-webkit-input-placeholder {
    color: transparent; }
  .form-signin .form-label-group input:-ms-input-placeholder {
    color: transparent; }
  .form-signin .form-label-group input::-ms-input-placeholder {
    color: transparent; }
  .form-signin .form-label-group input::-moz-placeholder {
    color: transparent; }
  .form-signin .form-label-group input::placeholder {
    color: transparent; }
  .form-signin .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3); }
  .form-signin .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777; }
  .form-signin .btn-google-signin {
    color: white;
    background-color: #ea4335 !important;
    border: none; }
  .form-signin .btn-facebook-signin {
    color: white;
    background-color: #3b5998 !important;
    border: none; }
  .form-signin .btn-magic-link-signin {
    color: #505050;
    background-color: #FFFFFF !important;
    border: 1px solid #9d9d9d !important; }
  .form-signin .hcb-new-account-text {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.hcb-dark-chicken-bkg {
  background-size: cover;
  background-blend-mode: difference;
  background: #1c1c1c url("/static/images/landing/dark_chickens.jpg") repeat; }

.internal-account {
  background-color: white;
  border-radius: 5px;
  padding: 1rem;
  min-height: 27rem;
  /*DESKTOP ONLY CODE*/ }
  .internal-account p {
    line-height: 1.5;
    font-size: 1rem;
    color: #505050; }
  @media screen and (min-width: 700px) {
    .internal-account {
      max-width: 1200px;
      margin: 0 auto;
      padding: 2.5rem; } }

/* Account tabs =========================================== */
.account-tabs {
  padding-bottom: 5%; }

.account-tabs-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1.5rem; }
  .account-tabs-list li {
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 1.6rem; }

.nav-pills a:not(.active) {
  color: #505050 !important;
  opacit: 0.5; }

.nav-pills .nav-link.active {
  background-color: #6CA2FD;
  color: white; }

#exporting-buttons {
  display: block; }

.page-search {
  margin-top: 1.3rem; }

.themes section {
  padding: 2rem;
  box-sizing: border-box; }
  .themes section .container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }

.help .container h4 {
  margin-bottom: 1.5rem; }
.help .container p, .help .container li {
  line-height: 1.5;
  font-size: 0.9rem;
  color: #505050;
  padding-left: 1rem; }
.help .container section {
  width: 100%;
  margin-bottom: 3rem; }
.help .container li {
  margin: 1rem; }

.pricing-container {
  margin-top: 3rem;
  box-sizing: border-box; }

.need-more-text {
  text-decoration: none;
  display: block;
  text-align: right;
  color: #686868;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center; }

.pricing-subheader {
  font-size: 0.9rem;
  /* font-style: italic; */
  color: #9b9b9bb5;
  display: block; }

.commentbox-user {
  max-width: 340px;
  display: block;
  margin: 0 auto; }

.card-pricing.popular {
  z-index: 1;
  border: 3px solid #007bff; }

.card-pricing .list-unstyled li {
  padding: .5rem 0;
  color: #6c757d; }

.pricing-tag {
  position: relative; }
  .pricing-tag .pricing-last-price {
    position: absolute;
    top: 0;
    right: 17px;
    text-decoration: line-through;
    font-size: 0.8rem;
    font-style: italic;
    color: #838383ba; }

.pricing {
  position: relative; }
  .pricing .pricing-disclaimer {
    position: absolute;
    bottom: -23px;
    right: 16px;
    color: #6CA2FD;
    font-size: 0.85rem;
    font-style: italic; }
  .pricing .card {
    cursor: pointer; }
    .pricing .card:hover {
      transition-property: filter;
      transition-duration: 1s;
      filter: drop-shadow(0px 0px 7px rgba(108, 117, 125, 0.7));
      -webkit-filter: drop-shadow(0px 0px 7px rgba(108, 117, 125, 0.7));
      -moz-filter: drop-shadow(0px 0px 7px rgba(108, 117, 125, 0.7)); }
    .pricing .card .bg-gray {
      background-color: #6c757d; }
    .pricing .card .btn-cta-card {
      padding-bottom: 0.7rem;
      padding-top: 0.7rem;
      font-weight: bold; }
    .pricing .card .card-target-audience {
      font-size: 0.8rem;
      font-style: italic;
      color: #9b9b9b;
      display: block;
      text-align: center; }
  .pricing .bg-primary, .pricing .btn-primary {
    background-color: #EE9F04 !important;
    border-color: #0762fc69; }
  .pricing .price, .pricing .text-primary {
    color: #EE9F04 !important; }
  .pricing .card-pricing.popular {
    border-color: #EE9F04;
    background-color: #fffbf2; }
  .pricing .pricing-seals {
    position: absolute;
    top: -45px;
    font-size: 0.85rem;
    right: 15px;
    text-align: center;
    /* transform: translateX(-50%); */
    color: #EE9F04;
    /*MOBILE ONLY CODE*/ }
    @media screen and (max-width: 700px) {
      .pricing .pricing-seals {
        width: 100%; } }
  .pricing .pricing-antivirus-seals {
    position: absolute;
    top: 0;
    left: 0; }

.cocky-bawks-text, .free-text {
  color: #6c757d; }

.card-satisfaction-seal {
  background-image: url("/static/images/satisfaction-guaranteed.png");
  width: 170px;
  height: 158px;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  opacity: 0.3; }

.free-plan-disclaimer {
  margin-top: 4rem;
  font-size: 0.9rem;
  display: block;
  text-align: center; }
  .free-plan-disclaimer a {
    text-decoration: none;
    font-style: italic;
    color: #686868; }

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

.payment-form {
  padding-bottom: 50px;
  font-family: 'Montserrat', sans-serif; }
  .payment-form .container {
    margin-bottom: 1rem; }

.payment-form.dark {
  background-color: #f6f6f6; }

.payment-form .content {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  background-color: white; }

.payment-form .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; }

.payment-form .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; }

.payment-form.dark .block-heading p {
  opacity: 0.8; }

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
  margin-bottom: 1.2rem;
  color: #3b99e0; }

.payment-form form {
  border-top: 2px solid #5ea4f3;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  padding: 0;
  margin: auto; }

.payment-form .title {
  font-size: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8em;
  font-weight: 600;
  padding-bottom: 8px; }

.payment-form .products {
  background-color: #f7fbff;
  padding: 25px; }

.payment-form .products .item {
  margin-bottom: 1em; }

.payment-form .products .item-name {
  font-weight: 600;
  font-size: 0.9em; }

.payment-form .products .item-description {
  font-size: 0.8em;
  opacity: 0.6; }

.payment-form .products .item p {
  margin-bottom: 0.2em; }

.payment-form .products .price {
  float: right;
  font-weight: 600;
  font-size: 0.9em; }

.payment-form .products .total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 19px;
  font-weight: 600;
  line-height: 1; }

.payment-form .card-details {
  padding: 25px 25px 15px; }

.payment-form .card-details label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #79818a;
  text-transform: uppercase; }

.payment-form .card-details button {
  margin-top: 0.6em;
  padding: 12px 0;
  font-weight: 600; }

.payment-form .date-separator {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px; }

@media (min-width: 576px) {
  .payment-form .title {
    font-size: 1.2em; }

  .payment-form .products {
    height: 100%;
    background-color: #9ec2fe0f; }

  .payment-form .products .item-name {
    font-size: 1em; }

  .payment-form .products .price {
    font-size: 1em; }

  .payment-form .card-details {
    padding: 40px 40px 30px; }

  .payment-form .card-details button {
    margin-top: 2em; } }
.change-period {
  display: inline-block;
  width: 100%;
  text-align: right; }

.card-details .title {
  position: relative; }

.card-flags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  position: absolute;
  top: -17px;
  right: -1px; }
  .card-flags img {
    flex: 1 1 auto;
    width: 55px;
    height: 33px; }
  .card-flags .hcb-visa {
    display: none; }
  .card-flags .hcb-mastercard {
    display: none; }

.credit-list {
  margin: 0;
  padding: 0; }
  .credit-list li {
    list-style-type: none; }

.code-block {
  font-size: 14px;
  max-width: 500px;
  margin: 15px 0 0 0;
}

.container .help-intro {
  padding: 0 !important;
}

@media (max-width: 450px) {
  .code-block {
    font-size: 12px;
    max-width: 250px;
    overflow: auto;
  }
}

@media (max-width: 350px) {
  .code-block {
    font-size: 12px;
    max-width: 180px;
    overflow: auto;
  }
}

.migrate-container {
  margin: 16px 0;
}

.migrate-comment {
  display: flex;
  margin-bottom: 10px;
}

.migrate-comment-author {
  flex: 1;
}

.migrate-comment-content {
  flex: 3;
}

.migrate-comment-label {
  display: none;
  font-weight: bold;
}

#preview-link {
  cursor: pointer;
  color: #5392fd;
}

.search-container {
  margin: 32px 0;
}

.search-container label {
  font-size: 24px; margin-bottom: 16px;
}

@media (max-width: 800px) {
  .migrate-comment {
    flex-direction: column;
  }

  .migrate-comment-content {
    margin: 10px 0;
  }

  .migrate-comment-label {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
