@import url(https://fonts.googleapis.com/css?family=Nunito);@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*grey*/

/*green*/

/* lightgreen*/

/*yellow*/

/*grey*/

/*lightgrey*/

/*darkgrey*/

.content-section ul {
  list-style: disc;
  list-style-position: inside;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* boilerplate fixes*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* hide input spinners */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  box-sizing: border-box;
}

.anim-ajax,
.anim {
  visibility: hidden;
}

.footer {
  padding: 60px 0;
  background: #b5b5b6;
  color: #fff;
  font-size: 0.9em;
  border-radius: 20px 20px 0 0;
  margin-top: 60px;
  line-height: 1.2em;
}

@media only screen and (max-width: 700px) {
  .footer {
    padding: 0 15px;
    font-size: 0.9em;
  }
}

.footer .social-share {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
}

@media only screen and (max-width: 700px) {
  .footer .social-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.footer .social-share a {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 60px;
  padding: 10px;
  background: #fff;
  margin-right: 4px;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 700px) {
  .footer .social-share a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.footer .social-share a img {
  height: 40px;
}

.footer .social-share a:last-child img {
  height: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 15px 0;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.h1 {
  font-size: 60px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 990px) {
  .h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 700px) {
  .h1 {
    font-size: 32px;
  }
}

.h2,
.h3 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 990px) {
  .h2,
  .h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 700px) {
  .h2,
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 22px;
}

@media only screen and (max-width: 990px) {
  .h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 700px) {
  .h4 {
    font-size: 20px;
  }
}

.h5 {
  font-size: 16px;
}

.title {
  padding: 30px 0;
}

@media only screen and (max-width: 990px) {
  .title {
    text-align: center;
  }

  .title .title-bar {
    margin: 0 auto;
  }
}

.pagetitle {
  padding-top: 150px;
}

@media only screen and (max-width: 990px) {
  .pagetitle {
    padding-top: 0px;
    margin-top: 60px;
  }
}

.title-bar {
  width: 60px;
  height: 10px;
  background: #ffba00;
  border-radius: 5px;
}

.title-bar2 {
  width: 60px;
  height: 10px;
  background: #61bb5b;
  border-radius: 5px;
}

.buttons-wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.buttons-wrapper.test .button1 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .buttons-wrapper.test .button1 {
    width: calc(100% / 3 - 20px);
  }
}

@media only screen and (max-width: 700px) {
  .buttons-wrapper.test .button1 {
    width: 100%;
  }
}

.button1 {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-height: 80px;
  margin-bottom: 15px;
  width: calc(100% / 3 - 20px);
  position: relative;
}

@media only screen and (max-width: 700px) {
  .button1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.button1.half {
  width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 1200px) {
  .button1 {
    width: calc(100% / 2 - 15px);
  }
}

@media only screen and (max-width: 700px) {
  .button1 {
    width: 100% !important;
  }
}

.button1 .name {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 60px;
  border: 2px solid #61bb5b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.2em;
  min-height: 80px;
  width: 100%;
  padding: 15px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #404040 !important;
  z-index: 2;
  margin: 0;
}

@media only screen and (max-width: 700px) {
  .button1 .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.button1 .shadow {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.button1:hover .name {
  border: 2px solid #fff;
  background: #ffba00;
  color: #fff !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button1:hover .small-arrow {
  background: #ffba00;
  z-index: 3;
  background: #61bb5b;
  color: #fff;
}

.button1 .name.hover {
  border: 2px solid #fff;
  background: #ffba00;
  color: #fff !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button1 .small-arrow.hover {
  background: #ffba00;
  z-index: 3;
  background: #61bb5b;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.numbers .button1 {
  width: calc(100% / 5 - 10px);
}

@media only screen and (max-width: 700px) {
  .numbers .button1 {
    margin: 10px;
    max-width: 80px;
  }
}

.button {
  margin-top: 15px;
  background: #ee7268;
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  font-weight: 800;
  border-radius: 60px;
}

.button:hover {
  background: #61bb5b;
}

.small-arrow {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -15px;
  width: 90px;
  height: 30px;
  background: #ffba00;
  z-index: 3;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .small-arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.small-arrow .line {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 20px;
  pointer-events: none;
}

.corner-button {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 104;
  background: url("/images/corner.svg");
  background-size: cover;
  padding: 60px 0 0 30px;
  width: 100px;
  height: 100px;
  font-size: 30px;
}

.corner-button .title-bar {
  width: 40px;
}

@media only screen and (max-width: 990px) {
  .corner-button {
    right: 0px;
    bottom: 0px;
    padding-bottom: 15px;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.hero-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  min-height: 400px;
  width: 100%;
  margin-top: 90px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 990px) {
  .hero-section {
    margin-top: 45px;
    min-height: 230px;
  }
}

.hero-section.home {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 700px) {
  .hero-section.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 990px) {
  .hero-section.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

.hero-section.home .hero-logos-block {
  width: 50%;
  min-height: 650px;
}

@media only screen and (max-width: 990px) {
  .hero-section.home .hero-logos-block {
    min-height: 0 !important;
    width: 100%;
    position: relative !important;
  }
}

.hero-section.home .hero-text-buttons {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-content: space-between;
  width: 50%;
  min-height: 650px;
}

@media only screen and (max-width: 990px) {
  .hero-section.home .hero-text-buttons {
    width: 100%;
    min-height: 0;
    padding: 90px 30px 30px;
  }
}

.hero-section.home .hero-text-buttons .hero-text {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
  padding: 60px 60px 0;
  flex: 1;
  -webkit-box-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 990px) {
  .hero-section.home .hero-text-buttons .hero-text {
    padding: 0;
  }
}

.hero-section.home .hero-text-buttons .hero-text .h1 {
  width: 100%;
  text-align: center;
  padding: 0;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .hero-section.home .hero-text-buttons .hero-text .h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 990px) {
  .hero-section.home .hero-text-buttons .hero-text .h1 {
    padding: 0 0 30px 0;
  }
}

@media only screen and (max-width: 700px) {
  .hero-section.home .hero-text-buttons .hero-text .h1 {
    font-size: 32px;
  }
}

.hero-section.home .hero-text-buttons .hero-buttons {
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .hero-section.home .hero-text-buttons .hero-buttons {
    padding: 0;
  }
}

.hero-section.home .hero-text-buttons .hero-buttons a {
  display: inline-block;
  margin: 0 15px;
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #61bb5b;
  font-weight: 700;
  font-size: 28px;
  color: #61bb5b;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero-section.home .hero-text-buttons .hero-buttons a:hover {
  background: #61bb5b;
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 990px) {
  .hero-section.home .hero-text-buttons .hero-buttons a {
    margin: 0 15px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 700px) {
  .hero-section.home .hero-text-buttons .hero-buttons a {
    width: 100%;
    margin: 0;
    font-size: 20px;
  }

  .hero-section.home .hero-text-buttons .hero-buttons a:first-child {
    margin-bottom: 15px;
  }
}

.hero-section .hero-logos-block {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  min-height: 400px;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .hero-section .hero-logos-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 990px) {
  .hero-section .hero-logos-block {
    width: 100%;
    min-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.hero-section .hero-logos-block .hero-logos {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 30px 15px 0;
  background: #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media only screen and (max-width: 700px) {
  .hero-section .hero-logos-block .hero-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 990px) {
  .hero-section .hero-logos-block .hero-logos {
    position: relative;
  }
}

@media only screen and (max-width: 700px) {
  .hero-section .hero-logos-block .hero-logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    justify-content: space-around;
    padding: 15px 0 0;
    text-align: center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hero-section .hero-logos-block .hero-logos img {
  height: 50px;
  margin: 0 10px;
}

@media only screen and (max-width: 1200px) {
  .hero-section .hero-logos-block .hero-logos img {
    height: 45px;
  }
}

@media only screen and (max-width: 700px) {
  .hero-section .hero-logos-block .hero-logos img {
    margin: 0 auto 15px auto;
    height: 30px;
  }
}

.hero-section .hero-logos-block .hero-logos img.label {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: auto;
  -webkit-transform: translate(60px, -45px);
          transform: translate(60px, -45px);
}

@media only screen and (max-width: 700px) {
  .hero-section .hero-logos-block .hero-logos img.label {
    -webkit-transform: translate(-5px, -20px);
            transform: translate(-5px, -20px);
    width: 40px;
  }
}

.home-section {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 150px);
  font-size: 22px;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .home-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  .home-section {
    height: auto;
    font-size: 16px;
  }
}

.intro {
  padding: 0 200px 60px 0;
  line-height: 1.2em;
  font-weight: 600;
}

@media only screen and (max-width: 700px) {
  .intro {
    padding: 0 0 30px;
  }
}

.discipline-selector-wrapper {
  margin: 0 auto;
  position: relative;
  margin: 60px 0 0;
}

.discipline-selector-wrapper .shadow {
  position: absolute;
  top: 30px;
  width: 100%;
}

.discipline-selector-wrapper .discipline-selector-button {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  border-radius: 60px;
  border: 2px solid #61bb5b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #000;
  font-weight: 500;
  display: flex;
  padding: 20px 30px;
  width: 100%;
  background: #fff;
  z-index: 1;
}

@media only screen and (max-width: 700px) {
  .discipline-selector-wrapper .discipline-selector-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.discipline-selector-wrapper .discipline-selector-button .arrow-down {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  width: 40px;
  height: 40px;
  background: #ffba00;
  color: #fff;
  padding-top: 3px;
}

@media only screen and (max-width: 700px) {
  .discipline-selector-wrapper .discipline-selector-button .arrow-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.discipline-selector-wrapper .discipline-selector-button .arrow-down .line {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 20px;
  pointer-events: none;
}

.discipline-selector-wrapper .discipline-selector-button:hover {
  background: #ffba00;
  color: #fff;
  border: 2px solid #fff;
}

.discipline-selector-wrapper .discipline-selector-button:hover .arrow-down {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #61bb5b;
}

.discipline-selector-wrapper .discipline-selector-options-wrapper {
  padding: 15px 0;
  max-height: 300px;
  overflow-y: auto;
}

.discipline-selector-wrapper .discipline-selector-options-wrapper .option {
  margin: 0 auto;
  position: relative;
  border-radius: 60px;
  border: 2px solid #61bb5b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  color: #000;
  font-weight: 500;
  padding: 5px 30px;
  width: 100%;
  background: #fff;
  margin: 5px 0 0 0;
}

.discipline-selector-wrapper .discipline-selector-options-wrapper .option:hover {
  border: 2px solid #fff;
  background: #ffba00;
  color: #fff !important;
}

.profession-wrapper {
  margin: 30px 0 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .profession-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.profession-wrapper .image img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 700px) {
  .profession-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.profession-wrapper .small-arrow {
  margin-top: -15px;
}

.profession-wrapper .flexfix {
  width: calc(100% / 3 - 20px);
}

@media only screen and (max-width: 1200px) {
  .profession-wrapper .flexfix {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  background-image: url(/images/base.jpg?a235d9fb18273819d082620201ab0b43);
  background-color: #358a84;
  background-attachment: fixed;
  line-height: 1.7em;
}

@media only screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: #FFBA00;
}

a:hover {
  color: #000;
}

.content-section {
  padding-bottom: 60px;
}

.content-section .wrapper {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40vw);
  padding: 0 30px;
}

@media only screen and (max-width: 1600px) {
  .content-section .wrapper {
    width: 100%;
    padding: 0 10vw 0 25vw;
  }
}

@media only screen and (max-width: 1200px) {
  .content-section .wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .content-section .wrapper {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 990px) {
  .logo {
    padding: 30px 0 0 40px;
  }
}

.logo img {
  position: fixed;
  left: 40px;
  top: 212px;
  width: 15vw;
  z-index: 101;
}

@media only screen and (max-width: 990px) {
  .logo img.desktop {
    display: none;
  }
}

.logo img.mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  .logo img.mobile {
    display: block;
  }
}

@media only screen and (max-width: 990px) {
  .logo img {
    position: relative;
    width: 200px;
    top: 0;
    left: 0px;
    z-index: 99;
  }
}

.page .intro {
  -webkit-box-flex: 1;
          flex: 1;
}

.page .intro .content {
  padding: 0;
}

.breadcrumbs {
  position: absolute;
  top: 40px;
  color: #fff;
  font-size: 0.85em;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs a:hover {
  color: #ffba00;
}

@media only screen and (max-width: 990px) {
  .breadcrumbs {
    display: none;
  }
}

.main {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  padding: 30px;
  background-image: url(/images/base.jpg?a235d9fb18273819d082620201ab0b43);
}

@media only screen and (max-width: 700px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.white-border {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-shadow: inset 0px 0px 0px 30px white;
  pointer-events: none;
  z-index: 100;
}

@media only screen and (max-width: 990px) {
  .white-border {
    box-shadow: inset 0px 0px 0px 15px white;
  }
}

.flexfix {
  max-height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.p-t-s {
  padding-top: 15px;
}

.p-t-m {
  padding-top: 30px;
}

.p-t-l {
  padding-top: 60px;
}

.p-t-xl {
  padding-top: 90px;
}

.p-t-xxl {
  padding-top: 120px;
}

.p-t-xxxl {
  padding-top: 180px;
}

.p-b-s {
  padding-bottom: 15px;
}

.p-b-m {
  padding-bottom: 30px;
}

.p-b-l {
  padding-bottom: 60px;
}

.p-b-xl {
  padding-bottom: 90px;
}

.p-b-xxl {
  padding-bottom: 120px;
}

.p-b-xxxl {
  padding-bottom: 180px;
}

.m-t-s {
  margin-top: 15px;
}

.m-t-m {
  margin-top: 30px;
}

.m-t-l {
  margin-top: 60px;
}

.m-t-xl {
  margin-top: 90px;
}

.m-t-xxl {
  margin-top: 120px;
}

.m-t-xxxl {
  margin-top: 180px;
}

.m-b-s {
  margin-bottom: 15px;
}

.m-b-m {
  margin-bottom: 30px;
}

.m-b-l {
  margin-bottom: 60px;
}

.m-b-xl {
  margin-bottom: 90px;
}

.m-b-xxl {
  margin-bottom: 120px;
}

.m-b-xxxl {
  margin-bottom: 180px;
}

@media only screen and (max-width: 700px) {
  .p-t-xl {
    padding-top: 60px;
  }

  .p-b-xl {
    padding-bottom: 60px;
  }

  .p-t-xxl {
    padding-top: 60px;
  }

  .p-b-xxl {
    padding-bottom: 60px;
  }

  .p-t-xxxl {
    padding-top: 60px;
  }

  .p-b-xxxl {
    padding-bottom: 60px;
  }
}

.hide {
  display: none;
}

#nav-open img:hover,
#nav-close img:hover {
  opacity: 0.6;
}

.content-section .content-box .button1 {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-height: 80px;
  margin-bottom: 15px;
  width: auto !important;
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .content-section .content-box .button1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.content-section .content-box .button1.half {
  width: calc(100% / 2 - 20px);
}

.content-section .result-wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .content-section .result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.content-section .result-wrapper .content-box {
  width: calc(50% - 30px);
  padding: 30px 0 60px 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .content-section .result-wrapper .content-box {
    width: 100%;
    padding: 0 0 60px;
  }
}

.content-section .result-wrapper .number {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 60px 30px;
  background: #fff;
  color: #61bb5b;
  border-radius: 30px;
  font-size: 60px;
  font-weight: 800;
}

@media only screen and (max-width: 700px) {
  .content-section .result-wrapper .number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 990px) {
  .content-section .result-wrapper .number {
    font-size: 40px;
  }
}

input,
textarea {
  font-family: "Poppins", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 18px;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.checkbox-form input[type=checkbox] + label {
  background: url(/images/checkbox2.svg?8e2557f97d39ffdb05421ac8d6a65391) 0px 10px no-repeat;
  background-size: 30px;
  padding: 10px 0 10px 45px;
  cursor: pointer;
  display: inline-block;
}

.checkbox-form input[type=checkbox]:checked + label {
  background: url(/images/checkbox2-checked.svg?e450af090991e1cf61d8cad955b5986a) 0px 10px no-repeat;
  background-size: 30px;
}

@media screen and (max-width: 488px) {
  .checkbox-form .privacy {
    padding: 0 0 10px 45px;
  }
}

input[type=checkbox] + label {
  background: url(/images/radio.png?621448b42b420389a4d4ffdac6446186) 0px 10px no-repeat;
  background-size: 30px;
  padding: 10px 0 10px 45px;
  cursor: pointer;
  display: inline-block;
}

input[type=checkbox]:checked + label {
  background: url(/images/radio-checked-yellow.png?8f7e59f1be6014aa1b958a913a6d63d9) 0px 10px no-repeat;
  background-size: 30px;
}

input[type=radio] + label,
.form-checkradio-row label {
  background: url(/images/radio.png?621448b42b420389a4d4ffdac6446186) top center no-repeat;
  background-size: 30px;
  padding: 30px 15px 0 15px;
  cursor: pointer;
  display: inline-block;
  color: #61bb5b;
}

input[type=radio] + label:hover,
.form-checkradio-row label:hover {
  background: url(/images/radio-checked.png?fc335b522f6c4e6e7a2768ff6ffb9cec) top center no-repeat;
  background-size: 30px;
  opacity: 0.7;
}

input[type=radio]:checked + label {
  background: url(/images/radio-checked.png?fc335b522f6c4e6e7a2768ff6ffb9cec) top center no-repeat;
  background-size: 30px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea,
select,
.upload {
  font-family: "Poppins", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding: 15px 30px;
  width: 100%;
  background: #fff;
  margin: 0 0 15px 0;
  border: 2px solid #61bb5b;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .upload::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-style: italic;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=file]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .upload::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-style: italic;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .upload:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-style: italic;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, .upload::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-style: italic;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=file]::placeholder,
textarea::placeholder,
select::placeholder,
.upload::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-style: italic;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus,
.upload:focus {
  background: #eee;
  border: 2px solid #ffba00;
  outline: none;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=file]:hover,
textarea:hover,
select:hover,
.upload:hover {
  background: #eee;
}

input[type=text] option:first-child,
input[type=email] option:first-child,
input[type=password] option:first-child,
input[type=file] option:first-child,
textarea option:first-child,
select option:first-child,
.upload option:first-child {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

textarea {
  height: 150px;
}

.form-wrapper {
  margin-top: 30px;
}

.form-wrapper .checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-wrapper .checkbox:hover {
  opacity: 0.7;
}

.base-label {
  width: 100%;
  font-weight: 400;
  padding-bottom: 30px;
}

.base-label.cols {
  width: auto;
  -webkit-box-flex: 1;
          flex: 1;
}

.form-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px 0 30px;
}

@media only screen and (max-width: 700px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  .form-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
}

.form-row.end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.form-row .user-invite a {
  color: lightgray;
}

.form-row .user-invite a:hover {
  color: #FFBA00;
}

.form-col {
  width: calc(100% / 3 - 30px);
}

@media only screen and (max-width: 990px) {
  .form-col {
    width: calc(100% / 2 - 15px);
  }
}

@media only screen and (max-width: 700px) {
  .form-col {
    width: 100%;
  }
}

.form-col.two {
  width: calc(100% / 3 * 2 - 15px);
}

@media only screen and (max-width: 990px) {
  .form-col.two {
    width: 100%;
  }
}

.form-col .button1 {
  width: 100%;
}

.formbutton {
  display: inline-block;
  margin: 30px 0;
  padding: 10px 35px;
  background: #61bb5b;
  color: #fff;
  border-radius: 5px;
}

.formbutton:hover {
  background-color: #2DD393;
}

.nav-section {
  position: absolute;
  right: 40px;
  top: 30px;
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 15px;
  z-index: 90;
  font-size: 0.95em;
}

@media only screen and (max-width: 990px) {
  .nav-section {
    top: 100px;
    right: 15px;
  }
}

.nav-section.mobile {
  position: fixed;
  top: 100px;
  right: 30px;
  border-radius: 15px 0 0 15px;
  text-align: right;
  display: none;
  z-index: 110;
}

@media only screen and (max-width: 990px) {
  .nav-section.mobile {
    right: 15px;
  }
}

.nav-section.mobile ul {
  display: block;
}

.nav-section.show {
  display: block;
}

.nav-section ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 700px) {
  .nav-section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.nav-section ul li {
  padding: 0 5px;
}

.nav-section ul li a:hover {
  color: #61bb5b;
}

.icon-wrapper {
  position: fixed;
  right: 30px;
  top: 15px;
  z-index: 200;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  display: block;
  margin-right: 1em;
  margin-top: 0.7em;
}

@media only screen and (max-width: 990px) {
  .icon-wrapper {
    margin-right: 0;
    margin-top: 0;
  }
}

.icon-wrapper.hide {
  display: none;
  position: relative;
}

.icon-wrapper img {
  cursor: pointer;
  width: 40px;
}

.partners-section {
  padding: 60px 0 30px;
}

@media only screen and (max-width: 990px) {
  .partners-section {
    padding: 0 0 30px;
  }
}

.partners-section .wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .partners-section .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.partners-section .wrapper .title {
  width: 100%;
}

.partners-section .wrapper a {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 60px;
  border: 2px solid #61bb5b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: calc(100% / 3 - 20px);
  padding: 15px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #404040 !important;
  z-index: 2;
  margin: 0 0 30px;
}

@media only screen and (max-width: 700px) {
  .partners-section .wrapper a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  .partners-section .wrapper a {
    width: calc(100% / 2 - 15px);
  }
}

@media only screen and (max-width: 700px) {
  .partners-section .wrapper a {
    width: 100%;
  }
}

.partners-section .wrapper a:last-child {
  opacity: 0;
}

.partners-section .wrapper a img {
  max-height: 80px;
  max-width: 80% !important;
}

.partners-section .wrapper a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* CSS Document */

.test-question {
  font-size: 24px;
  text-align: center;
  line-height: 1.6em;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .test-question {
    font-size: 20px;
    width: 100%;
  }
}

.test-pager {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 60px 0 0;
  padding-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .test-pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  .test-pager {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.test-pager .pager-pages {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 60px;
  position: relative;
  background: #ffba00;
  font-weight: 700;
  padding: 10px;
  min-width: 100px;
}

@media only screen and (max-width: 700px) {
  .test-pager .pager-pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.test-pager .pager-pages .line {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100px;
  pointer-events: none;
}

.test-pager .small-arrow {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0px;
}

.test-pager .small-arrow:hover {
  background: #61bb5b;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.test-pager .small-arrow.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media only screen and (max-width: 700px) {
  .test-pager .small-arrow {
    width: 60px;
  }
}

.test-pager .pager-line {
  -webkit-box-flex: 1;
          flex: 1;
  height: 1px;
  background: #fff;
  max-width: 30px;
}

.buttons-wrapper.test a .oneens.name:hover,
.buttons-wrapper.test a .oneens.name.hover {
  background: #ff7200;
}

.buttons-wrapper.test a .eens.name:hover,
.buttons-wrapper.test a .eens.name.hover {
  background: #61bb5b;
}

.buttons-wrapper.number li {
  list-style: none;
}

.buttons-wrapper.number input[type=checkbox] + label {
  background: url(/images/checkbox.png?22656fe694d87f24bbb85717780a5f85) 0px 10px no-repeat;
  background-size: 30px;
  padding: 10px 0 10px 45px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.buttons-wrapper.number input[type=checkbox] + label:hover {
  opacity: 0.7;
}

.buttons-wrapper.number input[type=checkbox]:checked + label {
  background: url(/images/checkbox-checked.png?055d5dea9a56637a6591b40d26074d8f) 0px 10px no-repeat;
  background-size: 30px;
}

.buttons-wrapper.number input[type=checkbox]:checked + label:hover {
  opacity: 0.7;
}

.no-space-between {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.flex-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.flex-row .c25 {
  width: 25%;
}

.flex-row .c33 {
  width: 33.33%;
}

.flex-row .c50 {
  width: 50%;
}

.flex-row .c66 {
  width: 66.66%;
}

.flex-row .c75 {
  width: 75%;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
  font-family: "Poppins", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 15px 0;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.content-wrapper h2 {
  font-size: 32px;
}

.content-wrapper h3 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.5px;
}

.content-wrapper h4 {
  font-size: 22px;
}

.content-wrapper h5 {
  font-size: 16px;
}

.content-wrapper h6 {
  font-size: 14px;
}

.content-wrapper p,
.content-wrapper ul {
  margin-bottom: 24px;
}

.content-wrapper.content-styling {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

