/*! 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; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

button {
  background-color: transparent; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Be Vietnam", "Roboto", Arial, sans-serif;
  background-color: #fafafa; }

.container {
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto; }

h1 {
  font-size: 3.8em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.3em; }

a {
  color: #242d52;
  font-size: 1.2em; }

p {
  color: #9095a7;
  font-size: 1.1em;
  line-height: 32px; }

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #f25f3a;
  border-radius: 20px;
  color: #fafafa;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px #f25f3a;
          box-shadow: 0 2px 10px #f25f3a;
  cursor: pointer; }
  .button:hover {
    opacity: 0.8; }

@media (max-width: 1199.98px) {
  .container {
    max-width: 90vw; } }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.bg-img {
  background: url(../../images/bg-tablet-pattern.svg) no-repeat top -200px right -20px; }

.active {
  background-color: #fdfdfd; }

.header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .header .container {
    height: 9vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-switch {
    display: none;
    outline: none; }
  .header-switch-close {
    display: none;
    outline: none; }
  .header-nav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    padding-right: 22px;
    padding-left: 22px;
    font-weight: 700; }
    .header-nav a:hover {
      color: #9095a7; }

@media (max-width: 575.98px) {
  .header .container {
    position: relative; }
  .header-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px;
    position: relative;
    left: 22px; }
  .header-nav {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
    -webkit-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 8px; }
    .header.nav-show .header-nav {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      pointer-events: auto; }
    .header-nav a {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 5px;
      margin-bottom: 5px; }
      .header-nav a:nth-child(1) {
        margin-top: 26px; }
      .header-nav a:nth-child(5) {
        margin-bottom: 26px; }
  .header .button {
    display: none; } }

@media (max-width: 991.98px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-nav a {
      padding-right: 18px;
      padding-left: 18px; }
  .header .button {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none; } }

.showcase .container {
  margin-top: 100px; }

.showcase-first {
  scroll-margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 160px; }
  .showcase-first-slogan {
    width: 40%; }
    .showcase-first-slogan p {
      width: 70%;
      margin-top: 35px;
      margin-bottom: 40px; }

@media (max-width: 1199.98px) {
  .showcase-first {
    padding-top: 5px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .showcase-first-slogan {
      width: auto;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: center; }
      .showcase-first-slogan h1 {
        font-size: 2.2em;
        line-height: 40px; }
      .showcase-first-slogan p {
        width: auto;
        font-size: 1em;
        margin-top: 24px;
        margin-bottom: 24px;
        line-height: 20px; }
    .showcase-first-data {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .showcase-first-data img {
        width: 100%; } }

.showcase2-second {
  scroll-margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 160px; }
  .showcase2-second-main_info {
    width: 36%; }
    .showcase2-second-main_info p {
      margin-top: 36px; }
  .showcase2-second-itemized {
    width: 40%; }
    .showcase2-second-itemized-itemized-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .showcase2-second-itemized-itemized-1 button {
        -webkit-box-shadow: none;
                box-shadow: none;
        cursor: auto; }
      .showcase2-second-itemized-itemized-1-info-1 {
        margin-left: 24px; }
        .showcase2-second-itemized-itemized-1-info-1 p {
          margin-top: 18px;
          margin-bottom: 20px; }
    .showcase2-second-itemized-itemized-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .showcase2-second-itemized-itemized-2 button {
        -webkit-box-shadow: none;
                box-shadow: none;
        cursor: auto; }
      .showcase2-second-itemized-itemized-2-info-2 {
        margin-left: 24px; }
        .showcase2-second-itemized-itemized-2-info-2 p {
          margin-top: 18px;
          margin-bottom: 20px; }
    .showcase2-second-itemized-itemized-3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .showcase2-second-itemized-itemized-3 button {
        -webkit-box-shadow: none;
                box-shadow: none;
        cursor: auto; }
      .showcase2-second-itemized-itemized-3-info-3 {
        margin-left: 24px; }
        .showcase2-second-itemized-itemized-3-info-3 p {
          margin-top: 18px;
          margin-bottom: 20px; }

@media (max-width: 1199.98px) {
  .showcase2-second {
    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;
    padding-top: 20px;
    padding-bottom: 160px;
    text-align: center; }
    .showcase2-second-main_info {
      width: 100%;
      padding-bottom: 60px; }
      .showcase2-second-main_info p {
        margin-top: 36px; }
    .showcase2-second-itemized {
      width: 100%; }
      .showcase2-second-itemized-itemized-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; }
        .showcase2-second-itemized-itemized-1-info-1 h3 {
          background-color: #ffefeb;
          border-radius: 10px;
          padding-bottom: 10px;
          padding-top: 10px; }
        .showcase2-second-itemized-itemized-1-info-1 p {
          margin-top: 18px;
          margin-bottom: 20px; }
      .showcase2-second-itemized-itemized-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .showcase2-second-itemized-itemized-2-info-2 h3 {
          background-color: #ffefeb;
          border-radius: 10px;
          padding-bottom: 10px;
          padding-top: 10px; }
        .showcase2-second-itemized-itemized-2-info-2 p {
          margin-top: 18px;
          margin-bottom: 20px; }
      .showcase2-second-itemized-itemized-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .showcase2-second-itemized-itemized-3-info-3 h3 {
          background-color: #ffefeb;
          border-radius: 10px;
          padding-bottom: 10px;
          padding-top: 10px; }
        .showcase2-second-itemized-itemized-3-info-3 p {
          margin-top: 18px;
          margin-bottom: 20px; } }

.testimonial {
  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;
  text-align: center; }
  .testimonial-people {
    scroll-margin-top: 240px;
    margin-bottom: 40px;
    margin-top: 80px; }
    .testimonial-people-item {
      width: 33%;
      padding-bottom: 100px;
      background-color: #f4f6ff;
      margin-left: 20px;
      padding-left: 40px;
      padding-right: 40px; }
      .testimonial-people-item h4 {
        margin-top: -30px;
        margin-bottom: 20px; }
    .testimonial-people img {
      position: relative;
      top: -60px; }
  .testimonial .button {
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 80px; }

.flickity-viewport {
  padding-top: 60px; }

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid #f25f3a; }

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #f25f3a; }

@media (max-width: 991.98px) {
  .testimonial h2 {
    margin-top: -80px; }
  .testimonial-people {
    margin-top: 20px; }
    .testimonial-people-item {
      width: 100%; }
  .testimonial .button {
    margin-bottom: 60px;
    margin-top: 20px; } }

.brand {
  background-color: #f25f3a; }
  .brand-orange {
    scroll-margin-top: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 55px;
    padding-bottom: 60px; }
    .brand-orange h2 {
      color: #fff;
      width: 35%; }
    .brand-orange button {
      background-color: #fff;
      color: #f25f3a; }
      .brand-orange button:hover {
        opacity: 1; }

@media (max-width: 991.98px) {
  .brand-orange {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .brand-orange h2 {
      width: 100%;
      margin-bottom: 24px; } }

.footer {
  background-color: #1d1e25;
  height: 300px; }
  .footer a {
    color: #fafafa;
    font-size: 1.1em; }
    .footer a:hover {
      color: #f25f3a; }
  .footer-box {
    scroll-margin-top: 160px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .footer-box-logo-and-social {
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .footer-box-logo-and-social-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .footer-box-1-and-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer-box-1 {
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    .footer-box-2 {
      margin-left: 140px;
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    .footer-box-mail-and-copyright {
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-box-mail-and-copyright form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .footer .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer .form-control input {
      border-radius: 20px;
      border: 2px solid #fff;
      height: 44px;
      color: black;
      padding-left: 22px;
      padding-right: 18px;
      margin-right: 10px;
      outline: none; }
    .footer .form-control small {
      color: #e74c3c;
      visibility: hidden;
      margin-left: 16px;
      margin-top: 10px;
      font-size: 14px; }
  .footer .form-control.error small {
    visibility: visible; }
  .footer .form-control.error input {
    border: 2px solid #e74c3c; }
  .footer .form-control.success input {
    border-color: #2ecc71; }

@media (max-width: 991.98px) {
  .footer {
    height: 650px;
    position: relative; }
    .footer-box {
      height: 650px;
      width: 100%;
      -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; }
      .footer-box-logo-and-social {
        -webkit-box-ordinal-group: 100;
            -ms-flex-order: 99;
                order: 99; }
        .footer-box-logo-and-social .footer-logo {
          width: 100%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 50px;
          margin-bottom: 30px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          .footer-box-logo-and-social .footer-logo img {
            margin-top: 10px;
            margin-bottom: 40px;
            width: 70%; }
        .footer-box-logo-and-social-social {
          width: 300px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .footer-box-logo-and-social-social img {
            width: 34px; }
      .footer-box-1-and-2 {
        margin-top: 40px; }
      .footer-box-1 {
        width: 100%; }
        .footer-box-1 a {
          margin-bottom: 30px; }
      .footer-box-mail-and-copyright {
        width: 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
        .footer-box-mail-and-copyright form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .footer-box-mail-and-copyright form button {
            margin-left: 10px; }
        .footer-box-mail-and-copyright p {
          position: absolute;
          bottom: 20px; } }
