/* GLOBAL */
html {
  scroll-behavior: smooth; }

:root {
  --color-primary: #5451e0;
  --color-secondary: #ec6233;
  --color-bgblue: #e3edfc;
  --color-bglightblue: #f1f6fd;
  --color-neutral: #2A334A;
  --color: #5451e0;
  /*the base color*/
  --l: 500;
  /*the initial lightness*/
  --color-primary: shade(#5451e0, 50%);
  -webkit-font-smoothing: antialiased; }

button:focus,
select:focus,
a:focus,
input:focus {
  outline-width: 1px !important;
  outline-style: dashed !important;
  outline-color: red !important; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

ul {
  padding: 0px; }

ul li {
  list-style: none; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

img,
picture {
  max-width: 100%;
  display: block; }

/* ELEMENTS */
@media only screen and (max-width: 600px) {
  .hero-container {
    margin-bottom: 80px; } }

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

.localizejs {
  display: none; }

.offset-140 {
  position: relative;
  bottom: 140px; }

.offset-b-75 {
  position: relative;
  top: 75px; }

.pb-0 {
  padding-bottom: 0px !important; }

/* TABS */
br.sm {
  display: none; }

.cst-01 {
  position: relative;
  bottom: 50px;
  left: 50px; }
  .cst-01 .player {
    display: flex;
    position: absolute;
    top: 20px;
    left: 25px;
    gap: 10px;
    align-items: center; }
    .cst-01 .player p {
      font-weight: 600;
      font-size: 16px;
      line-height: 160%;
      color: #2A334A; }

.pricing-btn {
  width: 100%;
  height: 58px;
  text-align: center;
  background: linear-gradient(to right, #BD4E29 50%, #EC6233 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  border-radius: 100px;
  align-items: center;
  padding: 0px;
  margin-top: 16px; }
  @media only screen and (max-width: 600px) {
    .pricing-btn {
      margin-top: 24px; } }
  .pricing-btn:hover {
    background-position: left bottom; }
  .pricing-btn a {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 20px 0px; }

.ins-carriers .pricing-btn {
  width: 320px; }

.course-bottom .pricing-btn {
  width: 100%;
  background-color: #EC6233;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 15px; }
  .course-bottom .pricing-btn.white {
    background: linear-gradient(to right, #cfcfcf 50%, #F6F6FD 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    cursor: pointer; }
    .course-bottom .pricing-btn.white:hover {
      background-position: left bottom; }
    .course-bottom .pricing-btn.white a {
      color: #2A334A; }

.info {
  margin-top: 12px;
  text-align: center; }
  .info a {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #8D919E;
    text-decoration: none; }
    .info a span {
      text-decoration: underline; }

.mobile-head-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #FFF;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }
  .mobile-head-img .header-rating {
    width: 282px;
    bottom: 0px;
    top: 0px;
    position: relative;
    left: 0px;
    margin-top: 0;
    background-color: #FFF;
    height: 130px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px; }
  .mobile-head-img .logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .mobile-head-img .logos .w-logo {
      flex: 0 1 calc(50% - 10px);
      display: flex;
      align-items: center;
      justify-content: center; }

.ratings a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (min-width: 600px) {
    .ratings a {
      flex-direction: row;
      gap: 10px;
      align-items: center; } }

[class*="-header"] .tag {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  [class*="-header"] .tag p {
    text-align: center;
    background: #ffffff;
    border-radius: 100px;
    padding: 4px 16px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #52596B;
    text-transform: uppercase; }
  [class*="-header"] .tag.blue p {
    background: #F1F6FD; }

[class*="-header"] h2 {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 48px;
  line-height: 67px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px; }

[class*="-header"] h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 16px; }

[class*="-header"] p.desc-1 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px; }

[class*="-header"] .ratings {
  margin-bottom: 65px;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    [class*="-header"] .ratings {
      margin-bottom: 32px; } }
  [class*="-header"] .ratings .faded {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #464A53; }

.floatbox {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  display: flex; }
  .floatbox .content-txt {
    padding: 24px 103px 24px; }
    .floatbox .content-txt.bottom {
      padding: 24px 103px 24px; }
    .floatbox .content-txt h2 {
      font-family: p22-mackinac-pro, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      line-height: 125%;
      color: #2A334A;
      margin-bottom: 16px;
      width: 593px; }
      @media only screen and (max-width: 600px) {
        .floatbox .content-txt h2 {
          font-size: 24px;
          width: 100%; } }
      .floatbox .content-txt h2 span {
        color: #ec6233;
        position: relative;
        left: 90px; }
        .floatbox .content-txt h2 span::before {
          content: url("/wp-content/themes/improv/rafal2/assets/icons/curl-arrow.png.svg");
          width: 67px;
          height: 25px;
          position: absolute;
          left: -75px; }
    .floatbox .content-txt p {
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      color: #52596B; }
    .floatbox .content-txt ul.li-16 {
      margin-top: 16px; }
      .floatbox .content-txt ul.li-16 li {
        margin-bottom: 16px; }
    .floatbox .content-txt ul li {
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      color: #52596B; }
      .floatbox .content-txt ul li span {
        color: #5451E0;
        margin-right: 10px; }
  .floatbox .content-img {
    display: flex;
    gap: 16px; }
    .floatbox .content-img .images.col {
      display: flex;
      flex-direction: column;
      gap: 16px;
      position: relative;
      top: -40px; }
      .floatbox .content-img .images.col::after {
        content: url("/wp-content/themes/improv/rafal2/assets/icons/vector.png");
        width: 41px;
        height: 51px;
        position: absolute;
        bottom: 0px;
        right: -25px; }
  .floatbox.homepage-layout {
    justify-content: space-between; }
    .floatbox.homepage-layout .content-img {
      padding-right: 30px; }
    .floatbox.homepage-layout .content-txt ul li {
      position: relative;
      padding-left: 30px; }
      .floatbox.homepage-layout .content-txt ul li::before {
        content: url("/wp-content/themes/improv/rafal2/assets/icons/orange-checked.png");
        width: 19px;
        height: 20px;
        position: absolute;
        top: 4px;
        left: 0px; }

.m-0 {
  margin: 0px;
  margin-top: 0px !important; }

.mt-32 {
  margin-top: 32px; }

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 25px; }
  .cluster .pricing-btn {
    width: 320px;
    height: 58px; }

@media only screen and (max-width: 830px) {
  [class*="-header"] h2 {
    font-size: 28px;
    line-height: 125%; }
    [class*="-header"] h2.mt-sm-70 {
      margin-top: 70px; }
    [class*="-header"] h2 br {
      display: none; }
  [class*="-header"] .ratings .reviews {
    flex-direction: column; }
    [class*="-header"] .ratings .reviews p {
      font-size: 17px; }
    [class*="-header"] .ratings .reviews img {
      width: fit-content;
      margin: 0 auto; }
  [class*="-header"] .ratings .faded {
    font-size: 13px; }
  [class*="-header"] .tag p {
    font-size: 12px;
    text-transform: uppercase; }
  .floatbox {
    flex-direction: column;
    padding: 0 24px; }
    .floatbox .content-txt {
      padding: 0px;
      width: 100%; }
      .floatbox .content-txt.bottom {
        width: 100%;
        padding: 0px; }
      .floatbox .content-txt h2 {
        font-size: 32px;
        line-height: 125%;
        width: 100%; }
      .floatbox .content-txt p {
        font-size: 17px;
        line-height: 25.5px; }
        .floatbox .content-txt p.imp {
          font-size: 13px;
          line-height: 19.5px; }
    .floatbox .content-img {
      margin-bottom: 40px; }
      .floatbox .content-img .images.col::after {
        bottom: -35px; }
  .pricing-moneyback p {
    font-size: 13px;
    line-height: 19.5px; }
  .cluster {
    justify-content: center;
    margin-bottom: 70px; }
  br.sm {
    display: block !important; }
  .cst-01 {
    left: 0px;
    display: flex;
    justify-content: center; }
    .cst-01 .player {
      top: 15px;
      left: initial; }
  .pricing-btn {
    width: 100%; }
  .col-reverse {
    flex-direction: column-reverse; }
  .offset-140 {
    bottom: 0px; }
  .pricing-details .toggle {
    gap: 5px; }
    .pricing-details .toggle p {
      text-align: left;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      color: #2A334A; }
      .pricing-details .toggle p span {
        color: #8D919E; } }

/* MODAL */
/* Modal Style */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px; }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  max-width: 800px !important;
  padding: 10px !important; }

.modal-content video {
  width: 100%; }

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/* LOGOS */
.logo-slideshow {
  height: 55px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  margin-top: 50px; }

.logo-slideshow > div {
  height: 40px;
  width: 3370px;
  background: url(/wp-content/themes/improv/rafal2/assets/logo/logo-set-loop-mrgn-min.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  transform: translate3d(0, 0, 0); }

.logo-slideshow .mover {
  animation: moveSlideshow 12s linear infinite; }

.logo-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite; }

.logo-slideshow:hover .mover-2 {
  opacity: 1; }

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%); } }

[class*="-header"] .tag {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  [class*="-header"] .tag p {
    text-align: center;
    background: #ffffff;
    border-radius: 100px;
    padding: 4px 16px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #52596B;
    text-transform: uppercase; }
  [class*="-header"] .tag.blue p {
    background: #F1F6FD; }

[class*="-header"] h2 {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 48px;
  line-height: 67px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px; }

[class*="-header"] h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 16px; }

[class*="-header"] p.desc-1 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px; }

[class*="-header"] .ratings {
  margin-bottom: 65px;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    [class*="-header"] .ratings {
      margin-bottom: 32px; } }
  [class*="-header"] .ratings .faded {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #464A53; }
  [class*="-header"] .ratings .reviews {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-bottom: 17px; }
    [class*="-header"] .ratings .reviews p {
      color: #2A334A;
      font-weight: 700;
      font-size: 18px;
      line-height: 160%; }
      [class*="-header"] .ratings .reviews p span {
        font-weight: 600; }

@media only screen and (max-width: 600px) {
  [class*="-header"] h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%; }
  .ins-carriers .pricing-btn {
    width: 100%; } }

.countdown-widget {
  margin-top: 56px;
  background: #5451E0;
  border-radius: 16px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  padding: 20px 24px;
  gap: 20px; }
  .countdown-widget .cd-info {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0px; }
    .countdown-widget .cd-info p {
      font-weight: 600;
      font-size: 17px;
      line-height: 150%;
      color: #FFFFFF; }
      .countdown-widget .cd-info p span {
        font-weight: 700;
        font-size: 32px;
        line-height: 125%; }
  .countdown-widget .cd-btn {
    width: 100%;
    background-color: #EC6233;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    height: 43px; }
    .countdown-widget .cd-btn a {
      color: #FFF;
      font-weight: 600;
      font-size: 18px;
      line-height: 100%;
      text-decoration: none;
      display: flex;
      justify-content: center;
      gap: 10px;
      align-items: center; }

/* HEADER-top */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.site-header {
  margin-bottom: 0px; }

section.header {
  position: relative; }
  section.header .menu-mobile-nav {
    display: none;
    width: 100%; }

.desktop-mobile-nav {
  display: none; }

.container.head {
  position: relative; }

.container .header-nav {
  margin-top: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .container .header-nav .header-nav-container {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative; }
    .container .header-nav .header-nav-container a.nav-menu-btn {
      display: none; }
  .container .header-nav .hn-nav {
    display: flex;
    align-items: center;
    gap: 25px; }
    .container .header-nav .hn-nav ul {
      z-index: 10; }

@media only screen and (max-width: 830px) {
  .sm-hide {
    display: none !important; } }

/* navmenu */
section.header {
  position: relative; }
  section.header .menu-mobile-nav {
    display: none;
    width: 100%; }
    section.header .menu-mobile-nav.active {
      display: block;
      height: auto;
      position: absolute;
      background: #FFF;
      z-index: 3;
      border-bottom: 1px solid #CCC;
      padding: 30px 0; }
      section.header .menu-mobile-nav.active .flex {
        display: flex;
        justify-content: space-between; }
        section.header .menu-mobile-nav.active .flex .login,
        section.header .menu-mobile-nav.active .flex ul {
          display: flex;
          gap: 10px;
          align-items: center; }
          section.header .menu-mobile-nav.active .flex .login a.selected img,
          section.header .menu-mobile-nav.active .flex ul a.selected img {
            opacity: .5; }
        section.header .menu-mobile-nav.active .flex .login a {
          font-size: 14px;
          line-height: 150%;
          color: #2A334A;
          text-decoration: none;
          font-weight: 600; }
      section.header .menu-mobile-nav.active .mobile-nav {
        margin-top: 25px; }
        section.header .menu-mobile-nav.active .mobile-nav li {
          margin-bottom: 24px; }
          section.header .menu-mobile-nav.active .mobile-nav li span {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            section.header .menu-mobile-nav.active .mobile-nav li span p {
              font-weight: 700;
              font-size: 16px;
              line-height: 22px;
              color: #2A334A; }
            section.header .menu-mobile-nav.active .mobile-nav li span .toggle-close {
              transform: rotate(270deg); }
          section.header .menu-mobile-nav.active .mobile-nav li a {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: #2A334A;
            text-decoration: none; }
          section.header .menu-mobile-nav.active .mobile-nav li section {
            display: none; }
            section.header .menu-mobile-nav.active .mobile-nav li section ul {
              margin-top: 10px; }
              section.header .menu-mobile-nav.active .mobile-nav li section ul li {
                margin-bottom: 4px; }
                section.header .menu-mobile-nav.active .mobile-nav li section ul li a {
                  font-weight: 600;
                  font-size: 16px;
                  line-height: 32px;
                  color: #2A334A;
                  text-decoration: none; }
      section.header .menu-mobile-nav.active .mobile-info p {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #52596B; }
        section.header .menu-mobile-nav.active .mobile-info p.header-text {
          font-weight: 700;
          font-size: 16px;
          line-height: 160%;
          color: #2A334A; }
      section.header .menu-mobile-nav.active .mobile-info .contact ul {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        margin-top: 20px;
        flex-direction: column; }
        section.header .menu-mobile-nav.active .mobile-info .contact ul li a {
          color: #EC6233;
          font-weight: 600;
          font-size: 18px;
          line-height: 160%;
          display: flex;
          align-items: center;
          text-decoration: none;
          gap: 8px; }

@media only screen and (max-width: 340px) {
  section.header .menu-mobile-nav.active .mobile-info p br {
    display: none; }
  section.header .menu-mobile-nav.active .mobile-info .contact ul li a {
    font-size: 14px; } }

/* COURSES */
.course-accordion-mobile .course-accordion > .accordion-item {
  padding: 16px 18px; }

.course-accordion-mobile .course-accordion > .accordion-item.mobileaccordionactive {
  box-shadow: 0px 10px 40px 10px rgba(84, 81, 224, 0.05), inset 0px -4px 0px #A3C6FF, inset 0px 0px 0px 3px #A5C5F9; }

.flash-deal.lg-hide {
  display: none; }

@media only screen and (max-width: 600px) {
  .flash-deal.lg-hide {
    display: flex; } }

.course-section {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  overflow: hidden;
  border-radius: 16px; }
  @media only screen and (min-width: 830px) {
    .course-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--color-bgblue);
      border-radius: 0 0 50% 50%/ 0 0 100% 100%;
      transform: scaleX(1.5); } }
  .course-section .course-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center; }
  .course-section .bg-lightblue {
    background-color: var(--color-bglightblue);
    border-radius: 16px;
    padding: 0 0 80px; }

.homepage-layout .bg-lightblue {
  position: relative;
  padding: 0 0 120px; }
  .homepage-layout .bg-lightblue .course-section .course-content {
    z-index: 0; }
  .homepage-layout .bg-lightblue .course-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0;
    position: absolute;
    bottom: 65px;
    gap: 20px;
    justify-content: center;
    margin-top: -260px !important;
    z-index: 1;
    position: relative !important; }
    .homepage-layout .bg-lightblue .course-items .course-item {
      flex: 0 1 280px;
      min-height: 383px;
      padding: 30px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: stretch;
      align-items: stretch;
      background: #FFFFFF;
      box-shadow: inset 0px -4px 0px #BBD3F6, inset 0px 0px 0px 3px #E8F0FC;
      border-radius: 24px;
      justify-content: space-between; }
      .homepage-layout .bg-lightblue .course-items .course-item .course-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px; }
        .homepage-layout .bg-lightblue .course-items .course-item .course-head h3 {
          font-weight: 700;
          font-size: 21px;
          line-height: 140%; }
      .homepage-layout .bg-lightblue .course-items .course-item .course-details .course-divider {
        width: 50px;
        border-radius: 24px;
        margin-top: 22px;
        height: 5px;
        background-color: #EC6233; }
        .homepage-layout .bg-lightblue .course-items .course-item .course-details .course-divider.green {
          background-color: #0F8A56; }
        .homepage-layout .bg-lightblue .course-items .course-item .course-details .course-divider.yellow {
          background-color: #F29100; }
        .homepage-layout .bg-lightblue .course-items .course-item .course-details .course-divider.red {
          background-color: #DF2A4A; }
      .homepage-layout .bg-lightblue .course-items .course-item .course-details .course-desc {
        margin-top: 32px; }
        .homepage-layout .bg-lightblue .course-items .course-item .course-details .course-desc p {
          font-weight: 600;
          font-size: 16px;
          line-height: 160%;
          color: #2A334A;
          opacity: 0.9;
          text-align: left; }
      .homepage-layout .bg-lightblue .course-items .course-item .course-btn {
        width: 100%;
        height: 58px;
        text-align: center;
        background: linear-gradient(to right, #383697 50%, #5451E0 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all .5s ease-out;
        border-radius: 100px;
        align-items: center;
        padding: 20px 40px;
        margin-top: 40px;
        cursor: pointer; }
        .homepage-layout .bg-lightblue .course-items .course-item .course-btn:hover {
          background-position: left bottom; }
        .homepage-layout .bg-lightblue .course-items .course-item .course-btn a {
          color: #FFF;
          font-weight: 600;
          font-size: 18px;
          line-height: 100%;
          text-decoration: none;
          display: flex;
          justify-content: center;
          gap: 10px;
          align-items: center; }

@media only screen and (max-width: 768px) {
  .homepage-layout .bg-lightblue .course-items {
    position: relative;
    bottom: 0px;
    padding: 0px; }
    .homepage-layout .bg-lightblue .course-items .course-item {
      flex: 0 1 100%; } }

#courses .course-revs .reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

#courses .course-revs .reviews a, #courses .course-revs .reviews p {
  font-size: 18px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  color: #2A334A;
  text-decoration: none; }

@media only screen and (max-width: 830px) {
  .course-section {
    padding-top: 65px;
    overflow: visible;
    min-height: auto;
    padding-bottom: 40px; } }

@media only screen and (max-width: 600px) {
  #courses {
    margin-top: 40px;
    background-color: var(--color-bglightblue); }
  .homepage-layout .bg-lightblue .course-items {
    margin-top: 0 !important; }
  .course-section {
    padding-top: 40px;
    padding-bottom: 10px; }
  .course-revs .reviews {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px; } }

/* testimonial */
.testimonial {
  padding: 100px 0 0; }
  @media only screen and (max-width: 600px) {
    .testimonial {
      padding: 52px 0 0; } }

:root {
  --feat-leftpadding: 5rem; }

.ezd-feature-headline {
  padding-left: var(--feat-leftpadding);
  max-width: 30rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-size: 1.25rem; }
  @media only screen and (min-width: 1024px) {
    .ezd-feature-headline {
      font-size: 1.75rem;
      max-width: 45rem; } }
  .ezd-feature-headline .headline-primary {
    color: black; }
  .ezd-feature-headline .headline-secondary {
    color: gray; }
  .ezd-feature-headline.has-big {
    font-size: 2rem; }
    @media only screen and (min-width: 1024px) {
      .ezd-feature-headline.has-big {
        font-size: 3rem; } }

.splide .splide__pagination {
  display: none; }

.splide__slide,
.snapslider-card {
  font-size: 1.25rem;
  display: block;
  width: 340px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: inherit;
  flex-grow: 0;
  flex-shrink: 0;
  scroll-snap-align: start; }
  @media only screen and (min-width: 1024px) {
    .splide__slide,
    .snapslider-card {
      font-size: 1.75rem; } }
  .splide__slide:first-child,
  .snapslider-card:first-child {
    margin-left: var(--feat-leftpadding); }
  .splide__slide .card-content,
  .snapslider-card .card-content {
    border-radius: 0.75em;
    width: 100%;
    padding: 10px;
    filter: drop-shadow(0px 10px 30px rgba(4, 33, 76, 0.05)); }
    .splide__slide .card-content .card-testimony-box,
    .snapslider-card .card-content .card-testimony-box {
      background: #FFF;
      padding: 32px;
      border: 1px solid #E5E5E5;
      border-radius: 20px;
      min-height: 250px; }
      .splide__slide .card-content .card-testimony-box:hover,
      .snapslider-card .card-content .card-testimony-box:hover {
        background-color: #FAFAFE;
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab; }
      .splide__slide .card-content .card-testimony-box:active,
      .snapslider-card .card-content .card-testimony-box:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing; }
      .splide__slide .card-content .card-testimony-box img,
      .snapslider-card .card-content .card-testimony-box img {
        margin-bottom: 21px; }
        .splide__slide .card-content .card-testimony-box img.star-ratings,
        .snapslider-card .card-content .card-testimony-box img.star-ratings {
          margin: 0 10px; }
      .splide__slide .card-content .card-testimony-box p,
      .snapslider-card .card-content .card-testimony-box p {
        font-size: 16px;
        line-height: 170%;
        color: #2A334A;
        max-height: 10rem;
        overflow: hidden;
        -webkit-line-clamp: 5;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        .splide__slide .card-content .card-testimony-box p.date,
        .snapslider-card .card-content .card-testimony-box p.date {
          font-size: 14px; }
      .splide__slide .card-content .card-testimony-box > p,
      .snapslider-card .card-content .card-testimony-box > p {
        margin-bottom: 0px;
        margin: 0 10px; }
        .splide__slide .card-content .card-testimony-box > p:hover,
        .snapslider-card .card-content .card-testimony-box > p:hover {
          -webkit-line-clamp: inherit;
          -webkit-box-orient: inherit; }
    .splide__slide .card-content .card-testimony-author,
    .snapslider-card .card-content .card-testimony-author {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      margin: 0 10px; }
      .splide__slide .card-content .card-testimony-author p,
      .snapslider-card .card-content .card-testimony-author p {
        font-size: 18px;
        line-height: 160%;
        color: #2A334A; }

.ezd-snapslider {
  padding-bottom: 100px;
  margin-bottom: 2rem;
  position: relative; }
  .ezd-snapslider .snapslider-scroll {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    width: auto;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 36px; }
    .ezd-snapslider .snapslider-scroll::-webkit-scrollbar {
      display: none; }

@media only screen and (max-width: 600px) {
  .snapslider-card {
    height: inherit; }
    .snapslider-card:first-child {
      margin-left: 0px; }
    .snapslider-card .card-content .card-testimony-box p {
      font-size: 17px;
      line-height: 27px; }
  .ezd-snapslider {
    padding-bottom: 0px;
    margin-bottom: 0px; }
    .ezd-snapslider .snapslider-scroll {
      gap: 20px; }
  .faqs-main .faqs-tabs {
    max-width: 100% !important;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 15px; }
    .faqs-main .faqs-tabs ul {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      width: 510px; }
      .faqs-main .faqs-tabs ul li a {
        display: inline-block; }
        .faqs-main .faqs-tabs ul li a img {
          display: none; }
  .accordion button {
    display: flex;
    padding: 0px; }
    .accordion button .accordion-title {
      font-size: 18px;
      line-height: 28.8px; }
  .accordion .accordion-content p {
    font-size: 17px;
    line-height: 25px; } }

/* RAFAL REVIEWS */
.rafalReviews .container .rafal-reviews {
  display: flex;
  justify-content: center;
  position: relative;
  width: 606px;
  height: 360px;
  margin: 0 auto; }
  .rafalReviews .container .rafal-reviews .rs-wrap {
    position: absolute;
    left: 0;
    top: 0; }
    .rafalReviews .container .rafal-reviews .rs-wrap .rs-content {
      background-color: #EEEEFC;
      border-radius: 16px;
      width: 606px;
      min-height: 240px;
      padding: 32px; }
      .rafalReviews .container .rafal-reviews .rs-wrap .rs-content h3 {
        font-family: p22-mackinac-pro, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 125%;
        color: #2A334A;
        margin-bottom: 16px; }
      .rafalReviews .container .rafal-reviews .rs-wrap .rs-content p {
        font-family: "open-sans";
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 150%; }
      .rafalReviews .container .rafal-reviews .rs-wrap .rs-content .rs-ins-author {
        margin: 32px 0 0 0;
        display: flex;
        align-items: center;
        gap: 24px; }
        @supports (-webkit-touch-callout: none) and (not (translate: none)) {
          .rafalReviews .container .rafal-reviews .rs-wrap .rs-content .rs-ins-author img {
            margin-right: 10px; } }

@media only screen and (max-width: 600px) {
  .rafalReviews {
    margin-bottom: 31px; }
    .rafalReviews .container .rafal-reviews {
      width: 100%;
      min-height: 450px; }
      .rafalReviews .container .rafal-reviews .rs-wrap .rs-content {
        width: 100%;
        min-height: 300px; } }

/* FAQS */
/* FAQS */
.faqs {
  padding-top: 60px; }

.bg-lightblue {
  background-color: var(--color-bglightblue);
  border-radius: 16px;
  padding: 0 0 80px; }

.faqs-main {
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
  margin-top: 75px; }
  .faqs-main .faqs-tabs {
    max-width: 309px; }
    .faqs-main .faqs-tabs ul li a {
      display: flex;
      padding: 10px 24px;
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      color: #2A334A;
      opacity: 0.9;
      text-decoration: none;
      align-items: center;
      position: relative; }
      .faqs-main .faqs-tabs ul li a span {
        position: relative;
        margin-left: 20px; }
        .faqs-main .faqs-tabs ul li a span::before {
          content: url(/wp-content/themes/improv/rafal2/assets/icons/arrow-r.png);
          width: 15px;
          height: 10px;
          position: absolute;
          left: -25px; }
      .faqs-main .faqs-tabs ul li a img {
        margin-right: 20px; }
      .faqs-main .faqs-tabs ul li a.active {
        background: #FBE0D6;
        border: 1px solid #EC6233;
        border-radius: 10px; }
        .faqs-main .faqs-tabs ul li a.active span::before {
          content: url(/wp-content/themes/improv/rafal2/assets/icons/orange-arrow.png); }
  .faqs-main .faqs-questions .tabcontent {
    display: none; }
    .faqs-main .faqs-questions .tabcontent.active {
      display: block !important; }

.accordion {
  max-width: 780px; }
  .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5; }
  .accordion button {
    transition: .15s padding ease-in-out;
    font-family: open-sans, sans-serif;
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    color: #2A334A;
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    border: none;
    background: none;
    outline: none;
    justify-content: space-between;
    align-items: center; }
    .accordion button:hover {
      padding-left: 15px; }
    .accordion button:hover, .accordion button:focus {
      cursor: pointer;
      color: #EC6233; }
      .accordion button:hover::after, .accordion button:focus::after {
        cursor: pointer;
        color: #EC6233;
        border: 1px solid #EC6233; }
    .accordion button .accordion-title {
      padding: 24px 24px; }
    .accordion button span.arrow svg {
      transform: rotate(270deg); }
    .accordion button .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px; }
      .accordion button .icon::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor; }
      .accordion button .icon::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor; }
  .accordion button[aria-expanded='true'] {
    color: #EC6233; }
    .accordion button[aria-expanded='true'] .icon::after {
      width: 0; }
    .accordion button[aria-expanded='true'] span.arrow svg {
      transform: rotate(360deg); }
      .accordion button[aria-expanded='true'] span.arrow svg .path {
        fill: #EC6233; }
    .accordion button[aria-expanded='true'] + .accordion-content {
      opacity: 1;
      max-height: inherit;
      transition: all 200ms linear;
      will-change: opacity, max-height; }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height; }
    .accordion .accordion-content p {
      font-family: open-sans, sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #52596B;
      padding: 0 24px 24px 24px; }
    .accordion .accordion-content strong {
      font-weight: 600; }
    .accordion .accordion-content ul {
      padding: 0 24px 24px 44px; }
      .accordion .accordion-content ul li {
        font-family: open-sans, sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 160%;
        color: #52596B;
        list-style: circle; }

.swiper-scrollbar {
  background-color: #F1F6FD;
  height: 2px;
  opacity: 1 !important; }

.swiper-scrollbar-drag {
  background-color: #C8DBF9; }

.faqs-contactinfo {
  margin-top: 60px;
  width: 100%;
  min-height: 245px;
  background-color: #FFF;
  padding: 32px;
  border-radius: 10px; }
  .faqs-contactinfo h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #2A334A; }
  .faqs-contactinfo p {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #52596B; }
  .faqs-contactinfo ul {
    margin-top: 20px; }
    .faqs-contactinfo ul li {
      display: flex;
      align-items: center;
      gap: 8px; }
      .faqs-contactinfo ul li img {
        width: fit-content; }
      .faqs-contactinfo ul li a {
        color: #5451E0 !important;
        padding: 0 !important; }

.sm-show {
  display: none; }

.lg-show {
  display: block; }

@media only screen and (max-width: 600px) {
  .sm-show {
    display: block; }
    .sm-show.inline {
      display: inline-block; }
    .sm-show.flex {
      display: flex; }
  .lg-show {
    display: none !important; }
  .faqs {
    padding-top: 0px; }
    .faqs > .container {
      padding: 0px; }
  .faqs-main {
    flex-direction: column;
    gap: 40px; }
  .faq-content {
    padding: 70px 24px; } }

/* FOOTER */
.site-footer {
  margin-top: 120px;
  margin-bottom: 135px; }

/* HOMEPAGE MODAL */
/* MODAL */
.course-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.course-modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .course-modal.fade .modal-dialog {
    transition: none; } }

.course-modal.show .modal-dialog {
  transform: none; }

.course-modal.modal-static .modal-dialog {
  transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.modal-fullscreen .modal-header {
  border-radius: 0; }

.modal-fullscreen .modal-body {
  overflow-y: auto; }

.modal-fullscreen .modal-footer {
  border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0; } }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75; }

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1; }

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 850px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  transform: none; }

.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  display: block !important;
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0; }

.modal-fullscreen .modal-body {
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto; } }

/* SPLIDE */
.card-author-image img {
  margin-bottom: 0 !important; }

.card-author-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.card-author-name {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  margin-left: 15px; }

.card-content-1 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px; }

.card-content-2 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px; }

.splide__list {
  display: flex;
  align-items: center;
  justify-content: center; }

li.splide__slide {
  width: 375px !important; }

@media (max-width: 480px) {
  li.splide__slide {
    width: 260px !important; }
  .splide__list {
    justify-content: start;
    overflow-x: scroll; }
  .splide__slide:first-child, .snapslider-card:first-child {
    margin-left: 0; } }

/* HFEATURED */
.featuredcourse {
  background-color: #FAFAFE; }
  .featuredcourse .container .section-header {
    margin-bottom: 35px;
    text-align: center; }
    .featuredcourse .container .section-header h2 {
      font-family: p22-mackinac-pro, sans-serif;
      font-size: 48px;
      line-height: 67px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 16px;
      color: #2A334A; }
      .featuredcourse .container .section-header h2.sm {
        font-family: josefin sans, sans-serif;
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-bottom: 8px;
        color: var(--orangeADA); }
    .featuredcourse .container .section-header > p {
      font-weight: 600;
      font-size: 18px;
      line-height: 160%; }
  .featuredcourse .ins-carriers {
    text-align: center; }
    .featuredcourse .ins-carriers .amazon-logos {
      margin: 0 auto 50px; }
    .featuredcourse .ins-carriers h3 {
      font-weight: bold;
      font-size: 1.3rem;
      line-height: 1.8rem; }
    .featuredcourse .ins-carriers .pricing-btn {
      margin: 30px auto 60px;
      width: 320px;
      height: 58px;
      text-align: center;
      background: linear-gradient(to right, #383697 50%, #5451E0 50%);
      background-size: 200% 100%;
      background-position: right bottom;
      transition: all .5s ease-out;
      border-radius: 100px;
      align-items: center;
      padding: 0px;
      margin-top: 40px; }
      .featuredcourse .ins-carriers .pricing-btn:hover {
        background-position: left bottom; }
    .featuredcourse .ins-carriers ul {
      width: 593px;
      margin: 16px auto 0; }
      @media only screen and (max-width: 600px) {
        .featuredcourse .ins-carriers ul {
          width: 100%; } }
      .featuredcourse .ins-carriers ul li {
        position: relative;
        margin-bottom: 8px; }
        .featuredcourse .ins-carriers ul li::before {
          content: url(/wp-content/themes/improv/images/rafalv5/homepage-checked.svg);
          height: 15px;
          width: 14px;
          position: absolute;
          left: 0px; }
        .featuredcourse .ins-carriers ul li p {
          font-weight: 600;
          font-size: 13px;
          line-height: 150%;
          color: #2A334A;
          text-align: left;
          margin-left: 25px; }
          .featuredcourse .ins-carriers ul li p span.st-r {
            position: relative;
            display: inline-block; }
            .featuredcourse .ins-carriers ul li p span.st-r::after {
              content: '';
              background-color: #ED1C24;
              position: absolute;
              width: 100%;
              height: 2px;
              left: 0;
              top: 8px; }
          .featuredcourse .ins-carriers ul li p span.fee {
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            color: #565F6D; }

.ratings {
  margin-bottom: 59px; }
  @media only screen and (max-width: 600px) {
    .ratings .reviews a {
      align-items: center;
      gap: 10px; } }
  .ratings .reviews a p {
    color: #232838;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; }

.featuredcourse .carousel-indicators {
  bottom: 30px; }

.tech-slideshow {
  height: 55px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  margin-bottom: 30px; }

.tech-slideshow > div {
  height: 55px;
  width: 2280px;
  background: url(/wp-content/themes/improv/rafal2/assets/logo/logo-set-loop-mrgn-min.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  transform: translate3d(0, 0, 0); }

.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite; }

.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite; }

.tech-slideshow:hover .mover-2 {
  opacity: 1; }

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%); } }

@media only screen and (max-width: 768px) {
  .featuredcourse .container .section-header h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%; } }

/* trusted */
.trusted {
  padding-top: 200px; }
  .trusted .trusted-container {
    color: #52596B;
    padding: 0 24px 70px; }
    .trusted .trusted-container h2 {
      color: #2A334A;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 24px;
      text-align: center;
      font-family: p22-mackinac-pro, sans-serif; }
    .trusted .trusted-container p {
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      width: 720px;
      margin: 0 auto 45px;
      text-align: center; }
    .trusted .trusted-container .trustedbadge {
      grid-template-columns: repeat(4, 1fr);
      display: grid;
      gap: 1rem;
      width: 950px;
      margin: 0 auto; }
      .trusted .trusted-container .trustedbadge .tb-col {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column; }
        .trusted .trusted-container .trustedbadge .tb-col p {
          font-size: 18px;
          line-height: 24px;
          width: 200px; }
        .trusted .trusted-container .trustedbadge .tb-col img {
          margin-bottom: 20px; }
        .trusted .trusted-container .trustedbadge .tb-col .image-bdg {
          margin-bottom: 20px;
          width: 100px;
          height: 100px; }
        .trusted .trusted-container .trustedbadge .tb-col .image-badge-1 {
          background: url(/wp-content/themes/improv/rafal2/assets/homepage/ico-sprites.png) 0 0; }
        .trusted .trusted-container .trustedbadge .tb-col .image-badge-2 {
          background: url(/wp-content/themes/improv/rafal2/assets/homepage/ico-sprites.png) 213px 0; }
        .trusted .trusted-container .trustedbadge .tb-col .image-badge-3 {
          background: url(/wp-content/themes/improv/rafal2/assets/homepage/ico-sprites.png) 331px 0; }
        .trusted .trusted-container .trustedbadge .tb-col .image-badge-4 {
          background: url(/wp-content/themes/improv/rafal2/assets/homepage/ico-sprites.png) 100px 0; }

@media only screen and (max-width: 600px) {
  .trusted {
    padding-top: 90px; }
    .trusted > .container {
      padding: 0px; }
    .trusted .trusted-container {
      padding: 70px 24px; }
      .trusted .trusted-container h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 125%;
        margin-bottom: 10px; }
      .trusted .trusted-container p {
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 20px;
        width: 100%; }
      .trusted .trusted-container .trustedbadge {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 0px;
        width: 100%; }
        .trusted .trusted-container .trustedbadge .tb-col p {
          font-weight: 600;
          font-size: 14px;
          line-height: 120%;
          font-weight: bold;
          width: 145px; } }

.l-featured {
  margin: 24px 0; }
  .l-featured .l-title {
    color: #2A334A;
    text-align: center;
    font-family: p22-mackinac-pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */ }
  @media only screen and (max-width: 600px) {
    .l-featured .scroll {
      overflow-x: scroll;
      /* Enable horizontal scrolling */
      scrollbar-width: none;
      /* For Firefox */
      -ms-overflow-style: none;
      /* For Internet Explorer and Edge */ }
      .l-featured .scroll::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari, and Opera */ }
      .l-featured .scroll .logo {
        display: inline-block; } }
  .l-featured .scroll .l-featured-logos {
    display: flex;
    gap: 48px;
    justify-content: center;
    margin-top: 20px; }
    @media only screen and (max-width: 600px) {
      .l-featured .scroll .l-featured-logos {
        width: max-content;
        gap: 0px; } }

/* Sticky Bar */
.selector-sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  text-align: center;
  opacity: 1;
  padding: 0;
  display: block;
  background: #FFFFFF;
  height: 80px; }
  .selector-sticky .sticky-container {
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .selector-sticky .sticky-container .sticky-row {
      display: flex;
      gap: 15px; }
      .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal {
        height: 65px;
        background-color: #EC6233;
        border-radius: 20px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: fit-content;
        padding: 0 30px; }
        .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal::before {
          content: url("/wp-content/themes/improv/rafal2/assets/icons/3-lines.png");
          width: 43px;
          height: 42px;
          position: absolute;
          top: -35px;
          left: -25px; }
        .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal p {
          font-size: 21px;
          line-height: 160%;
          color: #FFF;
          display: flex;
          align-items: center;
          gap: 10px;
          font-weight: 700; }
          .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal p span {
            font-family: p22-mackinac-pro, sans-serif;
            color: #FFFFFF;
            font-weight: 700;
            font-size: 32px;
            line-height: 150%; }
        .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse {
          display: flex;
          gap: 5px;
          align-items: center;
          margin-left: 20px; }
          .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse ul {
            display: flex;
            flex-direction: column; }
            .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse ul div {
              display: flex; }
              .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse ul div li {
                font-family: "open-sans";
                font-size: 20px;
                line-height: 20px;
                color: #2A334A;
                font-weight: 600; }
            .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse ul:nth-child(odd) {
              background: #FFFFFF;
              border-radius: 6px;
              padding: 0 9px; }
            .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse ul:nth-child(1)::after {
              content: "hrs";
              color: #7A808D;
              font-size: 12px;
              line-height: 18px; }
            .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse ul:nth-child(3)::after {
              content: "min";
              color: #7A808D;
              font-size: 12px;
              line-height: 18px; }
            .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .ImprovCounterCourse ul:nth-child(5)::after {
              content: "sec";
              color: #7A808D;
              font-size: 12px;
              line-height: 18px; }
      .selector-sticky .sticky-container .sticky-row .sticky-col.btn {
        width: fit-content;
        height: 65px;
        background-color: #5451E0;
        border-radius: 100px;
        padding: 20px 40px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .selector-sticky .sticky-container .sticky-row .sticky-col.btn a {
          color: #FFF;
          font-weight: 600;
          font-size: 18px;
          line-height: 100%;
          text-decoration: none;
          display: flex;
          justify-content: center;
          gap: 10px;
          align-items: center; }

@media only screen and (max-width: 640px) {
  .selector-sticky {
    padding: 0 5px; }
    .selector-sticky .sticky-container .sticky-row {
      gap: 5px; }
      .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal {
        border-radius: 10px;
        padding: 0 10px; }
        .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal p {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.2; }
      .selector-sticky .sticky-container .sticky-row .sticky-col.btn {
        border-radius: 10px;
        padding: 10px; }
        .selector-sticky .sticky-container .sticky-row .sticky-col.btn a {
          font-size: 13px;
          text-align: left; } }

.footer-state-search {
  display: flex;
  align-items: center; }

.footer-state-search .util-dd {
  gap: 5px; }

.footer-state-search .select-search-form {
  min-width: 230px;
  max-width: 230px; }

.selector-sticky .sticky-container .sticky-row .sticky-col.btn {
  display: none; }

.selector-sticky {
  opacity: 0; }

.course-selector-state-wrap::after,
.course-selector-course-wrap::after {
  content: url(/wp-content/themes/improv/rafal2/assets/homepage/orange-bt.png) !important;
  top: 5px !important; }

@media only screen and (max-width: 768px) {
  .selector-sticky .sticky-container .sticky-row .sticky-col.btn {
    display: block; }
  .sticky-save-a {
    color: #EC6233;
    font-size: 9px;
    font-weight: 600;
    line-height: 11px; }
  .sticky-save-50 {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700; }
  .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal {
    padding: 0 15px !important; }
  .selector-sticky .sticky-container .sticky-row .sticky-col.btn {
    padding: 0 20px;
    display: flex !important; }
  .homepage-layout .bg-lightblue .course-items .course-item {
    box-shadow: inset 0 -4px 0 #bbd3f6, inset 0 0 0 3px #ffffff; }
  .splide__slide,
  .snapslider-card {
    height: 370px !important; }
  .site-footer li {
    margin-bottom: 12px; } }

.selector-sticky {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05); }
  .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal {
    background: #FBE0D6;
    height: 60px;
    padding: 0px 15px; }
    .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal p,
    .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .fl-text {
      color: #EC6233;
      font-weight: 600;
      font-size: 10px;
      line-height: 150%;
      text-align: left;
      width: 70px; }
      .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal p span,
      .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal .fl-text span {
        font-weight: 700;
        font-size: 14px;
        line-height: 100%; }
    .selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal::before {
      content: none; }
  .selector-sticky .sticky-container .sticky-row .sticky-col.btn {
    height: 60px;
    background: #EC6233; }
    .selector-sticky .sticky-container .sticky-row .sticky-col.btn a {
      font-weight: 600;
      font-size: 18px;
      line-height: 100%; }

body {
  background: white;
  font-family: "open-sans", sans-serif;
  font-size: 16px; }

.sm-show {
  display: none; }

.sm-hide {
  display: block; }

@media only screen and (max-width: 600px) {
  .lg-show {
    display: none; }
  .sm-show {
    display: block; }
  .sm-hide {
    display: none; }
  .floatbox.homepage-layout .content-img {
    justify-content: center;
    padding-right: 0px; } }

@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px; } }

@media only screen and (min-width: 992px) {
  .container {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px; } }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
    min-width: 304px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px; }
    .container.inner {
      padding-right: 80px;
      padding-left: 80px; } }

@media only screen and (max-width: 830px) {
  .container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px; }
    .container.inner {
      padding-right: 0px;
      padding-left: 0px; } }

.header-button a {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  display: flex;
  gap: 10px;
  padding: 12px 15px;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
  align-items: center;
  line-height: 12px;
  font-weight: 600;
  width: 100%;
  max-width: 370px;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 0; }

#m_1 {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8); }

#m_1:target {
  outline: none;
  display: block; }

#m_1 img {
  max-width: 80%;
  max-height: 60%;
  margin-top: 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%); }

.header-button a {
  margin-top: 30px; }

/* DESKTOP */
@media only screen and (min-width: 600px) {
  .desktop-mobile-nav {
    display: none; }
    .desktop-mobile-nav.active {
      display: block;
      position: absolute;
      width: 1200px;
      height: inherit;
      min-height: 262px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      z-index: 10;
      background: #FFF;
      padding: 30px;
      top: 35px; }
    .desktop-mobile-nav .nav-row {
      display: flex;
      gap: 50px; }
      .desktop-mobile-nav .nav-row .nav-col ul li {
        margin-bottom: 4px; }
        .desktop-mobile-nav .nav-row .nav-col ul li a,
        .desktop-mobile-nav .nav-row .nav-col ul li p {
          color: #2A334A;
          font-weight: 600;
          font-size: 16px;
          line-height: 32px;
          text-decoration: none; }
          .desktop-mobile-nav .nav-row .nav-col ul li a.heading-text,
          .desktop-mobile-nav .nav-row .nav-col ul li p.heading-text {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px; }
        .desktop-mobile-nav .nav-row .nav-col ul li a:hover {
          color: #5451E0; }
      .desktop-mobile-nav .nav-row .nav-col ul .links li a {
        color: #EC6233;
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        display: flex;
        align-items: center;
        gap: 8px; }
  /* header-xl-m */
  .mobile-head-img {
    display: none; }
  body .hero-container .container {
    max-width: 100%;
    min-height: 585px;
    padding-right: 40px;
    padding-left: 40px; }
    body .hero-container .container .hero-purple {
      border-radius: 16px; }
      body .hero-container .container .hero-purple .header-text h1 {
        font-size: 58px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        width: 100%; }
      body .hero-container .container .hero-purple .header-text p {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        /* 32px */
        text-transform: capitalize; }
        body .hero-container .container .hero-purple .header-text p::after {
          content: url(/wp-content/themes/improv/images/p03/arrow-down-d.png);
          position: absolute;
          margin-left: 14px;
          z-index: 1; }
      body .hero-container .container .hero-purple .header-text.t-id h1 {
        font-size: 48px;
        line-height: 120%; }
        body .hero-container .container .hero-purple .header-text.t-id h1 span {
          font-size: 32px; }
      body .hero-container .container .hero-purple .header-img-text.sm-show {
        display: none; }
      body .hero-container .container .hero-purple .header-content {
        display: flex;
        justify-content: center;
        gap: 90px;
        align-items: flex-end;
        flex-direction: row;
        position: relative; }
  .header-content .header-rating {
    width: 273px;
    background-color: #fff;
    height: 130px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: -62px;
    left: 90px; }
    .header-content .header-rating::before {
      content: ""; }
    .header-content .header-rating p {
      font-weight: 700;
      font-size: 18px;
      line-height: 160%;
      color: #2a334a;
      -webkit-font-smoothing: antialiased; } }
  @media only screen and (min-width: 600px) and (max-width: 600px) {
    .header-content .header-rating {
      display: none; } }

@media only screen and (min-width: 600px) {
  .course-feature .flash-deal .fd-2 {
    display: block;
    font-size: 20px; }
    .course-feature .flash-deal .fd-2 span {
      color: red;
      font-size: 24px; }
  .course-feature .flash-deal .fd-3 {
    display: none; }
  .page-template .container.inner {
    padding: 0 80px; }
  .container .header-nav {
    margin: 11px 0;
    padding: 0 80px; }
    .container .header-nav .header-nav-container a.nav-menu-btn {
      display: block;
      font-size: 14px;
      line-height: 100%;
      color: #2a334a;
      text-decoration: none;
      position: relative; }
      .container .header-nav .header-nav-container a.nav-menu-btn::after {
        content: url("/wp-content/themes//improv/rafal2/assets/elements/vector.png");
        width: 10px;
        height: 10px;
        position: absolute;
        right: -15px;
        top: 0px; }
      .container .header-nav .header-nav-container a.nav-menu-btn.active {
        position: relative; }
    .container .header-nav .hn-nav {
      display: flex;
      align-items: center;
      gap: 25px; }
      .container .header-nav .hn-nav ul {
        display: flex;
        gap: 13px;
        z-index: 10; }
      .container .header-nav .hn-nav .login {
        display: flex;
        gap: 10px;
        align-items: center; }
        .container .header-nav .hn-nav .login a {
          font-size: 14px;
          line-height: 150%;
          color: #2a334a;
          text-decoration: none;
          font-weight: 600; }
  .hero-container.allstate .container .hero-purple {
    min-height: auto; }
    .hero-container.allstate .container .hero-purple .header-content {
      align-items: center; }
      .hero-container.allstate .container .hero-purple .header-content .header-left-contentv {
        width: 584px; }
        .hero-container.allstate .container .hero-purple .header-content .header-left-contentv .header-text-ab07 h1.ab07 {
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 140%;
          letter-spacing: normal;
          font-family: open-sans, sans-serif;
          font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 20px;
          text-align: left;
          text-transform: uppercase; }
        .hero-container.allstate .container .hero-purple .header-content .header-left-contentv .rv5-h2v.ab07 {
          font-family: p22-mackinac-pro, sans-serif;
          margin-top: 10px;
          font-size: 32px; }
  .hero-container .course-feature-container {
    position: relative;
    display: block;
    width: 551px;
    min-height: 693px; }
    .hero-container .course-feature-container.allstate {
      min-height: 461px;
      color: #2a334a; }
      .hero-container .course-feature-container.allstate .course-feature {
        top: 0px;
        min-height: fit-content;
        width: 539px; }
        .hero-container .course-feature-container.allstate .course-feature.no-discount {
          top: 50px; }
    .hero-container .course-feature-container .course-feature {
      padding: 30px 40px;
      position: absolute;
      top: 40px;
      min-height: 545px;
      width: 519px; }
      .hero-container .course-feature-container .course-feature .course-label h3 {
        font-size: 22px; }
      .hero-container .course-feature-container .course-feature .course-selector-ra .util-dd {
        flex-direction: row; }
        .hero-container .course-feature-container .course-feature .course-selector-ra .util-dd .course-selector-state-wrap,
        .hero-container .course-feature-container .course-feature .course-selector-ra .util-dd .course-selector-course-wrap {
          width: 50%; }
  /* ALLSTATES */
  .hero-container .container .hero-purple {
    padding: 66px 0 30px; }
  .sr-h {
    margin-bottom: 6px; }
  .header-button a {
    margin-top: 0;
    margin-bottom: 20px; } }

/* BODY */
.blue-box-bg {
  display: none !important; }

.hero-purple {
  padding: 32px 0 0; }

.hero-purple .header-content {
  align-items: flex-end; }

#hero {
  padding-bottom: 0px; }

.container-split {
  grid-column-gap: 64px;
  align-items: flex-start !important;
  grid-template-areas: "body media";
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  display: flex;
  flex-direction: column; }

.container-split .header-text {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  grid-area: body; }

.container-split .header-text h1 {
  font-family: open-sans, sans-serif;
  margin-bottom: 20px;
  color: #52596b;
  background: #f1f6fd;
  border-radius: 100px;
  display: inline-block;
  padding: 4px 16px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em; }

.container-split .header-text h2 {
  font-family: p22-mackinac-pro, sans-serif;
  font-weight: 700;
  color: #2a334a;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.01em;
  margin-bottom: 21px; }

h2 span.counter {
  width: 109px;
  color: #bb3711;
  display: inline-block; }

.container-split .header-text h3 {
  font-size: 17px;
  margin-bottom: 21px;
  color: #52596b;
  line-height: 28.8px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; }

.container-split .header-media {
  padding: 0;
  align-self: center;
  grid-area: media;
  justify-self: start; }

.homepage-states-search p {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  font-family: open-sans, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #52596b;
  margin-bottom: 14px; }

.site-footer {
  margin-top: 50px; }

.floatbox .content-txt ul.li-16 {
  margin-bottom: 40px; }

@media only screen and (max-width: 768px) {
  .floatbox .content-txt ul.li-16 {
    margin-bottom: -20px; }
  .course-revs .reviews {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px; }
  .course-revs .reviews p {
    margin-top: 10px;
    margin-bottom: 20px; }
  .homepage-states-search {
    margin-bottom: 50px; }
  .homepage-states-search p {
    text-align: center; }
  .util-dd {
    flex-direction: column; }
  .util-dd .select-search-form {
    max-width: 100%;
    min-width: 100%; }
  .util-dd .course-selector-state-wrap::after,
  .util-dd .course-selector-course-wrap::after {
    right: 5px; }
  .floatbox.homepage-layout {
    padding-bottom: 50px; } }

@media only screen and (max-width: 375px) {
  .container-split .header-text h1 {
    margin-bottom: 15px; }
  .container-split .header-text h2 {
    margin-bottom: 10px; } }

@media only screen and (max-width: 340px) {
  .container-split .header-text h1 {
    margin-bottom: 10px; }
  .container-split .header-text h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px; }
  .container-split .header-text h3 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px; }
  .util-dd {
    gap: 10px; }
  .homepage-states-search {
    margin-bottom: 20px; } }

.hero-purple .header-text h1 span::after {
  display: none; }

.hero-purple .header-text h1 span {
  width: 180px;
  display: inline-block;
  color: #eea8a8; }

.hero-purple .header-text h1 {
  font-size: 58px;
  line-height: 81px; }

.flash-deal .fd-2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #bb3711;
  flex-basis: 33%; }

.flash-deal .fd-1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #bb3711;
  flex-basis: 45%; }

.flash-deal {
  padding: 8px 10px; }

.flash-deal .ImprovCounterCourse {
  flex-basis: 30%;
  margin-left: 0; }

.course-selector-ra .course-selector-state-wrap::after,
.course-selector-ra .course-selector-course-wrap::after {
  content: url(/wp-content/themes/improv/rafal2/assets/homepage/dd-arrow.png) !important;
  top: 5px;
  right: 6px; }

.course-selector-ra .util-dd {
  gap: 10px; }

.course-feature-container .course-feature .course-label {
  justify-content: space-around; }

.course-selector-ra .course-selector-state-wrap,
.course-selector-ra .course-selector-course-wrap {
  width: 50%; }

.course-selector-ra .select-search-form {
  min-width: unset;
  max-width: unset;
  width: 100%; }

.select-search-form {
  color: #2e353f !important; }

.course-selector-ra {
  margin-top: 20px;
  margin-bottom: 20px; }

.course-feature::after {
  top: 210px; }

.course-bottom {
  margin-top: 25px; }

ul.rvw-star-box-li li::before {
  content: url(/wp-content/themes/improv/rafal2/assets/homepage/check-o2.png); }

.course-feature {
  min-height: 545px; }

#courses .bg-lightblue {
  background-color: transparent; }

.course-items {
  margin-top: -260px !important;
  z-index: 1;
  position: relative !important; }

#courses .course-revs .reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

#courses .course-revs .reviews a,
#courses .course-revs .reviews p {
  /* margin-left: 10px;
        margin-right: 25px; */
  font-size: 18px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  color: #2a334a;
  text-decoration: none; }

[class*="-header"] .ratings .reviews {
  gap: 0px; }

#courses .course-revs .reviews a:hover {
  text-decoration: underline; }

#courses .course-revs .reviews span {
  font-weight: 600; }

.fd-3 {
  display: none; }

.testimonial {
  padding: 0; }

.splide__slide,
.snapslider-card {
  height: 350px !important; }

.sticky-col-ww-a {
  width: 125px;
  color: #bb3711;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-align: left; }

@media only screen and (max-width: 600px) {
  .sticky-col-ww-a {
    width: 97px; } }

.sticky-col-ww-a .flash-deal {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: inline; }

.sticky-save-50 {
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 800; }

.selector-sticky
.sticky-container
.sticky-row
.sticky-col.flashdeal
.ImprovCounterCourse
ul
div {
  justify-content: center; }

.selector-sticky
.sticky-container
.sticky-row
.sticky-col.flashdeal
.ImprovCounterCourse
ul
div
li {
  font-size: 14px;
  line-height: 14px; }

.selector-sticky
.sticky-container
.sticky-row
.sticky-col.flashdeal
.ImprovCounterCourse
ul:nth-child(odd) {
  padding: 5px; }

.selector-sticky .sticky-container .sticky-row .sticky-col.flashdeal {
  border-radius: 15px; }

.sticky-h-a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  width: 150px;
  text-align: left;
  display: flex;
  align-items: center; }

@media only screen and (max-width: 600px) {
  .hero-purple .header-text h1 {
    font-size: 28px;
    line-height: 39px; }
  .hero-purple .header-text h1 span {
    margin-bottom: 0;
    width: 87px; }
  .course-selector-ra .course-selector-state-wrap,
  .course-selector-ra .course-selector-course-wrap {
    width: 100%; }
  .course-feature-container .course-feature::after {
    top: 370px;
    right: -20px; }
  .fd-3 {
    display: inline;
    font-size: 21px;
    line-height: 1em;
    font-weight: 700; }
  .fd-2 {
    display: none; }
  .course-feature-container {
    min-height: auto; }
  .course-bottom {
    margin-bottom: 15px; }
  .hero-purple {
    margin-bottom: 220px;
    min-height: 700px; }
  .mobile-head-img {
    height: auto; }
  .course-items {
    margin-top: 0 !important; }
  #courses {
    margin-top: 40px; }
  .course-section {
    padding-top: 40px;
    padding-bottom: 10px; }
  .homepage-layout .bg-lightblue .course-items .course-item {
    min-height: auto; }
  #courses .course-revs .reviews {
    flex-direction: column;
    margin-top: 30px; }
  #courses .course-revs .reviews p {
    margin: 15px 0 20px; }
  .homepage-layout .bg-lightblue {
    padding-bottom: 60px; }
  .testimonial {
    padding-top: 60px; }
  .testimonial .ratings {
    margin-bottom: 10px; }
  .splide__slide,
  .snapslider-card {
    height: 280px !important; } }

.ratings-p a {
  margin-top: 15px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  color: #fff;
  margin-bottom: 20px; }

@media only screen and (max-width: 600px) {
  .ratings-p a {
    margin-bottom: 0px; } }

/*# sourceMappingURL=rafal-v5-home.css.map */