/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
}

body {
  color: #1D3F59;
  font-size: 1rem;
  direction: rtl;
  text-align: right;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #4BC3CA;
  right: 0;
  bottom: 0;
}
h2.center::after {
  margin: 0 auto;
  left: 0;
  right: 0;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
  color: #4BC3CA;
}

a:hover,
a:focus {
  color: #4BC3CA;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

img.grayscale {
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.big-text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.medium-text {
  font-size: 1.2rem;
}

.small-text {
  font-size: 0.9rem;
}

.round {
  border-radius: 50%;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.justify-center {
  justify-content: center;
}

.white-color {
  color: #fff;
}

.text-color {
  color: #1D3F59;
}

.primary-color {
  color: #4BC3CA;
}

.blue-color {
  color: rgb(94, 170, 223);
}

.pink-color {
  color: rgb(232, 71, 112);
}

.yellow-color {
  color: rgb(254, 157, 43);
}

.dark-bg {
  background-color: #1D3F59;
}

.white-bg {
  background-color: #fff;
}

.light-bg {
  background-color: #eee;
}

.light-gradient {
  background-image: linear-gradient(#eee, #fff);
}

.primary-bg {
  background-color: #4BC3CA;
}

.blue-bg {
  background-color: rgb(94, 170, 223);
}

.pink-bg {
  background-color: rgb(232, 71, 112);
}

.yellow-bg {
  background-color: rgb(254, 157, 43);
}

.white-fill {
  fill: #fff;
}

.primary-fill {
  fill: #4BC3CA;
}

.blue-fill {
  fill: rgb(94, 170, 223);
}

.pink-fill {
  fill: rgb(232, 71, 112);
}

.yellow-fill {
  fill: rgb(254, 157, 43);
}

.button {
  border-radius: 50px;
  display: inline-block;
  background-color: #4BC3CA;
  border: 2px solid #4BC3CA;
  color: #fff;
  padding: 0.5em 1em;
  position: relative;
  cursor: pointer;
}
.button span {
  position: relative;
}
.button::before {
  content: "";
  position: absolute;
  background-color: rgba(29, 63, 89, 0.2);
  height: 3.5em;
  width: 3.5em;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.button:hover, .button:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}
.button:hover::before, .button:focus::before {
  transform: scale(1);
  animation: borderRadius 2.5s infinite;
  opacity: 1;
}
.button.pink-button {
  background-color: rgb(232, 71, 112);
  border: 2px solid rgb(232, 71, 112);
}
.button.button-stroke {
  background-color: transparent;
  color: #1D3F59;
}
.button.button-stroke::before {
  background-color: rgba(75, 195, 202, 0.5);
}
.button.button-stroke:hover, .button.button-stroke:focus {
  text-decoration: none;
  color: #1D3F59;
}
.button.button-stroke.white-button {
  color: #fff;
  border: 2px solid #fff;
}
.button.button-stroke.white-button:hover, .button.button-stroke.white-button:focus {
  color: #fff;
}

.content {
  line-height: 1.5;
}
.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1em;
  margin-bottom: 8px;
}
.content ul {
  list-style: disc;
}
.content ol {
  list-style: none;
  counter-reset: item;
  position: relative;
  -webkit-padding-start: 1.4em;
          padding-inline-start: 1.4em;
  line-height: 1.3;
}
.content ol li {
  display: block;
  margin-bottom: 0.5em;
}
.content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  right: 0;
  text-align: left;
  width: 1.3em;
}
.content > ol > li > ol {
  -webkit-padding-start: 2.5em;
          padding-inline-start: 2.5em;
  padding-top: 0.2em;
  margin-bottom: 1em;
}
.content > ol > li > ol > li::before {
  width: 2.3em;
}
.content > ol > li > ol > li > ol {
  -webkit-padding-start: 3em;
          padding-inline-start: 3em;
}
.content > ol > li > ol > li > ol > li::before {
  width: 2.8em;
}
.content p {
  font-size: 1em;
  margin-bottom: 0.8rem;
}

.popup {
  top: -200%;
  left: 0;
  z-index: 99999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.popup.active-popup {
  top: 0;
  opacity: 1;
}
.popup.active-popup .popup-content {
  transform: translateY(0);
}
.popup .popup-content {
  border: 10px solid #4BC3CA;
  border-radius: 15px;
  transform: translateY(-150%);
  background-color: #fff;
  max-width: 1200px;
  width: auto;
  max-height: 90%;
  padding: 4em 8%;
  margin: 0 auto;
  position: relative;
  transition: 0.5s transform 0.2s;
}
.popup .popup-content .popup-content-inner {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.popup .popup-content .button {
  margin-left: 10px;
}
.popup .close-x {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  margin: 15px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 50%;
}
.popup .close-x::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 3px;
  background-color: #4BC3CA;
  transform: rotate(-45deg);
  top: 12px;
  right: 5px;
  border-radius: 5px;
}
.popup .close-x::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 3px;
  background-color: #4BC3CA;
  transform: rotate(45deg);
  top: 12px;
  right: 5px;
  border-radius: 5px;
}
.popup .close-x:hover {
  background-color: #4BC3CA;
}
.popup .close-x:hover::before, .popup .close-x:hover::after {
  background-color: #eee;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.container.small-container {
  max-width: 900px;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 5555555;
  padding: 10px 15px;
  font-size: 0.9rem;
  transition: 0.5s;
}
header .container {
  height: 63px;
  display: flex;
  justify-content: center;
}
header .logo {
  display: flex;
  justify-content: center;
}
header .nav {
  transition: 0.5s 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
header .lang-menu {
  display: flex;
}
header .lang-item {
  padding: 5px 10px;
}
header .buttons {
  transition: 0.5s;
}
header .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
header .buttons .user-message {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 5px;
}
header .buttons .buttons-row {
  margin: 0 -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  white-space: nowrap;
}
header .buttons .button {
  margin: 0 5px;
  padding: 0.3em 1em;
}
header .buttons .button::before {
  height: 2.8em;
  width: 2.8em;
}
header.bg-header {
  transition: 0.5s;
  background-color: #1D3F59;
}
header.bg-header .buttons .user-message {
  text-align: inherit;
}
header.bg-header .buttons, header.bg-header .nav {
  flex: 1;
}
header.bg-header .logo {
  width: 230px;
  height: 63px;
  transition: 0.3s width 0s, 0.2s opacity 0.8s;
}
header:not(.bg-header) .mobile_menu_button {
  display: block;
  padding: 0.2em 0;
}
header:not(.bg-header) .nav {
  flex: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s 0.3s;
}
header:not(.bg-header) .logo {
  width: 0;
  opacity: 0;
  transition: 0.5s width 0.6s, 0.1s opacity 0s;
}

footer.section {
  padding: 0;
}
footer.section .container {
  padding-bottom: 80px;
}
footer.section .footer-wave {
  position: absolute;
  left: 0;
  bottom: 0;
}
footer.section .footer-doodle-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-left: calc((1920px - 100vw) / 2);
}
footer.section .gaya-logo-wrapper {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 3;
}
footer.section .gaya-logo-wrapper .gaya-blob {
  transform: skewX(45deg) skewY(-65deg) scale(0);
  transition: 0.8s 1s;
}
footer.section .gaya-logo-wrapper .gaya-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0;
  right: 0;
  margin: 35px auto 0;
  top: 0;
  opacity: 0;
  transition: 0.5s 1.5s;
}
footer.section .gaya-logo-wrapper .gaya-logo svg.gaya {
  margin-top: 5px;
  width: 200px;
  height: auto;
}
footer.section .gaya-logo-wrapper.active .gaya-blob {
  transform: skewX(0) skewY(0) scale(1);
}
footer.section .gaya-logo-wrapper.active .gaya-logo {
  opacity: 1;
}
footer.section .social {
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
footer.section .social .single-social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  padding: 0 10px;
}
footer.section .social .single-social::before {
  content: "";
  position: absolute;
  background-color: #4BC3CA;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
footer.section .social .single-social:hover::before {
  animation: borderRadius 2.5s infinite;
  opacity: 0.2;
  transform: scale(1);
}
footer.section .credit-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: 0.85rem;
}
footer.section .credit-wrapper a {
  color: #fff;
  text-decoration: underline;
}
footer.section .credit-wrapper a:hover, footer.section .credit-wrapper a:focus {
  color: #fff;
}
footer.section .credit-wrapper .credit {
  position: relative;
  padding-right: 15px;
}
footer.section .credit-wrapper .credit::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #4BC3CA;
  left: 100%;
  top: 0.9em;
  transition: 2s linear;
}
footer.section .credit-wrapper .credit.active {
  position: relative;
  padding-right: 15px;
}
footer.section .credit-wrapper .credit.active::after {
  width: 100vw;
}
footer.section .privacy {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 15px;
}
footer.section .privacy a {
  text-decoration: underline;
  color: #91a8ba;
  font-size: 0.8em;
}

@keyframes borderRadius {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 30% 70% 26% 74%/30% 49% 51% 70%;
  }
  50% {
    border-radius: 68% 32% 55% 45%/66% 49% 51% 34%;
  }
  75% {
    border-radius: 68% 32% 44% 56%/29% 75% 25% 71%;
  }
  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  /** Sub Menu  ***/
}
ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1em;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
}
ul#main-menu > li > a::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 40px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul#main-menu > li > a:hover, ul#main-menu > li > a a:focus {
  text-decoration: none;
  color: #fff;
}
ul#main-menu > li > a:hover::before, ul#main-menu > li > a a:focus::before {
  transform: scale(1);
  animation: borderRadius 2.5s infinite;
  opacity: 1;
}
ul#main-menu > li.current-menu-item > a::after {
  content: "";
  position: absolute;
  background-color: #4bc3ca;
  height: 2px;
  width: 100%;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul#main-menu > li:last-child > a {
  color: #4BC3CA;
}
ul#main-menu > li:last-child > a::before {
  background-color: rgba(75, 195, 202, 0.2);
}
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  width: 250px;
  display: none;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  color: #4BC3CA;
  border-right: 1px solid #4BC3CA;
  border-left: 1px solid #4BC3CA;
  border-bottom: 1px solid #a1a1a1;
  margin-right: 2px;
  margin-left: 2px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #1D3F59;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #1D3F59;
}

/************/
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.page-wrap .button {
  margin-top: 1em;
}
.page-wrap.homepage h2 {
  font-size: 2.25rem;
}

.section {
  position: relative;
  padding: 50px 0;
}

.top-title-section {
  padding: 30px 0;
  background-size: cover;
  background-position: center;
}
.top-title-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d3f59;
  transition: 0.5s;
}
.top-title-section.active::before {
  background-color: rgba(29, 63, 89, 0.8);
}
.top-title-section h1 {
  font-weight: 700;
}
.top-title-section .content {
  max-width: 600px;
}

.main-section {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}
.main-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d3f59;
  transition: 0.5s;
}
.main-section svg.home-main-blob {
  transition: 0.8s;
  transform: translateX(-4%) scale(0);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -10%;
  height: 100%;
  width: auto;
}
.main-section .container {
  opacity: 0;
  padding-bottom: 12%;
  transition: 0.5s 1s;
}
.main-section .diamonds {
  transform: translateY(-50px);
  margin-bottom: 20px;
  transition: 0.5s 1s;
}
.main-section .lead-logo {
  margin-top: 25px;
}
.main-section .lead-color-stroke {
  opacity: 0;
  transition-duration: 0.5s;
}
.main-section .lead-color-stroke.first {
  transition-delay: 2.5s;
}
.main-section .lead-color-stroke.second {
  transition-delay: 2.9s;
}
.main-section .lead-color-stroke.third {
  transition-delay: 3.3s;
}
.main-section .lead-color-stroke.forth {
  transition-delay: 3.7s;
}
.main-section .content {
  position: relative;
  padding-top: 1em;
  margin-top: 1em;
}
.main-section .content::before {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100px;
  background-color: #4BC3CA;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-section .button {
  margin-top: 1em;
}
.main-section.active::before {
  background-color: rgba(29, 63, 89, 0.8);
}
.main-section.active svg.home-main-blob {
  transform: translateX(-4%) scale(1);
}
.main-section.active .container {
  opacity: 1;
}
.main-section.active .lead-color-stroke {
  opacity: 1;
}
.main-section.active .diamonds {
  transform: translateY(0);
}
.main-section .top-blob {
  position: absolute;
}
.main-section .top-blob.orange-top-blob {
  left: calc(100% + 20px);
  top: calc(100% - 200px);
}
.main-section .top-blob.blue-top-blob {
  right: calc(100% + 20px);
  top: calc(100% - 300px);
}

.manager-dev-section .quotes {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.manager-dev-section .quotes .quote {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #1D3F59;
}
.manager-dev-section .quotes .slick-dots {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.manager-dev-section .quotes .slick-dots li {
  margin-left: 5px;
}
.manager-dev-section .quotes .slick-dots button {
  font-size: 0;
  background-color: #1D3F59;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0;
}
.manager-dev-section .quotes .slick-dots .slick-active button {
  background-color: #4BC3CA;
}

.adv-section {
  background-size: cover;
  background-position: center;
  padding-bottom: 250px;
}
.adv-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 63, 89, 0.95);
  transition: 0.5s;
}
.adv-section .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.adv-section .advantages {
  margin-top: 50px;
  margin-bottom: 70px;
}
.adv-section .advantages .advantage {
  margin-bottom: 50px;
}
.adv-section .advantages .content {
  max-width: 190px;
  margin: 0 auto;
}
.adv-section .advantages .svg-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 220px;
  margin-bottom: 30px;
}
.adv-section .advantages .svg-wrapper svg {
  transform: skewX(45deg) skewY(-65deg) scale(0);
  transition: 0.8s;
}
.adv-section .advantages .svg-wrapper .doodle {
  opacity: 0;
  transition: 0.5s 0.7s;
}
.adv-section .advantages .svg-wrapper.active svg {
  transform: skewX(0) skewY(0) scale(1);
}
.adv-section .advantages .svg-wrapper.active .doodle {
  opacity: 1;
}
.adv-section .advantages .advantage:nth-child(odd) .svg-wrapper svg {
  transform: skewX(-45deg) skewY(70deg) scale(0);
}
.adv-section .advantages .advantage:nth-child(odd) .svg-wrapper.active svg {
  transform: skewX(0) skewY(0) scale(1);
}

.example-section {
  padding-top: 0;
  background-color: #f5f5f5;
}
.example-section svg.example-doodle {
  transform: skewX(45deg) skewY(-65deg) scale(0);
  transition: 0.8s;
  margin-bottom: 30px;
}
.example-section svg.example-doodle .doodle {
  opacity: 0;
  transition: 0.7s 0.9s;
}
.example-section svg.example-doodle.active {
  transform: skewX(0) skewY(0) scale(1);
}
.example-section svg.example-doodle.active .doodle {
  opacity: 1;
}
.example-section .single-question {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.example-section .single-question .flex-container {
  position: relative;
}
.example-section .single-question .flex-container .top {
  display: flex;
  max-width: 800px;
}
.example-section .single-question .flex-container .top .content {
  flex: 1;
}
.example-section .single-question .flex-container .top .content > p {
  opacity: 1;
}
.example-section .single-question .flex-container .question-wrapper {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.example-section .single-question .flex-container .question-wrapper.active {
  display: block;
}
.example-section .single-question .flex-container .question-wrapper.show {
  opacity: 1;
}
.example-section .single-question .flex-container .question-wrapper .answer-count .current {
  font-size: 2rem;
}
.example-section .single-question .flex-container .scale {
  position: relative;
  margin-top: 20px;
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  background: #e8e8e8;
  border-radius: 16px;
  margin-bottom: 3.5rem;
}
.example-section .single-question .flex-container .scale .scale-text {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: 1.1;
  width: 100px;
}
.example-section .single-question .flex-container .scale .scale-text.low {
  right: 0;
  text-align: right;
}
.example-section .single-question .flex-container .scale .scale-text.high {
  left: 0;
  text-align: left;
}
.example-section .single-question .flex-container .scale button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1D3F59;
  font-size: 0;
  transition: 0.3s;
  color: inherit;
}
.example-section .single-question .flex-container .scale button:hover, .example-section .single-question .flex-container .scale button:focus {
  border: 2px solid;
  outline: 0;
}
.example-section .single-question .flex-container .scale button:not(.checked) {
  background-color: #fff;
}
.example-section .single-question .flex-container .scale button.checked {
  border: 2px solid;
}

.articles-section .articles {
  margin-top: 50px;
}
.articles-section .slick-list {
  width: 100%;
}
.articles-section .slick-track {
  display: flex;
  min-width: 100%;
}
.articles-section .single-article-wrapper {
  display: block !important;
}
.articles-section .single-article-wrapper:hover, .articles-section .single-article-wrapper:focus {
  text-decoration: none;
}
.articles-section .single-article-wrapper:hover .single-article, .articles-section .single-article-wrapper:focus .single-article {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.articles-section .single-article-wrapper:hover .single-article::before, .articles-section .single-article-wrapper:focus .single-article::before {
  background-color: rgba(29, 63, 89, 0.95);
}
.articles-section .single-article {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  width: auto;
  min-height: 420px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 15px;
  margin: 30px 15px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.articles-section .single-article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 63, 89, 0.85);
  transition: 0.5s;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: 0.3s;
}
.articles-section .single-article .top {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #4BC3CA;
}
.articles-section .single-article .top .icons {
  display: flex;
}
.articles-section .single-article .top .icons .icon-wrapper {
  background-image: url("../../svg/blob.svg");
  position: relative;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles-section .single-article .top .icons .icon-wrapper svg {
  margin-left: 3px;
  max-height: 37px;
  max-width: 33px;
  width: auto;
  height: auto;
}
.articles-section .single-article .top .icons .icon-wrapper path, .articles-section .single-article .top .icons .icon-wrapper rect {
  fill: inherit;
}
.articles-section .single-article .top .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.articles-section .single-article .top .date {
  margin-right: 10px;
}
.articles-section .single-article .content, .articles-section .single-article .button {
  position: relative;
}
.articles-section .button {
  margin-top: 50px;
}

.page-wrap.single-article {
  margin-bottom: 100px;
}
.page-wrap.single-article .top {
  margin-bottom: 50px;
  background-color: #eee;
  padding: 10px 0;
}
.page-wrap.single-article .top .container {
  display: flex;
  justify-content: space-between;
}
.page-wrap.single-article .top .left {
  text-align: left;
}
.page-wrap.single-article .content {
  max-width: 800px;
}
.page-wrap.single-article .regions {
  margin-bottom: 50px;
}
.page-wrap.single-article .regions h2 {
  font-size: 1.5rem;
}
.page-wrap.single-article .regions .regions-wrapper {
  display: flex;
}
.page-wrap.single-article .regions .single-region {
  margin-left: 20px;
  text-align: center;
}
.page-wrap.single-article .regions .icon-wrapper {
  background-image: url("../../svg/blob-gray.svg");
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto 5px;
}
.page-wrap.single-article .regions .icon-wrapper svg {
  margin-left: 3px;
  max-height: 38px;
  max-width: 38px;
  width: auto;
  height: auto;
}
.page-wrap.single-article .regions .region-title {
  font-weight: 700;
  font-size: 0.8em;
}

.page-wrap.process .top-text-section svg {
  position: absolute;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}
.page-wrap.process .single-process-type {
  margin-bottom: 100px;
  max-width: 500px;
}
.page-wrap.process .single-process-type:last-child {
  margin-bottom: 0;
}

.partners-section .single-partner {
  margin-top: 60px;
  margin-bottom: 80px;
}
.partners-section .single-partner h3 {
  padding-bottom: 15px;
}
.partners-section .single-partner h3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #4BC3CA;
  right: 0;
  bottom: 0;
}
.partners-section .single-partner .partner-texts {
  margin-top: 50px;
}
.partners-section .single-partner .image-wrapper {
  position: relative;
}
.partners-section .single-partner .image-wrapper svg {
  max-width: 100%;
}
.partners-section .single-partner .clip-path {
  transition: 0.5s;
  transform: translate(10px, 5px);
  transform: translate(0, 0);
}
.partners-section .single-partner .single-show svg.stroke-blob {
  transform: rotate(0deg) translate(0);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.partners-section .single-partner .single-show svg.stroke-blob path {
  fill: #4BC3CA;
  transition: 0.5s;
}
.partners-section .single-partner .single-show.active svg.stroke-blob path {
  fill: transparent;
}
.partners-section .single-partner:nth-child(4n-3) .single-show.active svg.stroke-blob {
  transform: rotate(40deg) translate(-34px, 7px);
}
.partners-section .single-partner:nth-child(4n-3) .image-wrapper:hover.single-show.active svg.stroke-blob {
  transform: rotate(55deg) translate(-34px, 7px);
}
.partners-section .single-partner:nth-child(4n-3) .image-wrapper:hover.single-show.active .clip-path {
  transform: translate(0, -10px) skew(10deg) rotate(5deg);
}
.partners-section .single-partner:nth-child(4n-2) .single-show.active svg.stroke-blob {
  transform: rotate(8deg) translate(9px, -23px);
}
.partners-section .single-partner:nth-child(4n-2) .image-wrapper:hover.single-show.active svg.stroke-blob {
  transform: rotate(55deg) translate(-27px, -7px);
}
.partners-section .single-partner:nth-child(4n-2) .image-wrapper:hover.single-show.active .clip-path {
  transform: translate(1px, 22px) skew(-10deg) rotate(-5deg);
}
.partners-section .single-partner:nth-child(4n-1) .single-show.active svg.stroke-blob {
  transform: rotate(50deg) translate(-16px, 0px);
}
.partners-section .single-partner:nth-child(4n-1) .image-wrapper:hover.single-show.active svg.stroke-blob {
  transform: rotate(70deg) translate(0px, 0px);
}
.partners-section .single-partner:nth-child(4n-1) .image-wrapper:hover.single-show.active .clip-path {
  transform: translate(0, -48px) skew(20deg) rotate(23deg);
}
.partners-section .single-partner:nth-child(4n) .single-show.active svg.stroke-blob {
  transform: rotate(15deg) translate(-23px, 13px);
}
.partners-section .single-partner:nth-child(4n) .image-wrapper:hover.single-show.active svg.stroke-blob {
  transform: rotate(5deg) translate(-25px, 20px);
}
.partners-section .single-partner:nth-child(4n) .image-wrapper:hover.single-show.active .clip-path {
  transform: translate(90px, -58px) skew(-10deg) rotate(23deg);
}

.page-wrap.model .top-text-section {
  z-index: 2;
}
.page-wrap.model .doodle svg {
  opacity: 0;
  transform: translateY(-75px);
  transition: 1s 0.5s;
  margin-top: -115px;
}
.page-wrap.model .doodle svg.active {
  opacity: 1;
  transform: translateY(0);
}
.page-wrap.model .single-model-part {
  margin-bottom: 80px;
}
.page-wrap.model .single-model-part svg {
  max-width: 100%;
}

.after-seperator {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
.after-seperator ::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #4BC3CA;
  right: 0;
  top: 0;
}

.model-include .model-feature {
  margin-bottom: 15px;
}
.model-include .model-feature .number {
  opacity: 0;
  transform: scale(0);
  transform-origin: right;
  font-size: 3rem;
  line-height: 1;
  transition: 0.5s;
}
.model-include .model-feature .text {
  transform: translateX(50px);
  opacity: 0;
  transition: 0.5s 0.2s;
}
.model-include .model-feature.single-show.active .number {
  transform: scale(1);
  opacity: 1;
}
.model-include .model-feature.single-show.active .text {
  transform: translateX(0);
  opacity: 1;
}

.contact-form-section {
  padding-bottom: 450px;
  margin-bottom: -350px;
}
.contact-form-section .contact-form-wrapper {
  margin: 100px 0;
  padding: 40px;
  border-radius: 40px;
}
.contact-form-section .contact-form-wrapper form {
  direction: rtl;
}
.contact-form-section .contact-form-wrapper form .field-wrapper {
  margin-top: 2em;
}
.contact-form-section .contact-form-wrapper form label {
  display: block;
}
.contact-form-section .contact-form-wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #4BC3CA;
  width: 100%;
}
.contact-form-section .contact-form-wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  outline: 0;
  background-color: rgba(238, 238, 238, 0.5);
}
.contact-form-section .contact-form-wrapper form textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #4BC3CA;
  width: 100%;
  height: 3rem;
}
.contact-form-section .contact-form-wrapper form textarea:focus {
  outline: 0;
  background-color: rgba(238, 238, 238, 0.5);
}
.contact-form-section .contact-form-wrapper form .radio-wrapper {
  display: flex;
}
.contact-form-section .contact-form-wrapper form .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.contact-form-section .contact-form-wrapper form .wpcf7-list-item .wpcf7-list-item-label {
  padding: 0 30px;
  position: relative;
}
.contact-form-section .contact-form-wrapper form .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  right: 0;
  top: 0.1em;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4BC3CA;
  background-color: #fff;
  transition: 0.3s;
}
.contact-form-section .contact-form-wrapper form .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before {
  background-color: rgba(75, 195, 202, 0.3);
}
.contact-form-section .contact-form-wrapper form .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
  background-color: #4BC3CA;
}
.contact-form-section .contact-form-wrapper form .submit-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}
.contact-form-section .contact-form-wrapper form .submit-wrapper input[type=submit] {
  border-radius: 50px;
  display: block;
  background-color: rgb(232, 71, 112);
  border: 2px solid rgb(232, 71, 112);
  color: #fff;
  padding: 0.5em 1.5em;
  position: relative;
  cursor: pointer;
}
.contact-form-section .contact-form-wrapper form .submit-wrapper input[type=submit]:hover, .contact-form-section .contact-form-wrapper form .submit-wrapper input[type=submit]:focus {
  outline: 0;
  text-decoration: none;
  background-color: #fff;
  color: rgb(232, 71, 112);
}
.contact-form-section .contact-form-wrapper form .submit-wrapper .ajax-loader {
  position: absolute;
}
.contact-form-section .contact-form-wrapper form .wpcf7-response-output {
  border: 0;
  padding: 0;
}
.contact-form-section .contect-details-wrapper {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.contact-form-section .contect-details {
  margin-right: 30px;
}
.contact-form-section .contect-details .contect-detail {
  margin: 10px 0;
}
.contact-form-section .contect-details a {
  color: inherit;
}

.articles-archive label {
  margin-bottom: 0;
}
.articles-archive label p {
  margin-bottom: 0;
}
.articles-archive .filter {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.articles-archive form ul {
  padding-right: 20px;
}
.articles-archive .chosen-container {
  width: 350px !important;
}
.articles-archive .chosen-container-multi .chosen-choices {
  border-radius: 50px;
  border: 1px solid #4BC3CA;
  padding: 10px 15px;
  box-shadow: none;
}
.articles-archive .chosen-container-active .chosen-choices {
  border-radius: 30px 30px 0 0;
  box-shadow: none;
}
.articles-archive .chosen-container-multi .chosen-choices li {
  float: right;
  background: transparent;
  border: 0;
  box-shadow: none;
  top: 2px;
  padding: 3px 19px 3px 5px;
}
.articles-archive .chosen-container-multi .chosen-choices li .search-choice-close {
  padding: 1px;
  box-sizing: content-box;
  border: 1px solid #4BC3CA;
  right: 0px;
  top: 2px;
  background-position: -40px 3px;
}
.articles-archive .chosen-container-multi .chosen-choices li .search-choice-close:hover {
  background-position: -40px -8px;
}
.articles-archive .chosen-container.chosen-with-drop .chosen-drop {
  border: 1px solid #4BC3CA;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  padding: 20px 15px;
  top: calc(100% - 15px);
}
.articles-archive .chosen-container .chosen-results li {
  padding: 15px 5px;
  border-top: 1px solid #4BC3CA;
}
.articles-archive .chosen-container .chosen-results li.highlighted {
  background: #eee;
  color: #1D3F59;
}
.articles-archive .pagination {
  justify-content: center;
  margin-bottom: 50px;
}
.articles-archive .pagination .page-numbers {
  color: #bebebe;
  margin: 7px;
}
.articles-archive .pagination .page-numbers:hover {
  color: #1D3F59;
  text-decoration: none;
}
.articles-archive .pagination .page-numbers.current {
  font-weight: 700;
  color: #4BC3CA;
}

#ajax-loading {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}
#ajax-loading .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#ajax-loading.active-load {
  display: block;
}
#ajax-loading.active-load .dot-falling {
  position: relative;
  left: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  box-shadow: 9999px 0 0 0 #1D3F59;
  animation: dotFalling 1s infinite linear;
  animation-delay: 0.1s;
}
#ajax-loading.active-load .dot-falling::before, #ajax-loading.active-load .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
#ajax-loading.active-load .dot-falling::before {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  animation: dotFallingBefore 1s infinite linear;
  animation-delay: 0s;
}
#ajax-loading.active-load .dot-falling::after {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  animation: dotFallingAfter 1s infinite linear;
  animation-delay: 0.2s;
}
@keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #1D3F59;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingBefore {
  0% {
    box-shadow: 9970px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9970px 0 0 0 #1D3F59;
  }
  100% {
    box-shadow: 9970px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingAfter {
  0% {
    box-shadow: 10030px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10030px 0 0 0 #1D3F59;
  }
  100% {
    box-shadow: 10030px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

.page-wrap.account {
  padding-bottom: 100px;
}
.page-wrap.account .user-steps {
  display: flex;
  counter-reset: step;
  margin-bottom: 30px;
}
.page-wrap.account .user-steps .step {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.page-wrap.account .user-steps .step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  font-size: 1.8em;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  color: #1D3F59;
  border: 2px solid #1D3F59;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #fff;
  font-weight: 400;
  padding-bottom: 0.1em;
}
.page-wrap.account .user-steps .step.active {
  font-weight: 700;
  color: #4BC3CA;
}
.page-wrap.account .user-steps .step.active::before {
  color: #fff;
  border: 2px solid #4BC3CA;
  background-color: #4BC3CA;
}

body.page-template-questionnaire {
  overflow-x: hidden;
}

.questionnaire {
  counter-reset: section;
}
.questionnaire .section {
  padding: 50px;
  background-color: #fff;
  min-height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 150%;
  opacity: 0;
  transition: 1s top, 0.5s opacity 0.5s;
  z-index: 1;
  padding: 100px 90px;
}
.questionnaire .section::before {
  content: "";
  position: absolute;
  border: 1px solid #1D3F59;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 25px;
  left: 25px;
}
.questionnaire .section.active {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 3;
  transition: 1s top, 0.5s opacity 0s;
}
.questionnaire .section.done {
  z-index: 5;
  top: -150%;
  max-height: 100%;
  overflow: scroll;
}
.questionnaire .section .logo {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 5;
}
.questionnaire .section .logo svg {
  width: 150px;
  height: auto;
}
.questionnaire .section .return-home {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 5;
}
.questionnaire .section .top-blob-wrapper {
  position: absolute;
  right: 25px;
  top: 25px;
}
.questionnaire .section .top-blob {
  opacity: 0.35;
}
.questionnaire .section .top-blob path {
  fill: rgb(94, 170, 223);
}
.questionnaire .section.opening-screen {
  background-color: #1D3F59;
  border: 25px solid #fff;
  padding: 100px 90px 50px 90px;
}
.questionnaire .section.opening-screen h1 {
  height: 250px;
  display: flex;
  align-items: center;
}
.questionnaire .section.opening-screen .button {
  color: #fff;
  margin-left: 15px;
}
.questionnaire .section.opening-screen .sketch {
  max-width: calc(100vw - 900px);
  position: absolute;
  left: 0;
  top: 75px;
}
.questionnaire .section.opening-screen .sketch svg {
  max-width: 100%;
}
.questionnaire .section.opening-screen .sketch svg .dark-blue-fill {
  fill: #fff;
}
.questionnaire .section.opening-screen .sketch svg .dark-blue-stroke {
  stroke: #fff;
}
.questionnaire .section.opening-screen .sketch .question-sketch {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.questionnaire .section.opening-screen .sketch .question-sketch svg .dark-blue-fill {
  fill: #fff;
}
.questionnaire .section.opening-screen .sketch .question-sketch svg .dark-blue-stroke {
  stroke: #fff;
}
.questionnaire .section.opening-screen .top-blob-wrapper {
  right: 0;
  top: 0;
}
.questionnaire .section.continue-screen {
  position: absolute;
  z-index: 999;
  background-color: #1D3F59;
  border: 25px solid #fff;
  padding: 100px 90px 50px 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.questionnaire .section.continue-screen h1 {
  height: 250px;
  display: flex;
  align-items: center;
}
.questionnaire .section.continue-screen .button {
  color: #fff;
}
.questionnaire .section.continue-screen .sketch {
  max-width: calc(100vw - 900px);
  position: absolute;
  left: 0;
  top: 75px;
}
.questionnaire .section.continue-screen .sketch svg {
  max-width: 100%;
}
.questionnaire .section.continue-screen .sketch svg .dark-blue-fill {
  fill: #fff;
}
.questionnaire .section.continue-screen .sketch svg .dark-blue-stroke {
  stroke: #fff;
}
.questionnaire .section.continue-screen .sketch .question-sketch {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.questionnaire .section.continue-screen .sketch .question-sketch svg .dark-blue-fill {
  fill: #fff;
}
.questionnaire .section.continue-screen .sketch .question-sketch svg .dark-blue-stroke {
  stroke: #fff;
}
.questionnaire .section.continue-screen .top-blob-wrapper {
  right: 0;
  top: 0;
}
.questionnaire .section.finish-screen {
  background-color: #1D3F59;
  border: 25px solid #fff;
  padding: 100px 90px 50px 90px;
}
.questionnaire .section.finish-screen h1 {
  height: 250px;
  display: flex;
  align-items: center;
}
.questionnaire .section.finish-screen .button {
  color: #fff;
  margin-left: 15px;
}
.questionnaire .section.finish-screen .sketch {
  max-width: calc(100vw - 900px);
  position: absolute;
  left: 0;
  top: 75px;
}
.questionnaire .section.finish-screen .sketch svg {
  max-width: 100%;
}
.questionnaire .section.finish-screen .sketch svg .dark-blue-fill {
  fill: #fff;
}
.questionnaire .section.finish-screen .sketch svg .dark-blue-stroke {
  stroke: #fff;
}
.questionnaire .section.finish-screen .sketch .question-sketch {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.questionnaire .section.finish-screen .sketch .question-sketch svg .dark-blue-fill {
  fill: #fff;
}
.questionnaire .section.finish-screen .sketch .question-sketch svg .dark-blue-stroke {
  stroke: #fff;
}
.questionnaire .section.finish-screen .top-blob-wrapper {
  right: 0;
  top: 0;
}
.questionnaire .section.single-question {
  counter-increment: section;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.questionnaire .section.single-question .logo {
  left: 40px;
  bottom: 40px;
}
.questionnaire .section.single-question .logo svg .white-fill {
  fill: #1D3F59;
}
.questionnaire .section.single-question .return-home {
  top: 40px;
  left: 40px;
}
.questionnaire .section.single-question .return-home svg path {
  fill: #1D3F59;
  stroke: #1D3F59;
}
.questionnaire .section.single-question .top-blob path {
  fill: inherit;
}
.questionnaire .section.single-question .flex-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.questionnaire .section.single-question .flex-container .top {
  display: flex;
  max-width: 800px;
}
.questionnaire .section.single-question .flex-container .top .content {
  transform: translate(250px, 280px);
  transition: 0.5s;
  flex: 1;
  font-size: 1.7rem;
  line-height: 1.35;
}
.questionnaire .section.single-question .flex-container .top .content > p {
  opacity: 0;
  transition: 0.5s;
}
.questionnaire .section.single-question .flex-container .top .content > p.active {
  opacity: 1;
}
.questionnaire .section.single-question .flex-container .top .content.active {
  transform: translate(0);
}
.questionnaire .section.single-question .flex-container .top .content.active .edit-admin {
  display: block;
}
.questionnaire .section.single-question .flex-container .top .content .edit-admin {
  color: inherit;
  font-size: 0.8em;
  text-decoration: underline;
  position: absolute;
  right: 0;
  display: none;
}
.questionnaire .section.single-question .flex-container .question-wrapper {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.questionnaire .section.single-question .flex-container .question-wrapper.active {
  display: block;
}
.questionnaire .section.single-question .flex-container .question-wrapper.show {
  opacity: 1;
}
.questionnaire .section.single-question .flex-container .question-wrapper .edit-admin {
  color: inherit;
  font-size: 0.8em;
  text-decoration: underline;
}
.questionnaire .section.single-question .flex-container .question-wrapper .answer-count .current {
  font-size: 2rem;
}
.questionnaire .section.single-question .flex-container .scale {
  position: relative;
  margin-top: 20px;
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  background: #f3f3f3;
  border-radius: 16px;
  margin-bottom: 3.5rem;
}
.questionnaire .section.single-question .flex-container .scale.disabled {
  opacity: 0.5;
}
.questionnaire .section.single-question .flex-container .scale.disabled::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.questionnaire .section.single-question .flex-container .scale .scale-text {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: 1.1;
  width: 100px;
}
.questionnaire .section.single-question .flex-container .scale .scale-text.low {
  right: 0;
  text-align: right;
}
.questionnaire .section.single-question .flex-container .scale .scale-text.high {
  left: 0;
  text-align: left;
}
.questionnaire .section.single-question .flex-container .scale button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1D3F59;
  font-size: 0;
  transition: 0.3s;
  color: inherit;
}
.questionnaire .section.single-question .flex-container .scale button:hover, .questionnaire .section.single-question .flex-container .scale button:focus {
  border: 2px solid;
  outline: 0;
}
.questionnaire .section.single-question .flex-container .scale button:not(.checked) {
  background-color: #fff;
}
.questionnaire .section.single-question .flex-container .scale button.checked {
  border: 2px solid;
}
.questionnaire .section.single-question .buttons {
  margin-top: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.questionnaire .section.single-question .buttons .back-button {
  background-color: transparent;
  border: 0;
  font-size: 0.8rem;
  padding: 0;
  padding-top: 10px;
  position: relative;
  margin: 0 10px;
}
.questionnaire .section.single-question .buttons .back-button:focus {
  outline: 0;
}
.questionnaire .section.single-question .buttons .back-button::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-bottom: 2px solid #1D3F59;
  border-right: 2px solid #1D3F59;
  transform: rotate(-45deg);
  transform-origin: bottom;
  bottom: calc(100% + 10px);
  right: 0;
}
.questionnaire .section.single-question .buttons .next-button {
  background-color: transparent;
  border: 0;
  font-size: 0.8rem;
  padding: 0;
  padding-top: 10px;
  position: relative;
  margin: 0 10px;
}
.questionnaire .section.single-question .buttons .next-button:focus {
  outline: 0;
}
.questionnaire .section.single-question .buttons .next-button::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-bottom: 2px solid #1D3F59;
  border-left: 2px solid #1D3F59;
  transform: rotate(45deg);
  transform-origin: bottom;
  bottom: calc(100% + 10px);
  left: 0;
}
.questionnaire .section.single-question .buttons.active {
  opacity: 1;
}
.questionnaire .section.single-question .question-number {
  direction: ltr;
  width: 200px;
  height: 255px;
  margin-bottom: 50px;
  margin-left: 50px;
  font-size: 1.5rem;
  line-height: 1;
}
.questionnaire .section.single-question .question-number::before {
  display: block;
  line-height: 1;
  font-size: 5.5rem;
  content: counter(section);
}
.questionnaire .section.single-question .sketch {
  max-width: calc(100vw - 900px);
  position: absolute;
  left: 25px;
}
.questionnaire .section.single-question .sketch svg {
  max-width: 100%;
}
.questionnaire .section.single-question .sketch .question-sketch {
  position: absolute;
  top: 0;
  left: 0;
}
.questionnaire .section.single-question:nth-child(4n-3) .top-blob-wrapper, .questionnaire .section.single-question:nth-child(4n-3) .sketch {
  fill: rgb(94, 170, 223);
}
.questionnaire .section.single-question:nth-child(4n-3) .flex-container .scale {
  color: rgb(94, 170, 223);
}
.questionnaire .section.single-question:nth-child(4n-3) .flex-container .scale button.checked {
  border: 2px solid rgb(94, 170, 223);
  background-color: rgb(94, 170, 223);
  cursor: default;
}
.questionnaire .section.single-question:nth-child(4n-3) .flex-container .scale button:not(.checked):hover, .questionnaire .section.single-question:nth-child(4n-3) .flex-container .scale button:not(.checked):focus {
  border: 2px solid rgb(94, 170, 223);
}
.questionnaire .section.single-question:nth-child(4n-2) .top-blob-wrapper, .questionnaire .section.single-question:nth-child(4n-2) .sketch {
  fill: rgb(232, 71, 112);
}
.questionnaire .section.single-question:nth-child(4n-2) .flex-container .scale {
  color: rgb(232, 71, 112);
}
.questionnaire .section.single-question:nth-child(4n-2) .flex-container .scale button.checked {
  border: 2px solid rgb(232, 71, 112);
  background-color: rgb(232, 71, 112);
  cursor: default;
}
.questionnaire .section.single-question:nth-child(4n-2) .flex-container .scale button:not(.checked):hover, .questionnaire .section.single-question:nth-child(4n-2) .flex-container .scale button:not(.checked):focus {
  border: 2px solid rgb(232, 71, 112);
}
.questionnaire .section.single-question:nth-child(4n-1) .top-blob-wrapper, .questionnaire .section.single-question:nth-child(4n-1) .sketch {
  fill: #4BC3CA;
}
.questionnaire .section.single-question:nth-child(4n-1) .flex-container .scale {
  color: #4BC3CA;
}
.questionnaire .section.single-question:nth-child(4n-1) .flex-container .scale button.checked {
  border: 2px solid #4BC3CA;
  background-color: #4BC3CA;
  cursor: default;
}
.questionnaire .section.single-question:nth-child(4n-1) .flex-container .scale button:not(.checked):hover, .questionnaire .section.single-question:nth-child(4n-1) .flex-container .scale button:not(.checked):focus {
  border: 2px solid #4BC3CA;
}
.questionnaire .section.single-question:nth-child(4n) .top-blob-wrapper, .questionnaire .section.single-question:nth-child(4n) .sketch {
  fill: rgb(254, 157, 43);
}
.questionnaire .section.single-question:nth-child(4n) .flex-container .scale {
  color: rgb(254, 157, 43);
}
.questionnaire .section.single-question:nth-child(4n) .flex-container .scale button.checked {
  border: 2px solid rgb(254, 157, 43);
  background-color: rgb(254, 157, 43);
  cursor: default;
}
.questionnaire .section.single-question:nth-child(4n) .flex-container .scale button:not(.checked):hover, .questionnaire .section.single-question:nth-child(4n) .flex-container .scale button:not(.checked):focus {
  border: 2px solid rgb(254, 157, 43);
}

#strengthMessage {
  border-radius: 5px;
  font-size: 0.8em;
  padding: 2px 10px;
  margin-top: 10px;
  display: none;
  transition: 0.3s;
  font-weight: 700;
}
#strengthMessage.weak, #strengthMessage.short {
  display: inline-block;
  background-color: #ae2c2c;
}
#strengthMessage.good {
  display: inline-block;
  background-color: #a48938;
}
#strengthMessage.strong {
  display: inline-block;
  background-color: green;
}

.dark-form {
  background-color: #1D3F59;
  color: #fff;
  padding: 30px;
  max-width: 800px;
  border-radius: 40px;
}
.dark-form form {
  max-width: 300px;
}
.dark-form .input-wrapper {
  margin-top: 2em;
}
.dark-form label {
  display: block;
}
.dark-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #4BC3CA;
  width: 100%;
  color: #fff;
}
.dark-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  outline: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.dark-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.dark-form select {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #4BC3CA;
  width: 100%;
  color: #fff;
}
.dark-form select option {
  color: #1D3F59;
}
.dark-form select:disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.dark-form .radio-wrapper {
  display: flex;
}
.dark-form .single-radio {
  display: flex;
}
.dark-form .single-radio input {
  position: absolute;
  opacity: 0;
}
.dark-form .single-radio label {
  padding: 0 20px;
  position: relative;
}
.dark-form .single-radio label::before {
  content: "";
  right: 0;
  top: 0.4em;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #4BC3CA;
  background-color: #fff;
  transition: 0.3s;
}
.dark-form .single-radio input:focus ~ label::before {
  background-color: rgba(75, 195, 202, 0.3);
}
.dark-form .single-radio input:checked ~ label::before {
  background-color: #4BC3CA;
}
.dark-form .two-fields {
  display: flex;
  justify-content: space-between;
}
.dark-form.personal-form-wrapper {
  max-width: 500px;
}
.dark-form.personal-form-wrapper form {
  max-width: 100%;
}
.dark-form.personal-form-wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  max-width: 300px;
}
.dark-form .error-wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #1D3F59;
  margin-top: 20px;
  border-radius: 10px;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 0.9rem;
}
.dark-form .error-wrapper::before {
  content: "!";
  margin-left: 5px;
  font-size: 1.1em;
  background: rgb(232, 71, 112);
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex: none;
}
.dark-form .user-success {
  display: none;
}
.dark-form .user-success.active {
  display: block;
}

.top-report-section {
  background-color: #4BC3CA;
}
.top-report-section .logo {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-background-section .regions {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
.report-background-section .single-region {
  width: 100%;
  padding: 0 5px;
}
.report-background-section .single-region .icon {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-wrapper h2 {
  font-weight: 700;
  color: #4BC3CA;
  padding-bottom: 0;
}
.report-wrapper h2::after {
  content: none;
}
.report-wrapper .max-1000 {
  max-width: 1000px;
}
.report-wrapper.not-visible .medium-text {
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
}

.leader-profile {
  padding: 70px 0;
}
.leader-profile h2 {
  margin-bottom: 1em;
}
.leader-profile h3, .leader-profile h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
}
.leader-profile .content {
  max-width: 1000px;
}
.leader-profile .light-gray {
  font-size: 0.9rem;
  margin-top: 3px;
  color: #9aa7b2;
  line-height: 1.3;
}
.leader-profile .pillars-wrapper h3 {
  margin-bottom: 0;
}
.leader-profile .pillars-wrapper .pillars {
  margin-top: 40px;
  margin-bottom: 100px;
  background-color: #fff;
  max-width: 1000px;
}
.leader-profile .pillars-wrapper .pillars .single-pillar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 30px 70px;
  border-bottom: 2px dashed #eee;
}
.leader-profile .pillars-wrapper .pillars .single-pillar:last-child {
  border-bottom: 0;
}
.leader-profile .pillars-wrapper .pillars .single-pillar .number {
  width: 70px;
  text-align: center;
}
.leader-profile .pillars-wrapper .pillars .single-pillar.pillar-1 .number {
  font-size: 3rem;
}
.leader-profile .pillars-wrapper .pillars .single-pillar.pillar-2 .number {
  font-size: 2.3rem;
}
.leader-profile .pillars-wrapper .pillars .single-pillar.pillar-3 .number {
  font-size: 1.9rem;
}
.leader-profile .pillars-wrapper .pillars .single-pillar.pillar-4 .number {
  font-size: 1.6rem;
}
.leader-profile .pillars-wrapper .pillars .single-pillar .icon {
  width: 100px;
  text-align: center;
  margin-left: 30px;
}
.leader-profile .pillars-wrapper .pillars .single-pillar .icon svg {
  width: 80px;
}
.leader-profile .pillars-wrapper .pillars .single-pillar .title {
  font-size: 1.2rem;
}
.leader-profile .pillars-wrapper .pillars .single-pillar .score-graph {
  position: absolute;
  height: 7px;
  width: calc(100% - 50px);
  bottom: 35px;
  right: 25px;
  background-color: #eee;
  border-radius: 10px;
}
.leader-profile .pillars-wrapper .pillars .single-pillar .score-graph .score {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #4BC3CA;
  border-radius: 10px;
}
.leader-profile .standard-dev-wapper {
  background-color: #fff;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 30px 20px;
}
.leader-profile .standard-dev-wapper h3 {
  margin-bottom: 10px;
}
.leader-profile .standard-dev-wapper .legend {
  display: flex;
  margin-top: 30px;
}
.leader-profile .standard-dev-wapper .legend > * {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.leader-profile .standard-dev-wapper .legend > *::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50px;
  margin-left: 10px;
}
.leader-profile .standard-dev-wapper .legend > *.low::before {
  background-color: #5BC236;
}
.leader-profile .standard-dev-wapper .legend > *.medium::before {
  background-color: #FFBB00;
}
.leader-profile .standard-dev-wapper .legend > *.high::before {
  background-color: #EB3131;
}
.leader-profile .region-type {
  margin-top: 50px;
}
.leader-profile .region-type .region-type-title-wrapper {
  display: flex;
  margin-bottom: 20px;
  max-width: 1000px;
}
.leader-profile .region-type .region-type-title-wrapper .icon {
  width: 100px;
  text-align: center;
  margin-left: 10px;
}
.leader-profile .region-type .region-type-title-wrapper .icon svg {
  max-width: 100%;
}
.leader-profile .single-region {
  background-color: #fff;
  max-width: 1000px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.leader-profile .single-region .region-top {
  display: flex;
  margin-bottom: 30px;
}
.leader-profile .single-region .region-top .icon {
  width: 55px;
  max-height: 55px;
  padding-left: 20px;
  box-sizing: content-box;
}
.leader-profile .single-region .region-top .icon svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.leader-profile .single-region .related-chars {
  display: flex;
  align-items: center;
}
.leader-profile .single-region .related-chars .dots {
  display: flex;
}
.leader-profile .single-region .related-chars .dots span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 1.5px;
}
.leader-profile .single-region .related-chars .dots.dots-1 span:nth-child(2), .leader-profile .single-region .related-chars .dots.dots-1 span:nth-child(3) {
  background-color: #DCDCDC;
}
.leader-profile .single-region .related-chars .dots.dots-2 span:nth-child(3) {
  background-color: #DCDCDC;
}
.leader-profile .single-region .related-chars .deviation {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #b1b1b1;
  border-radius: 50%;
  align-items: center;
  margin: 0;
  margin-bottom: 0.1em;
}
.leader-profile .single-region .related-chars .deviation.low {
  background-color: #5BC236;
}
.leader-profile .single-region .related-chars .deviation.medium {
  background-color: #FFBB00;
}
.leader-profile .single-region .related-chars .deviation.high {
  background-color: #EB3131;
}
.leader-profile .single-region .related-shadows-wrapper {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px dashed #b8b8b8;
  display: flex;
}
.leader-profile .single-region .related-shadows-wrapper .icon {
  margin-left: 20px;
  margin-top: 10px;
}
.leader-profile .single-region .related-shadows-wrapper .signle-shadow {
  margin-top: 10px;
}

.visual-view {
  margin-top: 100px;
  padding-bottom: 50px;
}
.visual-view .container {
  max-width: 1000px;
}
.visual-view .visual-view-title {
  padding: 50px 0;
  margin-bottom: 50px;
}
.visual-view h2 {
  color: #fff;
  margin: 0;
}
.visual-view .single-pillar-visual-wrapper {
  margin-bottom: 11px;
  padding-right: 5px;
  padding-left: 5px;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual {
  border: 2px solid #1D3F59;
  height: 100%;
  display: flex;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .title {
  transform: rotate(-90deg) translate(50%, 0);
  transform-origin: center;
  transition: 0.5s;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .icon {
  margin: 20px 15px;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .icon svg {
  width: 50px;
  height: 50px;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph {
  position: relative;
  width: 70px;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph .score {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #4BC3CA;
  overflow: hidden;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph .percentage {
  transform: rotate(-90deg) translate(calc(50% + 20px), 0);
  transform-origin: center;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph .percentage.dark {
  color: #d2d2d2;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars {
  flex: 1;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .single-char {
  position: relative;
  padding: 55px 10px 0;
  border-bottom: 1px solid #d2d2d2;
  min-height: 155px;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .single-char .region {
  position: absolute;
  width: calc(200% + 15px);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  top: 20px;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .single-char .region span {
  background-color: #eee;
  border-radius: 30px;
  padding: 4px 10px;
  background-color: #1D3F59;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-shadow {
  position: relative;
  padding: 2px 10px;
  width: 100%;
  min-height: 25px;
  background: rgba(94, 170, 223, 0.4);
  font-size: 0.8em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph {
  position: relative;
  width: 100%;
  height: 25px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #1D3F59;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph::before, .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph::after {
  content: "";
  position: absolute;
  left: 33%;
  height: 100%;
  background-color: #eee;
  width: 3px;
  z-index: 3;
  top: 0;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph::after {
  left: 66%;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph .char-score {
  position: absolute;
  height: 100%;
  background: #1D3F59;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph .char-score.score-1 {
  width: 33%;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph .char-score.score-2 {
  width: 66%;
}
.visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph .char-score.score-3 {
  width: 100%;
}
.visual-view .single-pillar-visual-wrapper:nth-child(even) .single-pillar-visual {
  flex-direction: row-reverse;
}
.visual-view .single-pillar-visual-wrapper:nth-child(even) .single-pillar-visual .pillar-chars .char-graph, .visual-view .single-pillar-visual-wrapper:nth-child(even) .single-pillar-visual .pillar-chars .char-shadow {
  right: -10px;
  border-radius: 50px 0 0 50px;
}
.visual-view .single-pillar-visual-wrapper:nth-child(even) .single-pillar-visual .pillar-chars .char-graph .char-score, .visual-view .single-pillar-visual-wrapper:nth-child(even) .single-pillar-visual .pillar-chars .char-shadow .char-score {
  right: 0;
}
.visual-view .single-pillar-visual-wrapper:nth-child(odd) .single-pillar-visual .pillar-chars {
  text-align: left;
}
.visual-view .single-pillar-visual-wrapper:nth-child(odd) .single-pillar-visual .pillar-chars .char-graph, .visual-view .single-pillar-visual-wrapper:nth-child(odd) .single-pillar-visual .pillar-chars .char-shadow {
  left: -10px;
  border-radius: 0 50px 50px 0;
}
.visual-view .single-pillar-visual-wrapper:nth-child(odd) .single-pillar-visual .pillar-chars .char-graph .char-score, .visual-view .single-pillar-visual-wrapper:nth-child(odd) .single-pillar-visual .pillar-chars .char-shadow .char-score {
  left: 0;
}

.after-profile {
  margin-top: 70px;
}
.after-profile .seperator {
  width: 150px;
  border-radius: 15px;
  height: 4px;
  background-color: #4BC3CA;
  position: relative;
  display: block;
  margin: 20px auto;
}

.users-manager-dashboard .link-wrapper, .lead-manager-dashboard .link-wrapper {
  margin-bottom: 50px;
}
.users-manager-dashboard .link-wrapper .content, .lead-manager-dashboard .link-wrapper .content {
  margin-bottom: 15px;
}
.users-manager-dashboard .link-wrapper .small-text, .lead-manager-dashboard .link-wrapper .small-text {
  font-size: 0.8rem;
}
.users-manager-dashboard .course-status-wrapper, .lead-manager-dashboard .course-status-wrapper {
  margin-bottom: 40px;
}
.users-manager-dashboard .delete-user:hover, .lead-manager-dashboard .delete-user:hover {
  color: #1D3F59;
  cursor: pointer;
}
.users-manager-dashboard .single-course, .lead-manager-dashboard .single-course {
  margin-top: 70px;
}
.users-manager-dashboard .add-course, .lead-manager-dashboard .add-course {
  background-color: #eee;
  padding: 30px;
  border-radius: 15px;
}
.users-manager-dashboard .new-course-form .input-wrapper, .lead-manager-dashboard .new-course-form .input-wrapper {
  margin-left: 15px;
  margin-bottom: 20px;
}
.users-manager-dashboard .new-course-form label, .lead-manager-dashboard .new-course-form label {
  display: block;
  margin-bottom: 0.2em;
}
.users-manager-dashboard .new-course-form .results-visible, .lead-manager-dashboard .new-course-form .results-visible {
  display: flex;
}
.users-manager-dashboard .new-course-form input[type=number], .users-manager-dashboard .new-course-form input[type=text], .lead-manager-dashboard .new-course-form input[type=number], .lead-manager-dashboard .new-course-form input[type=text] {
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 5px 20px;
  transition: 0.3s;
}
.users-manager-dashboard .new-course-form input[type=number]:hover, .users-manager-dashboard .new-course-form input[type=text]:hover, .lead-manager-dashboard .new-course-form input[type=number]:hover, .lead-manager-dashboard .new-course-form input[type=text]:hover {
  background-color: #fafafa;
}
.users-manager-dashboard .new-course-form input[type=number]:focus, .users-manager-dashboard .new-course-form input[type=text]:focus, .lead-manager-dashboard .new-course-form input[type=number]:focus, .lead-manager-dashboard .new-course-form input[type=text]:focus {
  outline: 0;
  background-color: #fafafa;
  border: 1px solid #dedede;
}
.users-manager-dashboard .new-course-form input[type=checkbox], .users-manager-dashboard .new-course-form input[type=radio], .lead-manager-dashboard .new-course-form input[type=checkbox], .lead-manager-dashboard .new-course-form input[type=radio] {
  margin-left: 10px;
  margin-top: 0.35em;
}
.users-manager-dashboard .button, .lead-manager-dashboard .button {
  padding: 0.2em 0.8em;
}
.users-manager-dashboard .button::before, .lead-manager-dashboard .button::before {
  height: 3em;
}
.users-manager-dashboard th, .lead-manager-dashboard th {
  padding: 5px 15px;
  border: 1px solid #eee;
}
.users-manager-dashboard td, .lead-manager-dashboard td {
  padding: 5px 15px;
  border: 1px solid #eee;
}
.users-manager-dashboard .yes, .lead-manager-dashboard .yes {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4BC3CA;
}
.users-manager-dashboard .no, .lead-manager-dashboard .no {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(232, 71, 112);
}
.users-manager-dashboard .add-course, .lead-manager-dashboard .add-course {
  margin-top: 70px;
}
.users-manager-dashboard .add-course .small-text, .lead-manager-dashboard .add-course .small-text {
  margin-top: -10px;
  margin-bottom: 30px;
}

.data-wrapper {
  margin-top: 50px;
}
.data-wrapper .button {
  margin-left: 10px;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.table-wrapper table {
  padding: 20px;
  font-size: 0.8em;
}
.table-wrapper th {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  width: 50px;
}
.table-wrapper td {
  padding: 5px;
  border: 1px solid #eee;
}

#manually-save-answers .single-question {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
}
#manually-save-answers .single-question input {
  background: transparent;
  border-radius: 5px;
  border: 2px solid #4BC3CA;
}
#manually-save-answers .single-question input:focus {
  outline: 0;
  background-color: rgba(238, 238, 238, 0.5);
}
#manually-save-answers .single-question label {
  margin-bottom: 5px;
}
#manually-save-answers input[type=submit] {
  margin-top: 50px;
  border-radius: 50px;
  display: block;
  background-color: rgb(232, 71, 112);
  border: 2px solid rgb(232, 71, 112);
  color: #fff;
  padding: 0.5em 1.5em;
  position: relative;
  cursor: pointer;
}
#manually-save-answers input[type=submit]:hover, #manually-save-answers input[type=submit]:focus {
  outline: 0;
  text-decoration: none;
  background-color: #fff;
  color: rgb(232, 71, 112);
}

#page-wrap.general .content {
  padding: 50px 0;
  max-width: 1000px;
}

.users-archive form.users-filter {
  margin-top: 20px;
  padding: 20px 15px;
  border-radius: 15px;
  background-color: rgb(232, 71, 112);
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.users-archive form.users-filter .field {
  margin-left: 15px;
}
.users-archive form.users-filter label {
  display: block;
}
.users-archive form.users-filter input[type=date], .users-archive form.users-filter select {
  background: rgb(211, 70, 110);
  color: #fff;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
}
.users-archive form.users-filter input[type=submit] {
  background: #1D3F59;
  color: #fff;
  padding: 7px 20px;
  border: 0;
  border-radius: 30px;
}
.users-archive form.users-filter .chosen-container {
  font-size: inherit;
  font-family: inherit;
}
.users-archive form.users-filter .chosen-container-multi .chosen-choices {
  background: rgb(211, 70, 110);
  color: #fff;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
}
.users-archive form.users-filter .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #fff;
  font-family: inherit;
}
.users-archive form.users-filter .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #fff !important;
  font-family: inherit;
}
.users-archive .export {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.users-archive .single-user {
  margin-bottom: 20px;
}
.users-archive .single-user a {
  display: block;
  background-color: #eee;
  border-radius: 15px;
  padding: 15px;
  color: #1D3F59;
  transition: 0.5s;
}
.users-archive .single-user a:hover {
  text-decoration: none;
  background-color: #ddd;
}

.lead-manager-dashboard .search-wrapper {
  margin-top: 20px;
  padding: 20px 15px;
  border-radius: 15px;
  background-color: rgb(232, 71, 112);
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.lead-manager-dashboard .search-wrapper form > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.lead-manager-dashboard .search-wrapper form > ul > li {
  margin: 0 5px;
}
.lead-manager-dashboard .search-wrapper input.sf-input-text {
  background: rgb(211, 70, 110);
  color: #fff;
  padding: 6px 10px;
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
}
.lead-manager-dashboard .search-wrapper select {
  background: rgb(211, 70, 110);
  color: #fff;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
}
.lead-manager-dashboard .search-wrapper .sf-field-submit {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.lead-manager-dashboard .search-wrapper input[type=submit] {
  background: #1D3F59;
  color: #fff;
  padding: 7px 20px;
  border: 0;
  border-radius: 30px;
}
.lead-manager-dashboard form.users-filter {
  margin-top: 20px;
  padding: 20px 15px;
  border-radius: 15px;
  background-color: rgb(232, 71, 112);
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.lead-manager-dashboard form.users-filter .field {
  margin-left: 15px;
}
.lead-manager-dashboard form.users-filter label {
  display: block;
}
.lead-manager-dashboard form.users-filter input[type=date], .lead-manager-dashboard form.users-filter select {
  background: rgb(211, 70, 110);
  color: #fff;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
}
.lead-manager-dashboard form.users-filter input[type=submit] {
  background: #1D3F59;
  color: #fff;
  padding: 7px 20px;
  border: 0;
  border-radius: 30px;
}
.lead-manager-dashboard form.users-filter .chosen-container {
  font-size: inherit;
  font-family: inherit;
}
.lead-manager-dashboard form.users-filter .chosen-container-multi .chosen-choices {
  background: rgb(211, 70, 110);
  color: #fff;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
}
.lead-manager-dashboard form.users-filter .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #fff;
  font-family: inherit;
}
.lead-manager-dashboard form.users-filter .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #fff !important;
  font-family: inherit;
}
.lead-manager-dashboard .single-course {
  margin-top: 120px;
}
.lead-manager-dashboard .pagination {
  display: none;
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
  margin: 0 5px;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu:focus {
  outline: 0;
}

.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}

.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}

.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}

.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: rgba(29, 63, 89, 0.9);
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.off-canvas.is-open {
  z-index: 9999;
  transform: translateY(0);
}

.position-left {
  transform: translateY(-100%);
  left: 0;
}

.position-right {
  transform: translateY(100%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

ul#mobile-menu li {
  position: relative;
  display: block;
}

ul#mobile-menu > li {
  text-align: center;
}
ul#mobile-menu > li::after {
  content: "";
  height: 3px;
  width: 100px;
  background-color: #4BC3CA;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mobile_menu_holder .lang-menu {
  list-style: none;
  position: relative;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 20px 15px;
  text-align: center;
}
.mobile_menu_holder .lang-menu a {
  color: #fff;
  font-weight: 700;
}

ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 20px 15px;
  color: #fff;
}

ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}

ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 0.9rem;
}

ul#mobile-menu ul.sub-menu li a:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  content: ">>";
  font-size: 0.7rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #4BC3CA;
}

/****************************************************************************************************************/
@media only screen and (max-height: 750px) {
  html {
    font-size: 18px;
  }
  .main-section svg.home-main-blob {
    height: 130%;
  }
  .main-section .container {
    padding-bottom: 2%;
  }
  .main-section svg.diamonds {
    height: 150px;
  }
  .questionnaire .section .top-blob {
    width: 200px;
    height: auto;
  }
  .questionnaire .section.opening-screen {
    padding: 50px;
  }
  .questionnaire .section.opening-screen h1 {
    height: 150px;
  }
  .questionnaire .section.single-question {
    padding: 60px;
  }
  .questionnaire .section.single-question .question-number {
    width: 165px;
    height: 210px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .questionnaire .section.single-question .flex-container .top .content {
    transform: translate(195px, 240px);
  }
  .questionnaire .section.single-question .buttons .back-button::before, .questionnaire .section.single-question .buttons .next-button::before {
    height: 20px;
    width: 20px;
  }
} /* end of (max-height: 750px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1280px) {
  .main-section .top-blob.orange-top-blob {
    left: calc(100% - 150px);
    top: calc(100% - 400px);
  }
  .main-section .top-blob.blue-top-blob {
    right: calc(100% - 170px);
  }
} /* end of (max-width: 1280px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  footer.section {
    margin-top: 80px;
  }
  footer.section .gaya-logo-wrapper {
    position: relative;
    text-align: center;
    bottom: 0;
    margin-bottom: 30px;
  }
  footer.section .footer-doodle-wrapper {
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  footer.section .footer-wave {
    left: -160px;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 991px) {
  header {
    transition: 0.5s !important;
    top: 0;
  }
  header.hidden {
    top: -500px;
  }
  header .container {
    height: auto;
  }
  header .buttons {
    align-items: center;
    justify-content: center;
  }
  header .buttons .button {
    text-align: center;
    width: 100px;
    padding: 0.4em 0.6em;
  }
  header .nav, header .logo {
    width: 0 !important;
    opacity: 0;
    display: none;
  }
  .mobile_menu_button {
    display: block;
  }
  .wrap_main_menu {
    display: none;
  }
  .main-section {
    margin-bottom: 80px;
  }
  .main-section svg.home-main-blob {
    top: auto;
    bottom: 15%;
    height: auto;
    width: 150%;
    left: -25%;
    right: auto;
  }
  .main-section .container {
    padding-bottom: 45%;
  }
  .main-section .top-blob.blue-top-blob {
    display: none;
  }
  .main-section .top-blob.orange-top-blob {
    left: calc(100% - 150px);
    top: calc(100% - 100px);
    width: 200px;
    height: auto;
  }
} /* end of (max-width: 991px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  footer.section .footer-wave {
    bottom: -160px;
  }
  .mobile-reverse {
    flex-direction: column-reverse;
  }
  .manager-dev-section .right-side {
    margin-bottom: 80px;
  }
  .adv-section {
    padding-bottom: 130px;
  }
  .adv-section .advantages .advantage {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
  }
  .adv-section .advantages .advantage .svg-wrapper {
    margin-bottom: 0;
    margin-left: 50px;
  }
  .adv-section .advantages .advantage .content {
    margin: 0;
  }
  .example-section {
    padding-top: 50px;
  }
  .example-section svg.example-doodle {
    position: relative;
    left: auto;
    top: auto;
    right: -50px;
    margin-bottom: 20px;
  }
  .contact-form-section .contact-form-wrapper {
    margin: 0;
  }
  .contact-form-section .contact-form-wrapper form .wpcf7-list-item {
    display: block;
  }
  .contact-form-section .contact-form-wrapper form .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
  .contact-form-section .cotact-info-part {
    margin-top: 50px;
  }
  .contact-form-section .cotact-info-part > svg {
    max-width: 70%;
    height: auto;
  }
  .contact-form-section .cotact-info-part .contect-details-wrapper {
    margin-top: 50px;
  }
  .page-wrap.process .top-text-section svg {
    position: relative;
  }
  .page-wrap.about .top-text-section svg {
    margin-top: 20px;
    max-width: 70%;
    height: auto;
  }
  .partners-section .single-partner .partner-texts {
    margin-top: 15px;
  }
  .partners-section .single-partner .image-wrapper svg {
    max-width: 60%;
    height: auto;
  }
  .page-wrap.model .doodle svg {
    margin-bottom: 50px;
    transform: translateY(-25px);
    margin-top: -90px;
  }
  .page-wrap.model .doodle svg.active {
    transform: translateY(0);
  }
  .page-wrap.model .single-model-part svg {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  .page-wrap.account .user-steps {
    display: none;
  }
  .questionnaire .section .top-blob {
    width: 140px;
    height: auto;
  }
  .questionnaire .section.opening-screen {
    padding: 50px;
  }
  .questionnaire .section.opening-screen h1 {
    height: 150px;
  }
  .questionnaire .section.single-question {
    padding: 60px;
  }
  .questionnaire .section.single-question .question-number {
    width: 105px;
    height: 137px;
    font-size: 1rem;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .questionnaire .section.single-question .question-number::before {
    font-size: 4rem;
  }
  .questionnaire .section.single-question .flex-container .top .content {
    transform: translate(195px, 240px);
  }
  .questionnaire .section.single-question .buttons .back-button::before, .questionnaire .section.single-question .buttons .next-button::before {
    height: 20px;
    width: 20px;
  }
  .visual-view .single-pillar-visual-wrapper {
    margin-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual {
    border: 2px solid gray;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-name {
    width: 40px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .icon {
    margin: 5px 10px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .icon svg {
    width: 30px;
    height: 30px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph {
    width: 50px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph .percentage {
    font-size: 2rem;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .single-char {
    padding: 50px 5px 0;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .single-char .region span {
    padding: 2px 10px;
    font-size: 0.7em;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph {
    height: 15px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-shadow {
    padding: 2px 5px;
    min-height: 15px;
    font-size: 0.7em;
  }
  .visual-view .single-pillar-visual-wrapper:nth-child(even) .single-pillar-visual .pillar-chars .char-graph, .visual-view .single-pillar-visual-wrapper:nth-child(even) .single-pillar-visual .pillar-chars .char-shadow {
    right: -5px;
  }
  .visual-view .single-pillar-visual-wrapper:nth-child(odd) .single-pillar-visual .pillar-chars .char-graph, .visual-view .single-pillar-visual-wrapper:nth-child(odd) .single-pillar-visual .pillar-chars .char-shadow {
    left: -5px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .adv-section .advantages .advantage {
    justify-content: flex-start;
  }
  .adv-section .advantages .advantage .svg-wrapper {
    margin-left: 30px;
    margin-right: -50px;
  }
  .articles-section .single-article {
    width: auto;
    min-height: 370px;
  }
  .questionnaire .content.medium-text {
    line-height: 1.3;
  }
  .questionnaire .content.medium-text p {
    margin-bottom: 0.5rem;
  }
  .questionnaire .section .return-home svg {
    width: 35px;
    height: auto;
  }
  .questionnaire .section.continue-screen, .questionnaire .section.opening-screen, .questionnaire .section.finish-screen {
    padding: 50px 20px 80px;
    border-width: 15px;
  }
  .questionnaire .section.continue-screen h1, .questionnaire .section.opening-screen h1, .questionnaire .section.finish-screen h1 {
    height: auto;
    margin-bottom: 30px;
  }
  .questionnaire .section.continue-screen .content, .questionnaire .section.opening-screen .content, .questionnaire .section.finish-screen .content {
    font-size: 1.1rem;
  }
  .questionnaire .section::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }
  .questionnaire .section .top-blob-wrapper {
    right: 15px;
    top: 15px;
  }
  .questionnaire .section .top-blob {
    width: 100px;
  }
  .questionnaire .section.single-question {
    padding: 30px;
  }
  .questionnaire .section.single-question .question-number {
    width: 85px;
    height: 107px;
    margin-bottom: 25px;
    margin-left: 15px;
  }
  .questionnaire .section.single-question .flex-container .top {
    flex-direction: column;
  }
  .questionnaire .section.single-question .flex-container .top .content {
    padding-top: 30vh;
    font-size: 1.5rem;
    transform: translate(100px, 130px);
  }
  .questionnaire .section.single-question .sketch {
    top: 100px;
    max-width: 100%;
    left: 15px;
  }
  .questionnaire .section.single-question .sketch svg {
    width: auto;
    max-height: 30vh;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual {
    border: 2px solid gray;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-name {
    width: 35px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .icon svg {
    width: 25px;
    height: 25px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph {
    width: 30px;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .score-graph .percentage {
    padding: 5px;
    font-size: 1rem;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .char-name {
    font-size: 0.7rem;
  }
  .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph::after, .visual-view .single-pillar-visual-wrapper .single-pillar-visual .pillar-chars .char-graph::before {
    width: 2px;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
@media only screen and (max-width: 376px) {
  .main-section svg.home-main-blob {
    width: 170%;
    left: -35%;
  }
  .adv-section .advantages .advantage .svg-wrapper svg {
    width: 190px;
  }
  .articles-section .single-article {
    min-height: 320px;
    font-size: 0.9em;
  }
  .articles-section .single-article .button {
    margin-top: 15px;
  }
  .questionnaire .section.single-question .return-home {
    top: 30px;
    left: 30px;
  }
  .questionnaire .section.single-question .flex-container .top .content {
    font-size: 1.2rem;
  }
  .questionnaire .section.single-question .flex-container .scale button {
    width: 25px;
    height: 25px;
    border-width: 1px;
  }
  .questionnaire .section.single-question .buttons {
    margin-top: 2rem;
  }
  .questionnaire .section.single-question .buttons .back-button, .questionnaire .section.single-question .buttons .next-button {
    padding-top: 0px;
  }
  .questionnaire .section .logo {
    left: 30px;
    bottom: 30px;
  }
  .questionnaire .section .logo svg {
    width: 100px;
    height: auto;
  }
} /* end of (max-width: 376px) */
/****************************************************************************************************************/
@media only screen and (max-width: 350px) {
  .articles-section .single-article {
    width: auto;
    margin: 5px;
    height: 300px;
    font-size: 0.9em;
  }
  .articles-section .single-article .button {
    margin-top: 15px;
  }
  .visual-view {
    overflow-x: auto;
  }
  .visual-view .container {
    min-width: 400px;
  }
} /* end of (max-width: 350px) */
/****************************************************************************************************************/
/* end of (max-width: 320px) */
/****************************************************************************************************************/
@media only screen and (max-width: 400px) and (max-height: 650px) {
  .main-section .container {
    padding-bottom: 15%;
  }
  .main-section h1 {
    font-size: 1.5rem;
  }
  .main-section .content {
    font-size: 1.2rem;
  }
  .main-section svg.home-main-blob {
    bottom: 3%;
  }
  .main-section .top-blob.orange-top-blob {
    top: calc(100% - 50px);
    left: calc(100% - 100px);
    width: 170px;
  }
} /* end of (max-width: 400px) and (max-height: 650px) */
/****************************************************************************************************************/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  header, footer, .off-canvas, .button {
    display: none;
  }
  #page-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .leader-profile {
    page-break-before: always;
    padding-bottom: 0;
  }
  .visual-view {
    page-break-before: always;
    background-color: #f7f7f7;
    margin-top: 0;
  }
  .pillars-wrapper {
    page-break-after: always;
  }
  .leader-profile {
    background-color: #fff;
    padding: 0;
  }
  .leader-profile h3, .leader-profile h4 {
    margin-top: 20px;
  }
  .leader-profile .light-bg {
    background-color: #fff;
  }
  .leader-profile .single-region {
    background-color: #f7f7f7;
    margin-top: 0;
    border-top: 20px solid #f7f7f7;
    padding-top: 0;
  }
  .leader-profile .region-type .region-type-title-wrapper {
    border-top: 20px solid #fff;
  }
  .leader-profile .pillars-wrapper .pillars .single-pillar {
    background-color: #f7f7f7;
    border-bottom: 3px dashed #fff;
  }
  .leader-profile .light-gray {
    color: #75838f;
  }
  .leader-profile .visual-view-title {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .leader-profile .visual-view {
    padding-bottom: 30px;
  }
  .after-profile {
    display: none;
  }
  .single-region, .region-type-title-wrapper {
    page-break-inside: avoid;
  }
}/*# sourceMappingURL=style.css.map */