@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 4rem;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.slick-dots li.slick-active button {
  background: #6b4634;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: #d8b089;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Flex-flow is short hand for "flex-direction" & "flex-wrap" */
/* Flex-direction - Column */
/* Flex-direction - Row */
/* Align Items - Stretch */
/* Align Items - Center */
/* ============================================================= */
/* ============================================================= */
/* Clearfix */
/* Revert clearfix */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Eric Meyer's CSS Reset */
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, t 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */
*:focus {
  outline: none;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.visible {
  overflow: visible !important;
}

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

.hide {
  display: none !important;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.mb-n-150 {
  margin-bottom: -150px;
}

.inline-list {
  display: inline-block;
  vertical-align: middle;
}
.inline-list--top {
  vertical-align: top !important;
}
.inline-list > li {
  display: inline-block;
}

.no-scroll .l-main {
  overflow: hidden;
}

.visible {
  overflow: visible !important;
}

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.halfwidth {
  width: 50% !important;
}

.fullheight {
  height: 100%;
  min-height: 100%;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.responsive, .responsive-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-fluid {
  width: auto;
  max-width: 100%;
}

.img-rounded {
  overflow: hidden;
  border-radius: 50%;
}

.slick-dots li button:focus, .slick-dots li button.focus {
  outline-offset: 0;
  outline: none;
  box-shadow: none;
}

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

@font-face {
  font-family: "HadasaFriedlaender";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/HadassahFriedlaender-Bold.eot");
  src: url("../fonts/HadassahFriedlaender-Bold.eot?#iefix"), url("../fonts/HadassahFriedlaender-Bold.woff") format("woff"), url("../fonts/HadassahFriedlaender-Bold.woff2") format("woff2");
}
body {
  font-family: "Assistant", sans-serif;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  line-height: 1.25;
  color: #212529;
  background: #fff;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5% !important;
}
@media screen and (min-width: 1921px) and (min-aspect-ratio: 4/3) {
  html {
    font-size: 0.59375vw !important;
  }
}
@media screen and (min-width: 1921px) and (min-aspect-ratio: 17/10) {
  html {
    font-size: 0.64375vw !important;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 52.5% !important;
  }
  html p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 49.5% !important;
  }
}

.font-accent {
  font-family: "HadasaFriedlaender", serif;
}

.size-p-md {
  font-size: 2rem;
}

.size-p-xl {
  font-size: 2.4rem;
}

.fw-600 {
  font-weight: 600;
}

.responsive svg {
  max-width: 100%;
}

table td, table td span {
  font-size: 18px !important;
}

.parent-pageid-1869 .l-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: visible;
  margin-bottom: -10px;
}

.row--narrow {
  margin-right: -10px;
  margin-left: -10px;
}
.row--narrow > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.row--wide {
  margin-right: -25px;
  margin-left: -25px;
}
.row--wide > [class^=col] {
  padding-left: 25px;
  padding-right: 25px;
}

.container, .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.container-full, .container-fluid-full {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container-full, .container-fluid-full {
    max-width: 1800px;
  }
  .blog .container-full, .blog .container-fluid-full {
    max-width: 1550px;
  }
  .post-type-archive-news .container-full, .post-type-archive-news .container-fluid-full {
    max-width: 1550px;
  }
  .page-template-template-form .container-full, .page-template-template-form .container-fluid-full {
    max-width: 1500px;
  }
  .post-type-archive-catalog .container-full, .post-type-archive-catalog .container-fluid-full {
    max-width: 1500px;
  }
  body.search .l-main .container-full, body.search .l-main .container-fluid-full {
    max-width: 1500px;
  }
  .page-template-template-graduates .container-full, .page-template-template-graduates .container-fluid-full {
    max-width: 1550px;
  }
  .page-template-template-teachers .container-full, .page-template-template-teachers .container-fluid-full {
    max-width: 1550px;
  }
}
@media (min-width: 576px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 132rem;
  }
  .container.m-wide, .container-fluid.m-wide {
    max-width: 148rem;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.m-medium, .container-fluid.m-medium {
    max-width: 120rem;
  }
  .container.m-small, .container-fluid.m-small {
    max-width: 1000px;
  }
  .container.m-narrow, .container-fluid.m-narrow {
    max-width: 800px;
  }
}

.l-wrapper {
  position: relative;
  min-height: 1%;
  height: auto;
  overflow: hidden;
  background-size: cover;
}
.page-id-2841 .l-wrapper {
  background-size: auto 1120px;
  background-repeat: no-repeat;
  background-position: right top;
}

.parent-pageid-1869 .l-wrapper {
  margin-bottom: 10px;
  overflow: visible;
  background-position: center top;
}

body.search .l-wrapper {
  background-color: #212529;
  background-position: center top;
  background-size: contain;
}

.l-wrapper main {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.flexbox .l-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.flexbox .l-wrapper .l-main {
  flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.page-template-template-jobs .l-wrapper {
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  .page-template-template-jobs .l-wrapper {
    background-position-y: 80px;
  }
}

.l-header {
  width: 100%;
  display: block;
}

.l-footer {
  display: block;
  width: 100%;
}

.aside-main-menu {
  will-change: -webkit-transform;
  will-change: transform;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.909804);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 3.5rem;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
.aside-main-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.aside-main-menu__nav {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aside-main-menu__nav > ul {
  display: block;
}
.aside-main-menu__nav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 0;
  width: 280px;
  min-height: 8rem;
  font-size: 3rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.aside-main-menu__nav > ul > li:hover > a {
  color: #A1C05E;
  -webkit-text-stroke: thin;
  border-top: 1px solid #A1C05E;
  border-bottom: 1px solid #A1C05E;
}
.aside-main-menu__nav > ul > li.highlight > a {
  padding-right: 10px;
  padding-left: 10px;
}
.aside-main-menu__nav > ul > li.highlight:not(:hover) > a {
  background-color: #A1C05E;
}
.aside-main-menu__nav > ul .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.aside-main-menu__nav > ul .menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  margin-right: 1rem;
  font-size: 1.45rem;
}
.aside-main-menu__nav > ul .menu-item-has-children ul {
  display: none;
  width: 100%;
  min-width: 35rem;
  max-width: 360px;
}
.aside-main-menu__nav > ul .menu-item-has-children ul li {
  height: 6rem;
}
.aside-main-menu__nav > ul .menu-item-has-children ul li a {
  font-size: 2.5rem;
  display: block;
  padding: 0.4rem 2rem 0.4rem 0;
}
.aside-main-menu__nav > ul .menu-item-has-children ul li a:hover {
  color: #A1C05E;
}
.aside-main-menu__nav > ul .menu-item-has-children:hover > ul {
  display: block;
}
.aside-main-menu__nav > ul li {
  margin: 0.2em 0;
  display: block;
}
.aside-main-menu__nav > ul li:last-child a {
  margin-bottom: 0;
}
.aside-main-menu__nav > ul li a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease;
}
.aside-main-menu__nav > ul li a:hover, .aside-main-menu__nav > ul li a.is-active {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .aside-main-menu__nav > ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 400px) and (orientation: landscape) {
  .aside-main-menu__nav > ul li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .aside-main-menu__nav > ul li a {
    font-size: 24px;
    min-height: 45px;
    line-height: 1.4;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) and (max-height: 400px) and (orientation: landscape) {
  .aside-main-menu__nav > ul li a {
    font-size: 2.5rem;
  }
}
.aside-main-menu .menu-icon.burger {
  position: relative;
  right: -0.8rem;
  top: 0;
  color: #fff;
  width: 3rem;
  height: 3rem;
}
.aside-main-menu .menu-icon.burger span {
  color: #fff;
}
.aside-main-menu .menu-icon.burger small {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
  text-align: center;
  margin-right: 2px;
}
.aside-main-menu .menu-icon.burger:before, .aside-main-menu .menu-icon.burger:after {
  color: #fff;
}
@media (min-width: 992px) {
  .aside-main-menu__nav {
    padding-right: 5rem;
  }
  .aside-main-menu__nav > ul > li {
    position: relative;
  }
  .aside-main-menu__nav > ul > li:hover {
    z-index: 1;
  }
  .aside-main-menu__nav > ul > li > a {
    max-width: 280px;
  }
  .aside-main-menu__nav > ul > li.menu-item-has-children > ul {
    position: absolute;
    right: 330px;
    top: 0;
    border-right: 1px solid #A1C05E;
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .aside-main-menu__nav > ul > li > a {
    padding: 0;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .aside-main-menu__nav > ul > li.menu-item-has-children ul li {
    height: auto;
  }
  .aside-main-menu__nav > ul > li.menu-item-has-children ul li a {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
  }
}

.overlay {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}
.menu-is-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-is-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

p {
  margin: 0 0 1.8rem;
  font-size: inherit;
  font-family: "Assistant", sans-serif;
  line-height: 1.5;
}
p:last-child:not(:only-of-type) {
  margin-bottom: 0;
}

strong, b {
  font-weight: 700;
}

i {
  font-style: italic;
}


a {
  font-family: "Assistant", sans-serif;
  transition: color 0.25s;
  text-decoration: none;
  color: #A1C05E;
}
a:hover {
  color: #011C52;
}

h1, h2, h3, h4, h5, h6 {
  color: #A1C05E;
  font-weight: 600;
  margin-bottom: 2rem;
}
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
  font-weight: 300;
}

h1 {
  font-size: 5.6rem;
}

h2 {
  font-size: 4.8rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.bg-purple {
  background-color: #634180;
}
.bg-purple-light {
  background-color: #EAE7EE;
}

.bg-primary {
  background-color: #A1C05E !important;
}

.bg-lightgrey {
  background-color: #F4F4F4;
}

.bg-heading-dark {
  background-color: #151515 !important;
}

.bg-gradient-light {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F8F9 61%);
}

.bg-gradient-primary {
  background-color: #A1C05E;
  background-image: linear-gradient(93.76deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.s-heading__subtitle {
  position: relative;
  z-index: 1;
}
.s-heading__subtitle p {
  display: table-cell;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 1rem;
}
.s-heading__subtitle .sep {
  display: table-cell;
  min-width: 8rem;
  vertical-align: top;
}
.s-heading__subtitle .sep:before {
  display: block;
  content: "";
  border-top: 2px solid #212529;
  width: 100%;
  margin-top: 1.5rem;
}
.s-heading__subtitle + i {
  margin-top: 2rem;
  display: block;
}

.section-title {
  font-size: 3rem;
  font-family: "HadasaFriedlaender", serif;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.section-title.has-bg {
  color: #fff;
  height: 94px;
}
.section-title.has-bg.red {
  background-color: #A1C05E;
  background-image: linear-gradient(93.76deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-title.has-bg.blue {
  background-color: #011C52;
  background-image: linear-gradient(93.69deg, rgba(255, 255, 255, 0.3) -0.86%, rgba(255, 255, 255, 0) 100.76%);
}
.section-title.break-right {
  padding-left: 3rem;
  position: relative;
  text-align: left;
  margin-right: calc(-50vw + 39rem);
  justify-content: flex-end;
}
.section-title i {
  margin-right: 1rem;
}
.section-title_has-icon {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section-title_has-icon .elementor-image-box-wrapper {
    align-items: center !important;
  }
  .section-title_has-icon .elementor-image-box-wrapper .elementor-image-box-img {
    padding-left: 10px;
    align-self: flex-start;
  }
}
.section-title_has-icon h3.elementor-image-box-title {
  margin-bottom: 0;
  text-align: right;
}
.section-title_has-icon h2.elementor-image-box-title {
  line-height: 1;
  text-align: right;
  margin-bottom: 0;
}
.section-title_has-icon h2.elementor-image-box-title span {
  font-weight: 200;
  display: block;
  line-height: 1;
}
.section-title_has-icon img {
  min-height: 35px;
  min-width: 35px;
  margin-top: 7px;
}

.title-secondary {
  color: #011C52;
}

.article-title {
  font-size: 5.2rem;
  line-height: 1.2;
  color: #A1C05E;
  font-weight: 600;
  font-family: "HadasaFriedlaender", serif;
  margin-bottom: 3rem;
}
.article-title:after {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 26.8rem;
  max-width: 60%;
  height: 6.5rem;
  /*background: url(../img/common/frame-1.svg) 50% 100% no-repeat;*/
  background-size: contain;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .article-title {
    font-size: 2.8rem;
  }
  .article-title:after {
    max-width: 80vw;
  }
}

article.article > *:first-child, .b-post__body > *:first-child, .cat-content > *:first-child, .about-pages__content > *:first-child, .eael-accordion-content > *:first-child, .course-content > *:first-child, .elementor-widget-text-editor > *:first-child {
  margin-top: 0;
}
article.article .elementor-widget-container > style + h2, article.article .elementor-widget-container > style + h3, .b-post__body .elementor-widget-container > style + h2, .b-post__body .elementor-widget-container > style + h3, .cat-content .elementor-widget-container > style + h2, .cat-content .elementor-widget-container > style + h3, .about-pages__content .elementor-widget-container > style + h2, .about-pages__content .elementor-widget-container > style + h3, .eael-accordion-content .elementor-widget-container > style + h2, .eael-accordion-content .elementor-widget-container > style + h3, .course-content .elementor-widget-container > style + h2, .course-content .elementor-widget-container > style + h3, .elementor-widget-text-editor .elementor-widget-container > style + h2, .elementor-widget-text-editor .elementor-widget-container > style + h3 {
  margin-top: 0;
}
article.article h2, article.article h3, article.article h4, .b-post__body h2, .b-post__body h3, .b-post__body h4, .cat-content h2, .cat-content h3, .cat-content h4, .about-pages__content h2, .about-pages__content h3, .about-pages__content h4, .eael-accordion-content h2, .eael-accordion-content h3, .eael-accordion-content h4, .course-content h2, .course-content h3, .course-content h4, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4 {
  font-weight: 600;
  line-height: 1.2;
}
article.article h2, .b-post__body h2, .cat-content h2, .about-pages__content h2, .eael-accordion-content h2, .course-content h2, .elementor-widget-text-editor h2 {
  font-size: 4rem;
  color: #222;
  display: flex;
  align-items: center;
}
article.article h2:not(.elementor-heaticleding-title), .b-post__body h2:not(.elementor-heaticleding-title), .cat-content h2:not(.elementor-heaticleding-title), .about-pages__content h2:not(.elementor-heaticleding-title), .eael-accordion-content h2:not(.elementor-heaticleding-title), .course-content h2:not(.elementor-heaticleding-title), .elementor-widget-text-editor h2:not(.elementor-heaticleding-title) {
  margin-top: 3rem;
}
article.article h2.section-title, .b-post__body h2.section-title, .cat-content h2.section-title, .about-pages__content h2.section-title, .eael-accordion-content h2.section-title, .course-content h2.section-title, .elementor-widget-text-editor h2.section-title {
  font-size: 3.6rem;
  display: block;
  text-align: right;
}
article.article h2.section-title:before, .b-post__body h2.section-title:before, .cat-content h2.section-title:before, .about-pages__content h2.section-title:before, .eael-accordion-content h2.section-title:before, .course-content h2.section-title:before, .elementor-widget-text-editor h2.section-title:before {
  content: none;
}
article.article h2.section-title:after, .b-post__body h2.section-title:after, .cat-content h2.section-title:after, .about-pages__content h2.section-title:after, .eael-accordion-content h2.section-title:after, .course-content h2.section-title:after, .elementor-widget-text-editor h2.section-title:after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin-top: 2rem;
  background-color: #A1C05E;
}
article.article h3, .b-post__body h3, .cat-content h3, .about-pages__content h3, .eael-accordion-content h3, .course-content h3, .elementor-widget-text-editor h3 {
  margin-top: 2.5rem;
  margin-bottom: 15PX;
  font-size: 2.6rem;
}
article.article h3.elementor-image-box-title, .b-post__body h3.elementor-image-box-title, .cat-content h3.elementor-image-box-title, .about-pages__content h3.elementor-image-box-title, .eael-accordion-content h3.elementor-image-box-title, .course-content h3.elementor-image-box-title, .elementor-widget-text-editor h3.elementor-image-box-title {
  margin-top: 0;
}
article.article h4, .b-post__body h4, .cat-content h4, .about-pages__content h4, .eael-accordion-content h4, .course-content h4, .elementor-widget-text-editor h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article.article a:not(.elementor-button):not(.btn), .b-post__body a:not(.elementor-button):not(.btn), .cat-content a:not(.elementor-button):not(.btn), .about-pages__content a:not(.elementor-button):not(.btn), .eael-accordion-content a:not(.elementor-button):not(.btn), .course-content a:not(.elementor-button):not(.btn), .elementor-widget-text-editor a:not(.elementor-button):not(.btn) {
  text-decoration: underline;
}
article.article a:not(.elementor-button):not(.btn):hover, .b-post__body a:not(.elementor-button):not(.btn):hover, .cat-content a:not(.elementor-button):not(.btn):hover, .about-pages__content a:not(.elementor-button):not(.btn):hover, .eael-accordion-content a:not(.elementor-button):not(.btn):hover, .course-content a:not(.elementor-button):not(.btn):hover, .elementor-widget-text-editor a:not(.elementor-button):not(.btn):hover {
  -webkit-text-stroke: thin;
  color: #1C1D20;
}
article.article ul:not(.gform_fields), article.article ol:not(.gform_fields), .b-post__body ul:not(.gform_fields), .b-post__body ol:not(.gform_fields), .cat-content ul:not(.gform_fields), .cat-content ol:not(.gform_fields), .about-pages__content ul:not(.gform_fields), .about-pages__content ol:not(.gform_fields), .eael-accordion-content ul:not(.gform_fields), .eael-accordion-content ol:not(.gform_fields), .course-content ul:not(.gform_fields), .course-content ol:not(.gform_fields), .elementor-widget-text-editor ul:not(.gform_fields), .elementor-widget-text-editor ol:not(.gform_fields) {
  padding-right: 30px;
  list-style: revert;
  margin-top: 15px;
}
article.article ul li, article.article ol li, .b-post__body ul li, .b-post__body ol li, .cat-content ul li, .cat-content ol li, .about-pages__content ul li, .about-pages__content ol li, .eael-accordion-content ul li, .eael-accordion-content ol li, .course-content ul li, .course-content ol li, .elementor-widget-text-editor ul li, .elementor-widget-text-editor ol li {
  margin-bottom: 10px;
}
article.article em, .b-post__body em, .cat-content em, .about-pages__content em, .eael-accordion-content em, .course-content em, .elementor-widget-text-editor em {
  font-style: italic;
}
article.article img.alignright, .b-post__body img.alignright, .cat-content img.alignright, .about-pages__content img.alignright, .eael-accordion-content img.alignright, .course-content img.alignright, .elementor-widget-text-editor img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
article.article img.alignleft, .b-post__body img.alignleft, .cat-content img.alignleft, .about-pages__content img.alignleft, .eael-accordion-content img.alignleft, .course-content img.alignleft, .elementor-widget-text-editor img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
article.article .elementor-widget-container p, .b-post__body .elementor-widget-container p, .cat-content .elementor-widget-container p, .about-pages__content .elementor-widget-container p, .eael-accordion-content .elementor-widget-container p, .course-content .elementor-widget-container p, .elementor-widget-text-editor .elementor-widget-container p {
  font-size: inherit;
}

abbr {
  text-decoration: none;
}

body .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, body .gform_wrapper.gravity-theme .gfield_consent_description {
  max-height: none;
  overflow: visible;
}
body .gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}
body .gform_wrapper.gravity-theme .gfield_description a {
  text-decoration: underline;
}
body .gform_wrapper.gravity-theme .gfield_description a:hover {
  color: #A1C05E;
}
body .gform_wrapper.gravity-theme .select2-container[dir=rtl] .select2-selection--single {
  height: 4rem;
}
body .gform_wrapper.gravity-theme .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  height: 2.5rem;
  line-height: 2.5rem;
  padding-right: 0;
  color: #A1C05E;
}
body .gform_wrapper.gravity-theme .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
  left: 0;
}
body .gform_wrapper.gravity-theme .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  border-top-color: #A1C05E;
}
body .gform_wrapper.gravity-theme .gfield {
  position: relative;
  padding: 3rem 3.5% 0;
  margin-bottom: 3rem;
}
body .gform_wrapper.gravity-theme .gfield.gfield--width-full {
  padding: 2rem 2rem 0;
}
body .gform_wrapper.gravity-theme .gfield.gfield--type-select {
  padding-top: 2rem;
}
body .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload input[type=file] {
  margin-right: 0;
  color: transparent;
}
body .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload input[type=file]::-webkit-file-upload-button {
  float: left;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  background-image: url("../pic/icon/icon-attach.png");
  background-repeat: no-repeat;
}
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=file],
body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single,
body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 100%;
  color: #A1C05E;
  font-family: "Assistant", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  padding: 0;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
}
body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme input[type=file]::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme select::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(33, 37, 41, 0.8);
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}
body .gform_wrapper.gravity-theme input[type=text]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=password]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=email]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=url]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=time]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=date]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=datetime-local]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=tel]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=number]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=search]:-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=file]:-moz-placeholder,
body .gform_wrapper.gravity-theme select:-moz-placeholder, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:-moz-placeholder,
body .gform_wrapper.gravity-theme textarea:-moz-placeholder, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(33, 37, 41, 0.8);
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}
body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
body .gform_wrapper.gravity-theme input[type=file]::-moz-placeholder,
body .gform_wrapper.gravity-theme select::-moz-placeholder, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single::-moz-placeholder,
body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(33, 37, 41, 0.8);
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}
body .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme input[type=file]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme select:-ms-input-placeholder, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:-ms-input-placeholder,
body .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(33, 37, 41, 0.8);
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}
body .gform_wrapper.gravity-theme input[type=text]:hover, body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=password]:hover,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=email]:hover,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=url]:hover,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=time]:hover,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=date]:hover,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:hover,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:hover,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=number]:hover,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=search]:hover,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=file]:hover,
body .gform_wrapper.gravity-theme input[type=file]:focus,
body .gform_wrapper.gravity-theme select:hover,
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:hover, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:focus,
body .gform_wrapper.gravity-theme textarea:hover,
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):hover, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):focus {
  border-color: #A1C05E;
}
body .gform_wrapper.gravity-theme input[type=text].inline,
body .gform_wrapper.gravity-theme input[type=password].inline,
body .gform_wrapper.gravity-theme input[type=email].inline,
body .gform_wrapper.gravity-theme input[type=url].inline,
body .gform_wrapper.gravity-theme input[type=time].inline,
body .gform_wrapper.gravity-theme input[type=date].inline,
body .gform_wrapper.gravity-theme input[type=datetime-local].inline,
body .gform_wrapper.gravity-theme input[type=tel].inline,
body .gform_wrapper.gravity-theme input[type=number].inline,
body .gform_wrapper.gravity-theme input[type=search].inline,
body .gform_wrapper.gravity-theme input[type=file].inline,
body .gform_wrapper.gravity-theme select.inline, body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single.inline,
body .gform_wrapper.gravity-theme textarea.inline, body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio).inline {
  width: auto;
}
.line-input body .gform_wrapper.gravity-theme input[type=text],
.line-input body .gform_wrapper.gravity-theme input[type=password],
.line-input body .gform_wrapper.gravity-theme input[type=email],
.line-input body .gform_wrapper.gravity-theme input[type=url],
.line-input body .gform_wrapper.gravity-theme input[type=time],
.line-input body .gform_wrapper.gravity-theme input[type=date],
.line-input body .gform_wrapper.gravity-theme input[type=datetime-local],
.line-input body .gform_wrapper.gravity-theme input[type=tel],
.line-input body .gform_wrapper.gravity-theme input[type=number],
.line-input body .gform_wrapper.gravity-theme input[type=search],
.line-input body .gform_wrapper.gravity-theme input[type=file],
.line-input body .gform_wrapper.gravity-theme select, .line-input body .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single,
.line-input body .gform_wrapper.gravity-theme textarea, .line-input body .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  border-radius: 0;
}

body .gform_wrapper.gravity-theme .gfield textarea.large, body .gform_wrapper.gravity-theme textarea {
  height: 110px;
}
body .gform_wrapper.gravity-theme .file-upload-button {
  opacity: 0;
}
body .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-left: 0;
  border: solid 1px #A1C05E;
  border-radius: 0px;
  color: #000000;
  font-size: 1.9rem;
  background: #A1C05E;
  max-width: 200px;
  margin: auto;
  width: 100%;
  font-weight: 400;
  padding: 1.6rem;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button:after {
  content: "\f060";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 700;
}
body .gform_wrapper.gravity-theme .gform_fileupload_rules {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0;
}
body .gform_wrapper.gravity-theme .gfield_label {
  color: #A1C05E;
  position: absolute;
  top: 1.8rem;
  right: 3.5%;
  z-index: 0;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  line-height: 1 !important;
  font-size: 1.9rem;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  color: #A1C05E;
  font-size: 2rem;
}
body .gform_wrapper.gravity-theme .gfield_label.on, body .gform_wrapper.gravity-theme .gfield_label.show {
  top: 0;
  color: #fff;
  font-size: 1.6rem;
}
body .gform_wrapper.gravity-theme .hidden_label .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_price {
  background-color: #F4F4F4;
  padding: 2rem 7.5rem 2rem 2.5rem;
  margin-bottom: 1.2rem;
  position: relative;
  background-image: url("../pic/icon/heart-care-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 40px;
}
body .gform_wrapper.gravity-theme .gfield_price .gfield_label {
  font-size: 1.9rem;
  font-weight: 400;
  color: #A1C05E;
}
body .gform_wrapper.gravity-theme .gfield_price .ginput_container {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  min-width: 120px;
}
body .gform_wrapper.gravity-theme .gfield_price .ginput_product_price_label {
  display: none;
}
body .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, body .gform_wrapper.gravity-theme .gfield_consent_description {
  border: 0;
  padding-right: 4rem;
  margin-top: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}
.bg-primary body .gform_wrapper.gravity-theme input[type=text], .bg-primary body .gform_wrapper.gravity-theme .btn, .bg-primary body .gform_wrapper.gravity-theme .button {
  background: #fff;
  height: 4.6rem;
}
.bg-primary body .gform_wrapper.gravity-theme .btn, .bg-primary body .gform_wrapper.gravity-theme .button {
  color: #212529;
}
.bg-primary body .gform_wrapper.gravity-theme .gfield_validation_message {
  color: #fff;
  position: absolute;
  font-size: 13px;
  margin-top: -22px;
}
.bg-primary body .gform_wrapper.gravity-theme .gform_submission_error {
  font-size: 1.8rem;
  color: #fff;
}

audio::-webkit-media-controls-enclosure {
  background: #fff;
}

input::-internal-media-controls-segmented-track {
  background: #212529;
}

.select2-container.select2-container--default .select2-dropdown {
  background-color: #000;
  border-top: 1px solid #fff;
  z-index: 11;
}
.select2-container.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
.select2-container.select2-container--default .select2-results__option {
  min-height: 70px;
  line-height: 70px;
  font-size: 2rem;
  color: #fff;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
}
.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #212529;
  background-color: #fff !important;
}
.select2-container.select2-container--default .select2-results__option--selected:not(.highlighted) {
  background-color: transparent;
}

.select2-container--open .select2-dropdown--below {
  border-color: #EDF5FB;
}

.select-wrp:not(.form-row), .select-wrp.form-row .select2-selection {
  position: relative;
  display: inline-block;
  display: inline-flex;
  color: #212529;
  /* Remove IE arrow */
}
.select-wrp:not(.form-row):after, .select-wrp.form-row .select2-selection:after {
  content: "";
  content: "\e90d";
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  left: 40px;
  top: 18px;
  color: #412236;
  font-size: 1.4rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select-wrp:not(.form-row) select, .select-wrp.form-row .select2-selection select {
  flex: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  border-bottom: 2px solid #212529;
  background-image: none;
  padding: 0 2rem;
  color: #212529;
  font-size: 1.6rem;
  min-width: 170px;
}
.select-wrp:not(.form-row) select::-ms-expand, .select-wrp.form-row .select2-selection select::-ms-expand {
  display: none;
}

.menu-icon, .menu-icon--aside {
  display: inline-block;
  width: 5.5rem;
  height: 6rem;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.menu-is-open .menu-icon, .menu-is-open .menu-icon--aside {
  z-index: 200;
  color: #c4cbc4;
}
.menu-is-open .menu-icon.burger span, .menu-is-open .menu-icon.burger:before, .menu-is-open .menu-icon.burger:after, .menu-is-open .menu-icon--aside.burger span, .menu-is-open .menu-icon--aside.burger:before, .menu-is-open .menu-icon--aside.burger:after {
  color: #c4cbc4;
}

@media screen and (min-width: 1024px) {
  .menu-icon:hover, .menu-icon--aside:hover {
    color: #011C52;
  }
  .menu-icon:hover.burger span, .menu-icon:hover.burger:before, .menu-icon:hover.burger:after, .menu-icon--aside:hover.burger span, .menu-icon--aside:hover.burger:before, .menu-icon--aside:hover.burger:after {
    color: #011C52;
    transition: color 0.3s ease;
  }
}
.menu-icon.large, .menu-icon--aside.large {
  width: 2rem;
  height: 1.8rem;
}
.menu-icon:focus, .menu-icon--aside:focus {
  outline: none;
}
.menu-icon.burger span, .menu-icon--aside.burger span {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  width: 100%;
  transition: border-bottom 1s ease-in-out;
  position: relative;
  top: -5px;
}
.menu-icon.burger span:before, .menu-icon.burger span:after, .menu-icon--aside.burger span:before, .menu-icon--aside.burger span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #fff;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
}
.menu-icon.burger.on:after, .menu-icon--aside.burger.on:after {
  transition: all 0.2s;
  width: 0;
  left: 0;
}
.menu-icon.burger.on:before, .menu-icon--aside.burger.on:before {
  transition: all 0.2s;
  width: 0;
  right: 0;
}
.menu-icon.burger.on span, .menu-icon--aside.burger.on span {
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}
.menu-icon.burger.on span:before, .menu-icon--aside.burger.on span:before {
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}

.menu-icon--aside.burger {
  height: 16px;
  position: absolute;
  right: 15px;
  width: 95px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2rem;
  margin: -30px -15px 0 30px;
}
.menu-icon--aside.burger label {
  font-weight: 500;
}
.menu-icon--aside.burger:before, .menu-icon--aside.burger:after, .menu-icon--aside.burger span {
  width: 25px;
  right: 0;
  height: 2px;
}
.menu-icon--aside.burger span:before {
  height: 2px;
}
.menu-icon--aside.burger[aria-expanded=true] label, .menu-icon--aside.burger[aria-expanded=true] span {
  display: none;
}
.menu-icon--aside.burger[aria-expanded=true]:before {
  transform: rotate(45deg);
}
.menu-icon--aside.burger[aria-expanded=true]:after {
  transform: rotate(-45deg);
  margin-top: 15px;
}

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.section, .s-section {
  width: 100%;
  position: relative;
  padding: 6.5rem 0;
}
.section.no-padding, .s-section.no-padding {
  padding: 0;
}
.section.pb-0, .s-section.pb-0 {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .section, .s-section {
    padding: 6rem 0;
  }
}
@media (max-width: 767.98px) {
  .section, .s-section {
    padding: 6rem 0;
  }
}
.section.text-white, .s-section.text-white {
  color: #fff;
}
.section.text-white *, .s-section.text-white * {
  color: currentColor;
}
.section.m-purple, .s-section.m-purple {
  background-color: #634180;
  color: #fff;
}
.section.m-purple *, .s-section.m-purple * {
  color: currentColor;
}
.section.m-grey, .s-section.m-grey {
  background-color: #ebeff3;
}
.section.m-lightgrey, .s-section.m-lightgrey {
  background-color: #F4F4F4;
}

.section-bg {
  position: relative;
}
.section-bg.bg-primary {
  background-color: #A1C05E !important;
}
.section-bg.bg-primary-dark {
  background-color: #222;
}
.section-bg.bg-pattern-light {
  /*background: url("../img/common/bg__pattern-light.png");*/
}
.section-bg .bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-bg .bg-img.bg-parallax {
  transform: scale(1.1);
  background-position: center center;
}
.section-bg .bg-img--fixed {
  background-attachment: fixed;
}
.section-bg .bg-img img {
  opacity: 0;
  visibility: hidden;
}
.section-bg__accent-gradient {
  background-image: linear-gradient(0deg, #DBB42C 0%, #F5C931 100%);
}
.section-bg .container, .section-bg .section-title, .section-bg .row {
  position: relative;
}

.has-triangle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-style: solid;
  z-index: 11;
}
.has-triangle.right_white:after {
  right: 0;
  border-width: 0 80px 80px 0;
  border-color: transparent #fff transparent transparent;
}
.has-triangle.right_white.t-large:after {
  border-width: 0 120px 100px 0;
}
.has-triangle.right_grey:after {
  right: 0;
  border-width: 0 80px 80px 0;
  border-color: transparent #F4F4F4 transparent transparent;
}
.has-triangle.right_grey.t-large:after {
  border-width: 0 120px 100px 0;
}
.has-triangle.left_white:after {
  left: 0;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent transparent #fff;
}
.has-triangle.left_white.t-large:after {
  border-width: 0 0 100px 120px;
}
.has-triangle.left_grey:after {
  left: 0;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent transparent #F4F4F4;
}
.has-triangle.left_grey.t-large:after {
  border-width: 0 0 100px 120px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.video-wrap:not(.fancy-image) {
  box-shadow: -10px 20px 20px 0 rgba(6, 6, 71, 0.15);
  overflow: hidden;
  height: 100%;
}
.video-wrap .video-player .btn__modal--play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  font-size: 2rem;
  text-decoration: none;
  background-color: #fff;
  color: #1C1D20;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrap img {
  display: block;
  height: auto;
}
.video-wrap iframe {
  height: 100%;
  width: 100%;
}

.fancy-image {
  position: relative;
}
.fancy-image:before {
  content: "";
  position: absolute;
  top: 40px;
  width: calc(100% - 30px);
  height: calc(100% - 20px);
  background-color: #ddd;
}
.fancy-image img, .fancy-image .video-player {
  position: relative;
  box-shadow: -17px 20px 0 -6px rgba(0, 0, 0, 0.1);
}
.fancy-image .video-player .btn__modal--play {
  z-index: 1;
  width: 11rem;
  height: 11rem;
  line-height: 8rem;
  background-color: rgba(161, 192, 94, 0.9);
  border: 12px solid #fff;
  color: #fff;
  font-size: 3rem;
}
.fancy-image .video-player .btn__modal--play i {
  margin-left: 4px;
}
.fancy-image.to-left {
  padding-left: 20px;
}
.fancy-image.to-left:before {
  left: 0;
}

.video-wrap.bg-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-wrap.bg-img img {
  opacity: 0;
  visibility: hiddven;
}
.video-wrap.bg-img iframe, .video-wrap.bg-img video {
  width: 100%;
  height: 100%;
}
.video-wrap.bg-img iframe {
  background-size: cover;
}
.video-wrap.bg-img iframe video {
  background-size: cover;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: cover;
}

.holder-clickable {
  cursor: pointer;
}

.elementor-button.color-dark {
  border-color: #212529 !important;
  color: #212529 !important;
}
.elementor-button i, .elementor-button .elementor-button-icon {
  margin-right: 10px;
}

.btn, .button {
  border-radius: 2px;
  background: #A1C05E;
  position: relative;
  font-family: "Assistant", sans-serif;
  display: inline-block;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  padding: 1.5rem 2.5rem;
  text-align: center;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.btn:link, .button:link {
  text-decoration: none;
}
.btn:link:hover, .button:link:hover {
  text-decoration: none;
}
.btn:after, .button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  margin-right: 1rem;
  font-size: 80%;
}
.btn:hover, .button:hover {
  background: #011C52;
  border-color: #011C52;
  color: #fff;
}
.btn:active, .button:active {
  background: #011C52;
  border-color: #011C52;
  color: #fff;
}
.btn.m-outline, .button.m-outline {
  background-color: transparent;
  color: #A1C05E;
  border: 2px solid #A1C05E;
}
.btn.m-outline:hover, .button.m-outline:hover {
  background-color: #A1C05E;
  color: #fff;
}
.btn.m-outline.dark, .button.m-outline.dark {
  color: #212529;
  border-color: #212529;
}
.btn.m-outline.dark:hover, .button.m-outline.dark:hover {
  background-color: #212529;
  color: #fff;
}
.btn.m-outline.m-white, .button.m-outline.m-white {
  border-color: #fff;
  color: #fff;
}
.btn.m-outline.m-white:hover, .button.m-outline.m-white:hover {
  background-color: #fff;
  color: #A1C05E;
}
.btn.m-shadow, .button.m-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
}
.btn.m-fixed, .button.m-fixed {
  width: 22.6rem;
}
.btn.m-small, .button.m-small {
  min-width: 12rem;
  padding: 0.8rem 2rem;
  font-size: 1.8rem;
}
.btn.m-rounded, .button.m-rounded {
  border-radius: 100px;
}
.btn.btn-dark, .btn .xoo-wsc-chkt, .button.btn-dark, .button .xoo-wsc-chkt {
  font-size: 2.3rem;
  background: #011C52;
  border-color: #011C52;
}
.btn.btn-dark:hover, .btn .xoo-wsc-chkt:hover, .button.btn-dark:hover, .button .xoo-wsc-chkt:hover {
  background: #A1C05E;
  border-color: #A1C05E;
}
.btn.btn-orange, .button.btn-orange {
  background-color: #ffb606;
  color: #A1C05E;
}
.btn.btn-primary-light, .button.btn-primary-light {
  background: #2b59c3;
  border-color: #2b59c3;
  color: #fff;
  font-size: 1.8rem;
}
.btn.btn-primary-light:hover, .button.btn-primary-light:hover {
  background: #011C52;
  border-color: #011C52;
}
.btn i, .button i {
  font-size: 80%;
  margin-right: 1rem;
}
.btn.btn-group, .button.btn-group {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.btn.btn-group span:not(.icon-wrp), .button.btn-group span:not(.icon-wrp) {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.btn.m-white:not(.m-outline):not(:hover), .button.m-white:not(.m-outline):not(:hover) {
  background-color: #fff;
  color: #A1C05E;
}
.btn.m-white:not(.m-outline):not(:hover):before, .button.m-white:not(.m-outline):not(:hover):before {
  background-color: #fff;
}
.btn.m-white:not(.m-outline):not(:hover):after, .button.m-white:not(.m-outline):not(:hover):after {
  border-left-color: #fff;
}
.btn.m-white:not(.m-outline):hover, .button.m-white:not(.m-outline):hover {
  color: #fff;
}
.btn.btn-flat, .button.btn-flat {
  background: transparent;
  color: #064a89;
  font-weight: 600;
  border-color: #064a89;
}
.btn.btn-flat:hover, .button.btn-flat:hover {
  color: #fff;
  background-color: #064a89;
}
.btn .icon-wrp, .button .icon-wrp {
  border-left: 1px solid #f8f8f8;
  display: inline-block;
  width: 5.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.elementor-button i {
  font-size: 80%;
}

.btn-group .btn + .btn {
  margin-right: 1.5rem;
}

.pdfLink a {
  font-size: 2rem;
  font-weight: 600;
}
.pdfLink a:after {
  content: "›";
  padding-right: 15px;
  font-size: 32px;
  top: 2px;
  position: relative;
}

.icon-box {
  text-align: center;
  margin-bottom: 4rem;
}
.icon-box .icon-wrp {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F6F6;
}
.icon-box .icon-wrp img {
  max-height: 90px;
}
.icon-box h3 {
  font-weight: 800;
  font-size: 3rem;
  color: #A1C05E;
  margin: -3rem 0px 2rem;
}
.icon-box p {
  line-height: 1.3;
}
@media (min-width: 992px) {
  .icon-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/***************
 TABS
***************/
.b-tabs-list {
  list-style: none !important;
}
.b-tabs-list li {
  margin: 0 1px;
}
.b-tabs-list li a {
  display: block;
  padding: 10px;
  background: #f2f6f9;
  color: #212529;
  transition: all 0.2s;
  text-decoration: none;
}
.b-tabs-list li a:hover, .b-tabs-list li a.is-active {
  color: #fff;
  background: #A1C05E;
}

.tabs-content, .tab-content {
  margin-top: 30px;
  border: none;
  background: none;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
}
.tabs-content.visible, .tab-content.visible {
  visibility: visible;
}
.tabs-content--padding, .tab-content--padding {
  padding-top: 2rem;
}
.tabs-content .b-tab, .tab-content .b-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
}
.tabs-content .b-tab.is-active, .tab-content .b-tab.is-active {
  opacity: 1;
  z-index: 50;
  visibility: visible;
  position: relative;
}
.tabs-content .b-tab:before, .tab-content .b-tab:before {
  content: "";
  position: absolute;
  right: 15px;
  width: 3px;
  height: 100%;
  background: #A1C05E;
}
.tabs-content .b-tab .letter, .tab-content .b-tab .letter {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #A1C05E;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.tabs-content .b-tab .card, .tab-content .b-tab .card {
  padding-right: 60px;
}
.tabs-content .b-tab .card:not(:last-child), .tab-content .b-tab .card:not(:last-child) {
  margin-bottom: 15px;
}
.tabs-content .b-tab .card h3, .tab-content .b-tab .card h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #212529;
}
.tabs-content .b-tab:not(:last-child), .tab-content .b-tab:not(:last-child) {
  padding-bottom: 35px;
}

article.article .media-item {
  margin-bottom: 4rem;
}
article.article .media-item h4 {
  color: #212529;
  margin-top: 0;
}
article.article .media-item p {
  font-size: 1.9rem;
  line-height: 1.6;
}
article.article .media-item .read-more a {
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 576px) {
  article.article .media-item figure img {
    max-height: 130px;
  }
}

.b-social-list li:not(:first-child) {
  margin-right: 1.7rem;
}
.b-social-list li a {
  color: #fff;
  font-size: 2rem;
}

/***************
  checkbox Buttons
***************/
/* Remove default checkbox Buttons */
[type=checkbox] {
  visibility: hidden;
  position: absolute;
  width: 30px;
  height: 30px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 40px;
  color: #fff;
  line-height: 1.15;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  border-radius: 2px;
  min-height: 30px;
  font-size: 2rem;
  margin-bottom: 0;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.Windows [type=checkbox]:not(:checked) + label,
.Windows [type=checkbox]:checked + label {
  line-height: 1;
}

[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: "";
  position: absolute;
  line-height: 1;
  width: 30px;
  height: 30px;
  z-index: 0;
  color: #fff;
  border-radius: 0;
  box-sizing: border-box;
}

/* Unchecked styles */
[type=checkbox] + label:before {
  border: 1px solid #A1C05E;
  top: 1px;
  left: 0;
  border: 1px solid #A1C05E;
  transition: border 0.2s, box-shadow 0.2s, transform 0.2s;
}

[type=checkbox]:not(:checked):hover + label:before {
  box-shadow: none;
}

[type=checkbox] + label:after {
  top: 6px;
  position: absolute;
  content: "";
  right: 4%;
  opacity: 0;
  display: inline-block;
  width: 0.8rem;
  height: 1.6rem;
  border-left: 0.1em solid white;
  border-top: 0.1em solid white;
  transform: rotate(-135deg) scale(0);
  margin-left: 0.5em;
  transition: all 0.35s linear;
}

/* Checked styles */
[type=checkbox]:checked + label {
  color: #fff;
}

[type=checkbox]:checked + label:after {
  transform: scale(1) rotate(-135deg);
  opacity: 1;
}

/* Disabled style */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
}

[type=checkbox]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.3);
}

[type=checkbox]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}

.white-box_wrapper:not(.has-tabs_wrapper) {
  background: #FFFFFF;
  box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 20px;
}
.white-box_wrapper.has-tabs_wrapper form .gform_body {
  background: #FFFFFF;
  box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
}
@media (min-width: 576px) {
  .white-box_wrapper:not(.has-tabs_wrapper) {
    padding: 40px 50px;
  }
}

.s-video .video_caption p {
  font-size: 1.8rem;
  line-height: 1.35;
}

.contact-details li {
  margin-bottom: 15px;
}
.contact-details li.has-icn {
  padding-right: 3.3rem;
  position: relative;
}
.contact-details li.has-icn i {
  position: absolute;
  right: 0;
  font-size: 2.2rem;
  color: #A1C05E;
}

body #pojo-a11y-toolbar {
  top: calc(100% - 80px) !important;
}
body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  transform: translateY(calc(-100% + 50px));
}

.xoo-wsc-header {
  background: #A1C05E;
  color: #fff;
}

.inline-menu li {
  margin-bottom: 0.8rem;
}
.inline-menu li a {
  color: #212529;
  font-size: 2rem;
  font-weight: 600;
}
.inline-menu li a i {
  margin-right: 0.6rem;
  font-size: 85%;
}
.inline-menu li a:hover {
  color: #A1C05E;
}

@media (min-width: 768px) {
  .inline-menu {
    column-count: 2;
  }
  ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .contact-form {
    padding-left: 8rem;
  }
  .break-grid-left, .break-grid-right {
    flex: 0 0 50vw;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .break-grid-left:not(.auto-height) img, .break-grid-right:not(.auto-height) img {
    height: 100%;
  }
  .break-grid-left {
    right: calc(-1 * (50vw - 100%) / 2);
  }
  .break-grid-right {
    margin-right: calc(-50vw + 50%);
  }
  .break-grid-right img {
    left: 0;
  }
  .elementor-hidden-desktop {
    display: none;
  }
}
body.rtl [class*=offset-] {
  margin-left: 0;
}
body.rtl [type=checkbox]:not(:checked) + label,
body.rtl [type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 40px;
}
body.rtl [type=checkbox] + label:before {
  left: auto;
  right: 0;
}
body.rtl .xoo-wsc-icon-atc, body.rtl .xoo-wsc-sum-col {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .xoo-wsc-price {
  display: flex;
}
body.rtl .xoo-wsc-price .woocommerce-Price-amount {
  margin-right: 6px;
}
body.rtl .xoo-wsc-close {
  left: 20px;
  right: auto;
}
body.rtl #swipebox-overlay {
  background: rgba(0, 0, 0, 0.7);
}
body.rtl #swipebox-container {
  direction: ltr;
}
body.rtl #swipebox-slider .slide img {
  max-height: 80%;
  border: 6px solid #fff !important;
}
body.rtl a.pp_expand, body.rtl a.pp_contract, body.rtl a.pp_close {
  z-index: 20000;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 576px) {
  body.rtl .offset-sm-6 {
    margin-right: 50%;
  }
}
@media (min-width: 768px) {
  body.rtl .offset-md-1 {
    margin-right: 8.33333%;
  }
  body.rtl .offset-md-2 {
    margin-right: 16.66667%;
  }
  body.rtl .offset-md-3 {
    margin-right: 25%;
  }
}
@media (min-width: 992px) {
  body.rtl .offset-lg-1 {
    margin-right: 8.33333%;
  }
  body.rtl .offset-lg-2 {
    margin-right: 16.66667%;
  }
}
@media (min-width: 1200px) {
  body.rtl .offset-xl-1 {
    margin-right: 8.33333%;
  }
  body.rtl .offset-xl-2 {
    margin-right: 16.66667%;
  }
}

@media (max-width: 767.98px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    margin-top: 2rem;
    padding: 0;
  }
}
.sgpb-popup-close-button-1 {
  bottom: auto !important;
  top: 10px;
  width: 30px;
  height: 30px;
}

.sgpb-theme-1-content {
  box-shadow: 0 0 0 3px #A1C05E !important;
  width: 400px !important;
}
.sgpb-theme-1-content .sgpb-main-html-content-wrapper {
  padding: 0 20px;
}
.sgpb-theme-1-content .wp-block-image {
  max-width: 200px;
  margin: 2rem auto 1rem;
}
.sgpb-theme-1-content h4 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  color: #212529;
  font-weight: 700;
}
.sgpb-theme-1-content h5 {
  color: #A1C05E;
  font-size: 2rem;
}
.sgpb-theme-1-content .gform_wrapper.gravity-theme input:not([type=submit]) {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #212529;
}
.sgpb-theme-1-content .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
}
.sgpb-theme-1-content .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
}

.modal-backdrop.show {
  background-color: #000;
  opacity: 0.9;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.b-table {
  font-size: 1.8rem;
  color: #212529;
}
.b-table .b-box-event__subtitle a {
  color: currentColor;
}
.b-table .b-box-event__subtitle a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
}
.b-table .data-cell, .b-table [class*=data-cell] {
  padding: 2.2rem 1.3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .b-table .data-cell[data-cell-title], .b-table [class*=data-cell][data-cell-title] {
    flex-wrap: wrap;
  }
  .b-table .data-cell[data-cell-title]:before, .b-table [class*=data-cell][data-cell-title]:before {
    content: attr(data-cell-title);
    display: block;
    width: 100%;
    color: #979797;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.b-table .data-cell .title-txt, .b-table [class*=data-cell] .title-txt {
  font-size: 1.8rem;
  font-weight: normal;
}
.b-table__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.65rem;
  margin-left: -0.65rem;
}
.b-table__row .b-table__row {
  flex: 1;
}
.b-table__col {
  display: inline-flex;
}
.b-table__col.text-center {
  justify-content: center;
}
.b-table__col-desc {
  background: #282828;
  margin-bottom: -1px;
}
.b-table__col-desc-inner {
  padding: 2rem 2.5rem 3.5rem 2.5rem;
}
.b-table__header {
  font-size: 1.8rem;
  background-color: #f4f4f4;
}
.b-table .b-table__header a {
  color: #212529;
}

.b-table[class*=_border-line] .b-table__header .data-cell, .b-table[class*=_border-line] .b-table__header [class*=data-cell] {
  padding-top: 0;
}

.b-table[class*=_border-line][data-accordion] .b-table__header .data-cell, .b-table[class*=_border-line][data-accordion] .b-table__header [class*=data-cell] {
  padding: 2.2rem 1.3rem;
}

.b-table__body {
  overflow: hidden;
}
.b-table__body .b-table__row {
  border-bottom: 1px solid #616264;
  flex: 1;
}
.b-table__body .b-table__row .b-table__row {
  border: none;
}
.b-table__row-filter .b-table-filter {
  padding-right: 0;
  margin-right: 0;
  flex-wrap: wrap;
}
.b-table__row-filter .b-table-filter__lbl {
  align-self: center;
}
.b-table__row-filter .b-table-filter__list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: block;
  flex-wrap: wrap;
  flex: auto;
  justify-content: flex-start;
}
.b-table .score-text {
  font-family: "HadasaFriedlaender", serif;
  font-weight: 600;
  font-size: 5.76rem;
}
.b-table__header-sortable {
  display: none;
}
.b-table__header-sortable.b-table__cole:not(.data-cell) {
  padding-left: 0;
}
.is-open .b-table__header-sortable {
  display: block;
}

.b-table__header-sortable .b-table__row + .b-table__row {
  margin-top: -2.2rem;
}
.b-table-filter {
  flex: 1;
  display: flex;
  padding-right: 1.3rem;
  margin-right: 1.3rem;
  color: #616264;
}
.b-table-filter a {
  color: currentColor;
}
.b-table-filter__lbl {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #A8A8A8;
  margin-left: 2.6rem;
  font-size: 1.8rem;
}
.b-table-filter__list {
  flex: 1;
  font-size: 0;
  display: inline-flex;
  justify-content: space-between;
}
.b-table-filter__list li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.b-table-filter__list li.is-active a {
  color: #011C52;
  background: #282828;
}
.b-table-filter__list a {
  padding: 0.4rem 1rem;
  display: block;
  font-size: 1.8rem;
  color: #616264;
}
.b-table-filter__list a:hover, .b-table-filter__list a.is-active {
  color: #011C52;
  background: #282828;
}
.b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #616264;
}
.b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover, .b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]).is-active {
  color: #011C52;
  background: #282828;
}
.b-table-filter__list a:hover {
  text-decoration: none;
}
.b-table .sortable-link {
  color: #2A2A2A;
  font-size: 1.8rem;
}
.b-table .sortable-link:hover {
  color: #011C52;
}
.b-table .sortable-link:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #2A2A2A;
}
.b-table .sortable-link:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover {
  color: #011C52;
}
.b-table .sortable-link:hover {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .s-content__body .b-table {
    margin-top: 1.8rem;
  }
  .b-table__col.data-cell--name ~ [data-cell-title] {
    padding-top: 0;
  }
  .b-table-filter__list li a {
    margin-top: 1rem;
    border: 1px solid;
  }
  .b-table__header-sortable {
    padding-bottom: 2.2rem;
  }
  .b-table__header-sortable .data-cell {
    padding-bottom: 0 !important;
  }
}

.b-box-event {
  color: #212529;
}
.b-box-event [class^=text--] a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event .text--grey {
  color: #6D6D6D;
}
.b-box-event .text--grey a {
  color: currentColor;
}
.b-box-event .text--grey a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event .text--grey a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover {
  text-decoration: none;
}
.b-box-event .text--grey a:hover {
  text-decoration: none;
}
.b-box-event--inline {
  display: flex;
  flex-wrap: wrap;
}
.b-box-event--inline .b-box-event__pic {
  position: relative;
  flex: 0 1 auto;
  max-width: 14rem;
}
.b-box-event--inline .b-box-event__body {
  flex: 1;
  padding: 0 1.2rem;
}
.b-box-event a:not([class*=link-edit]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event a:hover {
  text-decoration: none;
}
.b-box-event__body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.b-box-event__title {
  font-weight: 600;
}
.b-box-event__subtitle {
  font-size: 2.4rem;
}
.b-box-event__txt {
  font-size: 2rem;
}
.b-box-event__txt p {
  font-size: 100%;
}
.b-box-event__pic {
  position: relative;
  line-height: 1;
}

[data-accordion].b-table[class*=_border-line] {
  padding-top: 0;
}
[data-accordion] [data-accordion-itm].is-open {
  border-bottom: 0.9rem solid #DCDCDE;
}
[data-accordion] [data-accordion-itm].is-open [data-accordion-title]:before {
  transform: rotate(-90deg);
}
[data-accordion] [data-accordion-title] {
  position: relative;
  color: #212529;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 3px;
}
[data-accordion] [data-accordion-title] i {
  font-size: 1.5rem;
  line-height: 1.9;
}
[data-accordion] [data-accordion-title] a {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  text-decoration: none;
}
[data-accordion] [data-accordion-title] a:hover {
  -webkit-text-stroke: 0;
  color: #A1C05E;
}
[data-accordion] [data-accordion-title] a[aria-expanded=true] {
  background-color: #A1C05E;
  color: #fff;
}
[data-accordion] [data-accordion-title] a[aria-expanded=true] i:before {
  content: "\e91b";
}
[data-accordion] [class^=title-] {
  font-weight: 700;
}
[data-accordion] .b-table__content {
  padding: 2.5rem 2rem 3rem;
}
[data-accordion] .b-table__content > .b-table__row:last-of-type {
  border-bottom: 0;
}
[data-accordion].b-accordion .b-accordion-itm.is-open {
  border-bottom: none;
}
[data-accordion].b-accordion .b-accordion-itm [data-accordion-title]:before {
  font-size: 2rem;
  margin-left: 1rem;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?nbowms");
  src: url("../fonts/icomoon.eot?nbowms#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nbowms") format("truetype"), url("../fonts/icomoon.woff?nbowms") format("woff"), url("../fonts/icomoon.svg?nbowms#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].size-xxl, [class*=" icon-"].size-xxl {
  font-size: 6rem;
}

.icon-whatsapp:before {
  content: "\e901";
}

.icon-house:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-angle-down:before {
  content: "\e905";
}

.icon-angle-left:before {
  content: "\e906";
}

.icon-angle-right:before {
  content: "\e907";
}

.icon-share:before {
  content: "\e908";
}

.icon-heart:before {
  content: "\e909";
}

.icon-info:before {
  content: "\e90a";
}

.icon-long-arrow-left:before {
  content: "\e90b";
}

.icon-arrow-left:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90d";
}

.icon-tiktok:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e90f";
}

.icon-facebook:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e911";
}

.icon-long-arrow-down:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
}

.admin-bar .b-header.m-fixed {
  top: 32px !important;
}

.b-header {
  z-index: 11;
  position: absolute;
  background-color: rgba(4, 4, 4, 0.28);
  transition: all 0.3s ease;
}
.b-header #header_placeholder {
  display: none;
  height: 75px;
}
.b-header__wrp.m-fixed {
  background-color: rgba(10, 10, 10, 0.86);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
  animation-duration: 0.35s;
  animation-name: NavSlideIn;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.b-header.m-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.b-header .row > .columns {
  align-self: center;
}
.b-header__logo {
  margin-right: 1.6rem;
  text-align: center;
  padding-left: 0;
}
.b-header__logo .b-logo {
  display: block;
  position: relative;
  margin: auto;
}
.b-header__logo .logo-img {
  display: block;
  margin-left: 2rem;
}
.b-header__phone {
  padding: 0;
  font-size: 3rem;
}
.b-header__phone a {
  color: #fff;
  display: flex;
  align-items: center;
}
html[lang=ru] .b-header__phone a {
  font-size: 1.8rem;
}

.b-header .speech-bubble {
  position: absolute;
  z-index: 1;
}
.b-header .speech-bubble a {
  background-color: #A1C05E;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  display: block;
}
@media (min-width: 992px) {
  .b-header .speech-bubble {
    width: auto;
    height: auto;
    bottom: auto;
    left: 0;
    top: 70px;
  }
  .b-header .speech-bubble a {
    padding: 2.4rem;
  }
  .b-header .speech-bubble a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #A1C05E;
    border-bottom: 0;
    border-right: 0;
    margin-left: -10px;
    margin-bottom: -20px;
  }
}
@media (min-width: 1800px) {
  .b-header .speech-bubble {
    left: 0;
    top: auto;
  }
}
.b-header .menu-icon.burger {
  background-color: #A1C05E;
  color: #fff;
  padding: 20px 13px 5px;
}
.b-header .menu-icon.burger small {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin-top: -4px;
}
.b-header .search-toggle {
  font-size: 2rem;
  display: inline-block;
}
.b-header .search-toggle i {
  line-height: inherit;
}
.b-header__menu {
  transition: all 0.3s ease-in-out;
}
@keyframes NavSlideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.inner-page .b-header__menu-nav {
  border-bottom: none;
}

.b-header__menu-nav-list > li {
  position: relative;
  height: 1.2;
}
.b-header__menu-nav-list > li:not(:last-child) a:after {
  content: "";
  float: left;
  background-color: #A1C05E;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 2.5rem;
  margin-top: 7px;
}
.b-header__menu-nav-list > li:last-child {
  padding-left: 0;
}
.b-header__menu-nav-list > li.is-active a {
  color: #A1C05E;
}
.b-header__menu-nav-list > li > a {
  display: block;
  line-height: 1.2;
  padding: 0.25rem 1.5rem 0.25rem 1rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}
.b-header__menu-nav-list > li > a:hover, .b-header__menu-nav-list > li > a.is-active {
  color: #A1C05E;
}
.b-header__menu-nav-list > li > a span {
  font-weight: 700;
}
@media (max-width: 1280px) {
  .b-header__menu-nav-list > li > a {
    font-size: 1.6rem;
  }
}
.b-header__menu-nav-list > li.menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  margin-right: 0.7rem;
  font-size: 1.2rem;
  -webkit-text-stroke: thin;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  z-index: 2;
  display: block;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 100%;
  border-top: 2px solid #A1C05E;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 28rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 1rem 0;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu * {
  text-align: right !important;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  font-size: 2.5rem;
  padding: 0.35rem 1.5rem;
  color: #fff;
  background: none;
  line-height: 1.4;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a:hover {
  color: #e8a507;
  background: none;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #A1C05E;
  margin-top: 7px;
}
.b-header__menu-nav-list > li.menu-item-has-children.wide > ul.sub-menu {
  min-width: 35rem;
  display: flex;
  flex-wrap: wrap;
}
.b-header__menu-nav-list > li.menu-item-has-children.wide > ul.sub-menu > li {
  flex: 1 1 50%;
}
.b-header__menu-nav-list > li.menu-item-has-children:hover > a + .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html[lang=ru] .b-header__search {
  display: none;
}

.b-header__search-wrp {
  max-width: 22rem;
}
.b-header__search-form {
  display: block;
  width: 100%;
}
.b-header__search-form input {
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  line-height: 4rem;
  text-align: right;
}
.b-header__search-form input, .b-header__search-form input::-webkit-input-placeholder {
  color: #fff;
}
.b-header__search-form input[type=text] {
  padding: 0.5rem 1.5em;
  margin-bottom: 0;
  width: 17rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  border: 0;
}
.b-header__search-form button[type=submit] {
  width: 3.2rem;
  height: 4rem;
  left: 10px;
  top: 0;
  box-sizing: border-box;
  border: 0;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  padding: 0;
}
.b-header__search-form button[type=submit]:hover {
  color: #A1C05E;
}
.b-header__search-row {
  position: relative;
  display: flex;
}
.b-header__search-row .icon-search {
  font-size: 1.7rem;
  pointer-events: none;
  text-align: center;
}
.b-header__top-menu > ul > li {
  flex-grow: 1;
  line-height: 1;
}
.b-header__top-menu > ul > li:not(:last-of-type) {
  padding-left: 7px;
}
.b-header__top-menu > ul > li:not(:first-of-type) {
  padding-right: 7px;
}
.b-header__top-menu > ul > li.menu-item-has-children {
  position: relative;
}
.b-header__top-menu > ul > li.menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 0.5rem;
  font-size: 0.8rem;
  -webkit-text-stroke: thin;
}
.b-header__top-menu > ul > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  z-index: 2;
  display: block;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 28rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 1rem 0;
}
.b-header__top-menu > ul > li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  font-size: 2.5rem;
  padding: 0.35rem 1.5rem;
  color: #212529;
  background: none;
  line-height: 1.4;
}
.b-header__top-menu > ul > li.menu-item-has-children > ul.sub-menu li a:hover {
  color: #A1C05E;
  background: none;
}
.b-header__top-menu > ul > li.menu-item-has-children.wide > ul.sub-menu {
  min-width: 35rem;
  display: flex;
  flex-wrap: wrap;
}
.b-header__top-menu > ul > li.menu-item-has-children.wide > ul.sub-menu > li {
  flex: 1 1 50%;
}
.b-header__top-menu > ul > li.menu-item-has-children:hover > a + .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.b-header__top-menu > ul > li > a {
  padding: 1.9rem 0;
}
.b-header__top-menu a {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
}
.b-header__top-menu a:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .b-header__top_right > div {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .b-header .container-full {
    max-width: 1750px;
  }
}
@media (min-width: 1800px) {
  .b-header .row {
    position: relative;
  }
}
@media screen and (min-width: 1921px) {
  .b-header {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-header__menu-nav-list > li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .b-header__menu-nav-list > li > a {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .b-header > .container {
    max-width: 95%;
  }
  .b-header__logo .logo-img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .b-header__top {
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .b-header {
    background-color: rgba(10, 10, 10, 0.85);
  }
  .b-header__logo {
    padding-right: 0;
    position: absolute;
    left: 50%;
    border: none;
    transition: all 0.4s;
    transform: translateX(-50%);
  }
  .b-header__logo .b-logo img {
    width: 125px;
    max-width: 125px;
    height: auto;
    margin: 0;
  }
  .b-header__top_left {
    padding-left: 50px;
    position: relative;
  }
  .b-header .menu-icon.burger {
    height: 6rem;
    width: 6.4rem;
  }
  .b-header .b-header__main {
    padding-left: 0;
    padding-top: 2.4rem;
    height: 85px;
  }
  .b-header .search-toggle {
    width: 6.4rem;
    height: 6rem;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(62, 62, 62, 0.9);
  }
  .b-header__search {
    text-align: center;
    margin: 0 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: left;
  }
  .b-header__search-wrp {
    max-width: 100%;
  }
  .b-header__search-form {
    width: 100%;
    padding-left: 4rem;
  }
  .b-header__search-form input[type=text] {
    height: 4.2rem;
    width: 100%;
    color: #fff;
  }
  .b-header__search-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
  }
  .b-header__search-form button[type=submit] {
    color: #fff;
    padding: 0.4rem 0;
  }
  .b-header__search-form button[type=submit] i {
    font-size: 2.25rem;
  }
}

.s-heading {
  min-height: 620px;
  padding-top: 200px;
  position: relative;
}
.s-heading > .container-full {
  padding-right: 3%;
}
.single-catalog .s-heading > .container-full {
  padding-left: 3%;
}

.home .s-heading > .container-full {
  padding-right: calc(6% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .s-heading .s-heading__title h1 {
  font-size: 9.6rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .home .s-heading {
    justify-content: flex-start !important;
  }
  .home .s-heading.has_img {
    min-height: 560px;
    padding-top: 130px;
  }
  .home .s-heading.has_img .s-heading__title {
    text-align: center;
  }
  .home .s-heading.has_img .s-heading__title h1 {
    font-size: 53px;
  }
  .home .s-heading.has_img .s-heading__title h2 {
    font-size: 26px;
    font-weight: 300;
  }
}

.page-template-template-article .s-heading {
  min-height: 570px;
}

.page-template-template-jobs .s-heading {
  min-height: 340px;
}
.page-template-template-jobs .s-heading > .container-full {
  padding-right: 1.5rem;
}
@media (max-width: 767.98px) {
  .page-template-template-jobs .s-heading {
    min-height: 260px;
  }
}

body.single-jobs .s-heading {
  min-height: 450px;
}

body.search .s-heading {
  min-height: 400px;
}

.s-heading .title-icon {
  padding-left: 1.75rem;
  margin-top: 4rem;
}
.s-heading .title-icon img {
  height: auto;
}
.s-heading .b-breadcrumbs ul.b-breadcrumbs__list, .s-heading .b-breadcrumbs ul.b-breadcrumbs__list span, .s-heading .b-breadcrumbs ul.b-breadcrumbs__list a {
  font-size: 1.6rem;
  color: #fff;
}
.s-heading .b-breadcrumbs ul.b-breadcrumbs__list br, .s-heading .b-breadcrumbs ul.b-breadcrumbs__list span br, .s-heading .b-breadcrumbs ul.b-breadcrumbs__list a br {
  display: none;
}
.s-heading .b-breadcrumbs ul.b-breadcrumbs__list > span, .s-heading .b-breadcrumbs ul.b-breadcrumbs__list a, .s-heading .b-breadcrumbs ul.b-breadcrumbs__list i {
  display: inline-block;
}
.s-heading .b-breadcrumbs ul.b-breadcrumbs__list i {
  font-size: 1rem;
  margin: 0 0.8rem;
}
.s-heading .s-heading__title {
  color: #fff;
}
.s-heading .s-heading__title h1 {
  font-size: 6.5rem;
  line-height: 1.1;
  font-weight: 400;
  color: currentColor;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.s-heading .s-heading__title h1 span {
  font-weight: 200;
  display: block;
}
.s-heading .s-heading__title h2 {
  font-size: 4.8rem;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 0;
}
.page-id-2841 .s-heading .s-heading__title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.page-id-3091 .s-heading .s-heading__title h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  padding: 3rem 0 4rem;
}
.page-id-3091 .s-heading .s-heading__title h2 br {
  line-height: 2rem;
  display: block;
}

.s-heading .s-heading__title p.course_cat {
  font-size: 3.6rem;
  margin-bottom: 0;
}
.s-heading .s-heading__title p.course_sku, .s-heading .s-heading__title .course_sku p {
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 0;
}
.s-heading .s-heading__title .course-tags {
  display: flex;
}
.s-heading .s-heading__title .course-tags span {
  display: inline-block;
  background-color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  padding: 0 0.8rem;
  margin: 0.4rem 0 0.4rem 0.4rem;
}
.s-heading .s-heading__title .job-info {
  font-size: 3rem;
  margin-top: 2rem;
  line-height: 1;
}
.s-heading .s-heading__title .job-info .sku {
  position: relative;
  padding-right: 30px;
}
.s-heading .s-heading__title .job-info .sku:before {
  content: "";
  width: 3px;
  height: 100%;
  display: inline-flex;
  background-color: #A1C05E;
  margin: 0 1.5rem;
  position: absolute;
  right: 0;
  top: 3px;
}
.s-heading.has_img {
  background-size: cover;
  background-position: center top;
}
.page-id-3091 .s-heading.has_img {
  padding-bottom: 10rem;
}

.single-post .s-heading {
  padding-top: 20rem;
}
.single-post .s-heading .title-icon img {
  max-width: 50px;
}

.s-heading__title {
  font-size: 5.5rem;
  font-weight: 300;
  color: #222;
}
.s-heading .course-info {
  background: rgba(255, 251, 251, 0.709804);
  padding: 3rem 0 0px 0px;
	min-width:450px;
}

/* *** */

.s-heading .course-info span {
  display: block;
}
.s-heading .course-info .course-number {
  padding: 2rem;
}
.s-heading .course-info .course-number .number {
  font-size: 70px;
  font-weight: 100;
  white-space: nowrap;
}
.s-heading .course-info .course-number .number:after {
  content: "";
  display: block;
  background-color: #A1C05E;
  margin-right: 6px;
  height: 5px;
  width: 22px;
  margin-bottom: 1.6rem;
}
.s-heading .course-info .course-number .number-text {
  font-size: 1.6rem;
  height: 70px;
}
.s-heading .course-info .additional-text {
  padding: 2.4rem;
  font-size: 1.6rem;
  text-align: center;
}
.s-heading .course-info .event_time {
  padding-right: 3.5rem;
  color: #BD1C2A;
}
.s-heading .course-info .event_time p {
  font-size: 5rem;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}
.s-heading .course-info .event_time p + p {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
}
.s-heading .course-info .event_time:after {
  content: "";
  display: block;
  background-color: #BD1C2A;
  width: 22px;
  height: 4px;
  margin-bottom: 20px;
}
.s-heading .course-info .event_hour {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.s-heading .course-info .event_hour img {
  margin-left: 10px;
  margin-top: -6px;
}
.s-heading .course-info .event_location {
  padding: 10px 30px 20px;
  font-size: 2.8rem;
  font-weight: 600;
}
.s-heading .course-info .event_location .event_teaser {
  font-weight: 300;
  padding-right: 1rem;
}
.s-heading .course-info .btn {
  padding: 2.5rem;
}
.s-heading .course-info .btn .button-text {
  font-size: 2.7rem;
  font-weight: 400;
}
.s-heading .course-info .btn i {
  font-size: 100%;
}
@media (max-width: 1599.98px) {
  .single-post .s-heading__title h1 {
    font-size: 6rem;
  }
  .single-news .s-heading__title h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .blog .s-heading > .container-full {
    padding-right: 0;
  }
  .page-id-3091 .s-heading > .container-full {
    max-width: 1650px;
  }
  .page-id-3091 .s-heading > .container-full .s-heading__subtitle {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .s-heading.full-height {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .s-heading {
    min-height: 280px;
    padding: 13rem 20px 2rem;
  }
  .s-heading .container-full {
    padding: 0;
  }
  .s-heading.has_img {
    overflow: visible;
    z-index: 1;
    background-position-y: 30px !important;
  }
  .s-heading .s-heading__title h1 {
    font-size: 5rem;
  }
  .s-heading .title-icon {
    margin-top: 20px;
    padding-left: 1rem;
  }
  .s-heading .title-icon img {
    width: 40px;
    height: auto;
  }
	.s-heading .course-info{
		min-width: 0;
	}
  .s-heading .course-info .col-12 {
    padding: 0;
  }
  .s-heading .course-info .additional-text {
    font-size: 16px;
  }
  .s-heading .course-info .course-number .number {
    font-size: 35px;
  }
  .s-heading .course-info .course-number .number:after {
    margin: 15px auto;
  }
  .s-heading .course-info .course-number .number-text {
    font-size: 16px;
  }
  .page-template-template-form .s-heading {
    min-height: 350px;
  }
  .post-type-archive-catalog .s-heading {
    min-height: 350px;
  }
  body.search .s-heading {
    min-height: 350px;
  }
  .single-catalog .s-heading {
    background-position: left center;
  }
}
.s-heading .speech-bubble {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  transform: translateY(50%);
}
.s-heading .speech-bubble a {
  background-color: #A1C05E;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 1.5rem;
  box-shadow: 0 0 10px black;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.magazine-tabs-container {
  margin: 4.8rem auto;
  padding: 4.8rem;
}
.magazine-tabs-container .nav_item {
  padding: 3.2rem;
  font-size: 2.1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.64);
  cursor: pointer;
  position: relative;
}
.magazine-tabs-container .nav_item a {
  color: #fff;
}
.magazine-tabs-container .nav_item.active {
  background-color: #A1C05E;
}
.magazine-tabs-container .nav_item.active:after {
  content: "";
  display: block;
  border-bottom: 25px solid #A1C05E;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  bottom: -24px;
  transform: rotate(180deg);
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  width: 25px;
  margin: auto;
}
@media (min-width: 992px) {
  .magazine-tabs-container {
    max-width: 1000px;
  }
}
@media (max-width: 767.98px) {
  .magazine-tabs-container .nav_item {
    padding: 2rem 3.2rem;
  }
  .magazine-tabs-container .nav_item.active:after {
    border-width: 0 10px 10px 10px;
    bottom: -10px;
  }
}

body div.asl_r.vertical {
  background: #fff;
  border: 4px solid #A1C05E;
  margin-top: -10px;
}
body div.asl_r.vertical .results .item .asl_content h3, body div.asl_r.vertical div.asl_r .results .item .asl_content h3 a {
  color: #A1C05E;
}

.mobile-speech-bubble {
  height: 120px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.mobile-speech-bubble .elementor-button-content-wrapper {
  align-items: center;
  height: 120px;
  padding: 10px;
}

.footer-form {
  background-color: #000;
  padding: 100px 0;
}
.footer-form .section-title h3 {
  font-size: 5.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
.footer-form .section-title h3.fs-36 {
  font-size: 3.6rem;
  margin-bottom: 10px;
}
.footer-form .section-title p {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.footer-form .section-title .title-icon {
  margin-left: 3rem;
}
.footer-form .section-title .title-icon img {
  display: block;
}

footer #footer-phone a {
  display: flex;
  align-items: flex-end;
}
footer #footer-phone a:before {
  content: "|";
  padding-left: 10px;
  font-weight: 100;
  position: relative;
  top: -2px;
}
footer #footer-phone a em {
  font-size: 68px;
  line-height: 0.2;
}
footer .bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #A1C05E;
  border-bottom: 0;
  border-right: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
footer__menu-list {
  color: #ddd;
  font-size: 1.6rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
footer__menu-list > li:not(last-of-type) {
  margin-bottom: 1.4rem;
}
footer__menu-list > li a {
  color: #ddd;
}
footer__menu-list > li a:hover {
  color: #da3732;
}
footer .darolink {
  width: 188px;
  filter: brightness(0) invert(1);
}
footer > a {
  display: inline-block;
  width: 200px;
}
footer .dd_logo_png_w {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAUCAYAAAA3BlcoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5MTAwRDlBODc4MTExRURBRDlBOTkzMTI4OENGRDRGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5MTAwRDlCODc4MTExRURBRDlBOTkzMTI4OENGRDRGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjkxMDBEOTg4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjkxMDBEOTk4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70XGSfAAAIFElEQVR42uyaeWxVRRTG36OvpRUKPBVQUMAKqLiwFIQSRNAWEoRASgoaMIqRIqJRxKaAC0YQqBL3hVbjElGgVSKiAhaNhACKLaDIZrRAEQVZHgUESttXzyS/SY7jbXn6X+Ge5Et7tzMz53xnmWmDbRo3Dvjiy/kijXwT+HI+Scg3gS/ngAQFCYK2gu6CPoKOggrBcsFKfq/1Ce/LuSBNIHsHfnaG9DWCiwXVghLBnrjkkM95Xxp8dk+kW6kVHBeUC+IEXQXXEghms7rG7+F9aehiSH4S0huC9xX8Jnhc8JEgKrhMcLXfw3tLgsdmvhq4mcUaXB8ChNT3QZ6735vn8Tw3ZbfKOUSIehwuhLhfTfaKV/qD6rsarm3Gq3Xma945U0emjEd3rVpbNToDPAsx36jaB4YcPTUgju+1TfR8gmo+tbyj127XWOXYOeC8M1iQK+jHvTKuVwmGoP+wT3hvGUlGSOD6tOAnwTrBCWX4VoIkwUHBX9xrLxgoaKmcbJy1xZRTwTHum0yUJggLfhGsFvwuuIJMtYusZeVywQAy13rKtBmnKfOL470Dgs2CFoL+lPdK5nwBY5tyv9CD9M0hR0dFugr0lTDOVYJbBV8IfhU0I6NeR8tgCbiFdfVgvl1AVK3L2DcZPUXYyth9t+AU7wzmnS8tYT0SwW2CZwWdnMOY1gSdWfsewcaGTvjRgpsFfwqeZmHjBb0F3wkK/qfeuYJ2yjHxEGceOq3hswQ9BfmCDRjXZJgXcVKEey0gzkOCRThxtuB6nhsSLOb5TQScKcVLBUcZq5tgjmAFGW+a4BbmEsWPhvQ7BAsInAd5ZgO3kndM4H7sQXhDtico/aexZwKEzBO8z3pfxuaGRA8IprBptFWqMessYc6TCc5hPLOcq2ItXxNAJpBGsbYdvJNDEtleB+FNIrjTIbuRbWA0QWFsskwTPlWQzu8FOCtWSaGE1CfGaFee5Z1sfhbxM1LPdxMFr6vr4YJNgnFc34NzrM5CnFYaw3pO4qzJEKQFZJxNhl0EGYwDBwm2Cn7gu3iItRSCmOzfiwx0B9lrFhVgIpXD3J/EWsvJmANw5luC/ZBjHwEylJOIOdiqpSr7R8nyTTiOM88eppLci/MrVAZ1e+EoQZWnMvok5n+cuVTzzFSQZwTFglcY17Y9u1lDDe/OIlCakZzi0XmQdScRoIaHHwp2qt78uGqpXBmo2hgrh0kYIZ6tFXxuOR1ikEKIHoYkRUpBGcFQykdhvilVpMygX0rheakKBv1TB0gYlKGvTBE/BaNbfSkOWcc7i+wG3NbEEt6Olc48U505RlSQG6fvJRPa0r4Mst8u+IT1tsURg3H6ZsheRbbsC7k64thttAzmu7GU6QAOacWzNdjTrOUpvp2C3lOqZ49y9GbGvpDrjaypAr0/M49Mvlt9lkCPAyYIv+Het7Qm75DNTfU6AnGH0YYN4t0Oyn6H1F7jDBm7RiUrQ/ivsIuRMSpLj6Ni7sGW1fX071FQqwLkOew4jfk9KfhD9zq5EDzPifZS7mcpok8gOCxhbWDkQpxcrvPUfbdalECYLAjYk3tTnW9sABQzVoHSezSGTF3pXOeruUSYewH6JxAI7sY1qgxbTrY3Zfl+nPUjPeRQsvwJ3k+jZQmj5z3Bazihgl7erYApENzIDLL0NMbcwBxOM0YTxuxFz2/8dQlBV6H0JtFexXtsCL0yfAAyh9Qmuxy9nVhPFXuHNqr1MG3HSsZLwrYbma8du4Z523eaYsNrSGD7aLUyWVe5s+n2klXYdji65pFIHqWHn4GP/tH0h+toYUY5im2GnEow6CyZAaGKeHcu1xkQWksRerJwcraTvUsdcmcwZrp65+0YCP+mcz1BzaWAcVPV+rTj7cmHPQ1pRWu1HoKnUXptNhqGfZJw7HT+4JFDiV1DxtqFI9phe3uacgM+2Mvm8QTHaqbd6U7r0InyfhG6hkO01pD9brJx0GMt/0Wiav0JBG5XCHiYAKugr+7CfMz1p7R7ifg15OgKeJz+BKkQPake09kf5GDzk8pOQVWF7ImPyeCPMcf+tGPjsUcO/vrXLrfMaTnCqpXRUqAycH29cJlTLbyiMldl2VynhXIl4hGQC87yzVaiuz4JE5gFHsdzLXFyLzZThWTaFfS0+yj9lfSH5jRiBNn/jDq+WwKJcwiYDyDOSzjmRjK/aWc+o0okcaISZNxM7J2Mv44RFN3ZnJpNeh9aqB4EWsA5+ov1PLuWYOxNEGbSEpjx5kPAZgTeQoJtCWObBPMC/bdtvxqpNsxrr9Se/dYu2qgj6O1MUjFcupRkl4q9+hH8ieipIXia03Ia+8+EA57HOlNRVkxrke9k4xSVkQOqzw+o6lCs2p901YIUotPN8GGIX4r+VU5AZKv2qC4ZS1ZxZTuOD3i0NMVqDnnMtcjD8cbh35MhlpOBxhAIhmjvQnhbbdbSYqSpTJTI5q2AjDOSfcB9ZLH59MjZkOUNxk5Wx4y24t1F9jxGyd7PprUMHeuZwxLVUwcU6WIRu8Ecgq7NVDG78V0O+UJk/hI28z0I+p1k3FQ1doIivd4nVIJ0yLuYvj/AmIc4NFhGEngef6wjMGayP7HSlCDZhG8O1LXIIP8eHHbKuz55sc8iqpUJqD47RZE2VW1aIywo4vTkAbVJjajWKKz0pqv3y+o5DYpjt/+I2lyO8OhV9ebZzi2XsUf5f3o4fyR4jvw//Eiyz6sxvp9PUGXEcKTqi094X3xpmOL/85gvPuF98eVclb8FGADl52CFcryhqgAAAABJRU5ErkJggg==");
}
footer .dd_logo_png {
  display: block;
  margin: 0 auto;
  height: 20px;
}
footer .s_tag {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
footer__copy {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  footer-menu, footer .b-footer-callback {
    margin-top: 3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer-contacts {
    margin-bottom: 3rem;
  }
  footer-contacts:before, footer-contacts:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  footer .elementor-widget-heading.mobile-toggler .elementor-heading-title:before {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: currentColor;
    display: inline-block;
    transform: rotate(136deg);
    margin: 0 0 4px 15px;
  }
  footer .elementor-widget-heading.mobile-toggler.active .elementor-heading-title:before {
    border-width: 0 2px 2px 0;
  }
  footer .elementor-nav-menu {
    padding-right: 24px;
  }
}

.b-box-aside {
  margin-bottom: 4rem;
  max-width: 250px;
}
.b-box-aside__title {
  position: relative;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 300;
  color: #222;
  margin-bottom: 4rem;
}
.b-box-aside__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #A1C05E;
  margin-top: 2rem;
}
.b-box-aside__body > ul > li > a {
  -webkit-text-stroke: thin currentColor;
}
.b-box-aside > ul > li, .b-box-aside .wp-block-latest-posts > li {
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 3px;
}
.b-box-aside > ul > li > a, .b-box-aside .wp-block-latest-posts > li > a {
  padding: 1.5rem 2.5rem 1.5rem 0;
  display: block;
  color: #212529;
  font-weight: 300;
  background-color: #E2E4E7;
}
.b-box-aside__nav, .b-box-aside > ul.b-table, .b-box-aside .wp-block-latest-posts {
  font-size: 1.8rem;
}
.b-box-aside__nav li a, .b-box-aside > ul.b-table li a, .b-box-aside .wp-block-latest-posts li a {
  display: block;
}
.b-box-aside__nav li.b-table-header.order-first > a, .b-box-aside > ul.b-table li.b-table-header.order-first > a, .b-box-aside .wp-block-latest-posts li.b-table-header.order-first > a {
  background-color: #A1C05E;
  color: #fff;
  pointer-events: none;
}
.b-box-aside__nav li.b-table-header > a > .icon-plus, .b-box-aside__nav li.has-children > a > .icon-plus, .b-box-aside > ul.b-table li.b-table-header > a > .icon-plus, .b-box-aside > ul.b-table li.has-children > a > .icon-plus, .b-box-aside .wp-block-latest-posts li.b-table-header > a > .icon-plus, .b-box-aside .wp-block-latest-posts li.has-children > a > .icon-plus {
  float: left;
  font-size: 1.3rem;
  padding: 0.4rem 2rem 0.4rem;
  margin-top: 2px;
  color: #da3732;
}
.b-box-aside__nav li.b-table-header > a.active, .b-box-aside__nav li.b-table-header > a[aria-expanded=true], .b-box-aside__nav li.has-children > a.active, .b-box-aside__nav li.has-children > a[aria-expanded=true], .b-box-aside > ul.b-table li.b-table-header > a.active, .b-box-aside > ul.b-table li.b-table-header > a[aria-expanded=true], .b-box-aside > ul.b-table li.has-children > a.active, .b-box-aside > ul.b-table li.has-children > a[aria-expanded=true], .b-box-aside .wp-block-latest-posts li.b-table-header > a.active, .b-box-aside .wp-block-latest-posts li.b-table-header > a[aria-expanded=true], .b-box-aside .wp-block-latest-posts li.has-children > a.active, .b-box-aside .wp-block-latest-posts li.has-children > a[aria-expanded=true] {
  color: #da3732;
}
.b-box-aside__nav li.b-table-header > a.active .icon-heart-decor, .b-box-aside__nav li.b-table-header > a[aria-expanded=true] .icon-heart-decor, .b-box-aside__nav li.has-children > a.active .icon-heart-decor, .b-box-aside__nav li.has-children > a[aria-expanded=true] .icon-heart-decor, .b-box-aside > ul.b-table li.b-table-header > a.active .icon-heart-decor, .b-box-aside > ul.b-table li.b-table-header > a[aria-expanded=true] .icon-heart-decor, .b-box-aside > ul.b-table li.has-children > a.active .icon-heart-decor, .b-box-aside > ul.b-table li.has-children > a[aria-expanded=true] .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.b-table-header > a.active .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.b-table-header > a[aria-expanded=true] .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.has-children > a.active .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.has-children > a[aria-expanded=true] .icon-heart-decor {
  -webkit-text-stroke: 0;
}
.b-box-aside__nav li.b-table-header > a.active .icon-plus:before, .b-box-aside__nav li.b-table-header > a[aria-expanded=true] .icon-plus:before, .b-box-aside__nav li.has-children > a.active .icon-plus:before, .b-box-aside__nav li.has-children > a[aria-expanded=true] .icon-plus:before, .b-box-aside > ul.b-table li.b-table-header > a.active .icon-plus:before, .b-box-aside > ul.b-table li.b-table-header > a[aria-expanded=true] .icon-plus:before, .b-box-aside > ul.b-table li.has-children > a.active .icon-plus:before, .b-box-aside > ul.b-table li.has-children > a[aria-expanded=true] .icon-plus:before, .b-box-aside .wp-block-latest-posts li.b-table-header > a.active .icon-plus:before, .b-box-aside .wp-block-latest-posts li.b-table-header > a[aria-expanded=true] .icon-plus:before, .b-box-aside .wp-block-latest-posts li.has-children > a.active .icon-plus:before, .b-box-aside .wp-block-latest-posts li.has-children > a[aria-expanded=true] .icon-plus:before {
  content: "\e91b";
}
.b-box-aside__nav li .b-table__body > ul, .b-box-aside__nav li .children, .b-box-aside > ul.b-table li .b-table__body > ul, .b-box-aside > ul.b-table li .children, .b-box-aside .wp-block-latest-posts li .b-table__body > ul, .b-box-aside .wp-block-latest-posts li .children {
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.b-box-aside__nav li .b-table__body > ul li a, .b-box-aside__nav li .children li a, .b-box-aside > ul.b-table li .b-table__body > ul li a, .b-box-aside > ul.b-table li .children li a, .b-box-aside .wp-block-latest-posts li .b-table__body > ul li a, .b-box-aside .wp-block-latest-posts li .children li a {
  font-size: 95%;
  padding: 0.5rem 0;
}
.b-box-aside__nav li .b-table__body > ul li a:not(:hover), .b-box-aside__nav li .children li a:not(:hover), .b-box-aside > ul.b-table li .b-table__body > ul li a:not(:hover), .b-box-aside > ul.b-table li .children li a:not(:hover), .b-box-aside .wp-block-latest-posts li .b-table__body > ul li a:not(:hover), .b-box-aside .wp-block-latest-posts li .children li a:not(:hover) {
  color: #212529;
}
.b-box-aside__nav li .b-table__body > ul li.current-cat a, .b-box-aside__nav li .children li.current-cat a, .b-box-aside > ul.b-table li .b-table__body > ul li.current-cat a, .b-box-aside > ul.b-table li .children li.current-cat a, .b-box-aside .wp-block-latest-posts li .b-table__body > ul li.current-cat a, .b-box-aside .wp-block-latest-posts li .children li.current-cat a {
  color: #A1C05E;
}
.b-box-aside__nav li.is-active > a, .b-box-aside__nav li:hover > a, .b-box-aside > ul.b-table li.is-active > a, .b-box-aside > ul.b-table li:hover > a, .b-box-aside .wp-block-latest-posts li.is-active > a, .b-box-aside .wp-block-latest-posts li:hover > a {
  color: #da3732;
}
.b-box-aside__nav .current-cat-ancestor, .b-box-aside__nav .current-cat-ancestor .children, .b-box-aside__nav .current-cat-parent, .b-box-aside__nav .current-cat-parent .children, .b-box-aside > ul.b-table .current-cat-ancestor, .b-box-aside > ul.b-table .current-cat-ancestor .children, .b-box-aside > ul.b-table .current-cat-parent, .b-box-aside > ul.b-table .current-cat-parent .children, .b-box-aside .wp-block-latest-posts .current-cat-ancestor, .b-box-aside .wp-block-latest-posts .current-cat-ancestor .children, .b-box-aside .wp-block-latest-posts .current-cat-parent, .b-box-aside .wp-block-latest-posts .current-cat-parent .children {
  display: block !important;
  order: -1;
}
.b-box-aside__nav .current-cat-ancestor .children, .b-box-aside__nav .current-cat-parent .children, .b-box-aside > ul.b-table .current-cat-ancestor .children, .b-box-aside > ul.b-table .current-cat-parent .children, .b-box-aside .wp-block-latest-posts .current-cat-ancestor .children, .b-box-aside .wp-block-latest-posts .current-cat-parent .children {
  border-bottom: 1px solid #da3732;
  margin-bottom: 8px;
}
.b-box-aside__nav .current-cat-ancestor > a, .b-box-aside__nav .current-cat-parent > a, .b-box-aside > ul.b-table .current-cat-ancestor > a, .b-box-aside > ul.b-table .current-cat-parent > a, .b-box-aside .wp-block-latest-posts .current-cat-ancestor > a, .b-box-aside .wp-block-latest-posts .current-cat-parent > a {
  pointer-events: none;
}
.b-box-aside__nav + .b-box-aside, .b-box-aside > ul.b-table + .b-box-aside, .b-box-aside .wp-block-latest-posts + .b-box-aside {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.b-box-aside__nav .b-banner-wrp, .b-box-aside > ul.b-table .b-banner-wrp, .b-box-aside .wp-block-latest-posts .b-banner-wrp {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.b-box-aside__nav .b-banner__cover, .b-box-aside > ul.b-table .b-banner__cover, .b-box-aside .wp-block-latest-posts .b-banner__cover {
  height: 10rem;
}
.b-box-aside .wp-block-latest-posts > li a:before {
  position: absolute;
  right: 1rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 2.5rem;
  color: #da3732;
}
.b-box-aside .widget .widget-title {
  font-weight: 600;
  color: #A1C05E;
}
.b-box-aside .widget .atrribute-group h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 0;
}
.b-box-aside .widget .atrribute-group h4 a {
  display: block;
  color: #011C52;
  position: relative;
  text-transform: uppercase;
}
.b-box-aside .widget .atrribute-group h4 a i {
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.b-box-aside .widget .atrribute-group h4 a[aria-expanded=true] i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.b-box-aside .widget .atrribute-group .term-group {
  margin-bottom: 20px;
}
.b-box-aside .widget .atrribute-group .term-group li {
  margin-bottom: 5px;
}
.b-box-aside .widget .atrribute-group .term-group label {
  font-size: 1.35rem;
}
.b-box-aside .widget .atrribute-group .term-group [type=checkbox] + label:before, .b-box-aside .widget .atrribute-group .term-group [type=checkbox] + label:after {
  width: 13px;
  height: 13px;
  border-color: #011C52;
  TOP: 2px;
}
.b-box-aside .widget .atrribute-group .term-group [type=checkbox]:not(:checked) + label:before, .b-box-aside .widget .atrribute-group .term-group [type=checkbox]:not(:checked) + label:after {
  background: none;
}

@media (min-width: 992px) {
  [dir=ltr] .offset-lg-1 {
    margin-right: 8.33333%;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .col-xs-12 + .col-xs-12 {
    padding-top: 3rem;
  }
}
.section.m-bordered, section.m-bordered {
  position: relative;
}
.section.m-bordered:before, section.m-bordered:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 148rem;
  position: absolute;
  
  background-size: 4rem auto;
}
@media screen and (max-width: 1200px) {
  .section.m-bordered:before, section.m-bordered:before {
    display: none;
  }
}
.section.quote, section.quote {
  padding: 2.5rem 0 3rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
  z-index: 11;
}
.section.quote h1, section.quote h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section.quote h1, section.quote h1 {
    font-size: 3.6rem;
  }
}

@media (min-width: 1600px) {
  .elementor-2 .elementor-element.home-courses-intro {
    width: 50%;
  }
}

.main-courses .jw-carousel:not(.slick-initialized) {
  display: none;
}
.main-courses .jw-carousel__item {
  padding: 8px;
}
.main-courses .jw-carousel__item .jw-carousel__item-link {
  display: block !important;
}
.main-courses .jw-carousel__item-inner {
  background-color: rgba(4, 4, 4, 0.6);
  transition: all 0.1s ease-in;
  padding: 20px 15px 10px 15px;
}
.main-courses .jw-carousel__item-inner h5 {
  text-align: right;
}
.main-courses .jw-carousel__item-inner img {
  max-height: 30px;
  width: auto;
  margin: 0;
  transition: filter 0.1s ease-in;
}
.main-courses .jw-carousel__item-inner:hover {
  background-color: #A1C05E;
}
.main-courses .jw-carousel__item-inner:hover a {
  color: #fff;
}
.main-courses .jw-carousel__item-inner:hover img {
  filter: brightness(0) invert(1);
}

.read-more {
  display: inline-block;
  color: #A1C05E;
  font-weight: 500;
  border-bottom: 1px solid #da3732;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.read-more i {
  margin-right: 1.2rem;
  font-size: 70%;
}
.read-more.m-large {
  font-size: 2.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.read-more.m-large i {
  font-size: 80%;
}
.read-more:hover {
  color: #da3732;
  border-right-color: #A1C05E;
}
.read-more.m-top {
  border-right: 0;
  padding-right: 0;
}
.read-more.m-top:before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: 0 auto 1rem;
  background-color: #da3732;
}

.s-about {
  padding-top: 11rem;
  padding-bottom: 10rem;
}
.s-about__img img {
  width: 100px;
  height: auto;
}
.s-about .btn {
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .s-about .quick_contact {
    margin-top: 4rem;
  }
}

.s-info__item h3 {
  color: #212529;
  font-size: 2.4rem;
}
.s-info__item i {
  font-size: 2.5rem;
}

.cta {
  text-align: center;
  padding: 5rem 3rem 3rem;
}
.cta h3 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.cta .enquiry__txt {
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.cta .btn {
  width: 100%;
  margin-top: 4rem;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.find_section {
  padding: 3rem 0 6rem;
}
.find_section .find_items .find_items-inner {
  border: 2px solid #7b7474;
}
.find_section .find_items .find_items-inner.active {
  border-color: #A1C05E;
}
.find_section .find_items .find_items-inner.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-top-color: #A1C05E;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(180deg);
}
.find_section .find_items .find_top_description p {
  font-size: 1.6rem;
}
.find_section .filter-title h3 {
  font-weight: 600;
  font-size: 2.8rem;
  color: #212529;
}
@media (min-width: 992px) {
  .find_section .filter-title h3 {
    font-size: 3.6rem;
  }
}

.find_subject_section .clear_all_option {
  text-align: left;
}
.find_subject_section .clear_all_option a {
  text-decoration: underline;
  font-size: 1.6rem;
}

.all-article-title {
  padding: 6rem 0 3rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 5.6rem !important;
  font-weight: normal !important;
  color: #fff !important;
  margin-bottom: 30px;
}

.new_article_section {
  padding: 3rem 0 0;
}

.article-find h2 {
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 4rem;
}

.article_load_more {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px;
}
.article_load_more a.btn_load_more {
  font-size: 20px;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.article_load_more a.btn_load_more span.text {
  position: relative;
}
.article_load_more a.btn_load_more span.text:after {
  content: "";
  margin-right: 20px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #000;
  border-top: 0.1em solid #000;
  transform: rotate(-135deg);
  margin-left: 0.5em;
  transition: all 0.35s linear;
  position: relative;
  top: -3px;
}
.article_load_more a.btn_load_more.text-white {
  font-size: 2.4rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
.article_load_more a.btn_load_more.text-white span.text:after {
  border-top-color: #fff;
  border-left-color: #fff;
}

.cat-content h3 {
  font-size: 32px;
}
.cat-content .elementor-widget-container p {
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .cat-content h3 {
    font-size: 24px;
  }
}

.b-page-nav__link {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  color: #2c2f34;
  background: #f4f7f9;
  padding: 1rem;
}

.s-content__sidebar {
  position: relative;
}

.b-box-news {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 3rem 3rem;
  background-color: #fff;
}
.b-box-news__title {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog .b-box-news__title {
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
}

.job-article_items .b-box-news__title {
  -webkit-line-clamp: unset; /* number of lines to show */
  line-clamp: unset;
  display: block;
  overflow: visible;
}
.job-article_items .b-box-news__title > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.b-box-news__title, .b-box-news__title a {
  color: #212529;
}
.b-box-news__title:hover, .b-box-news__title a:hover {
  color: #212529;
  text-decoration: underline;
}
.b-box-news__hrs, .b-box-news__hrs p {
  font-size: 2rem;
  line-height: 1;
}
.b-box-news__desc {
  margin-bottom: 3rem;
}
.b-box-news__desc p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.b-box-news__pic {
  position: relative;
  overflow: hidden;
}
.b-box-news__pic .icon-container {
  box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 82px;
  height: 82px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.b-box-news__pic .icon-container .elementor-widget-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.b-box-news__pic img {
  width: 40px;
  margin: auto;
}
.job-article_items .b-box-news__pic {
  overflow: visible;
}

.b-box-news a.read-more {
  text-decoration: none;
  border: 0;
  color: #212529;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 0;
}
.b-box-news a.read-more i {
  margin-right: 8px;
}
.b-box-news .post-cat {
  margin-top: 1.5rem;
}
.b-box-news .post-cat span {
  display: inline-block;
  background-color: #470145;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  padding: 0 0.8rem;
  margin: 0.25rem 0 0.25rem 0.25rem;
}
.b-box-news__buttons .elementor-button-wrapper {
  text-align: center;
}
.b-box-news__buttons .fullwidth .elementor-button {
  width: 100%;
}
.b-box-news__buttons .elementor-button i {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.b-box-news.post .b-box-news__buttons {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .b-box-news {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .b-box-news__desc {
    flex: 1;
  }
}
.new_article_section .b-box-news__title {
  font-size: 30px;
}
.new_article_section .b-box-news .icon-container {
  box-shadow: none;
}
.new_article_section .b-box-news .icon-container img {
  width: 60px;
  height: auto;
}

.pagination {
  align-items: flex-end;
  margin-top: 40px;
}
.pagination .page-numbers:not(.dots) {
  margin: 0 3px;
  min-width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 10px;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots).current {
  background-color: #222;
  color: #fff;
}
.pagination .page-numbers:not(.dots).next, .pagination .page-numbers:not(.dots).prev {
  background-color: transparent;
  color: #da3732;
  -webkit-text-stroke: 1px;
}
.pagination .page-numbers:not(.dots).next i, .pagination .page-numbers:not(.dots).prev i {
  margin-right: 6px;
}
.pagination .page-numbers.dots {
  margin: 0 10px;
}
.pagination a {
  color: #212529;
  line-height: 26px;
  font-weight: 400;
  transition: all 0.3s;
}
.pagination a:hover {
  text-decoration: none;
}

.single .post-body, .single .post-body p {
  font-size: 19px;
  line-height: 1.5;
}
.single .post-body h2 {
  color: #212529;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.single .b-post {
  position: relative;
}
.single .b-post font, .single .b-post font * {
  font-family: "Assistant", sans-serif !important;
}
.single .b-post__header {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.single .b-post__header-title {
  font-size: 3rem;
  font-weight: 700;
  color: #212529;
}
.single .b-post__header-date {
  padding: 0.4rem 1rem;
  background-color: rgba(218, 55, 50, 0.9);
  line-height: 1;
  color: #fff;
}
.single .b-post__body {
  color: #212529;
}
.single .b-post__body, .single .b-post__body p, .single .b-post__body li {
  font-size: 1.9rem;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .single .b-post__header {
    padding-left: 12rem;
    margin-top: 0;
  }
  .single .b-post__header-date {
    top: 30px;
  }
}

.elementor-widget-theme-post-content > .elementor-widget-container *:first-child {
  margin-top: 0;
}

.post-pagination {
  margin-top: 5rem;
}
.post-pagination a {
  font-size: 2rem;
  color: #212529;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.post-pagination a strong {
  display: block;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #A1C05E;
}
.post-pagination a strong i {
  font-size: 1.3rem;
}
.post-pagination a:hover {
  color: #da3732;
}
.post-pagination .previous-post-link a {
  padding-right: 2rem;
  border-right: 1px solid #da3732;
}
.post-pagination .previous-post-link a strong i {
  margin-left: 6px;
}
.post-pagination .previous-post-link + .next-post-link {
  margin-right: 0;
}
.post-pagination .next-post-link {
  text-align: left;
  margin-right: 50%;
}
.post-pagination .next-post-link a {
  padding-left: 2rem;
  border-left: 1px solid #da3732;
}
.post-pagination .next-post-link a strong i {
  margin-right: 6px;
}

.fw-300, .fw-300 h5, .fw-300 p {
  font-weight: 300;
}

.toggle-read-more a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
}
.toggle-read-more a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: currentColor;
  display: inline-block;
  transform: rotate(136deg);
  margin: 0 15px;
}
.toggle-read-more a:not(.collapsed) {
  text-indent: -100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.toggle-read-more a:not(.collapsed):before {
  content: "סגור";
  font-size: 2.3rem;
  font-weight: 600;
  text-indent: 0;
}
.toggle-read-more a:not(.collapsed):after {
  border-width: 0 0 2px 2px;
  margin-top: 5px;
}
.toggle-read-more.dark a {
  color: #212529;
  font-weight: 700;
}

.elementor-button {
  max-width: 100%;
}

.elementor-image-box-img {
  padding-top: 1rem;
}

.fancy-checklist .elementor-image-box-img {
  padding-top: 0;
}

.elementor-image-box-title strong {
  font-weight: 500 !important;
}

.home .elementor-icon-box-wrapper, .home .elementor-image-box-wrapper {
  max-width: 400px;
}
.fullwidth .home .elementor-icon-box-wrapper, .fullwidth .home .elementor-image-box-wrapper {
  max-width: 100%;
}

.home .elementor-icon-box-title strong, .home .elementor-image-box-title strong {
  display: block;
  font-weight: 500;
}
.home .elementor-icon-box-icon, .home .elementor-image-box-icon {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .home .elementor-icon-box-wrapper, .home .elementor-image-box-wrapper {
    max-width: 100%;
  }
}

@media (min-width: 1680px) {
  .home .side-form .elementor-widget-container {
    padding: 0 !important;
  }
  .home .side-form .elementor-image-box-wrapper {
    max-width: 100%;
  }
  .home .side-form .elementor-image-box-wrapper .elementor-image-box-content {
    max-width: 420px;
    margin: auto;
  }
  .home .side-form .elementor-image-box-wrapper .elementor-image-box-img {
    position: absolute;
    right: 7%;
  }
}

.s-track .eael-tooltip-content {
  text-align: right;
  position: relative;
}
.s-track .eael-tooltip-content p {
  font-size: 20px;
}
.s-track .eael-tooltip-content:before {
  content: "";
  display: block;
  background: #fff;
  background-clip: content-box;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 22px;
  padding: 3px;
  width: 22px;
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
}
.s-track .eael-tooltip .eael-tooltip-text {
  color: #000;
  border-radius: 0;
  text-align: right;
}
.s-track .eael-tooltip .eael-tooltip-text.eael-tooltip-top {
  left: 50%;
  right: auto;
  margin: 0;
  transform: translate(-45px, -10px);
}
.s-track .eael-tooltip .eael-tooltip-text p {
  font-size: 14px;
  font-weight: 500;
}
.s-track .eael-tooltip .eael-tooltip-text:after {
  content: "";
  position: absolute;
  border-right: 1px white solid !important;
  height: 30px;
  width: 2px;
  top: 100%;
}
.s-track .eael-tooltip:hover .eael-tooltip-content:before {
  background-color: #ffeb09;
  border-color: #ffeb09;
}
@media (max-width: 991.98px) {
  .s-track:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 25px #A1C05E;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
  }
}

.home-courses .elementor-swiper-button-next {
  transform: translateX(70px) !important;
}
.home-courses .elementor-swiper-button-prev {
  transform: translateX(40px) !important;
}
.home-courses .elementor-loop-container {
  height: 500px;
}
.home-courses .swiper-slide.e-loop-item {
  direction: rtl;
  transition: opacity 0.5s ease-in;
  opacity: 1;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
}
.home-courses .swiper-slide.e-loop-item:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-next + .swiper-slide) {
  opacity: 0.3;
  transition-delay: 0.3s;
}
.home-courses .swiper-slide.e-loop-item .e-con-inner {
  flex-direction: column;
}
.home-courses .swiper-slide.e-loop-item .elementor-widget:not(.b-box-news__title) {
  flex: 1;
}
.home-courses .swiper-slide.e-loop-item .elementor-widget-theme-post-excerpt .elementor-widget-container {
  padding-bottom: 20px;
}
.home-courses .swiper-slide.e-loop-item .post-icon .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.home-courses .swiper-slide.e-loop-item .post-icon img {
  margin: 20px;
}
.home-courses .swiper-slide.e-loop-item .elementor-heading-title {
  font-size: 28px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: unset;
}
.home-courses .swiper-slide.e-loop-item .b-box-news__buttons .elementor-widget-container {
  background-color: transparent !important;
}
.home-courses .swiper-slide.e-loop-item .elementor-button-link {
  display: flex;
  justify-content: center;
}
.home-courses .swiper-slide.e-loop-item .elementor-button-link i {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .home-courses .swiper.elementor-loop-container {
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  .home-courses {
    width: 50% !important;
  }
}

.elementor-widget-loop-carousel .elementor-swiper-button-prev, .elementor-widget-loop-carousel .elementor-swiper-button, .elementor-image-carousel-wrapper .elementor-swiper-button-prev, .elementor-image-carousel-wrapper .elementor-swiper-button {
  background-color: #A1C05E;
  width: 60px;
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #212529 !important;
}
.elementor-widget-loop-carousel .elementor-swiper-button-prev i, .elementor-widget-loop-carousel .elementor-swiper-button i, .elementor-image-carousel-wrapper .elementor-swiper-button-prev i, .elementor-image-carousel-wrapper .elementor-swiper-button i {
  -webkit-text-stroke: 0.5px;
  font-size: 4rem;
}

.course-slider .swiper-wrapper {
  justify-content: center;
}
.course-slider .swiper-slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .course-slider .swiper-slide .b-box-news {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .course-slider .swiper-slide {
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .course-slider .swiper-slide {
    max-width: 33.333%;
  }
}
.course-slider .b-box-news__title .elementor-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.course-slider .b-box-news__desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

body:not(.home) .course-slider .b-box-news__buttons .elementor-widget-button {
  flex: 0 0 50%;
  padding: 0 5px;
}
body:not(.home) .course-slider .b-box-news__buttons .elementor-widget-button a {
  width: 100% !important;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  body:not(.home) .course-slider .elementor-widget-button a {
    font-size: 16px;
  }
}

.s-testimonials .elementor-widget-eael-testimonial:nth-child(4n+3) .eael-testimonial-item, .s-testimonials .elementor-widget-eael-testimonial:nth-child(4n+4) .eael-testimonial-item {
  flex-direction: row-reverse;
}
.s-testimonials .elementor-widget-eael-testimonial:nth-child(4n+3) .eael-testimonial-item .eael-testimonial-quote, .s-testimonials .elementor-widget-eael-testimonial:nth-child(4n+4) .eael-testimonial-item .eael-testimonial-quote {
  left: auto !important;
  right: 0;
}
.s-testimonials .elementor-widget-eael-testimonial:nth-child(4n+2) .eael-testimonial-item .eael-testimonial-content, .s-testimonials .elementor-widget-eael-testimonial:nth-child(4n+3) .eael-testimonial-item .eael-testimonial-content {
  background-color: #000;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  background-color: #2c2c2c;
  padding: 75px 48px 25px;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right {
  display: flex;
  align-items: center;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right .eael-testimonial-user {
  margin-right: 0;
  line-height: 1.3;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right .eael-testimonial-user-company {
  margin-top: 0;
  margin-right: 8px;
  padding-right: 12px;
  position: relative;
  line-height: 1.3;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right .eael-testimonial-user-company:before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  right: 0;
  top: 5px;
  border-right: 1px solid #fff;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content .eael-testimonial-text p {
  font-size: 26px;
  font-style: normal;
  line-height: 1.2;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right {
  margin-top: 22px;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right .eael-testimonial-user-company {
  line-height: 1.5;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-content:after {
  contant: "";
  width: 0;
  height: 0;
  position: absolute;
}
.s-testimonials .eael-testimonial-item .testimonial-star-rating {
  display: none;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-quote {
  padding-right: 48px;
}
.s-testimonials .eael-testimonial-item .eael-testimonial-quote:after {
  content: "”";
  font-weight: bold;
  font-size: 100px;
  color: #ffffff;
  font-family: "Georgia";
}
@media (min-width: 768px) {
  .s-testimonials .eael-testimonial-item {
    display: flex;
    height: 100%;
  }
  .s-testimonials .eael-testimonial-item > div {
    flex: 0 0 50%;
  }
  .s-testimonials .eael-testimonial-item .eael-testimonial-image {
    min-height: 400px;
    overflow: hidden;
    padding-top: 0;
  }
  .s-testimonials .eael-testimonial-item .eael-testimonial-image figure img {
    max-width: none;
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    padding-top: 0 !important;
    min-height: 437px;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .s-testimonials .eael-testimonial-item {
    display: flex;
    flex-direction: column !important;
  }
  .s-testimonials .eael-testimonial-item.icon-img-right-content .eael-testimonial-content {
    width: 100% !important;
  }
  .s-testimonials .eael-testimonial-item .eael-testimonial-image {
    float: none;
    width: 100%;
    order: 1;
    padding-top: 0 !important;
  }
  .s-testimonials .eael-testimonial-item .eael-testimonial-image img {
    display: block;
  }
  .s-testimonials .eael-testimonial-item .eael-testimonial-content {
    order: 3;
  }
  .s-testimonials .eael-testimonial-item span.eael-testimonial-quote {
    order: 2;
    right: 0 !important;
    position: relative;
    height: 0;
  }
  .s-testimonials .eael-testimonial-item span.eael-testimonial-quote:after {
    position: absolute;
    top: 30px;
  }
}
.single-catalog .s-testimonials {
  padding: 0 !important;
  --widgets-spacing: 0;
}
.single-catalog .s-testimonials-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-catalog .s-testimonials-title h3 {
  color: #212529;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1em;
  margin-right: 15px;
}
.single-catalog .s-testimonials .eael-testimonial-item {
  overflow: hidden;
  position: relative;
}
.single-catalog .s-testimonials .eael-testimonial-item .eael-testimonial-quote {
  font-family: "Georgia", Sans-serif;
  position: absolute;
  top: 6%;
  right: 0;
}
.single-catalog .s-testimonials .eael-testimonial-item .eael-testimonial-image {
  max-width: 100%;
  position: relative;
}
.single-catalog .s-testimonials .eael-testimonial-item .eael-testimonial-content {
  position: relative;
}
.single-catalog .s-testimonials .eael-testimonial-item .eael-testimonial-content .eael-testimonial-text {
  color: #fff;
}
.single-catalog .s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right p {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
}
.single-catalog .s-testimonials .eael-testimonial-item .eael-testimonial-content .bio-text-right p.eael-testimonial-user-company {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .single-catalog .s-testimonials {
    flex-direction: column;
  }
  .single-catalog .s-testimonials-title h3 {
    font-size: 32px;
  }
  .single-catalog .s-testimonials-title img {
    height: 55px;
  }
}

.s-stats .elementor-widget-heading h4:after {
  content: "";
  display: block;
  width: 33px;
  height: 8px;
  background-color: #A1C05E;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .s-stats.fancy-checklist:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 25px #A1C05E;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
  }
}

.s-partners .swiper .elementor-swiper-button {
  background-color: #A1C05E;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-partners .swiper .elementor-swiper-button i {
  -webkit-text-stroke: 0.5px;
}
.s-partners .elementor-image-carousel-wrapper {
  padding: 0 50px;
}
.s-partners .elementor-image-carousel-wrapper .swiper-slide {
  opacity: 0.8;
  background-color: #fff;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.s-partners.no-opac .elementor-image-carousel-wrapper .swiper-slide {
  opacity: 1;
}

.contact-details .e-con-boxed {
  flex-direction: row;
}
.contact-details .e-con-boxed .e-con-inner {
  display: flex;
}
.contact-details .e-con-boxed .elementor-widget-heading {
  flex: 0 0 150px;
}
.contact-details .e-con-boxed .elementor-widget-icon-list {
  flex: 1;
}
.contact-details .e-con-boxed .elementor-heading-title {
  line-height: 1.2;
}
.contact-details .e-con-boxed .elementor-heading-title strong {
  display: block;
  font-weight: 700;
  color: #A1C05E;
}

.branch h2 {
  line-height: 1.2 !important;
  display: block !important;
}
.branch h2 strong, .branch h2 b {
  color: #da3732;
  display: block;
  font-weight: 700;
}

.event-item .time_text p {
  line-height: 1;
}

.footer-form .elementor-widget-image-box .elementor-image-box-wrapper {
  justify-content: center;
}
.footer-form .elementor-widget-image-box .elementor-image-box-content {
  width: auto;
}
.footer-form .elementor-widget-image-box .elementor-image-box-img {
  padding-top: 20px;
}

.fancy-list .elementor-image-box-wrapper {
  margin-top: 1.5rem;
}
.course-goals .fancy-list .elementor-image-box-wrapper .elementor-image-box-img {
  min-width: 83px;
}

.fancy-list .elementor-image-box-wrapper .elementor-image-box-content {
  margin-right: 1.6rem;
}
.fancy-list .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #212529;
  text-align: right;
}
.course-audience .fancy-list .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-title {
  color: #fff;
}

.course-plans .course-plan .plan-number {
  font-size: 6.3rem;
  font-weight: 200;
  line-height: 1em;
}
.course-plans .course-plan .plan-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #212529;
  display: block;
  min-height: 100px;
}
.course-plans .course-plan .hours {
  display: block;
  font-size: 2.8rem;
}
.course-plans .course-plan .hours:before {
  content: "";
  display: block;
  width: 22px;
  height: 5px;
  background-color: #A1C05E;
  margin: 10px auto 0;
}
@media (min-width: 992px) {
  .course-plans .course-plan {
    width: 20%;
  }
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover, .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
  background-color: #ededec !important;
}

.eael-adv-accordion .eael-accordion-list {
  margin-bottom: 4px;
}
.eael-adv-accordion .eael-accordion-list .elementor-tab-title {
  position: relative;
  background-position: right 20px center !important;
}
.eael-adv-accordion .eael-accordion-list .elementor-tab-title .eael-accordion-tab-title {
  font-size: 24px;
  font-weight: 400;
  margin-right: 15px !important;
}
.eael-adv-accordion .eael-accordion-list .elementor-tab-title i {
  display: none;
}
.eael-adv-accordion .eael-accordion-list .elementor-tab-title:after {
  position: absolute;
  content: "";
  top: 36px;
  left: 33px;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(135deg);
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
  border: 0;
  border-bottom: 1px solid #ededec;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content ul, .eael-adv-accordion .eael-accordion-list .eael-accordion-content ol {
  list-style: revert;
  margin-bottom: 15px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
  margin-bottom: 15px !important;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content .sylbus_pdf {
  display: block;
  color: #212529;
  text-align: center;
  margin-bottom: 20px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content .sylbus_pdf figcaption {
  font-size: 14px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content, .eael-adv-accordion .eael-accordion-list .eael-accordion-content p, .eael-adv-accordion .eael-accordion-list .eael-accordion-content li {
  font-size: 18px !important;
}

.about-pages {
  flex-grow: unset !important;
}
.about-pages__content p {
  font-size: inherit;
}
.about-pages__nav {
  overflow: visible !important;
}
.about-pages__nav .elementor-nav-menu--layout-horizontal > ul {
  width: 100%;
}
.about-pages__nav .elementor-nav-menu--layout-horizontal > ul > li {
  width: 100%;
}
.about-pages__nav .elementor-nav-menu--layout-horizontal > ul > li:nth-child(even):not(.current-menu-item) > a {
  background-color: rgba(19, 18, 18, 0.780392);
}
.about-pages__nav .elementor-nav-menu--layout-horizontal > ul > li:nth-child(odd):not(.current-menu-item) {
  background-color: rgba(44, 44, 44, 0.72);
}
.about-pages__nav .elementor-nav-menu--layout-horizontal > ul > li > a {
  text-align: center;
  display: block;
}
.about-pages__nav .elementor-nav-menu--layout-horizontal > ul > li.current-menu-item > a {
  background-color: #A1C05E !important;
}
@media (min-width: 768px) {
  .about-pages__nav .elementor-nav-menu--layout-horizontal > ul > li {
    width: 25%;
  }
  .about-pages__nav .elementor-nav-menu--layout-horizontal > ul > li.current-menu-item:before {
    content: "";
    display: block;
    border-bottom: 25px solid #A1C05E;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(360deg);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .about-pages__nav {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  .about-pages {
    max-width: 800px;
    width: 58.33333% !important;
  }
  .about-pages__content {
    max-height: 500px;
    overflow-y: overlay;
    direction: ltr;
  }
  .about-pages__content .elementor-widget-container {
    direction: rtl;
  }
  .about-pages__content::-webkit-scrollbar {
    width: 10px;
    position: absolute;
    right: 0;
  }
  .about-pages__content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .about-pages__content::-webkit-scrollbar-thumb {
    background: #A1C05E;
    border-radius: 10px;
    position: absolute;
  }
}
.page-id-22914 .about-pages {
  padding: 0 !important;
}
.page-id-22914 .about-pages .elementor-widget-container {
  padding: 0 !important;
}

@media (min-width: 1600px) {
  .about-pages {
    max-width: 875px !important;
  }
  .about-pages .elementor-2009 {
    display: flex;
    flex-wrap: wrap;
  }
  .about-pages .elementor-2009 > .branch {
    flex: 0 0 33.333%;
    margin: 0;
    padding: 0 36px;
  }
  .about-pages .elementor-2009 > .branch > .e-con-inner {
    padding-top: 0;
  }
}

/***jobpage csss***/
.find-tags-list .find-tag-item.job-tag {
  background-color: rgb(117, 0, 17);
  color: rgb(255, 255, 255);
}

.jobs_type-section {
  z-index: 9;
  position: relative;
}
.jobs_type-section .jobs-metadata {
  margin: 2rem 0;
}
.jobs_type-section .jobs-metadata a {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  display: block;
}
.jobs_type-section .jobs-metadata a:hover {
  text-decoration: underline;
}
.jobs_type-section .jobs-metadata a i {
  margin-right: 1rem;
  font-size: 80%;
  display: inline-block;
}
.jobs_type-section .jobs-metadata span {
  display: block;
  color: #fff;
  font-size: 3rem;
  margin-top: 2rem;
}

ul.job-type-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-align: right;
  column-gap: 8px;
  row-gap: 8px;
}

ul.job-type-list li.jb-item {
  background-color: rgba(161, 192, 94, 0.7);
  color: white;
  width: 13.7%;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  font-size: 20px;
}

.article_filter-block {
  background-color: #fff;
  padding: 2.4rem;
  margin-top: 32px;
}
.article_filter-block .check-result-title {
  font-size: 2.2rem;
  font-weight: 600;
}
.article_filter-block .find-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article_filter-block .find-tags-list .find-tag-item {
  color: #fff;
  padding: 2px 10px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
.article_filter-block .find-tags-list .find-tag-item:after {
  content: "x";
  float: left;
  margin-right: 7px;
}

.find-tags-list .branches-search {
  background-color: #000;
}

.find-tags-list .benefits-search {
  background-color: #0d3742;
}

.find-tags-list .course-search {
  background-color: #3a4719;
}

.find-tags-result {
  padding: 50px 0;
}

.inner-tag-block {
  position: absolute;
  background: #fff;
  width: 333px;
  padding-bottom: 30px;
  left: -333px;
  top: 0;
  z-index: 2;
  border: 0;
  height: 350px;
  overflow-y: scroll;
  box-shadow: 0 9px 5px 0 rgba(68, 80, 91, 0.2);
}

.job-select_article {
  padding-top: 40px;
}
.job-select_article .news_items {
  min-height: 425px;
}

.article_load_more {
  padding: 2.5rem 0 4rem;
}
.article_load_more a.btn_load_more span.text {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
}
.article_load_more a.btn_load_more span.text:after {
  content: "";
  margin-right: 20px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #000;
  border-top: 0.1em solid #000;
  transform: rotate(-135deg);
  margin-left: 0.5em;
  transition: all 0.35s linear;
  position: relative;
  top: -3px;
}
.article_load_more a.btn_load_more.text-white span.text:after {
  border-top-color: #fff;
  border-left-color: #fff;
}

.job-article_items .b-box-news__pic .icon-container img {
  width: 100%;
  height: 100%;
}

.news_items.job-article_items .b-box-news__pic .icon-container {
  box-shadow: none;
}

.news_items.job-article_items .b-box-news__buttons a.read-more i {
  font-size: 18px;
}

.news_items.job-article_items .b-box-news .post-cat span {
  display: inline-block;
  font-size: 1.6rem;
  background-color: #660f1b;
  color: #fff;
  padding: 3px 7px;
  margin: 0.25rem 0 0.25rem 0.25rem;
}

.job-article_items .b-box-news {
  background-color: transparent;
  padding: 0;
}
.job-article_items .b-box-news__pic, .job-article_items .b-box-news__title, .job-article_items .b-box-news__desc, .job-article_items .b-box-news__buttons {
  background-color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
}
.job-article_items .b-box-news__pic {
  padding-top: 2.5rem;
  text-align: center;
}
.job-article_items .b-box-news__pic img {
  width: 100%;
  height: auto;
}
.job-article_items .b-box-news__title {
  margin: 0;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}
.job-article_items .b-box-news__desc {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.job-article_items .b-box-news__desc p {
  font-size: 18px;
}
.job-article_items .b-box-news__buttons {
  margin-top: 2px;
  text-align: center;
  padding: 1.75rem 3rem;
}
.job-article_items .b-box-news__buttons a {
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .job-article_items .b-box-news {
    height: 100%;
  }
}

.single-job__content p {
  font-size: inherit;
}

.student_image {
  position: relative;
}
.student_image .video-btn {
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
}
.student_image .video-btn:hover {
  background-color: rgba(0, 0, 0, 0.22);
  border-radius: 50%;
}

.recommend_student_review {
  position: relative;
  margin: 15px 10px;
  border-top: 5px solid #A1C05E;
  padding: 55px 20px 75px;
  flex: unset;
}
.recommend_student_review:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #A1C05E;
  position: absolute;
  bottom: 100%;
  right: 14%;
}
.recommend_student_review .recommend_student-text {
  text-align: right;
  padding: 0 10%;
}
.recommend_student_review .recommend_student-text p {
  font-size: 30px;
  color: black;
}
.recommend_student_review .recommend_student-text:before {
  position: absolute;
  content: "”";
  font-weight: bold;
  font-size: 85px;
  color: #A1C05E;
  font-family: "Georgia";
  top: 15PX;
  right: 40px;
}
.recommend_student_review .recommend_student-text:after {
  position: absolute;
  content: "”";
  font-weight: bold;
  font-size: 85px;
  color: #A1C05E;
  font-family: "Georgia";
  display: block;
  bottom: 20px;
  left: 40px;
  line-height: 0px;
}

.event-program:after {
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  background-color: #A1C05E;
  margin: 4rem 0 3rem;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  overflow: visible !important;
}
.elementor-widget-tabs .elementor-tabs .elementor-tab-title {
  padding: 6px;
  flex: 1;
  text-align: center;
}
.elementor-widget-tabs .elementor-tabs .elementor-tab-title:nth-child(odd) {
  background-color: rgba(44, 44, 44, 0.721569);
}
.elementor-widget-tabs .elementor-tabs .elementor-tab-title:nth-child(even) {
  background-color: rgba(19, 18, 18, 0.780392);
}
.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active {
  background-color: #A1C05E;
}
.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active:after {
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px !important;
  border-top-color: #A1C05E;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 100%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 9;
  left: 50% !important;
  width: 10px !important;
}
.elementor-widget-tabs .elementor-tabs .elementor-tab-content {
  background-color: rgba(255, 255, 255, 0.870588);
}
@media (max-width: 767.98px) {
  .elementor-widget-tabs .elementor-tabs .elementor-tab-title {
    position: relative;
  }
  .elementor-widget-tabs .elementor-tabs .elementor-tab-content {
    padם-0ding-top: 20px;
  }
}

.s-benefits .elementor-image-box-img {
  width: 83px;
}
.s-benefits .elementor-image-box-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
  padding-left: 8px;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items::-webkit-scrollbar {
  width: 10px;
  position: absolute;
  right: 0;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items::-webkit-scrollbar-thumb {
  background: #da3732;
  border-radius: 10px;
  position: absolute;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
  margin-top: 10px;
  margin-right: 15px;
  padding-right: 0;
  height: auto;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text {
  font-size: 16px;
  padding-right: 15px;
  margin: auto 0;
  white-space: normal;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text a {
  text-decoration: none;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text, body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text {
  font-size: 16px;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active {
  background-color: #da3732;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-thumbnail {
  border-left: 3px solid #fff;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text, body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active a {
  color: #fff !important;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail, body .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img {
  width: 160px;
  height: 90px;
}
body .elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top {
  box-shadow: none !important;
}
@media (max-width: 767.98px) {
  body .elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
  body .elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .elementor-element .swiper.elementor-loop-container .elementor-swiper-button-prev, .elementor-element .swiper.elementor-loop-container .elementor-swiper-button-next {
    width: 45px;
    height: 45px;
    transform: translate(0, -50%) !important;
  }
  .elementor-element .swiper.elementor-loop-container .elementor-swiper-button-prev {
    left: -15px;
  }
  .elementor-element .swiper.elementor-loop-container .elementor-swiper-button-next {
    right: -15px;
  }
  .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
  }
  .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    flex: 0 0 65px;
  }
  .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 50px;
  }
  .mobile-center-box .elementor-widget-image-box .elementor-image-box-wrapper {
    flex-direction: column;
  }
  .mobile-center-box .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
    width: auto;
  }
  .fancy-checklist .elementor-image-box-wrapper {
    display: flex;
  }
  .fancy-checklist .elementor-image-box-wrapper .elementor-image-box-img {
    flex: 0 0 70px;
    padding-top: 7px;
  }
  .fancy-checklist .elementor-image-box-wrapper img {
    width: 40px;
  }
  .bg-hide-mobile {
    background-image: none !important;
  }
  .s-stats:not(.fancy-checklist) {
    background-image: url("../pic/about_hone_bg-3.jpeg") !important;
  }
  .contact-details .e-con-boxed .elementor-widget-heading {
    flex: 0 0 auto;
  }
}
.search-results .main-search {
  background-color: #bebebe;
}
.search-results .main-search form {
  display: flex;
  width: 100%;
}
.search-results .main-search form input[type=text] {
  background-color: #fff;
  font-size: 2rem;
  color: #000;
  padding: 15px 25px;
  font-weight: 400;
  border: 0;
  flex: 1;
}
.search-results .main-search form .btn-search {
  background: #fff;
  border: 0;
  font-size: 19px;
  line-height: 1;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .search-results .main-search {
    height: 150px;
    padding-left: 55%;
    padding-right: 45px;
  }
}
.search-results .search-count {
  margin: 2.5rem 0;
  font-size: 20px;
}
.search-results .search-filters {
  background-color: rgba(190, 190, 190, 0.5);
  display: flex;
  flex-direction: column;
  padding: 30px 45px;
}
.search-results .search-filters .tags .tag {
  margin: 0 5px;
  padding: 10px;
  font-size: 20px;
}
.search-results .search-filters .tags .tag.active {
  background-color: #000;
  color: #fff;
}
.search-results .search-filters .tags .tag.false {
  background-color: #fff;
  color: #000;
}
.search-results .b-box-search {
  padding: 20px 45px;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 25px;
}
.search-results .b-box-search__title {
  font-size: 28px;
}
.search-results .b-box-search__title, .search-results .b-box-search__title a {
  color: #212529;
}
.search-results .b-box-search__title:hover, .search-results .b-box-search__title a:hover {
  text-decoration: underline;
}
.search-results .b-box-search__desc {
  font-size: 17px;
  margin: 15px 0;
}
.search-results .b-box-search .post-cat span {
  display: inline-block;
  background-color: #470145;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  padding: 0 0.8rem;
  margin: 0.25rem 0 0.25rem 0.25rem;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .e-con.coming-events > .e-con-inner {
    max-width: 1140px;
  }
  .e-con.coming-events > .e-con-inner > div {
    width: 33.3333%;
  }
}
.e-con.coming-events > .e-con-inner .city {
  margin: 0;
  color: #A1C05E;
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .eael-data-table tbody tr > td {
    padding: 0 10px !important;
  }
  .eael-data-table tbody tr > td:last-child .td-content-wrapper {
    border-bottom: 0;
  }
  .eael-data-table tbody .td-content-wrapper {
    border-bottom: 2px solid #fff;
    padding: 20px 0;
  }
  .eael-data-table tbody .th-mobile-screen {
    font-weight: 600;
    padding: 0 !important;
  }
  .eael-data-table tbody > tr {
    display: block;
    margin-bottom: 10px;
  }
  .eael-data-table tbody > tr:nth-child(2n+1) td {
    background-color: #f7f7f7 !important;
  }
}

.error404 .l-wrapper {
  background-position: center;
}
.error404 .return-home {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .error404 .return-home {
    bottom: auto;
    top: 50%;
  }
}

.course-default {
  margin-top: -80px;
  font-size: 32px;
}
.course-default h2 {
  display: flex;
  justify-content: center;
  font-size: 56px;
  font-weight: 400;
  color: #212529;
}
.course-default h2 img {
  width: 55px;
  margin-left: 24px;
}
.course-default .btn {
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 500;
}
.course-default .btn:after {
  font-weight: 900;
}

.swiper:not(.swiper-initialized) .elementor-swiper-button {
  display: none !important;
}

.ltr_1 {
  direction: ltr;
  text-align: left;
}
.ltr_1 .fancy-list .elementor-image-box-wrapper .elementor-image-box-content {
  margin-right: 0;
  margin-left: 1.6rem;
}
.ltr_1 .fancy-list .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-title {
  text-align: left;
}
.ltr_1 .section-title_has-icon h2.elementor-image-box-title {
  text-align: left;
}
.ltr_1 .section-title_has-icon .elementor-image-box-img {
  margin-left: 0 !important;
  margin-right: 15px !important;
  padding-left: 0 !important;
}
.ltr_1 .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
  direction: ltr;
}
.ltr_1 .eael-adv-accordion .eael-accordion-list .elementor-tab-title .eael-accordion-tab-title {
  margin-left: 15px;
}
.ltr_1 .eael-adv-accordion .eael-accordion-list .elementor-tab-title:after {
  left: auto;
  right: 33px;
}
.ltr_1 .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
  text-align: left;
}
.ltr_1 .eael-adv-accordion .eael-accordion-list .eael-accordion-content ul {
  padding-inline-start: 25px;
}
.ltr_1 .course-content ul {
  padding-inline-start: 30px;
}

[lang=he] .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  flex-direction: row;
}
[lang=he] .elementor-widget.elementor-align-right .elementor-icon-list-item, [lang=he] .elementor-widget.elementor-align-right .elementor-icon-list-item a {
  justify-content: flex-start;
}

.elementor-2147 .elementor-element.elementor-element-c584521:not(.elementor-motion-effects-element-type-background), .elementor-2147 .elementor-element.elementor-element-c584521>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(https://www.hamil.co.il/wp-content/uploads/2024/07/%D7%9B%D7%A0%D7%A1-%D7%A9%D7%99%D7%A8%D7%95%D7%AA-2.png);
    background-position: center !important;
}

