@font-face {
  font-family: "brandon_med-webfont";
  src: url("../../fonts/brandon_med-webfont.eot");
  src: url("../../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brandon_med-webfont.woff") format("woff"), url("../../fonts/brandon_med-webfont.ttf") format("truetype"), url("../../fonts/brandon_med-webfont.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_med";
  src: url("../../fonts/HelveticaNeue-Medium.eot");
  src: url("../../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Medium.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_light";
  src: url("../../fonts/HelveticaNeue-Light.eot");
  src: url("../../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Light.woff") format("woff"), url("../../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Light.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_black";
  src: url("../../fonts/BrandonText-Black.eot");
  src: url("../../fonts/BrandonText-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Black.woff") format("woff"), url("../../fonts/BrandonText-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_bold";
  src: url("../../fonts/BrandonText-Bold.eot");
  src: url("../../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Bold.woff") format("woff"), url("../../fonts/BrandonText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_bold";
  src: url("../../fonts/avenir/AvenirNextLTPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_lite";
  src: url("../../fonts/avenir/AvenirNextLTPro-It.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_regular";
  src: url("../../fonts/avenir/AvenirNextLTPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_medium";
  src: url("../../fonts/avenir/AvenirNext-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apple_system_regular";
  src: url("../../fonts/apple/sf-ui-display-medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_thin";
  src: url("../../fonts/helvetica/HelveticaNeue-Thin.otf");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
}

.right {
  float: right;
}

.purple-color {
  color: #D5C1FF;
}

.yellow-color {
  color: #f39024;
}

.green-color {
  color: #2DC937;
}

.rose-color {
  color: #FA9D7E;
}

.red-color {
  color: #FF2600;
}

.grey-color {
  color: #7C7C7C;
}

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

.white-color {
  color: #fff;
}

.blue-color {
  color: #2273b8;
}

.light-blue-color {
  color: #2BA7DE;
}

.dark-blue-color {
  color: #004E74;
}

.grey-blue-background {
  color: #dae6ee;
}

.light-blue-background {
  background-color: #2BA7DE;
}

.dark-blue-background {
  background-color: #004E74;
}

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

h1 {
  font-size: 4rem;
  line-height: 1;
}

h2 {
  font-size: 3.8rem;
  line-height: 1;
}

h3 {
  font-size: 3.6rem;
  line-height: 1;
}

h4 {
  font-size: 5.5rem;
  line-height: 1;
}

h5 {
  font-size: 4rem;
}

h6 {
  font-size: 3.6rem;
}

h1, h2, h3, h4, h5 {
  font-family: "MontserratBold", sans-serif;
  color: #0B0B0B;
  text-align: center;
}

img {
  max-width: 100%;
}

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #2BA7DE;
  font-weight: normal;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #2BA7DE;
}
.checkbox-container .checkmark--circle {
  border: 1px solid black;
  border-radius: 2rem;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.3rem;
  border: solid #009688;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2BA7DE;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #009688;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

#ui-datepicker-div {
  max-width: 23rem;
  box-shadow: none;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  display: block;
  margin-top: -1rem;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-state-default {
  color: #0B0B0B;
}
#ui-datepicker-div .ui-state-highlight {
  padding: 0;
}
#ui-datepicker-div table {
  margin: 0;
  padding: 0;
}
#ui-datepicker-div th, #ui-datepicker-div td {
  height: 3.3rem;
  padding: 0 !important;
  font-family: Arial;
  font-weight: normal;
  color: #0B0B0B !important;
  font-size: 1.1rem;
}
#ui-datepicker-div th {
  background: #EBEBEB;
}
#ui-datepicker-div td {
  background: #F2F2F2;
  opacity: 1;
  font-size: 1.2rem;
}
#ui-datepicker-div td.ui-datepicker-current-day {
  background: #6CBF4D;
  border: none;
}
#ui-datepicker-div td a {
  padding: 0;
}
#ui-datepicker-div td a.ui-state-highlight {
  border: none !important;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #ACACAC;
  padding: 0.75rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  color: #0B0B0B;
  font-size: 1.4rem;
  font-family: Arial;
  font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  color: #0B0B0B !important;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: Arial;
  border: none;
  background: none;
  width: 4.2rem;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before {
  color: #0B0B0B;
}

.warning-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 5;
  display: none;
}
.warning-wrapper .warning-popup {
  width: 90%;
  max-width: 50rem;
  background: #fff;
  border-radius: 1rem;
  padding: 5rem;
  position: relative;
  z-index: 10;
}
.warning-wrapper .warning-popup button.close-btn {
  color: #000;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  width: fit-content;
  height: 4.2rem;
  cursor: pointer;
  z-index: 999;
  display: block;
  line-height: 2.5rem;
  min-width: 15rem;
  margin: 3rem auto 1rem;
}
.warning-wrapper .warning-popup .popup-content {
  text-align: center;
}
.warning-wrapper .warning-popup .popup-content i {
  color: #9F2828;
  font-size: 4rem;
  margin-right: 1rem;
  display: block;
  margin: 1rem auto;
}
.warning-wrapper .warning-popup .popup-content span#warning_text {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.w33 {
  max-width: 33rem;
}

.w43 {
  width: 40rem;
}

.w48 {
  max-width: 48rem;
}

.w55 {
  max-width: 55rem;
}

.w60 {
  max-width: 60rem;
  width: 60rem;
}

.w66 {
  max-width: 66rem;
  width: 66rem;
}

.h30 {
  min-height: 30rem !important;
}

.h15 {
  min-height: 15rem !important;
}

.h70 {
  min-height: 70rem !important;
}

.w72 {
  max-width: 72.8rem;
}

.w44 {
  max-width: 44.2rem;
}

.mt3 {
  margin-top: 3rem !important;
}

span.green-tag {
  background-color: #EDFDEE;
  padding: 3px;
  border-radius: 2rem;
  padding-left: 4rem;
  width: 16rem;
  display: block;
  color: #2DC937;
  position: relative;
  font-size: 1.4rem;
}

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

span.green-tag:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #2DC937;
  border-radius: 1rem;
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  top: 0.3rem;
  line-height: 2.5rem;
}

.green-text {
  color: #2DC937;
}

input:focus::placeholder {
  color: transparent;
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 62.5%;
  }
}
.slider-container {
  position: relative;
  background: lightgrey;
}
.slider-container .slider-arrow {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  transform: translateY(-50%);
  color: lightgrey;
  z-index: 20;
  cursor: pointer;
}
.slider-container .slider-arrow.slider-arrow-left {
  left: 3rem;
}
.slider-container .slider-arrow.slider-arrow-right {
  right: 3rem;
}
.slider-container .slider-arrow:hover i {
  text-shadow: 1px 0px 5px white;
}
.slider-container .slider-arrow i {
  transition: text-shadow 0.2s ease-in-out;
}
.slider-container .slide-single {
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.slider-container .slick-slide {
  height: auto;
}
.slider-container .slide-single-content button {
  margin: 2rem 0.5rem;
}
.slider-container .slide-single {
  min-height: 600px !important;
}
.slider-container ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.slider-container ul.slick-dots li {
  display: inline-block;
}
.slider-container ul.slick-dots li button {
  color: transparent;
  border-radius: 150px;
  padding: 0;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.25rem;
  border: 1px solid white;
  background: none;
}
.slider-container ul.slick-dots li.slick-active button {
  border: 1px solid lightgrey;
  background: lightgrey;
}

.button-rectangle {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "helvetica_neue_med", sans-serif;
  transition: all 0.5s ease;
  border-width: 2px;
}
.button-rectangle a {
  color: inherit;
}
.button-rectangle a:hover {
  text-decoration: none;
  color: inherit;
}
.button-rectangle.button-rounded {
  font-size: 1.7rem;
  border-radius: 10rem;
  padding: 1.75rem 6rem;
}

.blue-button-rectangle {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-button-rectangle:hover {
  background: #fff;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}

.dark-blue-button-rectangle {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.dark-blue-button-rectangle:hover {
  background: #fff;
  color: #004E74;
  border: 1px solid #004E74;
}

.vanilla-button-rectangle {
  background: #7ED6BE;
  color: #fff;
  border: 1px solid #7ED6BE;
}
.vanilla-button-rectangle:hover {
  background: #fff;
  color: #7ED6BE;
  border: 1px solid #7ED6BE;
}

.dark-vanilla-button-rectangle {
  background: #5b9e8c;
  color: #fff;
  border: 1px solid #5b9e8c;
}
.dark-vanilla-button-rectangle:hover {
  background: #fff;
  color: #5b9e8c;
  border: 1px solid #5b9e8c;
}

.white-transparent-button-rectangle {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.white-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}

.blue-transparent-button-rectangle {
  background: transparent;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.vanilla-transparent-button-rectangle {
  background: transparent;
  color: #7ED6BE;
  border: 1px solid #7ED6BE;
}
.vanilla-transparent-button-rectangle:hover {
  background: #7ED6BE;
  color: #fff;
  border: 2px solid #7ED6BE;
}
.vanilla-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.green-transparent-button-rectangle {
  background: transparent;
  color: #2DC937;
  border: 1px solid #2DC937;
}
.green-transparent-button-rectangle:hover {
  background: #2DC937;
  color: #fff;
  border: 2px solid #2DC937;
}
.green-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.white-button-rectangle {
  background: #fff;
  color: #004E74;
  border: 1px solid #fff;
}
.white-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #fff;
}

button.btn,
input.btn {
  width: 14.5rem;
  height: 4.2rem;
  max-width: 100%;
  margin: 1rem auto 2rem auto;
  display: block;
  font-size: 1.2rem;
  box-shadow: none;
}

button.btn,
input.btn {
  background-color: #fff;
  border: 1px solid black;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: black;
  cursor: pointer;
  font-size: 1.2rem;
}
button.btn.w17,
input.btn.w17 {
  width: 17.4rem;
}
button.btn.m3,
input.btn.m3 {
  margin: 3rem auto;
}

button.btn,
input.btn {
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
button.btn.btn-round,
input.btn.btn-round {
  border-radius: 5rem;
}
button.btn.btn-green,
input.btn.btn-green {
  background: #2DC937;
}
button.btn.btn-yellow,
input.btn.btn-yellow {
  background: #f39024;
}
button.btn.btn-red,
input.btn.btn-red {
  background: #C9250D;
}

button {
  color: #fff;
  font-size: 1.4rem;
  font-family: "MontserratMedium", sans-serif;
  border-radius: 2.4rem;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
button.btn-green {
  background: #39B54A;
}
button.btn-white {
  background: #fff;
  border: 1px solid black;
  color: black;
  align-items: flex-start;
}
button.btn-rectangle {
  border-radius: 2.2rem;
  text-transform: none;
  text-align: center;
  min-width: 40rem;
  width: 100%;
  font-family: "MontserratMedium", sans-serif;
  height: 4.4rem;
}

.tabs-left {
  border-bottom: none !important;
  padding-top: 2px !important;
}
.tabs-left > li {
  float: none !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.tabs-left > li > a {
  border-radius: 0 !important;
  margin-right: 0 !important;
  display: block !important;
  border: 1px solid #fff !important;
  border-bottom: 1px solid #D3D3D3 !important;
}
.tabs-left > li > a:hover {
  background-color: inherit !important;
}
.tabs-left > li.active > a {
  border-bottom: 1px solid #2BA7DE !important;
}

html body {
  /** new */
}
html body #popup_overlay {
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}
html body #popup_overlay #popup_container {
  background: white;
  padding: 20px !important;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  min-width: 300px;
}
html body #popup_overlay #popup_container h1#popup_title {
  font-size: 30px;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid grey;
  text-align: center;
  text-transform: none;
  background-color: transparent;
}
html body #popup_overlay #popup_container #jalert-popup-close-js {
  display: none;
}
html body #popup_overlay #popup_container #popup_content {
  font-size: 20px;
  text-align: center;
}
html body #popup_overlay #popup_container #popup_content #popup_message {
  padding: 20px 0;
}
html body #popup_overlay #popup_container #popup_content #popup_panel {
  text-align: center;
}
html body #popup_overlay #popup_container #popup_content #popup_panel button {
  float: none;
  border: 1px solid grey;
  font-size: 18px;
  background: white;
  border-radius: 2px;
  padding: 5px 15px;
  cursor: pointer;
}
html body footer {
  background-color: #F2F2F2;
  margin-top: 2rem;
  color: white;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}
html body footer p,
html body footer a,
html body footer i {
  color: #0B0B0B;
  text-decoration: none;
}
html body footer p,
html body footer a {
  font-size: 1rem;
  line-height: 1.5;
}
html body footer p.subheader,
html body footer a.subheader {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: bold;
}
html body footer p.subheader a,
html body footer a.subheader a {
  font-size: 1.5rem;
}
html body footer a:hover {
  text-decoration: underline;
}
html body footer a:hover button {
  text-decoration: none;
}
html body footer i {
  font-size: 2rem;
  margin: 0 1rem;
}
html body footer button.btn {
  font-size: 2.2rem;
  display: block;
  margin: 0 auto;
  padding: 0.5rem 1.75rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
html body footer .footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 96.2rem;
  margin: 0 auto;
  gap: 6rem;
}
html body footer .footer-container .content-block {
  width: 100%;
  flex-basis: 16%;
}
html body footer .footer-container .content-block.social-block {
  margin: 3rem 0;
}
html body footer .footer-container .content-block.social-block ul {
  margin: 0;
}
html body footer .footer-container .content-block.social-block ul li {
  list-style-type: none;
  margin-right: 1rem;
  display: inline-block;
}
html body footer .footer-container .content-block.footer-menu {
  flex-basis: 24rem;
}
html body footer .footer-container .content-block.footer-menu a {
  display: block;
}
html body footer .footer-container .content-block.footer-block.footer-block__left {
  flex-basis: 30rem;
}
html body footer .footer-container .content-block.footer-block.footer-block__right {
  flex-basis: 70rem;
  display: flex;
}
html body footer .footer-container .content-block.footer-block .footer-block__about {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0;
}
html body footer .footer-container .content-block .inline-block {
  display: inline-block;
}
html body footer .footer-copyright {
  margin-top: 4.9rem;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  color: #676767;
}
html body footer .footer-final-link {
  display: inline-block;
  width: 8rem;
}
html body footer .footer-final-link a {
  font-size: 0.9rem;
}
html body .show-password {
  color: #0B0B0B;
  text-align: right;
  margin-right: 3rem;
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
  right: 8;
  top: -52;
  margin-left: 84%;
  font-size: 1.3rem;
}
html body #loginBox,
html body #messageBox {
  height: auto;
  width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 4;
  border-radius: 80px;
}
html body #loginBox:before,
html body #messageBox:before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.39);
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
html body #loginBox #modal-container,
html body #messageBox #modal-container {
  position: unset;
}
html body #loginBox #modal-container .modal-content,
html body #messageBox #modal-container .modal-content {
  width: 542px !important;
  height: auto;
  border-radius: 8rem;
  text-align: center;
  margin: auto;
}
html body #loginBox #modal-container .modal-content .cm_modal-body,
html body #messageBox #modal-container .modal-content .cm_modal-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body #loginBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent,
html body #messageBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent {
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
html body #loginBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent h5,
html body #messageBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent h5 {
  font-family: "helvetica_neue_med", sans-serif;
  margin-top: 9rem;
  font-size: 5.3rem;
  line-height: 6.6rem;
  font-weight: bold;
}
html body #loginBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent p,
html body #messageBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent p {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #A7A7A7;
  text-align: center;
  margin: 2rem;
}
html body #loginBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent button,
html body #messageBox #modal-container .modal-content .cm_modal-body #forgot-password-email-sent button {
  margin-top: 11rem;
}
html body #loginBox #modal-container .modal-content .cm_modal-body h4,
html body #messageBox #modal-container .modal-content .cm_modal-body h4 {
  font-size: 3.7rem;
  font-family: "helvetica_neue_med", sans-serif;
  color: #020202;
  margin: 1rem auto;
  padding-top: 2rem;
  font-weight: bold;
}
html body #loginBox #modal-container .modal-content .cm_modal-body h5,
html body #messageBox #modal-container .modal-content .cm_modal-body h5 {
  font-size: 2.4rem;
  color: #7C7C7C;
  margin: 1rem auto;
}
html body #loginBox #modal-container .modal-content .cm_modal-body label,
html body #messageBox #modal-container .modal-content .cm_modal-body label {
  color: #0B0B0B;
  text-align: left;
  font-size: 2rem;
  display: block;
  width: 25rem;
  font-weight: bold;
  margin: 0 5rem;
}
html body #loginBox #modal-container .modal-content .cm_modal-body label.big-label,
html body #messageBox #modal-container .modal-content .cm_modal-body label.big-label {
  color: #0B0B0B;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 2rem;
  margin: 0 2.3rem;
}
html body #loginBox #modal-container .modal-content .cm_modal-body span.label-note,
html body #messageBox #modal-container .modal-content .cm_modal-body span.label-note {
  color: #A7A7A7;
  font-size: 2.1rem;
  display: block;
  margin-left: 4.3rem;
  text-align: left;
  padding-top: 0.5rem;
}
html body #loginBox #modal-container .modal-content .cm_modal-body input[type=text],
html body #loginBox #modal-container .modal-content .cm_modal-body input[type=password],
html body #messageBox #modal-container .modal-content .cm_modal-body input[type=text],
html body #messageBox #modal-container .modal-content .cm_modal-body input[type=password] {
  border-radius: 2rem;
  border: 1px solid #707070;
  width: 90%;
  height: 58px;
  font-size: 2.5rem;
  margin: 10px 0 0;
}
html body #loginBox #modal-container .modal-content .cm_modal-body a.closeBtn,
html body #messageBox #modal-container .modal-content .cm_modal-body a.closeBtn {
  color: #A7A7A7 !important;
  position: absolute;
  font-size: 3.2rem;
  text-decoration: none;
  right: 5rem;
  top: 3rem;
}
html body #loginBox #modal-container .modal-content .cm_modal-body .flex-container,
html body #messageBox #modal-container .modal-content .cm_modal-body .flex-container {
  flex-direction: column;
}
html body #loginBox #modal-container .modal-content .cm_modal-body .flex-container .content-block,
html body #messageBox #modal-container .modal-content .cm_modal-body .flex-container .content-block {
  margin: 1rem 0;
}
html body #loginBox #modal-container .modal-content .cm_modal-body .btn,
html body #messageBox #modal-container .modal-content .cm_modal-body .btn {
  width: 381px;
  height: 60px;
  max-width: 100%;
  margin: 3rem auto;
  display: block;
  font-size: 4.3rem;
  border-radius: 2rem;
  background: none;
  background-color: #2DC937 !important;
  color: white;
  font-size: 2.8rem;
  cursor: pointer;
  opacity: 1 !important;
}
html body #loginBox #modal-container .modal-content .cm_modal-body .cm_forgot_password_link,
html body #messageBox #modal-container .modal-content .cm_modal-body .cm_forgot_password_link {
  margin-top: 5rem;
  display: block;
}
html body #loginBox #modal-container .modal-content .cm_modal-body .cm_forgot_password_link a,
html body #messageBox #modal-container .modal-content .cm_modal-body .cm_forgot_password_link a {
  font-size: 1.9rem !important;
}
html body #loginBox #modal-container .modal-content .cm_modal-body .cm_forgot_password_link a.cm_text-blue,
html body #messageBox #modal-container .modal-content .cm_modal-body .cm_forgot_password_link a.cm_text-blue {
  color: #187fff;
}
html body #loginBox #modal-container .modal-content .site-logo,
html body #messageBox #modal-container .modal-content .site-logo {
  max-width: 37.2rem;
  margin: 2.5rem;
}
html body .modal-message {
  height: auto;
  width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 4;
  border-radius: 80px;
}
html body .modal-message:before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.39);
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
html body .modal-message #modal-container {
  position: unset;
}
html body .modal-message #modal-container .modal-content {
  width: 50rem;
  height: auto;
  border-radius: 4px;
  text-align: center;
  margin: 5% auto;
}
html body .modal-message #modal-container .modal-content .cm_modal-body {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  padding: 4.3rem 7rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body h4 {
  font-size: 3.7rem;
  font-family: "helvetica_neue_med", sans-serif;
  color: #020202;
  margin: 1rem auto;
  padding-top: 2rem;
  font-weight: bold;
}
html body .modal-message #modal-container .modal-content .cm_modal-body h5 {
  font-size: 2.4rem;
  color: #7C7C7C;
  margin: 1rem auto;
}
html body .modal-message #modal-container .modal-content .cm_modal-body label {
  color: #0B0B0B;
  text-align: left;
  font-size: 1.4rem;
  display: block;
  width: 25rem;
  margin: 0 5rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body span.label-note {
  color: #A7A7A7;
  font-size: 2.1rem;
  display: block;
  margin-left: 4.3rem;
  text-align: left;
  padding-top: 0.5rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body input[type=text],
html body .modal-message #modal-container .modal-content .cm_modal-body input[type=password] {
  border-radius: 4px;
  border: 1px solid #8989A2;
  width: 34.4rem;
  height: 4.4rem;
  font-size: 2.5rem;
  margin: 10px 0 0;
  opacity: 0.5;
}
html body .modal-message #modal-container .modal-content .cm_modal-body a.closeBtn {
  color: black !important;
  position: absolute;
  font-size: 1.9rem;
  text-decoration: none;
  right: 1.2rem;
  top: 0.7rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container {
  flex-direction: column;
  font-family: "MontserratMedium", sans-serif;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container.p4 {
  padding: 4rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block {
  margin: 0 3rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block.m0 {
  margin: 0 auto;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block.flex-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .main-title {
  font: normal 2.5rem/4.5rem "MontserratBold", sans-serif;
  color: black;
  display: block;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .main-title.red {
  color: #FF2600;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .main-title.m2 {
  margin: 0 2rem 4rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .main-title.m3 {
  margin: 3rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .main-title.green {
  color: #2DC937;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .subheader {
  font: normal 1.6rem/2.4rem "MontserratMedium", sans-serif;
  color: black;
  margin-bottom: 2.5rem;
  padding: 0 3rem;
  display: block;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .text-input-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 4rem 0;
  position: relative;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .text-input-container #url-link {
  height: 5.9rem;
  width: 31.4rem;
  border: 1px solid #8989A2;
  font: normal 1.6rem/2.4rem "MontserratMedium", sans-serif;
  color: black;
  padding: 2rem 2.4rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .text-input-container #copy-link-button {
  max-width: 14.8rem;
  border-radius: 0 4px 4px 0;
  min-height: 5.9rem;
  margin: 0;
  font-size: 1.6rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .text-input-container.copied-message:after {
  content: "Copied!";
  background-color: #EFF5FF;
  color: black;
  text-align: center;
  width: 100%;
  height: 2.5rem;
  position: absolute;
  top: -3rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .social-networks-block {
  border: 1px solid #8989A2;
  padding: 1.5rem 3.8rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .social-networks-block.no-border {
  border: 0;
  padding: 0;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .social-networks-block.no-border ul {
  margin: 0 auto;
  padding: 0;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .social-networks-block ul.social-block {
  margin: 1rem auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .social-networks-block ul.social-block li {
  list-style-type: none;
  margin-right: 1rem;
  display: inline-block;
  background-color: #EFF5FF;
  border-radius: 6rem;
  min-width: 5rem;
  min-height: 5rem;
  padding: 1rem;
  position: relative;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .social-networks-block ul.social-block li a {
  padding: 1rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .social-networks-block ul.social-block li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .icon-container {
  width: 12.9rem;
  height: 12.9rem;
  border-radius: 13rem;
  text-align: center;
  padding: 2.8rem;
  margin: 2rem auto;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .icon-container.green-bg {
  background-color: #EDFDEE;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .icon-container.yellow-bg {
  background-color: #FFF3D8;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .icon-container.red-bg {
  background-color: #FFEFED;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .icon-container.image-only {
  padding: 0;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .icon-container img.well-done {
  width: 7.5rem;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block .icon-container img.exclamation {
  width: 100%;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block.buttons-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block.close-button-container a {
  position: absolute;
  right: 2rem;
  top: 3rem;
  color: black;
  font-weight: bold;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .cm_forgot_password_link {
  margin-top: 5rem;
  display: block;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .cm_forgot_password_link a {
  font-size: 1.9rem !important;
}
html body .modal-message #modal-container .modal-content .cm_modal-body .cm_forgot_password_link a.cm_text-blue {
  color: #187fff;
}
html body .modal-message #modal-container .modal-content .w43, html body .modal-message #modal-container .modal-content.w43 {
  width: 40rem;
}
html body .modal-message #modal-container .modal-content .w50, html body .modal-message #modal-container .modal-content.w50 {
  width: 50rem;
}
html body .modal-message #modal-container .modal-content .w69 {
  width: 69.1rem;
}
html body .modal-message #modal-container .modal-content .mt3 {
  margin-top: 3rem;
}
html body input::-webkit-contacts-auto-fill-button,
html body input::-webkit-credentials-auto-fill-button,
html body input::-webkit-caps-lock-indicator {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 1670px) {
  html body .content-wrapper .flex-container .content-block img.site-logo {
    margin-left: -13rem;
  }
}
@media screen and (max-width: 640px) {
  html body .modal-message #modal-container {
    /* width: 400px; */
  }
  html body .modal-message #modal-container .modal-content {
    width: 95% !important;
    margin: 1% auto !important;
  }
  html body .modal-message #modal-container .modal-content .content-block {
    margin: 0 1rem !important;
  }
  html body .modal-message #modal-container .modal-content .content-block.close-button-container a {
    right: 3rem !important;
  }
  html body .modal-message #modal-container .modal-content .content-block .subheader {
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
  }
  html body .modal-message #modal-container .modal-content .content-block #url-link {
    padding: 0.5rem !important;
    height: 4.2rem !important;
  }
  html body .modal-message #modal-container .modal-content .content-block #copy-link-button {
    min-height: unset !important;
  }
  html body .modal-message #modal-container .modal-content .content-block .text-input-container {
    margin: 2.4rem 0 !important;
  }
  html body footer {
    padding: 5rem 2rem 1.6rem 2rem;
  }
  html body footer .flex-container {
    flex-wrap: wrap;
  }
  html body footer .flex-container .content-block {
    width: auto;
    flex-basis: auto;
  }
  html body footer .footer-container .content-block.footer-block {
    flex-basis: 100% !important;
    text-align: center;
  }
  html body footer .footer-container .content-block.footer-block.footer-block__right {
    flex-direction: column;
  }
  html body footer .footer-container .content-block.footer-menu {
    flex-basis: 14rem;
  }
}
@media screen and (max-width: 375px) {
  html body .modal-message #modal-container .w43, html body .modal-message #modal-container .w69, html body .modal-message #modal-container .w50 {
    width: 100vw !important;
  }
  html body .modal-message #modal-container .modal-content {
    width: 95% !important;
  }
  html body .modal-message #modal-container .modal-content .cm_modal-body {
    width: 100vw !important;
  }
  html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container .content-block.flex-col {
    gap: 0;
  }
  html body .modal-message #modal-container .modal-content .cm_modal-body .flex-container.p4 {
    padding: 0;
  }
  html body .modal-message #modal-container .modal-content .cm_modal-body label {
    margin: 0;
  }
  html body .modal-message #modal-container .modal-content .cm_modal-body label .show-password {
    top: -38px;
    margin-left: 96%;
  }
  html body .modal-message #modal-container .modal-content .cm_modal-body input[type=password],
  html body .modal-message #modal-container .modal-content .cm_modal-body input[type=text] {
    width: 29.4rem;
  }
  html body .modal-message #modal-container .modal-content .content-block {
    margin: 0 1rem !important;
  }
  html body .modal-message #modal-container .modal-content .content-block .subheader {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  html body .modal-message #modal-container .modal-content .content-block .main-title {
    line-height: 3rem !important;
  }
  html body footer {
    padding: 3rem 1em 1.6rem 1rem;
  }
  html body footer .footer-container {
    flex-wrap: wrap;
  }
  html body footer .footer-container .content-block {
    width: auto;
    flex-basis: auto;
  }
  html body footer .footer-container .content-block.footer-menu {
    flex-basis: 12rem;
  }
}
@media screen and (max-width: 335px) {
  html body .modal-message #modal-container .modal-content {
    width: 85% !important;
  }
  html body footer {
    padding: 3rem 1em 1.6rem 1rem;
  }
  html body footer .footer-container {
    flex-wrap: wrap;
  }
  html body footer .footer-container .content-block {
    width: auto;
    flex-basis: auto;
  }
  html body footer .footer-container {
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
  html body footer .footer-container .content-block.social-block ul {
    margin-left: 1.4rem;
  }
  html body footer .footer-container .content-block.footer-block {
    flex-basis: 8rem !important;
    text-align: center;
    width: 100%;
    margin: 2rem 0;
  }
  html body footer .footer-container .content-block.footer-menu {
    flex-basis: 12rem;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  html body footer .footer-container .content-block {
    flex-basis: 100%;
  }
  html body footer .footer-container .content-block.social-block {
    flex-basis: 100%;
  }
}
/*@media screen and (max-width: 640px) {
    html {
        body {

        }
    }
}*/

/*# sourceMappingURL=footer.css.map */
