﻿html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /*margin-bottom: @footer-height;*/
  font-family: Roboto;
  font-weight: 500;
  line-height: 175%;
  color: #0094b6;
}
a {
  color: #ff5277;
}
.red,
b,
strong {
  font-weight: 600;
  color: #ff5277;
}
.nav-pills {
  --bs-nav-pills-link-active-bg: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ff5277;
  background-color: none;
}
h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  color: #ff5277;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
h3 > span {
  position: relative;
  z-index: 1;
  padding-left: 80px;
  padding-right: 80px;
}
h3 > span:after {
  content: '';
  display: inline-block;
  height: 18px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fdcdce;
  position: absolute;
  z-index: -1;
}
.text-justify {
  text-align: justify;
}
header {
  text-transform: uppercase;
}
header .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
header .navigation a,
header a.title {
  display: inline-block;
  text-decoration: none;
  color: #0094b6;
  padding: 0.65rem 0 0.65rem 4rem;
}
header a.title {
  padding-left: 0;
  font-size: 1.25rem;
}
header .mobile-navigation-toggle {
  float: right;
  margin: 0 0 0 2rem;
  padding: 0;
  border: none;
  background-color: transparent;
}
header .mobile-navigation-toggle .icon-bar {
  display: block;
  background-color: #ff5277;
  width: 32px;
  border-radius: 4px;
  margin: 3px 0 3px 0;
  height: 4px;
  margin-bottom: 8px;
  margin-top: 8px;
}
header a.title .red {
  font-weight: 900;
}
header .navigation {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  header .navigation {
    margin-top: 0;
  }
}
header .navigation a.active {
  color: #ff5277;
}
header .navigation li {
  margin: 0;
  text-align: right;
}
@media (min-width: 768px) {
  header .navigation li {
    text-align: left;
    display: inline-block;
  }
}
header .mobile-navigation {
  display: none;
}
@media (min-width: 768px) {
  header .mobile-navigation {
    display: block;
  }
}
.container-about-so,
.container-banner,
.container-about-us .col-text {
  background-color: #fdcdce;
  color: #0094b6;
}
.container-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-banner h4 {
  margin-bottom: 1rem;
}
.container-about-so .row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.container-about-so .row:first-child {
  padding-top: 4rem;
}
.container-about-so .row:last-child {
  padding-bottom: 4rem;
}
.container-about-so h3 > span:after {
  background-color: white;
}
.container-about-us .col-text {
  padding: 5rem 3rem 4rem 3rem;
  height: 100%;
  position: relative;
  top: -6rem;
  z-index: -1;
}
@media (min-width: 1200px) {
  .container-about-us .col-text {
    padding: 5rem 4rem 4rem 4rem;
  }
}
.container-about-us img.portrait {
  padding: 0 4rem 3rem 4rem;
  width: 100%;
  max-width: 480px;
}
@media (min-width: 1200px) {
  .container-about-us img.portrait {
    padding: 0 6rem 3rem 6rem;
  }
}
.container-about-us .col-left {
  padding-left: 0;
  padding-right: 0;
}
.container-about-us .col-right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .container-about-us .col-left {
    padding-right: 2rem;
  }
  .container-about-us .col-right {
    padding-left: 2rem;
  }
}
.container-register,
.container-about-us {
  padding-top: 6rem;
}
.container-contact {
  padding-top: 0rem;
}
.col-text h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.footer {
  margin-top: 4rem;
  background-color: #fdcdce;
  color: #0094b6;
  padding: 2rem 4rem;
}
.footer a {
  color: #0094b6;
}
.text-box {
  background-color: #fdcdce;
  border: solid 1px #fdcdce;
  width: 100%;
  color: #0094b6;
  padding: 0.25rem 1rem;
}
textarea.text-box {
  min-height: 6rem;
}
.text-box:focus,
.text-box:focus-visible {
  border-color: #fdcdce;
  box-shadow: none;
  outline: solid 1px #fda5a7;
}
.container-contact label {
  color: #0094b6;
  margin-bottom: 0.2rem;
}
.btn-primary {
  background-color: #fdcdce;
  border: solid 1px #fdcdce;
  color: #0094b6;
  border-radius: 0;
  padding: 0.25rem 4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #0094b6;
  background-color: #fda5a7;
  border: solid 1px #fda5a7;
}
ul.plus {
  list-style-type: none;
}
ul.plus li:before {
  content: 'add';
  font-family: 'Material Symbols Outlined';
  font-size: 18px;
  vertical-align: -15%;
  padding: 0 0.5rem 0 0;
}
.container-know-thyself {
  margin-top: 2rem;
  background-image: url('/images/know-thyself-bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 160px;
  background-size: contain;
}
@media (min-width: 768px) {
  .container-know-thyself {
    padding-bottom: 180px;
  }
}
@media (min-width: 992px) {
  .container-know-thyself {
    padding-bottom: 220px;
  }
}
@media (min-width: 1200px) {
  .container-know-thyself {
    padding-bottom: 240px;
  }
}
@media (min-width: 1400px) {
  .container-know-thyself {
    padding-bottom: 290px;
  }
}
.container-know-thyself .spacer {
  margin: 4rem 6rem 0 4rem;
}
.container-know-thyself .title {
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 2rem 0;
  line-height: 120%;
}
.container-know-thyself .text {
  color: #ff5277;
}
.container-know-thyself .btn-register {
  display: block;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  color: #ff5277;
  text-transform: uppercase;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  background-color: #fdcdce;
  border: none;
  padding-top: 4rem;
  background-image: linear-gradient(30deg, white, #fdcdce);
  margin: 3rem 0 0 0;
}