.animate-scroll-down {
  -webkit-animation: animate-scroll-down 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: animate-scroll-down 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

@-webkit-keyframes animate-scroll-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes animate-scroll-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.animate-swipe-right {
  -webkit-animation: animate-swipe-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: animate-swipe-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

@-webkit-keyframes animate-swipe-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes animate-swipe-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

html {
  scroll-behavior: smooth;
}

.container {
  margin: auto;
}

.grid-col6-row3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 0.4fr 0.6fr 1fr;
      grid-template-rows: 0.4fr 0.6fr 1fr;
}

.grid-col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.grid-col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.grid-col3-row5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 0.1fr 0.5fr;
      grid-template-columns: 0.5fr 0.1fr 0.5fr;
  -ms-grid-rows: (1fr)[4];
      grid-template-rows: repeat(4, 1fr);
  gap: 1rem;
}

.grid-row3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.2fr 1fr;
      grid-template-rows: 1fr 0.2fr 1fr;
}

.grid-col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.card-grid-row3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.2fr 0.4fr;
      grid-template-rows: 1fr 0.2fr 0.4fr;
}

.grid-how-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38px 1fr;
      grid-template-columns: 38px 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 1rem;
}

@media screen and (min-width: 300px) {
  .container {
    padding: 1vh 2vw;
  }
  .grid-col6-row3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 0.3fr 0.6fr 0.3fr;
        grid-template-rows: 0.3fr 0.6fr 0.3fr;
  }
  .grid-col2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1;
  }
  .grid-col3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1;
  }
  .grid-col3-row5 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .grid-col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }
  .grid-how-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 38px 1fr;
        grid-template-columns: 38px 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding: 1vh 2vw;
  }
  .grid-col6-row3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 0.3fr 0.6fr 0.3fr;
        grid-template-rows: 0.3fr 0.6fr 0.3fr;
  }
  .grid-col2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1;
  }
  .grid-col3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1;
  }
  .grid-col3-row5 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .grid-col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }
  .grid-how-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 38px 1fr;
        grid-template-columns: 38px 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    gap: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .container {
    padding: 2vh 4vw;
  }
  .grid-col6-row3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 0.4fr 0.6fr 1fr;
        grid-template-rows: 0.4fr 0.6fr 1fr;
  }
  .grid-col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .grid-col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .grid-col3-row5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 0.1fr 0.5fr;
        grid-template-columns: 0.5fr 0.1fr 0.5fr;
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    gap: 1rem;
  }
  .grid-row3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0.5fr 0.2fr 1fr;
        grid-template-rows: 0.5fr 0.2fr 1fr;
  }
  .grid-col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .grid-how-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 40px 0.5fr;
        grid-template-rows: 40px 0.5fr;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    padding: 4vh 6vw;
  }
  .grid-col6-row3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 0.4fr 0.6fr 1fr;
        grid-template-rows: 0.4fr 0.6fr 1fr;
  }
  .grid-col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .grid-col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .grid-col3-row5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 0.1fr 0.5fr;
        grid-template-columns: 0.5fr 0.1fr 0.5fr;
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    gap: 1rem;
  }
  .grid-row3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0.5fr 0.2fr 1fr;
        grid-template-rows: 0.5fr 0.2fr 1fr;
  }
  .grid-col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .grid-how-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 40px 0.5fr;
        grid-template-rows: 40px 0.5fr;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    padding: 5vh 10vw;
  }
  .grid-col6-row3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 0.4fr 0.6fr 1fr;
        grid-template-rows: 0.4fr 0.6fr 1fr;
  }
  .grid-col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .grid-col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .grid-col3-row5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 0.1fr 0.5fr;
        grid-template-columns: 0.5fr 0.1fr 0.5fr;
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    gap: 1rem;
  }
  .grid-row3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0.5fr 0.2fr 1fr;
        grid-template-rows: 0.5fr 0.2fr 1fr;
  }
  .grid-col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .grid-how-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 40px 0.5fr;
        grid-template-rows: 40px 0.5fr;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

/*! 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

.btn {
  cursor: pointer;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 2rem;
}

.btn svg {
  vertical-align: bottom;
  padding-left: 8px;
}

.btn svg {
  -webkit-animation: animate-swipe-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: animate-swipe-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.btn:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.btn:hover svg {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.btn-solid__primary {
  color: white;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff2e63), to(#fa003f));
  background: linear-gradient(to right, #ff2e63 0%, #fa003f 100%);
  -webkit-box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
          box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
}

.btn-solid__secondary {
  color: white;
  border: 2px solid #5764D9;
  background: -webkit-gradient(linear, left top, right top, from(#5764D9), to(#323DA6));
  background: linear-gradient(to right, #5764D9 0%, #323DA6 100%);
}

.btn-outline__primary {
  color: #F43013;
  border: 2px solid #F43013;
  background: none;
}

.btn-outline__secondary {
  color: white;
  border: 2px solid #ff6189;
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline__secondary:hover {
  background-color: #ff6189;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-circle {
  color: white;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff2e63), to(#fa003f));
  background: linear-gradient(to right, #ff2e63 0%, #fa003f 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-circle-backTop {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 1rem;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.show-btn {
  right: 1.5rem;
  bottom: 2rem;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.whatsapp-button {
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  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;
  -webkit-animation: effect 5s infinite ease-in;
          animation: effect 5s infinite ease-in;
}

.whatsapp-button:hover {
  background-color: #21b457;
}

#ws-mobile {
  display: none;
}

#ws-web {
  display: none;
}

@-webkit-keyframes effect {
  20%,
  100% {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 65px;
    height: 65px;
    font-size: 35px;
  }
  5% {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

@keyframes effect {
  20%,
  100% {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 65px;
    height: 65px;
    font-size: 35px;
  }
  5% {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

@media screen and (min-width: 300px) {
  #ws-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #ws-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  #ws-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  #ws-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1600px) {
  #ws-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #DDDFE7;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

textarea {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #DDDFE7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  resize: none;
  width: 100%;
  height: 100px;
}

.whatever {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 120px;
  background-color: white;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 25px rgba(20, 23, 67, 0.3);
          box-shadow: 0px 0px 25px rgba(20, 23, 67, 0.3);
  border-radius: .5rem;
  cursor: pointer;
}

.whatever svg {
  padding: 1rem 1rem .5rem 1rem;
  vertical-align: middle;
}

.whatever span {
  display: block;
  padding: .5rem 0;
}

.checkboxes input[type=radio] {
  display: none;
}

.checkboxes input[type=radio]:checked + .whatever {
  border: 3px solid #5764D9;
}

.tab h5 {
  margin: 2rem 0;
}

.checkboxes-standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.checkboxes-standard input[type="radio"] {
  width: auto;
  margin-right: .5rem;
}

.investment input {
  width: 50%;
  margin: 0 .5rem;
}

/*Vertical Steps*/
.steps ul {
  list-style-type: none;
}

.list-group.vertical-steps {
  padding-left: 10px;
}

.list-group.vertical-steps .list-group-item {
  border: none;
  border-left: 3px solid #DDDFE7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  counter-increment: step-counter;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 4rem;
  padding-top: 0px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.list-group.vertical-steps .list-group-item span {
  font-size: 1.2rem;
  color: #A7A7A7;
  font-weight: bold;
}

.list-group.vertical-steps .list-group-item.active {
  background-color: transparent;
  color: inherit;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.list-group.vertical-steps .list-group-item.active span {
  color: #282828;
}

.list-group.vertical-steps .list-group-item:last-child {
  border-left: 3px solid transparent;
  padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color: #DDDFE7;
  color: #595959;
  content: counter(step-counter);
  display: inline-block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  width: 25px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
  display: block;
  overflow: hidden;
  padding-top: 2rem;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
  background-color: #ff2e63;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.list-group.vertical-steps .list-group-item.completed {
  border-left: 3px solid #ff2e63;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.list-group.vertical-steps .list-group-item.completed::before {
  background-color: #ff2e63;
  color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
  border-left: 3px solid transparent;
}

.navbar {
  background-color: transparent;
  color: #191919;
  padding: 0vw 5vw;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-scrolled {
  background-color: white;
  padding: 0vw 5vw;
  -webkit-box-shadow: 0px 0px 15px rgba(20, 23, 67, 0.3);
          box-shadow: 0px 0px 15px rgba(20, 23, 67, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-flex li {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 1rem;
}

.navbar-flex li:hover {
  color: white;
  background-color: #ff2e63;
  border-radius: 1rem;
}

.navbar-flex li:hover a {
  color: white;
}

.navbar-flex li:nth-last-child(1) {
  display: inline-block;
  margin: 0 0 0 0;
}

.navbar-toggle {
  display: none;
}

.navbar .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .navbar .logo {
    width: auto;
    height: 40px;
    padding: 1vh 0;
  }
  .navbar .main-nav {
    width: 100%;
    position: fixed;
    top: 48px;
    left: 0;
    margin: auto;
    padding: 5vh 0;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-flex {
    display: block;
  }
  .navbar-flex ul {
    display: none;
    height: 85vh;
  }
  .navbar-flex ul li {
    padding: 10px;
    font-size: 1.44rem;
    display: block;
    text-align: center;
    margin: auto;
  }
  .navbar-flex ul li:nth-last-child(1) {
    display: block;
    margin: auto;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    color: #ff2e63;
    font-size: 2rem;
  }
}

.active-link {
  color: white;
  background-color: #ff6189;
  border-radius: 1rem;
}

.active-link a {
  color: white;
}

footer {
  background-color: #282828;
}

.footer-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-layout ul {
  list-style-type: none;
}

.footer-layout li:nth-of-type(1) {
  font-weight: bold;
  color: white;
}

.footer-layout li {
  margin-bottom: 1rem;
  color: #A7A7A7;
}

.footer-layout a {
  color: #A7A7A7;
}

.footer-about {
  max-width: 360px;
}

.footer-form {
  border-radius: 0.5rem;
  max-width: 450px;
  background-color: white;
  padding: 2rem;
  margin-top: -6rem;
  -webkit-box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
          box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
}

.footer-form-btn-wrapper {
  text-align: center;
}

.footer-form h5 {
  margin-bottom: 2rem;
}

.footer-form button {
  display: inline-block;
}

.footer-bottom-bar {
  padding: 1rem 0;
  font-size: .8rem;
  color: #A7A7A7;
  background-color: #191919;
  text-align: center;
}

.footer-bottom-bar a {
  text-decoration: underline;
  color: white;
}

@media screen and (min-width: 300px) {
  .footer-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-form {
    margin-top: 1rem;
    padding: 2rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-form {
    margin-top: 1rem;
    padding: 2rem 1rem;
  }
}

@media screen and (min-width: 992px) {
  .footer-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-form {
    margin-top: -6rem;
    padding: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-form {
    margin-top: -6rem;
    padding: 2rem;
  }
}

@media screen and (min-width: 1600px) {
  .footer-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-form {
    margin-top: -6rem;
    padding: 2rem;
  }
}

.logo {
  width: 150px;
  padding: 10px 0;
}

.hero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F8FB;
  background-image: url("./../img/zenterra/hero-bg.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 65%;
  height: 1000px;
  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;
}

@media (max-width: 1024px) {
  .hero {
    height: 800px;
  }
}

@media (max-width: 550px) {
  .hero {
    height: 100vh;
    min-height: 800px;
  }
}

.hero .contenedor {
  width: 85%;
  height: 60%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .hero .contenedor {
    height: 90%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media (max-width: 550px) {
  .hero .contenedor {
    height: 80%;
  }
}

.hero-content {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 550px) {
  .hero-content {
    width: 100%;
  }
}

.hero-heading h1 {
  margin: 1rem 0;
}

.hero-subheading {
  font-size: 1.44rem;
  max-width: 480px;
  margin: 0 0 3rem 0;
}

.hero-subheading p {
  line-height: 40px;
}

.hero .scroll-down {
  text-align: center;
}

@media (max-width: 1024px) {
  .hero .scroll-down {
    margin-top: 50px;
    height: 50px;
  }
}

@media (max-width: 550px) {
  .hero .scroll-down {
    display: none;
  }
}

.hero .scroll-down small {
  display: block;
  padding: .5rem 0 2rem 0;
}

.how {
  background-color: #F7F8FB;
}

.how-card {
  border-radius: 0.5rem;
  background-color: white;
  -webkit-box-shadow: 10px 10px 10px rgba(20, 23, 67, 0.1);
          box-shadow: 10px 10px 10px rgba(20, 23, 67, 0.1);
  padding: 2rem 1.5rem;
  margin-bottom: 4rem;
}

.how-card img {
  -ms-grid-column: 1;
  grid-column: 1;
  width: 32px;
  margin-bottom: 1rem;
}

.how-card h4 {
  -ms-grid-column: 1;
  grid-column: 1;
  margin-bottom: 1rem;
}

.how-card p {
  -ms-grid-column: 1;
  grid-column: 1;
  display: inline-block;
  color: #424242;
}

@media screen and (min-width: 300px) {
  .how-card {
    padding: 2rem 1rem 2rem 1rem;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .how-card img {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .how-card h4 {
    margin-bottom: 0;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .how-card p {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .how-card {
    padding: 1rem 1rem 2rem 1rem;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .how-card img {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .how-card h4 {
    margin-bottom: 0;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .how-card p {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (min-width: 992px) {
  .how-card {
    padding: 2rem 1.5rem;
    -webkit-box-shadow: 10px 10px 10px rgba(20, 23, 67, 0.1);
            box-shadow: 10px 10px 10px rgba(20, 23, 67, 0.1);
  }
  .how-card img {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .how-card h4 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .how-card p {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media screen and (min-width: 1200px) {
  .how-card {
    margin-bottom: 4rem;
    -webkit-box-shadow: 10px 10px 10px rgba(20, 23, 67, 0.1);
            box-shadow: 10px 10px 10px rgba(20, 23, 67, 0.1);
  }
  .how-card img {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .how-card h4 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .how-card p {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.cta {
  padding: 9vh 0;
  background-image: url(./../img/zenterra/back.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta h3 {
  color: white;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.cta-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-column: 3;
  grid-column: 3;
}

@media screen and (min-width: 300px) {
  .cta {
    text-align: center;
  }
  .cta-btn {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media screen and (min-width: 768px) {
  .cta {
    text-align: center;
  }
  .cta-btn {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media screen and (min-width: 992px) {
  .cta {
    text-align: left;
  }
  .cta-btn {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}

@media screen and (min-width: 1200px) {
  .cta {
    text-align: left;
  }
  .cta-btn {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}

.why-biq {
  background-color: #F7F8FB;
  background-image: url("./../img/zenterra/why-biq-bg.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 52%;
}

.why-biq h2 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-column-align: left;
      justify-self: left;
  text-align: start;
}

.why-biq img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-column-align: right;
      justify-self: right;
}

.why-biq-text {
  -ms-grid-column: 3;
  grid-column: 3;
}

.why-biq-text h4:nth-child(even) {
  margin-top: 0.5rem;
  color: #EF4F06;
}

.why-biq p {
  margin-bottom: 4rem;
}

.why-biq-btn {
  -ms-grid-column: 3;
  grid-column: 3;
}

@media screen and (min-width: 300px) {
  .why-biq {
    background-image: none;
    padding-bottom: 10vh;
  }
}

@media screen and (min-width: 768px) {
  .why-biq {
    background-image: none;
    padding-bottom: 10vh;
  }
}

@media screen and (min-width: 992px) {
  .why-biq {
    background-image: url("./../img/zenterra/why-biq-bg.webp");
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .why-biq {
    background-image: url("./../img/zenterra/why-biq-bg.webp");
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1600px) {
  .why-biq {
    background-image: url("./../img/zenterra/why-biq-bg.webp");
    padding-bottom: 0;
  }
}

.start-now .steps {
  display: block;
  /* Make circles that indicate the steps of the form: */
  /* Mark the active step: */
  /* Mark the steps that are finished and valid: */
}

.start-now .steps .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.start-now .steps .step.active {
  opacity: 1;
}

.start-now .steps .step.finish {
  background-color: #4CAF50;
}

.start-now .checkboxes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.start-now__nav-btns {
  text-align: right;
  margin: 4rem 0 2rem 0;
}

.start-now__nav-btns #prevBtn {
  margin-right: .5rem;
  border: none;
}

.start-now h2 {
  margin-bottom: 1rem;
}

.start-now h4 {
  color: #ff2e63;
  margin-bottom: 3rem;
  text-align: center;
}

.start-now form {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  border-radius: 0.5rem;
  background-color: white;
  padding: 2rem;
  -webkit-box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
          box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
}

.start-now form .tab {
  display: none;
}

.start-now__success {
  text-align: center;
  padding: 10vh 0 20vh 0;
  margin: auto;
}

.start-now__success img {
  width: 250px;
  margin: 2rem 0;
}

@media screen and (min-width: 300px) {
  .start-now .steps {
    display: none;
  }
  .start-now form {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 2rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .start-now .steps {
    display: none;
  }
  .start-now form {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 2rem 1rem;
  }
}

@media screen and (min-width: 992px) {
  .start-now .steps {
    display: block;
  }
  .start-now form {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    padding: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .start-now .steps {
    display: block;
  }
  .start-now form {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    padding: 2rem;
  }
}

@media screen and (min-width: 1600px) {
  .start-now .steps {
    display: block;
  }
  .start-now form {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    padding: 2rem;
  }
}

.testimonial {
  background-color: #F7F8FB;
}

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

.testimonial-card p {
  padding: 1rem;
}

.testimonial-card p span {
  font-family: cursive;
  font-size: 2.986rem;
  font-weight: 700;
  color: #ff2e63;
  padding-right: 0.5rem;
}

.testimonial-card img {
  border-radius: 50%;
  -ms-grid-column-align: center;
      justify-self: center;
  display: inline-block;
  margin: 1.5rem 0;
  width: 4rem;
  -webkit-box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
          box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
}

.testimonial-card span {
  color: #323DA6;
  font-size: 1.3rem;
}

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

.faq {
  text-align: center;
  padding: 5vh 0 12vh 0;
  background-color: #F7F8FB;
}

.faq h2 {
  text-align: center;
}

.faq-list {
  margin: 2rem 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  text-align: left;
  list-style-type: none;
  padding: 0;
}

.faq-list li {
  border-bottom: 1px solid #A7A7A7;
}

.faq-list a {
  color: #ff2e63;
}

.faq-answer {
  line-height: 24px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-question {
  color: #595959;
  padding: 2rem 0;
  cursor: pointer;
}

.faq-question:hover {
  color: #424242;
}

.faq-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}

.show {
  max-height: 200px;
  padding-bottom: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-question {
  color: #ff2e63;
}

.section {
  width: 100%;
  padding: 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F8FB;
  background-image: url(./../img/zenterra/why-biq-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40%;
}

@media (max-width: 768px) {
  .section {
    padding: 20vh 5vw 5vh;
  }
}

.section .desc {
  width: 45%;
  font-size: 1.44rem;
  line-height: 40px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .section .desc {
    width: 90%;
    padding-bottom: 50px;
  }
}

.info {
  padding-left: 10vw;
  padding-right: 10vw;
}

@media (max-width: 768px) {
  .info {
    padding: 0 5vw;
    background-color: #F7F8FB;
  }
}

@media (max-width: 768px) {
  .info h2 {
    padding: 6rem 0;
    margin: 0;
  }
}

.info p {
  font-size: 1.44rem;
}

.info ul li {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.formulario {
  padding: 0 10vw 10vw;
  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;
}

@media (max-width: 768px) {
  .formulario {
    padding: 0 5vw;
  }
}

.formulario h2 {
  text-align: center;
}

.formulario form {
  width: 70%;
  border-radius: 0.5rem;
  background-color: white;
  padding: 2rem;
  -webkit-box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
          box-shadow: 10px 10px 50px rgba(20, 23, 67, 0.3);
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .formulario form {
    margin-bottom: 30px;
  }
  .formulario form #gwd-reCAPTCHA, .formulario form #rc-imageselect {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

.formulario form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .formulario form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.formulario form .form-row .form-colum {
  width: 50%;
}

@media (max-width: 768px) {
  .formulario form .form-row .form-colum {
    width: 100%;
  }
}

.formulario form .form-row .form-colum.first {
  margin-right: 10px;
}

.formulario form .form-row .form-colum.width-full {
  width: 100%;
}

.formulario form .form-row.btn-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}

.select-box__current {
  position: relative;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #191919;
}

body a {
  color: #282828;
  text-decoration: none;
}

body p {
  line-height: 1.8rem;
}

body h1 {
  font-size: 3.583rem;
  margin: 0;
}

body h2 {
  font-size: 2.986rem;
  margin: 3.5rem 0;
}

body h3 {
  font-size: 2.074rem;
  font-weight: 600;
  margin: 2rem 0;
}

body h4 {
  font-size: 1.44rem;
  margin: 0;
}

body h5 {
  font-size: 1.3rem;
  margin: 0;
}

@media screen and (min-width: 300px) {
  body h2 {
    text-align: center;
    font-size: 2.4rem;
    margin: 3.5rem 0 2.5rem 0;
  }
  body h5 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  body h2 {
    text-align: center;
    font-size: 2.4rem;
    margin: 3.5rem 0 2.5rem 0;
  }
  body h5 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  body h2 {
    text-align: center;
    font-size: 2.986rem;
    margin: 3.5rem 0;
  }
  body h5 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  body h2 {
    text-align: center;
    font-size: 2.986rem;
    margin: 3.5rem 0;
  }
  body h5 {
    font-size: 1.3rem;
  }
}
