@font-face {
  font-family: "Oswald";
  src: url("../woff/oswald-regular.e80b873e.woff") format("woff2"), url("../woff/oswald-regular.e80b873e.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../woff2/opensans-bold.d0a09bcf.woff2") format("woff2"), url("../woff/opensans-bold.cb356417.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../woff2/opensans-regular.528efbbf.woff2") format("woff2"), url("../woff/opensans-regular.57cc74e5.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Light";
  src: url("../woff2/opensans-light.aeefebb1.woff2") format("woff2"), url("../woff/opensans-light.710a131e.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Offense';
  src: url('../woff2/offense-bold.96108d3f.woff2') format('woff2'), url('../woff/offense-bold.bd459d11.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.flexFullWidth {
  display: flex;
  width: 100%;
}
.content-padding {
  padding: 0 8rem;
}
.contentMaxWidth {
  max-width: 128rem;
  margin: 0 auto;
}
.pseudo-dott {
  content: " ";
  width: 0.4rem;
  height: 0.4rem;
  background: #dfeefa;
  border-radius: 50px;
  display: block;
  margin: 0 0.5rem;
}
.default-btn {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 2px;
  background-color: #337ab7;
  font-family: "Open Sans Bold";
  padding: 0.65rem 4.7rem;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  box-sizing: border-box;
  border: none;
}
.transparent-btn {
  border: 2px solid #337ab7;
  border-radius: 2px;
  font-family: "Open Sans Bold";
  font-size: 1.6rem;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  color: #333333;
  padding: 1.2rem 7.75rem;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.white-btn {
  font-family: "Open Sans Bold";
  font-size: 1.6rem;
  border: none;
  border-radius: 2px;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  padding: 1.2rem 5.7rem;
  box-sizing: border-box;
}
.dropdown-arrow {
  display: flex;
}
.dropdown-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.6rem solid #333333;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}
.white-dropdown-arrow {
  display: flex;
}
.white-dropdown-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.6rem solid #fff;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}
.dropdown-arrow-up {
  display: flex;
}
.dropdown-arrow-up:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0.6rem solid #333333;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}
.text-btn {
  font-family: "Open Sans Bold";
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  cursor: pointer;
  color: #337ab7;
  white-space: nowrap;
}
.text-btn a, a {
  color: inherit;
  text-decoration: none;
}
.flex-shrink {
  flex: 1;
}
.magnify {
  background-image: url("../svg/magnify.c3b18e06.svg");
  background-size: 100% 100%;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  cursor: pointer;
}
.search {
  border: 1.5px solid #7aacd7;
  border-radius: 2px;
  padding: 0.8rem 1.2rem 0.7rem 1.2rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}
@media screen and (min-width: 900px) {
  .search {
    width: 21rem;
    margin: 0;
  }
}
.search .magnify {
  background-image: url("../svg/magnify.c3b18e06.svg");
  background-size: 100%;
  width: 1.9rem;
  height: 1.9rem;
  background-repeat: no-repeat;
}
.search input {
  width: 100%;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #a3a3a3;
  border: none;
}
.search input:focus-visible {
  outline: none;
}
.search input::placeholder {
  color: #a3a3a3;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.search input::-moz-placeholder {
  color: #a3a3a3;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.edit-active {
  background-image: url("../svg/pen-active.af1d1d12.svg") !important;
}
.custom-select {
  background: #fff;
  border: 1.5px solid #7aacd7;
  box-sizing: border-box;
  border-radius: 2px;
  max-width: 16rem;
  width: 100%;
  height: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.custom-select span {
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
  padding: 0.9rem 1.6rem;
  align-items: center;
  display: flex;
}
.custom-select span .dropdown-arrow {
  margin-left: auto;
}
.custom-select span .dropdown-arrow:after {
  border-top: 0.6rem solid #a3a3a3;
}
.custom-select ul {
  display: none;
  z-index: 99;
  width: 16rem;
  background: #fff;
  border: 1.5px solid #7aacd7;
  border-top: none;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 2px 2px;
  list-style-type: none;
  position: absolute;
  top: 4.4rem;
  left: -1px;
  max-height: 27.8rem;
}
.custom-select ul li {
  display: flex;
  background: #fff;
}
.custom-select ul li:hover {
  background: #dfeefa;
}
.custom-select ul li:hover a {
  color: #333333;
}
.custom-select ul li a {
  width: 100%;
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  padding: 1.6rem 1.5rem;
  color: #a3a3a3;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.coach-section-header {
  align-items: baseline;
  max-width: 128rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .coach-section-header {
    display: flex;
  }
}
.coach-section-title {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .coach-section-title {
    display: block;
    border-bottom: none;
  }
}
.coach-section-title h1 {
  font-family: "Offense";
  font-size: 10rem;
  line-height: 9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 0.6;
  color: #7aacd7;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #7aacd7;
}
@media screen and (min-width: 900px) {
  .coach-section-title h1 {
    font-size: 26rem;
    line-height: 33.8rem;
    letter-spacing: 0.05em;
  }
}
.coach-section-title span {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  color: #333333;
  position: unset;
  bottom: 8.7rem;
  left: 0.7rem;
}
@media screen and (min-width: 900px) {
  .coach-section-title span {
    position: absolute;
    font-size: 6.2rem;
    line-height: 7.8rem;
  }
}
.profile-dropdown-button-holder {
  position: relative;
  height: 100%;
}
.dropdown-pointer {
  display: none;
}
.transition-animation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0vw;
  height: 0vh;
  background-color: transparent;
  position: fixed;
}
@media screen and (min-width: 900px) {
  .transition-animation {
    display: none;
  }
}
.overlay {
  background-color: rgba(33, 33, 33, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99;
  position: fixed;
}
@media screen and (min-width: 900px) {
  .overlay {
    display: none;
  }
}
[type="checkbox"] {
  width: 1.6rem !important;
  padding: 0 !important;
  height: 1.6rem;
  border: 1.5px solid #7aacd7;
  border-radius: 1px;
  border-color: #7aacd7;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  box-sizing: border-box;
}
[type="checkbox"]:checked {
  background-color: #337ab7 !important;
}
[type="checkbox"]:checked:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  transform: rotate(45deg);
  height: 1.2rem;
  width: 0.5rem;
  margin-bottom: 0.4rem;
  margin-left: 0.4rem;
  border-bottom: 0.2px solid #fff;
  border-right: 0.2px solid #fff;
}
[type="radio"] {
  width: 16px !important;
  box-sizing: border-box;
  height: 16px;
  border: 1.5px solid #193351;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  border-radius: 100px !important;
  position: relative;
  padding: 0 !important;
}
[type="radio"]:checked:before {
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #337ab7 !important;
}
.edit-mode .disabled-txt {
  color: #c8c8c8 !important;
}
.edit-mode .disabled {
  background: #dfeefa;
  border-radius: 2px;
}
.rounded-btn {
  width: 4.6rem;
  height: 4.6rem;
  background: #337ab7;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rounded-btn .btn-icon {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tooltip-info::after {
  top: -10rem !important;
  content: "The average rating is set automatically. It cannot be changed" !important;
}
.tooltip-info:before {
  top: -2.5rem !important;
}
@media screen and (min-width: 900px) {
  .tooltip-info:before {
    top: -1.9rem !important;
  }
}
.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip.info {
  background-image: inherit;
}
.tooltip.info:hover {
  background-image: url("../svg/info-blue.cdff5c41.svg") !important;
}
@media screen and (min-width: 900px) {
  .tooltip.info:hover {
    background-image: url("../svg/info-gray.2aa808ae.svg") !important;
  }
}
.tooltip:hover {
  text-decoration: none;
  z-index: 10;
  outline: 9999px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 900px) {
  .tooltip:hover {
    outline: none;
    background-color: transparent;
  }
}
.tooltip::after,
.tooltip::before {
  position: absolute;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 4px 16px -4px rgba(48, 96, 137, 0.2);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.tooltip:hover::after,
.tooltip:hover::before {
  visibility: visible;
  opacity: 1;
}
.tooltip::before {
  content: "";
  top: -1.9rem;
  left: 0.2rem;
  height: 0px;
  width: 0px;
  border-left: 11px solid transparent;
  border-top: 15px solid #fff;
  border-right: 11px solid transparent;
  transform: rotate(0deg);
  box-shadow: 36px 38px 47px -1px rgba(48, 96, 137, 0.2);
  z-index: 2;
  background: transparent;
}
@media screen and (min-width: 900px) {
  .tooltip::before {
    top: -1.5rem;
  }
}
.tooltip::after {
  content: "Show / Hide on your page";
  top: -5.5rem;
  left: -17rem;
  border-radius: 2px;
  padding: 1.2rem 2rem;
  width: 20.9rem;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #333333;
}
@media screen and (min-width: 900px) {
  .tooltip::after {
    left: -10rem;
  }
}
.badge {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1.1rem;
  background: #fff;
  border-radius: 2px;
  padding: 0.65rem 0.9rem 0.65rem 1.1rem;
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
}
.badge .course-icon {
  margin-right: 0.6rem;
  background-image: url("../svg/course-icon.c16a63ea.svg");
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
}
.card,
.recommendation,
.slide {
  position: relative;
}
.card .blur-bg .card-actions,
.recommendation .blur-bg .card-actions,
.slide .blur-bg .card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 1.6rem 1.1rem 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .card .blur-bg .card-actions,
  .recommendation .blur-bg .card-actions,
  .slide .blur-bg .card-actions {
    display: none;
    padding: 1.6rem;
    position: unset;
  }
}
.card .blur-bg .card-actions .rounded-btn,
.recommendation .blur-bg .card-actions .rounded-btn,
.slide .blur-bg .card-actions .rounded-btn {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 900px) {
  .card .blur-bg .card-actions .rounded-btn,
  .recommendation .blur-bg .card-actions .rounded-btn,
  .slide .blur-bg .card-actions .rounded-btn {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.card .blur-bg .card-actions .rounded-btn .icon,
.recommendation .blur-bg .card-actions .rounded-btn .icon,
.slide .blur-bg .card-actions .rounded-btn .icon {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.67rem;
  height: 1.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .card .blur-bg .card-actions .rounded-btn .icon,
  .recommendation .blur-bg .card-actions .rounded-btn .icon,
  .slide .blur-bg .card-actions .rounded-btn .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.card .blur-bg .card-actions .rounded-btn .icon.unvisible,
.recommendation .blur-bg .card-actions .rounded-btn .icon.unvisible,
.slide .blur-bg .card-actions .rounded-btn .icon.unvisible {
  background-image: url("../svg/unvisible.acac5996.svg");
}
.card .blur-bg .card-actions .rounded-btn .icon.visible,
.recommendation .blur-bg .card-actions .rounded-btn .icon.visible,
.slide .blur-bg .card-actions .rounded-btn .icon.visible {
  background-image: url("../svg/visible.e8a0c4dd.svg");
}
.card .blur-bg .card-actions .rounded-btn .icon.pen,
.recommendation .blur-bg .card-actions .rounded-btn .icon.pen,
.slide .blur-bg .card-actions .rounded-btn .icon.pen {
  background-image: url("../svg/pen-white.898f52bc.svg");
}
.card .blur-bg .card-actions .rounded-btn .icon.drag,
.recommendation .blur-bg .card-actions .rounded-btn .icon.drag,
.slide .blur-bg .card-actions .rounded-btn .icon.drag {
  background-image: url("../svg/trash-white.346a8456.svg");
}
@media screen and (min-width: 900px) {
  .card .blur-bg .card-actions .rounded-btn .icon.drag,
  .recommendation .blur-bg .card-actions .rounded-btn .icon.drag,
  .slide .blur-bg .card-actions .rounded-btn .icon.drag {
    background-image: url("../svg/drag.1db5bdb8.svg");
  }
}
.card .blur-bg .card-actions .rounded-btn .icon.trash,
.recommendation .blur-bg .card-actions .rounded-btn .icon.trash,
.slide .blur-bg .card-actions .rounded-btn .icon.trash {
  background-image: url("../svg/trash-white.346a8456.svg");
}
.card .blur-bg .card-actions .rounded-btn:not(:last-child),
.recommendation .blur-bg .card-actions .rounded-btn:not(:last-child),
.slide .blur-bg .card-actions .rounded-btn:not(:last-child) {
  margin-right: 1rem;
}
.card:hover .blur-bg,
.recommendation:hover .blur-bg,
.slide:hover .blur-bg {
  transition: all 0.3s linear;
  top: 0;
  border-radius: 2px;
  width: 100%;
  left: 0;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .card:hover .blur-bg,
  .recommendation:hover .blur-bg,
  .slide:hover .blur-bg {
    z-index: 9;
    position: absolute;
  }
}
@media screen and (min-width: 900px) {
  .card:hover .blur-bg.white-blur,
  .recommendation:hover .blur-bg.white-blur,
  .slide:hover .blur-bg.white-blur {
    backdrop-filter: blur(0.2rem);
    -webkit-backdrop-filter: blur(0.2rem);
    background: linear-gradient(270deg, #FFFFFF 16.67%, rgba(255, 255, 255, 0) 86.98%), rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 900px) {
  .card:hover .blur-bg.blue-blur,
  .recommendation:hover .blur-bg.blue-blur,
  .slide:hover .blur-bg.blue-blur {
    backdrop-filter: blur(0.2rem);
    -webkit-backdrop-filter: blur(0.2rem);
    background: linear-gradient(0deg, rgba(34, 60, 90, 0.4), rgba(34, 60, 90, 0.4)), linear-gradient(270deg, #223c5a 19.84%, rgba(34, 60, 90, 0) 100%) !important;
  }
}
.card:hover .blur-bg .card-actions,
.recommendation:hover .blur-bg .card-actions,
.slide:hover .blur-bg .card-actions {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .card:hover .blur-bg .card-actions,
  .recommendation:hover .blur-bg .card-actions,
  .slide:hover .blur-bg .card-actions {
    height: 100%;
    display: flex;
  }
}
.card .card-footer .text-btn,
.recommendation .card-footer .text-btn,
.slide .card-footer .text-btn {
  display: none;
}
@media screen and (min-width: 900px) {
  .card .card-footer .text-btn,
  .recommendation .card-footer .text-btn,
  .slide .card-footer .text-btn {
    display: block;
  }
}
.coach-experience_holder,
.recommendations-holder,
.coach-section-header,
.membership-holder {
  position: relative;
}
.coach-experience_holder .content-actions,
.recommendations-holder .content-actions,
.coach-section-header .content-actions,
.membership-holder .content-actions {
  position: absolute;
  top: 1.6rem;
  right: 0;
  display: flex;
}
@media screen and (min-width: 900px) {
  .coach-experience_holder .content-actions,
  .recommendations-holder .content-actions,
  .coach-section-header .content-actions,
  .membership-holder .content-actions {
    top: 3rem;
  }
}
.coach-experience_holder .content-actions .content-action,
.recommendations-holder .content-actions .content-action,
.coach-section-header .content-actions .content-action,
.membership-holder .content-actions .content-action {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 100%;
  background: #337ab7;
  padding: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.coach-experience_holder .content-actions .content-action:not(:last-child),
.recommendations-holder .content-actions .content-action:not(:last-child),
.coach-section-header .content-actions .content-action:not(:last-child),
.membership-holder .content-actions .content-action:not(:last-child) {
  margin-right: 1rem;
}
.coach-experience_holder .content-actions .content-action:nth-child(1),
.recommendations-holder .content-actions .content-action:nth-child(1),
.coach-section-header .content-actions .content-action:nth-child(1),
.membership-holder .content-actions .content-action:nth-child(1),
.coach-experience_holder .content-actions .content-action:nth-child(2),
.recommendations-holder .content-actions .content-action:nth-child(2),
.coach-section-header .content-actions .content-action:nth-child(2),
.membership-holder .content-actions .content-action:nth-child(2),
.coach-experience_holder .content-actions .content-action:nth-child(3),
.recommendations-holder .content-actions .content-action:nth-child(3),
.coach-section-header .content-actions .content-action:nth-child(3),
.membership-holder .content-actions .content-action:nth-child(3) {
  display: none;
}
@media screen and (min-width: 900px) {
  .coach-experience_holder .content-actions .content-action:nth-child(1),
  .recommendations-holder .content-actions .content-action:nth-child(1),
  .coach-section-header .content-actions .content-action:nth-child(1),
  .membership-holder .content-actions .content-action:nth-child(1),
  .coach-experience_holder .content-actions .content-action:nth-child(2),
  .recommendations-holder .content-actions .content-action:nth-child(2),
  .coach-section-header .content-actions .content-action:nth-child(2),
  .membership-holder .content-actions .content-action:nth-child(2),
  .coach-experience_holder .content-actions .content-action:nth-child(3),
  .recommendations-holder .content-actions .content-action:nth-child(3),
  .coach-section-header .content-actions .content-action:nth-child(3),
  .membership-holder .content-actions .content-action:nth-child(3) {
    display: flex;
  }
}
.coach-experience_holder .content-actions .content-action.disabled,
.recommendations-holder .content-actions .content-action.disabled,
.coach-section-header .content-actions .content-action.disabled,
.membership-holder .content-actions .content-action.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.coach-experience_holder .content-actions .content-action .icon,
.recommendations-holder .content-actions .content-action .icon,
.coach-section-header .content-actions .content-action .icon,
.membership-holder .content-actions .content-action .icon {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.coach-experience_holder .content-actions .content-action .icon.menu,
.recommendations-holder .content-actions .content-action .icon.menu,
.coach-section-header .content-actions .content-action .icon.menu,
.membership-holder .content-actions .content-action .icon.menu {
  background-image: url("../svg/menu.6bb43b27.svg");
}
.coach-experience_holder .content-actions .content-action .icon.above,
.recommendations-holder .content-actions .content-action .icon.above,
.coach-section-header .content-actions .content-action .icon.above,
.membership-holder .content-actions .content-action .icon.above {
  background-image: url("../svg/above.dd5d0523.svg");
}
.coach-experience_holder .content-actions .content-action .icon.under,
.recommendations-holder .content-actions .content-action .icon.under,
.coach-section-header .content-actions .content-action .icon.under,
.membership-holder .content-actions .content-action .icon.under {
  background-image: url("../svg/under.65043dd0.svg");
}
.coach-experience_holder .content-actions .content-action .icon.unvisible,
.recommendations-holder .content-actions .content-action .icon.unvisible,
.coach-section-header .content-actions .content-action .icon.unvisible,
.membership-holder .content-actions .content-action .icon.unvisible {
  background-image: url("../svg/unvisible.acac5996.svg");
}
.coach-experience_holder .content-actions .content-action .icon.visible,
.recommendations-holder .content-actions .content-action .icon.visible,
.coach-section-header .content-actions .content-action .icon.visible,
.membership-holder .content-actions .content-action .icon.visible {
  background-image: url("../svg/visible.e8a0c4dd.svg");
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}
h6 {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
h5 {
  font-family: "open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
}
h4 {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-size: 1.6rem;
}
html,
body,
#app {
  padding: 0;
  margin: 0;
  height: 100%;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.home-page_header {
  background-image: url("../png/header-back-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(223, 238, 250, 0.3);
  padding: 0 1.6rem;
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 900px) {
  .home-page_header {
    padding: 0 8rem;
  }
}
.home-page_header__holder {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .home-page_header__holder {
    display: flex;
    justify-content: space-between;
  }
}
.home-page_header__holder .home-page_header_main {
  padding-top: 2.9rem;
  padding-bottom: 4.5rem;
  max-width: 40rem;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .home-page_header__holder .home-page_header_main {
    padding-top: 7.7rem;
    padding-bottom: 7rem;
    margin-left: 0;
  }
}
.home-page_header__holder .home-page_header_main__heading {
  padding-bottom: 3.5rem;
}
.home-page_header__holder .home-page_header_main__heading h1 {
  font-family: "Oswald";
  font-size: 4.1rem;
  line-height: 4.1rem;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home-page_header__holder .home-page_header_main__heading h1 {
    font-size: 5.8rem;
    line-height: 5.8rem;
    text-align: left;
  }
}
.home-page_header__holder .home-page_header_main__heading h1 .blue {
  color: #2b93ec;
}
.home-page_header__holder .home-page_header_main__search {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.home-page_header__holder .home-page_header_main__search input {
  width: 100%;
  padding: 1.4rem 1.24rem;
  background: #fff;
  border: 1.5px solid #337ab7;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.home-page_header__holder .home-page_header_main__search input:focus {
  outline: none;
}
.home-page_header__holder .home-page_header_main__search input::placeholder {
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #8b98a7;
}
.home-page_header__holder .home-page_header_main__search .search-btn {
  padding: 1.4rem 2.7rem;
  background: #2b93ec;
  border-radius: 2px;
  color: #fff;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: none;
  margin-top: 1.7rem;
}
@media screen and (min-width: 900px) {
  .home-page_header__holder .home-page_header_main__search .search-btn {
    width: fit-content;
    margin-top: 3.1rem;
  }
}
.home-page_header__holder .home-page_header_main__statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .home-page_header__holder .home-page_header_main__statistics {
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.home-page_header__holder .home-page_header_main__statistics .statistic:not(:last-child) {
  margin-bottom: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home-page_header__holder .home-page_header_main__statistics .statistic:not(:last-child) {
    text-align: unset;
  }
}
.home-page_header__holder .home-page_header_main__statistics .statistic .number {
  font-family: "Offense";
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2b93ec;
}
.home-page_header__holder .home-page_header_main__statistics .statistic .name {
  font-family: "Oswald";
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #193351;
}
.home-page_header__holder .home-page_header_colage {
  display: none;
}
@media screen and (min-width: 900px) {
  .home-page_header__holder .home-page_header_colage {
    max-width: 56rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-page_header__holder .home-page_header_colage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-page .sponsors-section {
  display: none;
}
@media screen and (min-width: 900px) {
  .home-page .sponsors-section {
    display: block;
    padding: 0 8rem;
    padding-top: 4.3rem;
    padding-bottom: 7.7rem;
  }
}
.home-page .sponsors-section_holder {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  /* grid-template-columns: repeat(4, auto); */
  align-items: center;
  justify-content: space-around;
}
.home-page .sponsors-section_holder .logo-holder .logo {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-page .sponsors-section_holder .logo-holder .logo.yahoo {
  height: 1.6rem;
  width: 11.6rem;
  background-image: url("../svg/yahoologo.ff8dcfd1.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.forbes {
  height: 1.8rem;
  width: 7.3rem;
  background-image: url("../svg/forbeslogo.b6638da1.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.nbc {
  width: 3.7rem;
  height: 2.2rem;
  background-image: url("../svg/nbclogo.705306e7.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.entrepreneur {
  width: 8.7rem;
  height: 1.7rem;
  background-image: url("../svg/entrepreneurlogo.cde60c98.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.foxNews {
  width: 5rem;
  height: 5rem;
  background-image: url("../svg/fox-news-logo.a9d1af0e.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.sportTechie {
  width: 13.6rem;
  height: 1.8rem;
  background-image: url("../svg/sporttechie.a9393c95.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.inc {
  width: 5.8rem;
  height: 2rem;
  background-image: url("../svg/inc.d8278f32.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.abcSports {
  width: 7rem;
  height: 2.8rem;
  background-image: url("../svg/abcsports.f9dbc2c1.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.sportsIllustrated {
  width: 9.1rem;
  height: 2.7rem;
  background-image: url("../svg/sports-illustrated-logo.b2e47d75.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.sn {
  width: 14.2rem;
  height: 4.8rem;
  background-image: url("../svg/sn-logo.b8616320.svg");
}
.home-page .sponsors-section_holder .logo-holder .logo.espn {
  width: 6.4rem;
  height: 1.6rem;
  background-image: url("../svg/espn-logo.f33c68c1.svg");
}
.home-page .sports-section {
  padding: 0 1.6rem;
}
@media screen and (min-width: 900px) {
  .home-page .sports-section {
    padding: 0 8rem;
  }
}
.home-page .sports-section_wrapper {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 2.5rem;
}
@media screen and (min-width: 900px) {
  .home-page .sports-section_wrapper {
    padding-top: 0;
  }
}
.home-page .sports-section_wrapper .sports-section_main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 900px) {
  .home-page .sports-section_wrapper .sports-section_main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.6rem;
    margin-top: 4.2rem;
  }
}
.home-page .sports-section_wrapper .sports-section_main__sport {
  overflow: hidden;
  border-radius: 2px;
  height: 30rem;
  width: 100%;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 900px) {
  .home-page .sports-section_wrapper .sports-section_main__sport {
    margin-bottom: 0;
  }
}
.home-page .sports-section_wrapper .sports-section_main__sport-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.baseball {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/baseball.50386a6e.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.football {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/football.fdfcf3a0.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.basketball {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/basketball.11b79ef8.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.lacrosse {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/lacrosse.911c493c.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.tennis {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/tennis.1fe5c89d.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.track-field {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/track.adb32cff.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.soccer {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/soccer.b9faa433.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.hockey {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/hockey.cf266e4a.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.golf {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/golf.9e4c7640.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.softball {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/softball.9cd4bfe8.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.volleyball {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/volleyball.43a2798c.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.archery {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/archery.289128ae.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.badminton {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/badminton.db4494b6.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.cricket {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/cricket.fa5bdd29.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.disk-golf {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/diskgolf.1a58a593.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.extreme-sports {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/extremesports.58f7dc90.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.field-hockey {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/fieldhockey.30e11a03.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.healthFitness {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/fitness.2b5a3171.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.mentalTraining {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/mentaltraining.df6d7dc9.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.recreation {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/recreation.53ab97f0.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.running {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/running.ca00aa2f.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.skiing {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/skiing.a5958e56.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.squash {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/squash.2943a08c.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.ultimateFrisbee {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/ultimatefrisbee.4903a702.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.yoga {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/yoga.2ad710d0.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.aussieFootball {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/aussiefootball.1a80cf28.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.coachDevelopment {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/coachdevelopment.e316e644.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.cycling {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/cycling.7bbb8e31.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.esports {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/esports.ab204105.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.fencing {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/fencing.b3f3a990.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.gymnastics {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/gymnastics.1209db28.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.martialArts {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/martialarts.069e8da0.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.racquetball {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/racquetball.887aa294.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.rugby {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/rugby.dafd69f2.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.skating {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/skating.93622f1f.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.snowboarding {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/snowboarding.591da36a.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.swimming {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/swimming.f524f6d2.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.wrestling {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/wrestling.01398d85.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport-image.youthCoaching {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.7) 0%, rgba(33, 33, 33, 0) 100%), url("../png/youthcoaching.cc533d5b.png");
}
.home-page .sports-section_wrapper .sports-section_main__sport span {
  position: absolute;
  font-family: "Oswald";
  font-size: 3.6rem;
  line-height: 5.2rem;
  color: #fff;
  left: 2.2rem;
  bottom: 1.6rem;
}
.home-page .learn-sports {
  display: none;
}
@media screen and (min-width: 900px) {
  .home-page .learn-sports {
    display: block;
    padding: 0 8rem;
    padding-top: 11rem;
    padding-bottom: 13.3rem;
  }
}
.home-page .learn-sports_holder {
  max-width: 128rem;
  margin: 0 auto;
}
.home-page .learn-sports_holder__title {
  font-family: "Oswald";
  font-size: 4.2rem;
  line-height: 5.5rem;
  color: #000;
}
.home-page .learn-sports_holder__subtitle {
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  padding-top: 1rem;
}
.home-page .learn-sports_holder .sports-list {
  padding-top: 3.7rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
}
.home-page .learn-sports_holder .sports-list_item {
  text-decoration: none;
  font-family: "Oswald";
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #404040;
  margin-bottom: 4rem;
}
.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2.6rem;
}
@media screen and (min-width: 900px) {
  .cards-wrapper {
    margin-top: -6rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.7rem;
    margin-bottom: 5.4rem;
  }
}
.cards-wrapper .card {
  background: #fff;
  border: 1.5px solid #dfeefa;
  box-shadow: 2px 4px 16px -4px rgba(48, 96, 137, 0.2);
  border-radius: 2px;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 900px) {
  .cards-wrapper .card {
    margin-bottom: 0;
  }
}
.cards-wrapper .card-img {
  height: 14.6rem;
  margin-bottom: 1rem;
  position: relative;
}
.cards-wrapper .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cards-wrapper .card-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 1.8rem;
  color: #333333;
  line-height: 2.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.8rem;
}
.cards-wrapper .card-description {
  display: none;
}
.cards-wrapper .card-author {
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a3a3a3;
}
.cards-wrapper .card .rate-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.6rem;
}
.cards-wrapper .card .rate-holder .rate {
  align-items: center;
  display: flex;
}
.cards-wrapper .card .rate-holder .rate span {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #333333;
  margin-right: 0.4rem;
}
.cards-wrapper .card .rate-holder .rate .stars {
  display: flex;
  align-items: center;
}
.cards-wrapper .card .rate-holder .rate .stars .star {
  background-image: url("../svg/star.10146cbd.svg");
  width: 1.3rem;
  height: 1.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.77px;
}

.cards-wrapper .card .rate-holder .rate .stars .star.active {
  background-image: url("../svg/star.10146cbdac.svg");
  width: 1.3rem;
  height: 1.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.77px;
}
.cards-wrapper .card .rate-holder .rate .reviews {
  font-family: "open Sans";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #333333;
  opacity: 0.6;
  padding-left: 0.4rem;
}
.cards-wrapper .card .rate-holder .favorite {
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #dfeefa;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.cards-wrapper .card .rate-holder .favorite .heart-icon {
  background-image: url("../svg/heart-icon.d2d405f5.svg");
  width: 1.6rem;
  height: 1.4rem;
  background-size: 100%;
}
.cards-wrapper .card .card-footer {
  padding-top: 1.1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1.5px solid #dfeefa;
}
.cards-wrapper .card .card-footer .course-price {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #333333;
}
.home-page .featured-courses-section {
  padding: 0 1.6rem;
  padding-top: 10.2rem;
  padding-bottom: 8.2rem;
}
@media screen and (min-width: 900px) {
  .home-page .featured-courses-section {
    padding: 0 8rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home-page .featured-courses-section_holder {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
}
.home-page .featured-courses-section_holder .section_header__title:after {
  width: calc(100% - 52.6rem);
  left: 28rem;
  max-width: 72.6rem;
}
.home-page .featured-courses-section_holder .cards-wrapper {
  margin-top: 2.7rem;
}
@media screen and (min-width: 900px) {
  .home-page .featured-courses-section_holder .cards-wrapper {
    margin-top: 3.3rem;
  }
}
.home-page .featured-courses-section_holder .cards-wrapper .card .card-padding {
  padding: 1.6rem 1.6rem 1.8rem 1.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page .featured-courses-section_holder .cards-wrapper .card .card-padding .main-card-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.home-page .featured-courses-section_holder .cards-wrapper .card .card-padding .main-card-wrapper .main-card-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page .featured-courses-section_holder .cards-wrapper .card .card-padding .card-footer .text-btn {
  display: block;
}
.home-page .choose-course-section {
  background: #dfeefa;
  padding: 0 1.6rem;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section {
    margin-top: 9.5rem;
    padding: 0 8rem;
    padding-bottom: 4.7rem;
    padding-top: 6.5rem;
  }
}
.home-page .choose-course-section_holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding-top: 5rem;
  padding-bottom: 4.3rem;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: row;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left {
  max-width: 62rem;
  width: 100%;
  margin-top: 5.2rem;
  margin-right: 6rem;
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left {
    margin-top: 0;
    display: flex;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__badge {
  background: #dfeefa;
  border-radius: 4px 4px 4px 0px;
  padding: 1.2rem;
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #dfeefa;
  height: fit-content;
  white-space: nowrap;
  width: fit-content;
  margin-top: 1.77rem;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__badge {
    margin-top: 0;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .choose-course-section_holder .choose-course-section_left__first-row {
  order: 2;
  display: flex;
  flex-direction: column;
  margin-top: 3.6rem;
  margin-bottom: 3.9rem;
  align-items: flex-end;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__first-row {
    align-items: unset;
    margin-top: 0rem;
    margin-bottom: 0rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    order: inherit;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__first-row .choose-course-section_left__image:first-child {
  width: 18.4rem;
  height: 17.4rem;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__first-row .choose-course-section_left__image:first-child {
    width: 24.8rem;
    height: 23.6rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__first-row .choose-course-section_left__image:last-child {
  width: 18.4rem;
  height: 17.4rem;
  position: relative;
  top: -3rem;
  display: none;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__first-row .choose-course-section_left__image:last-child {
    display: block;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__second-row {
  margin-top: 2.34rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  order: 1;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__second-row {
    flex-direction: row;
    order: inherit;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__second-row .choose-course-section_left__image {
  width: 15.5rem;
  height: 14.6rem;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__second-row .choose-course-section_left__image {
    position: relative;
    top: 2.4rem;
    right: 4rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__second-row .choose-course-section_left__badge {
  position: relative;
  left: 2.5rem;
}
.home-page .choose-course-section_holder .choose-course-section_left__third-row {
  order: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__third-row {
    justify-content: flex-end;
    order: inherit;
    flex-direction: row;
    align-items: flex-end;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__third-row .choose-course-section_left__image:first-child {
  width: 18.9rem;
  height: 17.9rem;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__third-row .choose-course-section_left__image:first-child {
    position: relative;
    top: -8rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_left__third-row .choose-course-section_left__image:last-child {
  width: 23.4rem;
  height: 22.2rem;
  display: none;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__third-row .choose-course-section_left__image:last-child {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_left__third-row .choose-course-section_left__badge {
    position: relative;
    right: 8.1rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_right {
  display: flex;
  flex-direction: column;
  max-width: 43.4rem;
  width: 100%;
}
.home-page .choose-course-section_holder .choose-course-section_right__title {
  font-family: "Oswald";
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: #000;
  max-width: 35.3rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_right__title {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_right__subtitle {
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  padding-bottom: 2rem;
  padding-top: 1rem;
  max-width: 35.3rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_right__subtitle {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_right .benefits {
  display: flex;
  flex-direction: column;
}
.home-page .choose-course-section_holder .choose-course-section_right .benefits .benefit {
  margin-bottom: 1.6rem;
  display: flex;
}
.home-page .choose-course-section_holder .choose-course-section_right .benefits .benefit:last-child {
  margin-bottom: 3rem;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_right .benefits .benefit:last-child {
    margin-bottom: 1.6rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_right .benefits .benefit .checkmark {
  margin-right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1.5px solid #337ab7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.home-page .choose-course-section_holder .choose-course-section_right .benefits .benefit .checkmark .icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../svg/checkmark.203a53d3.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-page .choose-course-section_holder .choose-course-section_right .benefits .benefit > p {
  font-family: "Open Sans Bold";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
  max-width: 40rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .home-page .choose-course-section_holder .choose-course-section_right .benefits .benefit > p {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.home-page .choose-course-section_holder .choose-course-section_right .default-btn {
  padding: 1.2rem 2.4rem;
}
.home-page .featured-coaches-section {
  padding: 0 1.6rem;
}
@media screen and (min-width: 900px) {
  .home-page .featured-coaches-section {
    padding: 0 8rem;
    padding-top: 14.7rem;
    padding-bottom: 12.7rem;
  }
}
.home-page .featured-coaches-section_holder {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  margin-top: 8.1rem;
}
@media screen and (min-width: 900px) {
  .home-page .featured-coaches-section_holder {
    margin-top: 0;
  }
}
.home-page .featured-coaches-section_holder .section_header__title:after {
  width: calc(100% - 48.9rem);
  left: 21rem;
}
.home-page .featured-coaches-section_holder .coach-cards {
  margin-top: 2rem;
  margin-bottom: 2.9rem;
}
@media screen and (min-width: 900px) {
  .home-page .featured-coaches-section_holder .coach-cards {
    margin-top: 4.9rem;
    margin-bottom: 6.4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem;
  }
}
.home-page .featured-coaches-section_holder .coach-cards .coach-card {
  padding: 1.6rem 1.6rem 3.4rem 1.6rem;
  background: #fff;
  border: 1.5px solid #dfeefa;
  box-shadow: 2px 4px 16px -4px rgba(48, 96, 137, 0.2);
  border-radius: 2px;
}
.home-page .featured-coaches-section_holder .coach-cards .coach-card:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 900px) {
  .home-page .featured-coaches-section_holder .coach-cards .coach-card:not(:last-child) {
    margin-bottom: 0;
  }
}
.home-page .featured-coaches-section_holder .coach-cards .coach-card_image {
  max-width: 100%;
  height: 24.3rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .home-page .featured-coaches-section_holder .coach-cards .coach-card_image {
    max-width: 25.8rem;
    height: 24.3rem;
  }
}
.home-page .featured-coaches-section_holder .coach-cards .coach-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .featured-coaches-section_holder .coach-cards .coach-card_name {
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  font-family: "Oswald";
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #333333;
}
.home-page .featured-coaches-section_holder .coach-cards .coach-card_position {
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a3a3a3;
}
.home-page .featured-coaches-section_holder .transparent-btn {
  margin: auto;
  display: none;
}
@media screen and (min-width: 900px) {
  .home-page .featured-coaches-section_holder .transparent-btn {
    display: block;
  }
}
.home-page .about-coachtube {
  padding-top: 11.3rem;
  padding-bottom: 8.3rem;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube {
    padding: 0 8rem;
    padding-bottom: 10rem;
    padding-top: 0;
  }
}
.home-page .about-coachtube_holder {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home-page .about-coachtube_holder-about {
  padding: 0 1.6rem;
  max-width: 45rem;
  margin-right: 6rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-about {
    padding: 0;
  }
}
.home-page .about-coachtube_holder-about--title {
  font-family: "Oswald";
  font-size: 3.6rem;
  line-height: 4.7rem;
  color: #000;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-about--title {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
}
.home-page .about-coachtube_holder-about--subtitle {
  padding-top: 2rem;
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  padding-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-about--subtitle {
    padding-bottom: 3.2rem;
  }
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-about .transparent-btn {
    width: fit-content;
  }
}
.home-page .about-coachtube_holder-gallery {
  width: 100%;
  max-width: 66.7rem;
  margin-top: 5rem;
  display: none;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery {
    margin-top: 0rem;
    display: block;
  }
}
.home-page .about-coachtube_holder-gallery__image {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-page .about-coachtube_holder-gallery__first-row {
  justify-content: space-around;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__first-row {
    align-items: flex-start;
  }
}
.home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:first-child {
  position: relative;
  width: 13.1rem;
  height: 10.6rem;
  background-image: url("../png/about-5.6f031f47.png");
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:first-child {
    width: 29.8rem;
    height: 24rem;
  }
}
.home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:first-child:after {
  content: "";
  height: 1px;
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px solid #dfeefa;
  transform: rotate(-135deg);
  width: 17.7rem;
  left: 0.5rem;
  top: 12rem;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:first-child:after {
    top: 22rem;
    left: 8rem;
    width: 29.7rem;
    transform: rotate(-133.5deg);
  }
}
.home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:last-child {
  position: relative;
  width: 9.1rem;
  height: 7.3rem;
  background-image: url("../png/about-1.1227e4fd.png");
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:last-child {
    width: 20.6rem;
    height: 16.6rem;
  }
}
.home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:last-child:after {
  content: "";
  width: 11rem;
  height: 1px;
  position: absolute;
  left: -4rem;
  z-index: -1;
  top: 11rem;
  display: block;
  border: 1px solid #dfeefa;
  transform: rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__first-row .about-coachtube_holder-gallery__image:last-child:after {
    width: 29.7rem;
    left: -11rem;
    top: 22rem;
    transform: rotate(-51.65deg);
  }
}
.home-page .about-coachtube_holder-gallery__second-row {
  margin-top: 2.5rem;
  justify-content: space-between;
  display: flex;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__second-row {
    margin-top: 4.6rem;
  }
}
.home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:first-child {
  position: relative;
  top: 3rem;
  width: 8.7rem;
  height: 7.4rem;
  background-image: url("../png/about-4.91ba799d.png");
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:first-child {
    top: 5rem;
    width: 19.7rem;
    height: 16.8rem;
  }
}
.home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:first-child:after {
  content: "";
  width: 7.7rem;
  height: 1px;
  position: absolute;
  left: 8rem;
  z-index: -1;
  top: 1.2rem;
  display: block;
  border: 1px solid #dfeefa;
  transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:first-child:after {
    top: 5rem;
    left: 6rem;
    width: 29.7rem;
    transform: rotate(-17.3deg);
  }
}
.home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:last-child {
  width: 5.4rem;
  height: 5.9rem;
  position: relative;
  top: 1.5rem;
  background-image: url("../png/about-2.f56f31fe.png");
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:last-child {
    width: 12.4rem;
    height: 13.5rem;
    top: 0;
  }
}
.home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:last-child:after {
  content: "";
  width: 7.7rem;
  height: 1px;
  position: absolute;
  left: -7rem;
  z-index: -1;
  top: 2.7rem;
  display: block;
  border: 1px solid #dfeefa;
  transform: rotate(-180deg);
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__image:last-child:after {
    top: 6rem;
    left: -11rem;
    width: 20.7rem;
    transform: rotate(-175.66deg);
  }
}
.home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__logo-holder {
  top: 3rem;
  position: relative;
  width: 12.9rem;
  height: 2.6rem;
  background: #fff;
  border: 1px solid #dfeefa;
  border-radius: 2px;
  padding: 0.6rem 0.69rem;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__logo-holder {
    width: 18rem;
    height: 3.6rem;
    padding: 0.8rem;
  }
}
.home-page .about-coachtube_holder-gallery__second-row .about-coachtube_holder-gallery__logo-holder .logo {
  background-image: url("../svg/logo.f3865969.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.home-page .about-coachtube_holder-gallery__third-row {
  display: flex;
  justify-content: center;
}
.home-page .about-coachtube_holder-gallery__third-row .about-coachtube_holder-gallery__image {
  width: 13.2rem;
  height: 10.6rem;
  background-image: url("../png/about-3.9c132b0f.png");
  top: 2rem;
  left: 3.5rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__third-row .about-coachtube_holder-gallery__image {
    width: 29.8rem;
    height: 24rem;
    left: 8rem;
  }
}
.home-page .about-coachtube_holder-gallery__third-row .about-coachtube_holder-gallery__image:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 2rem;
  z-index: -1;
  top: -3rem;
  display: block;
  border: 1px solid #dfeefa;
  transform: rotate(-90.5deg);
  width: 5.7rem;
}
@media screen and (min-width: 900px) {
  .home-page .about-coachtube_holder-gallery__third-row .about-coachtube_holder-gallery__image:after {
    top: -4rem;
    width: 20.7rem;
    transform: rotate(-100.5deg);
  }
}
.home-page .browse-courses-section {
  background: url("../png/browse-courses-bg.e251e010.png") rgba(223, 238, 250, 0.6);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 0 1.6rem;
  border-radius: 2px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 900px) {
  .home-page .browse-courses-section {
    padding: 0 8rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 900px) {
  .home-page .browse-courses-section_holder {
    display: flex;
    max-width: 128rem;
    margin: 0 auto;
    align-items: center;
    gap: 20.3rem;
  }
}
.home-page .browse-courses-section_holder h2 {
  font-family: "Oswald";
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 3rem;
}
@media screen and (min-width: 900px) {
  .home-page .browse-courses-section_holder h2 {
    font-size: 6.2rem;
    line-height: 7.8rem;
    margin-bottom: 0rem;
  }
}
.home-page .browse-courses-section_holder .default-btn {
  height: fit-content;
  padding: 1.2rem 7rem;
}
.nav-holder {
  border-bottom: 1.5px solid #c1d9ef;
  padding: 0 1.6rem;
  position: fixed;
  width: 100%;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 99;
}
@media screen and (min-width: 900px) {
  .nav-holder {
    padding: 0 8rem;
  }
}
.nav-holder .unauthorized.nav {
  height: 5.8rem;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav {
    display: flex;
    max-width: 128rem;
    height: 7.2rem;
    margin-bottom: 0;
    align-items: center;
  }
}
.nav-holder .unauthorized.nav .box {
  text-align: center;
  height: 5.6rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    height: 100%;
  }
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box:first-child {
    display: flex;
  }
}
.nav-holder .unauthorized.nav .box:first-child > div {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box:first-child > div {
    margin-right: auto;
    flex: 1;
  }
}
.nav-holder .unauthorized.nav .box:first-child > div .magnify {
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box:first-child > div .magnify {
    display: block;
  }
}
.nav-holder .unauthorized.nav .box:last-child > div {
  margin-left: auto;
  align-items: center;
  height: 100%;
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box:last-child > div {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box.filter .magnify-holder {
    padding: 2.2rem 2.3rem;
    border: 1.5px solid #dfeefa;
    border-bottom: none;
  }
}
.nav-holder .unauthorized.nav .box.filter .magnify-holder .magnify {
  background-image: url("../svg/magnify.c3b18e06.svg");
  background-size: 100% 100%;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box.filter .dropdown {
    color: #333333;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: "Oswald";
    text-decoration: none;
    border: 1.5px solid #dfeefa;
    border-left: none;
    border-bottom: none;
  }
}
.nav-holder .unauthorized.nav .box.filter .dropdown .dropdown-arrow {
  top: 18px;
  margin-left: 7px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box.filter {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.nav-holder .unauthorized.nav .box .nav-title {
  display: inline-block;
  height: 2rem;
  width: 43rem;
  background-image: url("../svg/logo.f3865969.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 2.6rem;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-title {
    height: 2rem;
    width: 16.4rem;
  }
}
.nav-holder .unauthorized.nav .box .search {
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .search {
    display: flex;
    margin-right: 2.6rem;
  }
}
.nav-holder .unauthorized.nav .box .nav-links {
  position: unset;
  width: 100%;
  display: flex;
  transition: all 0.3s ease-in;
  top: 5.6rem;
  left: 0px;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links {
    margin: auto;
    align-items: unset;
    justify-content: unset;
    overflow-y: hidden;
    position: absolute;
    display: block;
  }
}
.nav-holder .unauthorized.nav .box .nav-links .nav-link {
  display: block;
  width: 100%;
  font-family: "Oswald";
  font-size: 1.3rem;
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  border-bottom: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-holder .unauthorized.nav .box .nav-links .nav-link:nth-child(2) {
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links .nav-link:nth-child(2) {
    display: flex;
    border-left: none;
  }
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links .nav-link:last-child {
    padding: 2.1rem 3.9rem;
    border-left: none;
  }
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 1.6rem;
    white-space: nowrap;
    margin-right: 4rem;
    margin-left: 2rem;
  }
}
.nav-holder .unauthorized.nav .box .nav-links .browse-courses {
  height: 100%;
  display: none;
  position: relative;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links .browse-courses {
    margin-left: 0rem;
    display: flex;
  }
}
.nav-holder .unauthorized.nav .box .nav-links .browse-courses:hover .dropdown,
.nav-holder .unauthorized.nav .box .nav-links .browse-courses:active .dropdown {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links .browse-courses:hover .dropdown,
  .nav-holder .unauthorized.nav .box .nav-links .browse-courses:active .dropdown {
    width: auto;
  }
}
.nav-holder .unauthorized.nav .box .nav-links .browse-courses .dropdown {
  left: 0;
  top: 0;
  position: fixed;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links .browse-courses .dropdown {
    left: 0rem;
    position: absolute;
    top: 7.3rem;
  }
}
.nav-holder .unauthorized.nav .box .nav-links button {
  padding: 0.65rem 0;
  width: 15rem;
  height: 3.4rem;
  display: none;
}
.nav-holder .unauthorized.nav .box .nav-links button.transparent-btn {
  color: #337ab7;
  margin-left: 1rem;
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links button {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .nav-holder .unauthorized.nav .box .nav-links {
    display: flex;
    width: 100%;
    align-items: center;
    width: auto;
    position: unset;
    background: transparent;
    overflow: visible;
  }
}
.nav-holder {
  z-index: 99;
  position: fixed;
}
.nav-holder .authorized.nav {
  height: 5.8rem;
  background-color: #fff;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav {
    max-width: 128rem;
    margin: 0 auto;
    height: 7.2rem;
    margin-bottom: 0;
    align-items: center;
  }
}
.nav-holder .authorized.nav .box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box {
    overflow: visible;
  }
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box.spread-links {
    justify-content: space-around;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:first-child {
    display: flex;
  }
}
.nav-holder .authorized.nav .box:first-child > div {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.nav-holder .authorized.nav .box:first-child > div .nav-title {
  display: inline-block;
  height: 2rem;
  width: 16.8rem;
  background-image: url("../svg/logo.f3865969.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:first-child > div .nav-title {
    height: 2rem;
    width: 16.4rem;
  }
}
.nav-holder .authorized.nav .box:first-child .magnigy-user-menu {
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:first-child .magnigy-user-menu {
    display: block;
    margin-left: 5rem;
  }
}
.nav-holder .authorized.nav .box .nav-links {
  position: absolute;
  display: block;
  width: 100%;
  background-color: lightgrey;
  height: 0px;
  transition: all 0.3s ease-in;
  overflow-y: hidden;
  top: 5.6rem;
  left: 0px;
  font-size: 18px;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box .nav-links {
    display: flex;
    align-items: center;
    width: auto;
    position: unset;
    background: transparent;
    overflow: visible;
    height: 100%;
    max-width: 52.5rem;
    width: 100%;
    justify-content: space-between;
  }
}
.nav-holder .authorized.nav .box .nav-links .nav-link {
  width: 100%;
  font-family: "Oswald";
  font-size: 1.3rem;
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  border-bottom: none;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box .nav-links .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.nav-holder .authorized.nav .box .nav-links .browse-courses {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-holder .authorized.nav .box .nav-links .browse-courses:hover .dropdown,
.nav-holder .authorized.nav .box .nav-links .browse-courses:active .dropdown {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box .nav-links .browse-courses:hover .dropdown,
  .nav-holder .authorized.nav .box .nav-links .browse-courses:active .dropdown {
    width: auto;
  }
}
.nav-holder .authorized.nav .box .nav-links .browse-courses .dropdown {
  left: 0;
  top: 0;
  position: fixed;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box .nav-links .browse-courses .dropdown {
    left: -4.5rem;
    position: absolute;
    top: 7.3rem;
  }
}
.nav-holder .authorized.nav .box .nav-links button {
  padding: 0.65rem 0;
  width: 15rem;
  height: 3.4rem;
}
.nav-holder .authorized.nav .box .nav-links button.transparent-btn {
  color: #337ab7;
  margin-left: 1rem;
}
.nav-holder .authorized.nav .box .default-btn {
  padding: 0.65rem 2.9rem;
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box .default-btn {
    display: block;
  }
}
.nav-holder .authorized.nav .box:last-child > div {
  margin-left: auto;
  display: flex;
  height: 100%;
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions a {
  font-family: "Oswald";
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  padding-right: 5rem;
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:last-child > div .nav-actions a {
    display: block;
  }
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder {
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  border: none;
  height: 100%;
  background-color: transparent;
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder {
    border-right: 1.5px solid #dfeefa;
    padding: 0 2.9rem;
    display: block;
  }
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder.left-border {
  display: none;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder.left-border {
    border-left: 1.5px solid #dfeefa;
    display: block;
  }
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder > div {
  position: relative;
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder > div .red-indicator {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1.5px solid #fff;
  background-color: #eb5757;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder .bg-image {
  background-repeat: no-repeat;
  display: table;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder .bg-image {
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
  }
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder .bg-image.cart {
  background-image: url("../svg/shoppingcart.553baea7.svg");
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder .bg-image.notifications {
  background-image: url("../svg/notifications-bell.966676ac.svg");
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder.profile {
  height: 100%;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  border-radius: 1px;
}
@media screen and (min-width: 900px) {
  .nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder.profile {
    display: flex;
  }
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder.profile .profile-image {
  border: 1.5px solid #dfeefa;
  box-sizing: border-box;
  overflow: hidden;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50px;
  margin-right: 1.1rem;
  display: table;
}
.nav-holder .authorized.nav .box:last-child > div .nav-actions .button-holder.profile .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer {
  padding: 5.2rem 4.5rem 1.2rem 4.5rem;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .footer {
    padding: 0 8rem;
    padding-top: 2.7rem;
    padding-bottom: 1.6rem;
    text-align: unset;
    background: #193351;
  }
}
.footer .copyright {
  max-width: 128rem;
  margin: 0 auto;
}
.footer .copyright span {
  font-family: "Open Sans Bold";
  font-size: 12px;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a3a3a3;
}
.footer .main-footer {
  padding-bottom: 2.4rem;
  max-width: 128rem;
  margin: 0 auto;
  display: block;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .footer .main-footer {
    display: flex;
    padding-bottom: 1rem;
    justify-content: space-between;
  }
}
.footer .main-footer .logo-section .logo {
  background-image: url("../svg/logo.f3865969.svg");
  width: 23rem;
  height: 2.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .footer .main-footer .logo-section .logo {
    background-image: url("../svg/white-blue-logo.67e377c4.svg");
  }
}
.footer .main-footer .links-section ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
  padding-top: 2.6rem;
}
@media screen and (min-width: 900px) {
  .footer .main-footer .links-section ul {
    flex-wrap: unset;
    padding-top: 0;
  }
}
.footer .main-footer .links-section ul li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer .main-footer .links-section ul li {
    width: auto;
  }
}
.footer .main-footer .links-section ul li:not(:last-child) {
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 900px) {
  .footer .main-footer .links-section ul li:not(:last-child) {
    padding-right: 3rem;
    padding-bottom: 0;
  }
}
.footer .main-footer .links-section ul li a {
  text-decoration: none;
  font-family: "Oswald";
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #333333;
}
@media screen and (min-width: 900px) {
  .footer .main-footer .links-section ul li a {
    color: #fff;
  }
}
.search-panel {
  width: -webkit-fill-available;
  background: #fff;
  position: fixed;
  z-index: 9999;
  display: none;
  padding: 2rem 1.6rem;
  top: 0rem;
  height: calc(100% - 61px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
@media screen and (min-width: 900px) {
  .search-panel {
    top: 7.3rem;
    height: calc(100vh - 7.5rem);
    padding: 0 8rem;
  }
}
.search-panel_holder {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 900px) {
  .search-panel_holder {
    padding-top: 3rem;
    flex-direction: row;
  }
}
.search-panel_holder .search-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 2;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section {
    order: inherit;
  }
}
.search-panel_holder .search-section_holder {
  display: flex;
  align-items: unset;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section_holder {
    gap: 13rem;
    flex-direction: row;
    align-items: center;
  }
}
.search-panel_holder .search-section_holder h1 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  font-size: 3.8rem;
  line-height: 4.8rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section_holder h1 {
    font-size: 6.2rem;
    line-height: 7.8rem;
  }
}
.search-panel_holder .search-section_holder .search {
  margin: 1.6rem 0;
  width: auto;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section_holder .search {
    width: 30rem;
  }
}
.search-panel_holder .search-section .results-section_holder {
  display: flex;
  gap: 8rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder {
    padding-top: 3rem;
    gap: 24rem;
  }
}
.search-panel_holder .search-section .results-section_holder .history {
  order: 2;
  display: none;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .history {
    order: inherit;
    display: block;
  }
}
.search-panel_holder .search-section .results-section_holder .history h3 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #333333;
  padding-bottom: 3.1rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .history h3 {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.search-panel_holder .search-section .results-section_holder .history p {
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
}
.search-panel_holder .search-section .results-section_holder .history p:not(:last-child) {
  padding-bottom: 0.8rem;
}
.search-panel_holder .search-section .results-section_holder .results {
  width: 100%;
}
.search-panel_holder .search-section .results-section_holder .results h3 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #333333;
  padding-bottom: 3.1rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results h3 {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section {
  display: flex;
  gap: 2.6rem;
  flex-wrap: wrap;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one {
  height: 21.4rem;
  width: 288px;
  background: #fff;
  border: 1.5px solid #dfeefa;
  box-shadow: 2px 4px 16px -4px rgba(48, 96, 137, 0.2);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one {
    max-width: 30rem;
    padding: 1.6rem;
    height: 33.6rem;
    width: 100%;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg {
  position: relative;
  order: 2;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg {
    max-width: 26.8rem;
    height: 11.7rem;
    overflow: hidden;
    order: inherit;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg img {
    display: block;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg .badge {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1.1rem;
  background: #fff;
  border-radius: 2px;
  padding: 0.65rem 0.9rem 0.65rem 1.1rem;
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
  color: #337ab7;
  border: 1.5px solid #337ab7;
  border-radius: 4px;
  top: 1.6rem;
  left: 1.6rem;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg .badge .course-icon {
  margin-right: 0.6rem;
  background-image: url("../svg/course-icon.c16a63ea.svg");
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg .badge {
    top: 1rem;
    left: 1rem;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-bg .badge .course-icon {
  background-image: url("../svg/badge-blue.d5d74466.svg");
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .expiration {
  display: flex;
  align-items: baseline;
  padding: 0.6rem 0.8rem;
  background: #dfeefa;
  border-radius: 2px;
  order: 1;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .expiration {
    order: inherit;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .expiration > p {
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #eb5757;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .expiration > span {
  margin-left: 0.4rem;
  font-family: "Oswald";
  font-size: 1.4rem;
  line-height: 2rem;
  color: #eb5757;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .title {
  font-family: "Oswald";
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #c8c8c8;
  padding: 0.8rem 1.6rem;
  order: 3;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .title {
    order: inherit;
    padding: 0.8rem 0;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .tags {
  display: flex;
  gap: 0.5rem;
  order: 4;
  padding: 0 1.6rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .tags {
    order: inherit;
    padding: 0;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .tags .tag {
  background: #dfeefa;
  border-radius: 2px;
  padding: 0.5rem 1.6rem;
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .tags > span {
  color: #337ab7;
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 0.5rem;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.3rem;
  margin-bottom: 1rem;
  order: 2;
  width: fit-content;
  margin-left: auto;
  padding: 0 1.6rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .author {
    margin-top: 0.6rem;
    order: inherit;
    padding: 0;
    margin-left: inherit;
    margin-bottom: 1.2rem;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .author .img {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border: 2px solid #dfeefa;
  border-radius: 50px;
  display: none;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .author .img {
    display: block;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .author .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .author .name {
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c8c8c8;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .author .name span {
  color: #337ab7;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-footer {
  border-top: 1.5px solid #dfeefa;
  padding: 0.9rem 1.6rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 5;
  margin-top: auto;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-footer {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0;
    order: inherit;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-footer > p {
  font-family: "Oswald";
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration-line: line-through;
  color: #333333;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-footer > p > span {
  font-size: 1.8rem;
  line-height: 2.3rem;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-one .card-footer > button {
  border: none;
  background: transparent;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two {
  width: 288px;
  height: 26.9rem;
  background: #fff;
  border: 1.5px solid #dfeefa;
  box-shadow: 2px 4px 16px -4px rgba(48, 96, 137, 0.2);
  border-radius: 2px;
  flex-direction: column;
  display: flex;
  padding: 1.6rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two {
    max-width: 30rem;
    height: 33.6rem;
    width: 100%;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #dfeefa;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info {
    padding-bottom: 1.3rem;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info .profile-img {
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  border: 3px solid #dfeefa;
  box-sizing: border-box;
  margin-right: 1.4rem;
  display: none;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info .profile-img {
    display: block;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info .name-moto {
  max-width: 15.4rem;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info .name-moto > .name {
  font-family: "Oswald";
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #c8c8c8;
  margin-bottom: 0.4rem;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .coach-info .name-moto > .moto {
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #c8c8c8;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .tags {
  padding-top: 1.6rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .tags {
    padding-top: 1.37rem;
  }
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .tags span {
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c8c8c8;
  padding-bottom: 0.6rem;
  display: inline-block;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .tags span.comma:last-child {
  display: none;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info .item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info .item .icon {
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info .item .icon.play {
  background-image: url("../svg/play-icon.948fe674.svg");
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info .item .icon.user {
  background-image: url("../svg/user-blue.d0ab878b.svg");
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info .item .icon.star {
  background-image: url("../svg/blue-star.c098d18c.svg");
}
.search-panel_holder .search-section .results-section_holder .results .results-section .card-type-two .statistic-info .item .text {
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #c8c8c8;
}
.search-panel_holder .close-btn_section {
  order: 1;
  padding-bottom: 4.4rem;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .close-btn_section {
    right: 0;
    position: absolute;
    order: inherit;
    padding-top: 2.9rem;
  }
}
.search-panel_holder .close-btn_section > div {
  display: flex;
  justify-content: space-between;
}
.search-panel_holder .close-btn_section > div .close {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.search-panel_holder .close-btn_section > div .close span {
  font-family: "Oswald";
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #404040;
}
.search-panel_holder .close-btn_section > div .close .close-icon {
  background-image: url("../svg/close.ce5093b9.svg");
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 1rem;
}
.search-panel_holder .close-btn_section > div .logo {
  background-image: url("../svg/logo.f3865969.svg");
  background-size: 100%;
  width: 16.4rem;
  height: 2rem;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 900px) {
  .search-panel_holder .close-btn_section > div .logo {
    display: none;
  }
}
.search-panel.show {
  display: block;
}
.search-panel.hide {
  display: none;
}
.profile-dropdown {
  position: absolute !important;
  top: 8rem;
  width: 31.5rem;
  right: 0rem;
  background: white;
  z-index: 9999;
  box-shadow: -1px 1px 9px 0 rgba(48, 96, 137, 0.2);
  border-radius: 2px;
  cursor: auto;
}
.profile-dropdown:before {
  background-color: white;
  box-shadow: -1px 1px 2px 0 rgba(48, 96, 137, 0.2);
  content: "\00a0";
  display: block;
  height: 2rem;
  right: 3.5rem;
  position: absolute;
  top: -1rem;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 2rem;
}
.profile-dropdown .user-info {
  display: flex;
  align-items: center;
  padding: 1.6rem;
  width: 100%;
  border-bottom: 1.5px solid #c1d9ef;
}
.profile-dropdown .user-info .user-image {
  border: 1.5px solid #dfeefa;
  display: table;
  box-sizing: border-box;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50px;
  overflow: hidden;
}
.profile-dropdown .user-info .user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-dropdown .user-info .user-name {
  padding-left: 1rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.profile-dropdown .user-info .user-name span:first-child {
  font-family: "Open Sans Bold";
  font-size: 1.4rem;
  line-height: 18px;
  text-transform: capitalize;
  color: #333333;
}
.profile-dropdown .user-info .user-name span:last-child {
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: lowercase;
  color: #a3a3a3;
  margin-top: 1px;
}
.profile-dropdown .user-info .settings {
  background-image: url("../svg/cog.37db85d0.svg");
  width: 2.1rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 2.7rem;
}
.profile-dropdown .dropdown-links {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: end;
  border-bottom: 1.5px solid #c1d9ef;
}
.profile-dropdown .dropdown-links .link {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.profile-dropdown .dropdown-links .link .link-icon {
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.profile-dropdown .dropdown-links .link .link-icon.profile {
  background-image: url("../svg/user2.ef82c5fe.svg");
}
.profile-dropdown .dropdown-links .link .link-icon.rocket {
  background-image: url("../svg/rocket.2add0bbf.svg");
}
.profile-dropdown .dropdown-links .link .link-icon.dashboard {
  background-image: url("../svg/dashboard.fbf3d11d.svg");
}
.profile-dropdown .dropdown-links .link .link-name {
  font-family: "Open Sans Bold";
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  color: #a3a3a3;
  text-decoration: none;
}
.profile-dropdown .logout {
  padding: 1.85rem 2rem 2.4rem 2rem;
  text-align: left;
}
.profile-dropdown .logout a {
  font-family: "Open Sans Bold";
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  color: #a3a3a3;
  text-decoration: none;
}
.dropdown {
  position: absolute;
  top: 7.3rem;
  left: 33rem;
  z-index: 99;
  max-width: 75.8rem;
  max-height: 67.4rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
  margin: 0;
  padding-left: 0;
  visibility: hidden;
  opacity: 0;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .dropdown {
    height: inherit;
  }
}
.dropdown .header_section {
  padding: 1.8rem 1.6rem 4.4rem;
  display: block;
}
@media screen and (min-width: 900px) {
  .dropdown .header_section {
    right: 0;
    position: absolute;
    display: none;
    padding-top: 2.9rem;
  }
}
.dropdown .header_section > div {
  display: flex;
  justify-content: space-between;
}
.dropdown .header_section > div .close {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropdown .header_section > div .close span {
  font-family: "Oswald";
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #404040;
}
.dropdown .header_section > div .close .close-icon {
  background-image: url("../svg/close.ce5093b9.svg");
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 1rem;
}
.dropdown .header_section > div .logo {
  background-image: url("../svg/logo.f3865969.svg");
  background-size: 100%;
  width: 16.4rem;
  height: 2rem;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 900px) {
  .dropdown .header_section > div .logo {
    display: none;
  }
}
.dropdown ul.first-level {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level {
    width: 28rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.dropdown ul.first-level li {
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  transition-duration: 0.5s;
  color: #333333 !important;
  border-bottom: 1px solid #dfeefa;
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level li {
    padding: 2.2rem 2.8rem 1.2rem 5.8rem;
    border-bottom: none;
  }
}
.dropdown ul.first-level li .arrow-right {
  background-image: url("../svg/arrow-right.af62afec.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}
.dropdown ul.first-level li a {
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.dropdown ul.first-level li:hover,
.dropdown ul.first-level li:focus-within {
  background: #fff;
  color: #337ab7 !important;
  cursor: pointer;
  display: block;
}
.dropdown ul.first-level li:hover a,
.dropdown ul.first-level li:focus-within a {
  outline: none;
  color: inherit;
}
.dropdown ul.first-level li:hover > ul,
.dropdown ul.first-level li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 999;
}
.dropdown ul.first-level li ul.second-level {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  display: none;
  flex-direction: column;
  left: 0;
  z-index: 9;
  width: 100%;
  top: 0;
  border-left: 1px solid #dfeefa;
  border-right: 1px solid #dfeefa;
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level li ul.second-level {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    left: 28rem;
    width: 22.7rem;
    max-height: 67.4rem;
  }
}
.dropdown ul.first-level li ul.second-level .text-btn {
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level li ul.second-level .text-btn {
    display: none;
  }
}
.dropdown ul.first-level li ul.second-level .text-btn .arrow-left {
  background-image: url("../svg/arrow-down.e43f4a1c.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(90deg);
}
.dropdown ul.first-level li ul.second-level .text-btn span {
  margin-left: 0.4rem;
  font-family: "Open Sans Bold";
}
.dropdown ul.first-level li ul.second-level:hover > ul {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  top: 0rem;
  position: absolute;
  z-index: 99;
}
.dropdown ul.first-level li ul.second-level:focus,
.dropdown ul.first-level li ul.second-level:hover {
  visibility: visible;
  display: flex;
  flex-direction: column;
  opacity: 1;
}
.dropdown ul.first-level li ul.second-level li {
  color: inherit;
  display: block;
  float: left;
  text-decoration: none;
  transition-duration: 0.5s;
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level li ul.second-level li {
    padding: 2.2rem 2.9rem 1.2rem 4.6rem;
  }
}
.dropdown ul.first-level li ul.second-level li:hover,
.dropdown ul.first-level li ul.second-level li:focus-within {
  background: #fff;
  cursor: pointer;
  color: #337ab7 !important;
}
.dropdown ul.first-level li ul.second-level li:hover a,
.dropdown ul.first-level li ul.second-level li:focus-within a {
  outline: none;
}
.dropdown ul.first-level li ul.second-level li:hover > ul,
.dropdown ul.first-level li ul.second-level li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  top: 0rem;
  position: absolute;
  z-index: 99;
  background: lightyellow;
}
.dropdown ul.first-level li ul.second-level li ul.third-level {
  background: #fff;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  display: none;
  flex-direction: column;
  max-height: 67.4rem;
  border: none;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level li ul.second-level li ul.third-level {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level li ul.second-level li ul.third-level {
    left: 22.6rem;
    top: 0;
    width: 25.1rem;
  }
}
.dropdown ul.first-level li ul.second-level li ul.third-level li {
  padding: 0.6rem 0;
}
@media screen and (min-width: 900px) {
  .dropdown ul.first-level li ul.second-level li ul.third-level li {
    padding: 2.2rem 2.8rem 1.2rem 4.6rem;
  }
}
.dropdown ul.first-level li ul.second-level li ul.third-level:hover,
.dropdown ul.first-level li ul.second-level li ul.third-level:focus-within {
  cursor: pointer;
  color: #337ab7 !important;
}
.dropdown ul.first-level li ul.second-level li ul.third-level:hover a,
.dropdown ul.first-level li ul.second-level li ul.third-level:focus-within a {
  outline: none;
  text-transform: capitalize;
}
.first-level li:hover .second-level {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.second-level li:hover .third-level {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.footer.product-page-background {
  background: #193351;
}
.footer.product-page-background .main-footer .logo-section .logo {
  background-image: url("../svg/white-blue-logo.67e377c4.svg");
}
.footer.product-page-background .main-footer .links-section ul li a {
  color: #fff;
}
.modal {
  outline: 9999px solid rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  padding: 2.4rem 4.5rem 3.2rem 4.5rem;
  position: fixed;
  max-width: 53.4rem;
  width: 100%;
  background: #fff;
  box-shadow: 2px 4px 16px -4px rgba(48, 96, 137, 0.2);
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.modal .close-btn {
  cursor: pointer;
  position: absolute;
  top: 2rem;
  background: transparent;
  border: none;
  right: 2rem;
  background-image: url("../svg/close-light.e6af3182.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.modal-header {
  text-align: center;
  margin-bottom: 2.3rem;
}
.modal-header h1 {
  font-family: "Oswald";
  font-size: 2.6rem;
  line-height: 3.8rem;
  color: #333333;
}
.modal-body ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.modal-body ul li.field {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
}
.modal-body ul li.field:not(:last-child) {
  margin-bottom: 2.4rem;
}
.modal-body ul li.field:last-child {
  margin-bottom: 1.7rem;
}
.modal-body ul li.field .custom-select {
  height: auto;
  max-width: 100%;
}
.modal-body ul li.field .custom-select ul {
  width: calc(100% + 2px);
  left: -1px;
}
.modal-body ul li.field label {
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a3a3a3;
  margin-bottom: 0.4rem;
}
.modal-body ul li.field input,
.modal-body ul li.field textarea {
  border: 0.15rem solid #7aacd7;
  border-radius: 2px;
  width: 100%;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: black;
  padding: 0.9rem 1.6rem;
}
.modal-body ul li.field input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a3a3a3;
  opacity: 1; 
}

.modal-body ul li.field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a3a3a3;
}

.modal-body ul li.field input::-ms-input-placeholder { /* Microsoft Edge */
  color: #a3a3a3;
}
.modal-body ul li.field input:focus-visible,
.modal-body ul li.field textarea:focus-visible {
  outline: none;
}
.modal-body ul li.field input::placeholder,
.modal-body ul li.field textarea::placeholder {
  color: #a3a3a3;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.modal-body ul li.field input::-moz-placeholder,
.modal-body ul li.field textarea::-moz-placeholder {
  color: #a3a3a3;
  font-family: "open Sans";
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.modal-body ul li.field textarea {
  min-height: 12rem;
}
.modal-body ul li.field .character-left {
  font-family: "Open Sans Bold";
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c8c8c8;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-body .text-btn-light, #loginErrorId, #signupErrorId {
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #337ab7;
  margin-bottom: 0.4rem;
  text-decoration: none;
  display: flex;
} 
#loginErrorDivId, #signupErrorDivId {
  margin-bottom: 2.4rem;
}
#loginErrorDivId button, #signupErrorDivId button {
  position:absolute;
  right: 4.5rem;
  padding: 0;
  border: none;
  background: none;
}
.loup-submit {
  padding: 0;
  border: none;
  background: none;
  display: inline-block!important;
  position: absolute;
}
#loginErrorDivId button span, #signupErrorDivId button span {
  position:relative;
  top: 0.45rem;
  cursor: pointer;
  font-size: 1.5rem;
}
.modal-body .default-btn {
  padding: 1.2rem 0;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: flex;
}
.modal-body .or {
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #c8c8c8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
}
.modal-body .or:before {
  content: "";
  border-top: 1.5px solid #e0e0e0;
  position: absolute;
  width: calc(50% - 2.7rem);
  top: 8px;
  left: 0;
}
.modal-body .or:after {
  content: "";
  border-top: 1.5px solid #e0e0e0;
  width: calc(50% - 2.7rem);
  position: absolute;
  top: 8px;
  right: 0;
}
.modal-body .modal-actions {
  margin-top: 2.1rem;
}
@media screen and (min-width: 900px) {
  .modal-body .modal-actions {
    justify-content: space-between;
    display: flex;
  }
}
.modal-body .modal-actions .modal-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1.5px solid #dfeefa;
  border-radius: 2px;
  padding: 1.1rem 1.2rem;
  font-family: "Open Sans Bold";
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #a3a3a3;
  white-space: nowrap;
}
.modal-body .modal-actions .modal-btn:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 900px) {
  .modal-body .modal-actions .modal-btn:not(:last-child) {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 900px) {
  .modal-body .modal-actions .modal-btn {
    max-width: 20.4rem;
  }
}
.modal-body .modal-actions .modal-btn .icon {
  margin-right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.modal-body .modal-actions .modal-btn .icon.google {
  background-image: url("../svg/google-icon.a789d242.svg");
}
.modal-body .modal-actions .modal-btn .icon.face {
  background-image: url("../svg/facebook-icon.b73ae803.svg");
}
.modal-footer {
  margin-top: 3.2rem;
  border-top: 1.5px solid #e0e0e0;
}
.modal-footer p,
.modal-header p {
  padding-top: 1.6rem;
  font-family: "open Sans";
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #a3a3a3;
}
.modal-footer p .text-btn {
  margin-left: 0.6rem;
  text-decoration: none;
}
.section_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section_header__title {
  width: 100%;
  position: relative;
}
.section_header__title h1 {
  font-family: "Oswald";
  font-size: 4.2rem;
  line-height: 5.5rem;
  color: #333333;
  width: 100%;
  flex: 1;
}
.section_header__title:after {
  position: absolute;
  content: "";
  bottom: 0rem;
  left: 11.3rem;
  display: none;
  border-top: 1.5px solid #c1d9ef;
  max-width: 88.9rem;
  width: calc(100% - 37.9rem);
  margin-right: 3.2rem;
}
@media screen and (min-width: 900px) {
  .section_header__title:after {
    display: block;
  }
}
.section-action {
  position: unset;
}
@media screen and (min-width: 900px) {
  .section-action {
    position: absolute;
    right: 0;
    top: 1rem;
  }
}
.section-action .default-btn {
  padding: 1.2rem 6.7rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .section-action .default-btn {
    width: fit-content;
  }
}
#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  width: 24px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  #menuToggle {
    display: none;
  }
}
#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
  display: block;
}
#menuToggle input {
  display: block;
  width: 24px !important;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(1px, -2px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 0px);
}
#menuToggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #323232;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 0px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 0%;
}
#menuToggle input:checked ~ #menu {
  transform: none;
}
#menuToggle #menu {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  right: 0;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menuToggle #menu li {
  padding: 10px 0;
  font-family: "Oswald";
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #193351;
}
.home-page {
  padding-top: 6rem;
}
@media screen and (min-width: 900px) {
  .home-page {
    padding-top: 7.3rem;
  }
}


/*# sourceMappingURL=/home-page.f82a1e70.css.map */