.accessibility-button {
  background: #5FA841;
  height: 36px;
  width: 36px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.accessibility-button i {
  color: #fff;
  font-size: 1.5rem;
}

.accessibility-button.open {
  pointer-events: none;
  cursor: default;
  background: #555;
}

.accessibility-button.open i {
  opacity: .7;
}

.accessibility-menu {
  position: absolute;
  bottom: -100%;
  right: 27px;
  background: #444;
  padding: 15px 10px 10px 10px;
  color: #fff;
  z-index: 1;
  transition: .3s all ease;
  font-family: 'CardenioBold', 'Patrick Hand', sans-serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.accessibility-menu .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accessibility-menu label {
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 2.5;
}

.accessibility-menu input {
  margin: 5px 0;
}

.accessibility-menu.Right {
  right: unset;
  left: 27px;
}

.accessibility-menu.show {
  bottom: 55px;
  transition: .3s all ease;
}

.reset-close {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.reset-close div {
  cursor: pointer;
  text-transform: uppercase;
}

.font-size {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}

.font-size .size {
  margin: 0 3px;
  padding: 0 3px;
  background: #EFEFEF;
  color: #313131;
  cursor: pointer;
  border-radius: 3px;
  height: 28px;
  width: 28px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: adelle, 'Roboto Slab', sans-serif;
}

.font-size .size:hover {
  background: #dedede;
}

.font-size .size:first-of-type {
  margin-left: 0;
}

.font-size .size:last-of-type {
  margin-right: 0;
}

.font-size .size.reset {
  font-size: 1.2rem;
}
.post-type-archive-worksheets h3,
.tax-subjects h3 {
  font-size: 2.5rem;
}

.post-type-archive-worksheets .subject-bar,
.tax-subjects .subject-bar {
  display: block;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 3px solid #cecece;
  border-radius: 15px;
}

.post-type-archive-worksheets .subject-bar img,
.tax-subjects .subject-bar img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.post-type-archive-worksheets .subject-bar h2,
.tax-subjects .subject-bar h2 {
  font-size: 1.3rem;
  color: #000;
}

.post-type-archive-worksheets .subject-bar.current,
.post-type-archive-worksheets .subject-bar.active,
.post-type-archive-worksheets .subject-bar:hover,
.tax-subjects .subject-bar.current,
.tax-subjects .subject-bar.active,
.tax-subjects .subject-bar:hover {
  border-color: transparent;
  background: #313131;
  color: #fff !important;
}

.post-type-archive-worksheets .subject-bar.current img,
.post-type-archive-worksheets .subject-bar.active img,
.post-type-archive-worksheets .subject-bar:hover img,
.tax-subjects .subject-bar.current img,
.tax-subjects .subject-bar.active img,
.tax-subjects .subject-bar:hover img {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}

.post-type-archive-worksheets .subject-bar.current h2,
.post-type-archive-worksheets .subject-bar.active h2,
.post-type-archive-worksheets .subject-bar:hover h2,
.tax-subjects .subject-bar.current h2,
.tax-subjects .subject-bar.active h2,
.tax-subjects .subject-bar:hover h2 {
  color: #fff;
}

.post-type-archive-worksheets .subject-bar:hover,
.tax-subjects .subject-bar:hover {
  text-decoration: none;
}

.post-type-archive-worksheets .nav-bar .subject-bar,
.tax-subjects .nav-bar .subject-bar {
  text-align: center;
  height: 200px;
}

.post-type-archive-worksheets .nav-bar .subject-bar:before,
.tax-subjects .nav-bar .subject-bar:before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: 8px;
  left: 50%;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transform: rotate(45deg) translateX(-50%);
}

.post-type-archive-worksheets .nav-bar .subject-bar:hover:before,
.tax-subjects .nav-bar .subject-bar:hover:before {
  border-color: #fff;
}

.post-type-archive-worksheets .subjects .subject-bar h2,
.tax-subjects .subjects .subject-bar h2 {
  margin-bottom: 0;
}

.post-type-archive-worksheets .subjects .subject-bar h2:before,
.tax-subjects .subjects .subject-bar h2:before {
  content: '';
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transform: rotate(45deg);
}

.post-type-archive-worksheets .subjects .subject-bar:hover h2:before,
.tax-subjects .subjects .subject-bar:hover h2:before {
  border-color: #fff;
}
.page-content-wrapper.archive_news .archive_news_block {
  padding: 60px 15px;
}

.page-content-wrapper.archive_news .archive_news_block h1 {
  margin-bottom: 2rem;
}

.page-content-wrapper.archive_news .archive_news_block .news-col .news {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #333333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  height: 200px;
  position: relative;
  z-index: 1;
}

.page-content-wrapper.archive_news .archive_news_block .news-col .news .block-wrapper h3 {
  color: #FFFFFF;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.page-content-wrapper.archive_news .archive_news_block .news-col .news .overlay {
  position: absolute;
  inset: 0;
  background: #333333;
  opacity: .6;
  z-index: -1;
  transition: .15s;
}

.page-content-wrapper.archive_news .archive_news_block .news-col .news:hover .overlay {
  opacity: .4;
  transition: .15s;
}

@media (max-width: 1200px) {
  .page-content-wrapper.archive_news .archive_news_block {
    padding: 60px 15px 0px 15px;
  }

  .page-content-wrapper.archive_news .archive_news_block .news-col .news {
    height: unset;
  }

  .page-content-wrapper.archive_news .archive_news_block .news-col .news .overlay {
    opacity: 0.6 !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

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

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

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

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

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

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

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

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.theme-btn {
  padding: 8px 24px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  border: 0 !important;
  cursor: pointer;
  border-radius: 30px;
}

.theme-btn.sml {
  font-size: 1rem;
}

.theme-btn.primary {
  background: #D61116;
  color: #FFFFFF;
}

.theme-btn.primary:hover {
  background: #FFFFFF;
  color: #333333;
}

.theme-btn.primary-hover-alternate:hover {
  background: #333333;
  color: #FFFFFF;
}

.theme-btn.secondary {
  background: #FFA500;
  color: #FFFFFF;
}

.theme-btn.secondary:hover {
  background: #FFFFFF;
  color: #333333;
}

.theme-btn.secondary-hover-alternate:hover {
  background: #333333;
  color: #FFFFFF;
}

.theme-btn.tertiary {
  background: #36A7E9;
  color: #FFFFFF;
}

.theme-btn.tertiary:hover {
  background: #FFFFFF;
  color: #333333;
}

.theme-btn.tertiary-hover-alternate:hover {
  background: #333333;
  color: #FFFFFF;
}

.theme-btn.quaternary {
  background: #5FA841;
  color: #FFFFFF;
}

.theme-btn.quaternary:hover {
  background: #FFFFFF;
  color: #333333;
}

.theme-btn.quaternary-hover-alternate:hover {
  background: #333333;
  color: #FFFFFF;
}

.theme-btn.black {
  background: #333333;
  color: #FFFFFF;
}

.theme-btn.black:hover {
  background: #FFFFFF;
  color: #333333;
}

.theme-btn.white {
  background: #FFFFFF;
  color: #333333;
}

.theme-btn.white:hover {
  background: #333333;
  color: #FFFFFF;
}

.btn {
  font-family: adelle, 'Roboto Slab', sans-serif;
  border: 1px solid transparent !important;
}

.btn-primary {
  background: #313131;
}

.btn-primary:hover {
  background: #fff;
  color: #313131;
  border: 1px solid #313131 !important;
}

.btn-secondary {
  background: #ffa500;
  border: 0;
  font-size: 1rem;
}
html {
  scroll-behavior: smooth;
}

html body {
  font-family: adelle, "Roboto Slab", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  color: #333333;
}

html body .flexible-content p,
html body .flexible-content ul,
html body .flexible-content ol {
  font-size: 1.1rem;
}

html body .page-content-wrapper {
  min-height: 100vh;
  background: #F4F4F4;
}

html body .page-content-wrapper > div section {
  position: absolute;
  top: -100px;
}

html body .row {
  flex-grow: 1;
}

html body .block-wrapper {
  display: block;
  width: 100%;
}

html body .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
sub {
  font-weight: 600;
  line-height: 1;
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

ul,
li,
p,
button {
  font-family: adelle, "Roboto Slab", sans-serif;
}

ul,
ol {
  padding-left: 20px;
}

a {
  line-height: 1.5;
  margin-bottom: 0;
  color: #D61116;
}

a:hover {
  text-decoration: none;
  color: #FFA500;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.6rem;
  }
}
.page_not_found {
  height: 100vh;
  padding: 90px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_not_found .block-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page_not_found .block-content h1 {
  font-size: 3rem;
  color: #333333;
}

.page_not_found .block-content p {
  margin-bottom: 2rem;
}
.contact_block {
  padding: 90px 15px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.contact_block h2 {
  color: #333333;
}

.contact_block .details {
  border-left: 1px solid rgba(51, 51, 51, 0.2);
  padding-left: 60px;
}

.contact_block .details .email-phone-socials {
  margin-top: 2rem;
}

.contact_block .details .email-phone-socials .socials {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.contact_block .details .email-phone-socials .socials a i,
.contact_block .details .email-phone-socials .socials a svg {
  color: #D61116;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
}

.contact_block .details .email-phone-socials .socials a:hover i,
.contact_block .details .email-phone-socials .socials a:hover svg {
  filter: brightness(0.8);
}

.contact_block .details .email-phone-socials h4 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: .5rem;
  color: #333333;
}

.contact_block .details .email-phone-socials a {
  color: #D61116;
}

.contact_block .details .email-phone-socials a:hover {
  filter: brightness(0.8);
  text-decoration: none;
}

.contact_block .details .email-phone-socials a.email,
.contact_block .details .email-phone-socials a.phone {
  font-size: 1.2rem;
}

.contact_block .form {
  padding-right: 60px;
}

@media (max-width: 1200px) {
  .contact_block {
    padding: 60px 15px;
  }

  .contact_block .details {
    padding-left: 15px;
    border-left: 0;
  }

  .contact_block .form {
    padding-right: 15px;
  }
}
.cta_block {
  background-color: #36A7E9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta_block section {
  position: absolute;
  top: -100px;
}

.cta_block .block-content .block-wrapper {
  text-align: center;
}

.cta_block .block-content .block-wrapper h2 {
  color: #FFFFFF;
}

.cta_block .block-content .block-wrapper p {
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 0rem;
}

.cta_block .block-content .block-wrapper .theme-btn {
  margin-top: 1rem;
}
.faqs_block {
  padding: 60px 15px;
  position: relative;
  overflow: hidden;
}

.faqs_block .faqs_header h2 {
  color: #333333;
}

.faqs_block .faqs_header p {
  margin-bottom: 2rem;
}

.faqs_block .faqs {
  margin-top: 60px;
}

.faqs_block .faqs .faq {
  margin-bottom: 15px;
}

.faqs_block .faqs .faq .block-wrapper {
  background: #F5F5F5;
  padding: 30px;
  border: 1px solid transparent;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
}

.faqs_block .faqs .faq .block-wrapper .question {
  padding-right: 45px;
  font-size: 1.4rem;
  color: #333333;
  position: relative;
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
}

.faqs_block .faqs .faq .block-wrapper .question .open-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  background: #36A7E9;
  border-radius: 50%;
  align-items: center;
  transition: .15s;
}

.faqs_block .faqs .faq .block-wrapper .question .open-close .line {
  height: 3px;
  width: 15px;
  background-color: #FFFFFF;
}

.faqs_block .faqs .faq .block-wrapper .question .open-close .line:last-of-type {
  position: absolute;
  transform: rotate(90deg);
  transition: .15s;
}

.faqs_block .faqs .faq .block-wrapper .answer {
  height: 0;
  overflow: hidden;
  transition: .3s;
  font-size: 1rem;
}

.faqs_block .faqs .faq.show-answer .block-wrapper {
  background: #FFFFFF;
  border-color: #36A7E9;
}

.faqs_block .faqs .faq.show-answer .block-wrapper .question .open-close {
  background: #36A7E9;
  transition: .15s;
}

.faqs_block .faqs .faq.show-answer .block-wrapper .question .open-close .line:last-of-type {
  transform: rotate(0deg);
  transition: .15s;
}

.faqs_block .faqs .faq.show-answer .block-wrapper .answer {
  padding-top: 15px;
  height: unset;
  overflow: unset;
  transition: .3s;
}

.faqs_block .faqs .faq.show-answer .block-wrapper .answer a {
  color: #333333;
  font-family: adelle, "Roboto Slab", sans-serif;
  font-weight: 600;
}

.faqs_block .faqs .faq.show-answer .block-wrapper .answer a:hover {
  color: #FFA500;
}

.faqs_block .faqs .faq:last-of-type {
  margin-bottom: 0;
}
.gallery_block {
  background: #FFFFFF;
  padding: 60px 15px;
}

.gallery_block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery_block .block-header h2 {
  color: #333333;
}

.gallery_block .block-content .gallery_block-slick {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery_block .block-content .gallery_block-slick .block-wrapper {
  padding: 15px;
}

.gallery_block .block-content .gallery_block-slick .block-wrapper .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.hero_block {
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.hero_block .block-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 95px;
}

.hero_block .block-content .block-wrapper {
  display: block;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

.hero_block .block-content .block-wrapper h1 {
  color: #333333;
  font-size: 4rem;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.hero_block .block-content .block-wrapper h3 {
  color: #333333;
  font-size: 1.5rem;
  font-family: adelle, "Roboto Slab", sans-serif;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.hero_block .block-content .block-wrapper .theme-btn.video {
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
  font-weight: 400;
  margin-left: 15px;
}

.hero_block .block-content .block-wrapper .content-blocks {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 90px;
}

.hero_block .block-content .block-wrapper .content-blocks .content-block {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  padding: 8px 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.hero_block .overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #000;
  opacity: .3;
}

@media (max-width: 1200px) {
  .hero_block .block-content .block-wrapper {
    width: 100%;
    padding: 0 0 90px 0;
  }

  .hero_block .block-content .block-wrapper h1 {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 1200px) {
  .home .hero_block .block-content .block-wrapper {
    padding: 0 0 120px 0;
  }
}

.home .video-modal {
  position: fixed;
  inset: 0;
  background: rgba(49, 49, 49, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.home .video-modal .wrap {
  position: relative;
  width: 100%;
}

.home .video-modal .wrap .close {
  position: absolute;
  background: #FFA500;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
  padding: 10px 30px;
  top: 0;
  left: 50%;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.home .video-modal .wrap .close:hover {
  background: #313131;
}

.home .video-modal .wrap iframe {
  height: 600px;
}

.home .video-modal.show {
  display: flex;
}
.highlight_block {
  padding: 45px 15px;
  background-color: #36A7E9;
  background-image: url("../../../../../../../../../wp-content/uploads/2020/11/lm-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.highlight_block .block-content .flex-wrapper img {
  width: 200px;
  height: auto;
  border-radius: 50%;
  margin-right: 30px;
  border: 10px solid #FFA500;
  outline: 5px solid #FFFFFF;
}

.highlight_block .block-content .flex-wrapper .content .main p {
  font-size: 1.6rem;
  color: #FFFFFF;
}

.highlight_block .block-content .flex-wrapper .content .quote-details p {
  margin-bottom: 0;
  color: #FFFFFF;
}

.highlight_block .block-content .flex-wrapper .content .quote-details p.person {
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
  font-size: 1.6rem;
}

.highlight_block .block-content .flex-wrapper .content .quote-details p.position {
  font-size: 1rem;
}
.image_content_block {
  position: initial;
  z-index: 1;
  padding: 60px 15px;
  overflow-x: hidden;
}

.image_content_block .block-content {
  position: unset;
}

.image_content_block .block-content .col.image {
  display: flex;
  align-items: center;
}

.image_content_block .block-content .col.image > .block-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
}

.image_content_block .block-content .col.image.order-last {
  justify-content: flex-end;
}

.image_content_block .block-content .col.content {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: unset;
}

@media (max-width: 992px) {
  .image_content_block .block-content .col.content {
    min-height: unset;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.image_content_block .block-content .col.content > div {
  display: block;
  width: 100%;
}

.image_content_block .block-content .col.content > div h2 {
  color: #333333;
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
}

.image_content_block .block-content .col.content > div p {
  color: #333333;
}

.image_content_block .block-content .col.content > div p a {
  color: #D61116;
}

.image_content_block .block-content .col.content > div p a:hover {
  filter: brightness(0.7);
}

.image_content_block .block-content .col.content > div p:last-of-type {
  margin-bottom: 0;
}

.image_content_block .block-content .col.content > div h4 {
  margin-top: 30px;
}

.image_content_block .block-content .col.content > div h6 {
  margin-bottom: 0;
}

.image_content_block .block-content .col.content:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  z-index: -1;
}

.image_content_block .block-content .col.content .theme-btn {
  margin-top: 2rem;
}

.image_content_block .block-content .col.content .theme-btn:hover {
  background: #333333;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .image_content_block .block-content .col.content {
    padding: 0 15px !important;
    order: -1 !important;
    min-height: unset;
  }

  .image_content_block .block-content .col.image {
    padding: 60px 15px 0 15px !important;
    order: 13 !important;
  }
}

.image_content_block.offwhite {
  background: #F5F5F5;
}

.image_content_block.primary {
  background: #D61116;
}

.image_content_block.primary .block-content .col.image > .block-image {
  border-color: #333333;
}

.image_content_block.primary .block-content .col.content .theme-btn {
  background: #333333;
}

.image_content_block.primary .block-content .col.content .theme-btn:hover {
  background: #FFFFFF;
  color: #333333;
}

.image_content_block.black {
  background: #333333;
}

.image_content_block.black .block-content .col.content .theme-btn:hover {
  background: #FFFFFF;
  color: #333333;
}

.image_content_block.primary .block-content .col.content h1,
.image_content_block.primary .block-content .col.content h2,
.image_content_block.primary .block-content .col.content h3,
.image_content_block.primary .block-content .col.content h4,
.image_content_block.primary .block-content .col.content h5,
.image_content_block.primary .block-content .col.content h6,
.image_content_block.primary .block-content .col.content ul li,
.image_content_block.primary .block-content .col.content ol li,
.image_content_block.primary .block-content .col.content p,
.image_content_block.black .block-content .col.content h1,
.image_content_block.black .block-content .col.content h2,
.image_content_block.black .block-content .col.content h3,
.image_content_block.black .block-content .col.content h4,
.image_content_block.black .block-content .col.content h5,
.image_content_block.black .block-content .col.content h6,
.image_content_block.black .block-content .col.content ul li,
.image_content_block.black .block-content .col.content ol li,
.image_content_block.black .block-content .col.content p {
  color: #FFFFFF;
}

.hero_block + .image_content_block {
  padding-top: 120px;
}

@media (max-width: 1200px) {
  .hero_block + .image_content_block {
    padding-top: 60px;
  }
}

@media (max-width: 1200px) {
  .image_content_block + .image_content_block {
    padding-top: 0;
  }
}
.page_title {
  padding: 60px 30px;
  background-color: #FFA500;
  background-image: url("../../../../../../../../../wp-content/uploads/2020/11/lm-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page_title .block-wrapper h1 {
  font-size: 4rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
.pricing {
  padding-bottom: 60px;
}

.pricing .col .block-wrapper {
  padding: 30px;
  border-radius: 30px;
  background: #FFA500;
  text-align: center;
}

.pricing .col .block-wrapper h3 {
  color: #FFFFFF;
  font-family: adelle, "Roboto Slab", sans-serif;
  margin-bottom: .5rem;
  font-weight: 400;
}

.pricing .col .block-wrapper p {
  color: #FFFFFF;
}

.pricing .col .block-wrapper p.price {
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
  font-size: 4rem;
  margin-bottom: 0;
}

.pricing .col:nth-of-type(2) .block-wrapper {
  background: #36A7E9;
}

.pricing .col:last-of-type .block-wrapper {
  background: #5FA841;
}
.promo {
  padding: 60px 15px 0 15px;
}

.promo .form {
  padding-right: 30px;
}

.promo .form .free-samples {
  background: #36A7E9;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 15px 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 30px 30px 0;
}

.promo .form .free-samples p {
  width: 85%;
  margin-bottom: 0;
}

.promo .form .free-samples img {
  position: absolute;
  z-index: 1;
  height: 100px;
  width: auto;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.promo .form form {
  border-radius: 30px !important;
  padding: 15px !important;
  border: 2px solid #F5F5F5 !important;
}

.promo .form form .forminator-col {
  margin-bottom: 1rem !important;
}

.promo .form form .forminator-col#captcha-1 {
  margin-bottom: -1rem !important;
}

.promo .form form input {
  background: #FFFFFF !important;
  padding: 20px !important;
  border: 2px solid #36A7E9 !important;
}

.promo .form form .forminator-row-last {
  margin: 0 !important;
}

.promo .form form .forminator-row-last .forminator-col {
  margin-bottom: 0 !important;
}

.promo .form form .forminator-response-message {
  background: #FFA500 !important;
  border-radius: 30px !important;
}

.promo .form form .forminator-response-message p {
  color: #FFFFFF !important;
}

.promo .wysiwyg-highlight {
  padding-left: 30px;
}

.promo .wysiwyg-highlight .wysiwyg_block {
  padding: 0 15px 30px 15px;
}

.promo .wysiwyg-highlight .highlight_block {
  padding: 45px 30px;
}
.worksheet_accordions {
  padding: 60px 15px;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
}

.worksheet_accordions .worksheet {
  padding: 45px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
  position: relative;
  background: #FFFFFF;
}

.worksheet_accordions .worksheet:before {
  content: '';
  position: absolute;
  inset: 15px;
  border: 1px solid #E3E3E3;
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/grid.png");
  background-position: center;
  background-size: 80px;
  background-repeat: repeat;
}

.worksheet_accordions .worksheet .worksheet_header {
  position: relative;
  z-index: 1;
  text-align: center;
}

.worksheet_accordions .worksheet .worksheet_header h2 {
  color: #FFFFFF;
  display: inline-block;
  background: #643695;
  padding: 15px 45px;
  margin-bottom: 0;
}

.worksheet_accordions .worksheet .faqs {
  margin-top: 30px;
}

.worksheet_accordions .worksheet .faqs .faq {
  margin-bottom: 15px;
}

.worksheet_accordions .worksheet .faqs .faq .block-wrapper {
  background: #FFFFFF;
  padding: 30px;
  border: 2px solid #643695;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
}

.worksheet_accordions .worksheet .faqs .faq .block-wrapper .question {
  padding-right: 45px;
  font-size: 1.8rem;
  color: #333333;
  position: relative;
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
}

.worksheet_accordions .worksheet .faqs .faq .block-wrapper .question .open-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  background: #D61116;
  border-radius: 50%;
  align-items: center;
}

.worksheet_accordions .worksheet .faqs .faq .block-wrapper .question .open-close .line {
  height: 3px;
  width: 15px;
  background-color: #FFFFFF;
}

.worksheet_accordions .worksheet .faqs .faq .block-wrapper .question .open-close .line:last-of-type {
  position: absolute;
  transform: rotate(90deg);
  transition: .15s;
}

.worksheet_accordions .worksheet .faqs .faq .block-wrapper .answer {
  height: 0;
  overflow: hidden;
  transition: .3s;
  font-size: 1.2rem;
  color: #FFFFFF;
}

.worksheet_accordions .worksheet .faqs .faq .block-wrapper .answer b {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.worksheet_accordions .worksheet .faqs .faq.show-answer .block-wrapper {
  background: #643695;
}

.worksheet_accordions .worksheet .faqs .faq.show-answer .block-wrapper .question {
  color: #FFFFFF;
}

.worksheet_accordions .worksheet .faqs .faq.show-answer .block-wrapper .question .open-close .line:last-of-type {
  transform: rotate(0deg);
  transition: .15s;
}

.worksheet_accordions .worksheet .faqs .faq.show-answer .block-wrapper .answer {
  padding-top: 15px;
  height: unset;
  overflow: unset;
  transition: .3s;
  margin-top: 15px;
  border-top: 1px solid #FFFFFF;
}

.worksheet_accordions .worksheet .faqs .faq.show-answer .block-wrapper .answer a {
  color: #333333;
  font-family: adelle, "Roboto Slab", sans-serif;
  font-weight: 600;
}

.worksheet_accordions .worksheet .faqs .faq.show-answer .block-wrapper .answer a:hover {
  color: #FFA500;
}

.worksheet_accordions .worksheet .faqs .faq:last-of-type {
  margin-bottom: 0;
}
.wysiwyg_block {
  padding: 60px 15px;
}

.wysiwyg_block h1,
.wysiwyg_block h2,
.wysiwyg_block h3,
.wysiwyg_block h4,
.wysiwyg_block h5,
.wysiwyg_block h6 {
  margin-top: 1.5rem;
  color: #333333;
}

.wysiwyg_block h1:first-of-type,
.wysiwyg_block h2:first-of-type,
.wysiwyg_block h3:first-of-type,
.wysiwyg_block h4:first-of-type,
.wysiwyg_block h5:first-of-type,
.wysiwyg_block h6:first-of-type {
  margin-top: 0;
}

.wysiwyg_block p a {
  color: #333333;
  white-space: nowrap;
  font-family: adelle, "Roboto Slab", sans-serif;
  font-weight: 600;
}

.wysiwyg_block p a:hover {
  color: #FFA500;
  text-decoration: none;
}

.wysiwyg_block p:last-of-type {
  margin-bottom: 0;
}
@font-face {
  font-family: 'Cardenio';
  src: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/fonts/CardenioModern.woff") format("woff");
}

@font-face {
  font-family: 'CardenioBold';
  src: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/fonts/CardenioModern-Bold.woff") format("woff");
}
footer {
  background: #333333;
  padding: 30px 15px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

footer .container > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container .col .footer-logo {
  margin-bottom: .5rem;
}

footer .container .col .copyright {
  margin-bottom: 1rem;
  font-size: 1rem;
}

footer .container .col .website-by {
  font-size: 1rem;
}

footer .container .col .website-by a {
  font-family: adelle, "Roboto Slab", sans-serif;
  color: #FFFFFF;
  font-weight: 400;
}

footer .container .col .website-by a:hover {
  color: #fed13a;
}

footer .container .col:last-of-type {
  text-align: right;
}
.forminator-custom-form {
  margin: 0 !important;
}

.forminator-custom-form .forminator-row {
  margin-bottom: 1rem !important;
}

.forminator-custom-form .forminator-row label {
  display: none !important;
}

.forminator-custom-form .forminator-row input,
.forminator-custom-form .forminator-row textarea {
  background: #F5F5F5 !important;
  border: 1px solid transparent !important;
  padding: 30px !important;
  border-radius: 30px !important;
}

.forminator-custom-form .forminator-row input:hover,
.forminator-custom-form .forminator-row textarea:hover {
  border-color: #888 !important;
}

.forminator-custom-form .forminator-row input:focus,
.forminator-custom-form .forminator-row textarea:focus {
  border-color: #36A7E9 !important;
}

.forminator-custom-form .forminator-row textarea + .forminator-description {
  display: none !important;
}

.forminator-custom-form .forminator-row .forminator-error-message {
  margin-top: 0 !important;
  padding: 2px 15px !important;
  background: transparent !important;
  color: #333333 !important;
  font-size: 0.9rem !important;
}

.forminator-custom-form .forminator-row.forminator-row-last {
  text-align: center !important;
  margin-top: 3rem;
}

.forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit {
  font-size: 1.2rem !important;
  background: #36A7E9 !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  padding: 10px 40px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transition: 0s !important;
  font-family: "CardenioBold", "Patrick Hand", sans-serif !important;
  border-radius: 30px !important;
}

.forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit:hover {
  background: #333333 !important;
  color: #FFFFFF !important;
  transition: 0s !important;
}

.forminator-custom-form .forminator-row .forminator-button {
  padding: 8px 24px !important;
  border-radius: 30px !important;
  display: inline-block !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  border: 0 !important;
  background: #36A7E9 !important;
  color: #FFFFFF !important;
  font-size: 1rem !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transition: 0s !important;
}

.forminator-custom-form .forminator-row .forminator-button:hover {
  color: #FFFFFF !important;
  background: #333333 !important;
  transition: 0s !important;
}

.forminator-custom-form .forminator-row .forminator-file-upload + span {
  display: none !important;
}

.forminator-custom-form .forminator-response-message.forminator-success {
  background: #36A7E9 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.forminator-custom-form .forminator-response-message.forminator-success p {
  font-weight: 600 !important;
  color: #333333 !important;
}

.forminator-custom-form.forminator-custom-form-170 .forminator-row.forminator-row-last {
  text-align: left !important;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

header .container .header-logo img {
  max-width: 300px;
  height: auto;
  transition: .3s;
  margin-right: 30px;
}

header .container nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .container nav .close-btn {
  height: 40px;
  width: 40px;
  background: #FFFFFF;
  position: absolute;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer;
}

header .container nav .close-btn img {
  height: 30px;
  width: 30px;
  filter: invert(1);
}

header .container nav .close-btn:hover {
  background: #D61116;
}

header .container .hamburger {
  display: none;
}

header .container .hamburger .line {
  height: 3px;
  width: 32px;
  background: #FFFFFF;
  margin-bottom: 6px;
  border-radius: 10px;
}

header .container .hamburger .line:last-of-type {
  margin-bottom: 0;
}

header .container .hamburger:hover {
  cursor: pointer;
}

header .container .hamburger:hover .line {
  background: #D61116;
  transition: .15s;
}

header.scrolled {
  padding: 15px;
  transition: .3s;
}

header.scrolled .header-content .header-logo img {
  max-width: 250px;
  transition: .3s;
}

@media (max-width: 1600px) {
  header .header-content .header-logo img {
    max-width: 180px;
    margin: 0;
  }

  header .header-content .hamburger {
    display: block;
  }

  header .header-content nav {
    position: fixed;
    inset: 0;
    padding: 30px;
    background: #333333;
    display: none;
    justify-content: flex-start;
    align-items: center;
  }

  header .header-content nav .close-btn {
    display: flex;
  }

  header .header-content nav .header-logo {
    display: none !important;
  }

  header .header-content nav.show {
    display: flex;
  }

  header .header-content .hamburger {
    display: block;
  }

  header.scrolled {
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  header {
    padding: 15px;
  }
}
@charset "UTF-8";

re-cur {
  position: relative;
}

re-cur:before {
  content: '•';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 10%);
  font-size: 1.2rem;
}

.hidden {
  display: none;
}

.disabled {
  pointer-events: none !important;
}

span.green {
  color: #00AB4F;
}
.icon {
  position: relative;
  margin-left: 15px;
  height: 44px;
  width: 44px;
  background: red;
  border-radius: 50%;
  -webkit-box-shadow: 3px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.checklist {
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/lm-icons/checklist.png");
}

.icon.clipboard-letters {
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/lm-icons/clipboard-letters.png");
  background-size: 62%;
}

.icon.clipboard-tick {
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/lm-icons/clipboard-tick.png");
  background-size: 62%;
}

.icon.clock {
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/lm-icons/clock.png");
}

.icon.magnifying-glass {
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/lm-icons/magnifying-glass.png");
}

.icon.pen {
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/lm-icons/pen.png");
}

.content .icon {
  position: absolute;
  top: 0;
  right: -5px;
}
.login-page {
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.login-page .container-fluid .block-wrapper img {
  max-width: 150px;
  height: auto;
}

.login-page .container-fluid .block-wrapper .content {
  margin: 30px 0;
}

.login-page .container-fluid .block-wrapper .content p {
  font-size: 3rem;
  font-weight: 700;
  color: #FFA500;
  line-height: 1.2;
}

.login-page .container-fluid .block-wrapper .login-form {
  display: block;
  border-radius: 10px;
}

.login-page .container-fluid .block-wrapper .login-form form p {
  display: block;
}

.login-page .container-fluid .block-wrapper .login-form form p label {
  display: block;
  font-size: 1.2rem;
  color: #CCC;
}

.login-page .container-fluid .block-wrapper .login-form form p input {
  padding: 30px;
  background: #F6F6F6;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1.4rem;
}

.login-page .container-fluid .block-wrapper .login-form form p input[type="submit"] {
  border: 0;
  background: #FFA500;
  color: #FFFFFF;
  padding: 10px 30px;
  margin-top: 30px;
}

.login-page .container-fluid .block-wrapper .login-form form p input[type="submit"]:hover {
  background: #D61116;
}

.login-page .quigley {
  position: absolute;
  height: 90%;
  width: auto;
  right: 5%;
  z-index: -1;
}

.login-page .bg-img {
  position: absolute;
  background-color: #FFA500;
  background-image: url("../../../../../../../../../wp-content/uploads/2020/11/lm-pattern.png");
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: -2;
  height: 150vh;
  width: 150vh;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

@media (max-width: 1200px) {
  .login-page .container-fluid .block-wrapper .content p {
    color: #FFFFFF;
  }

  .login-page .container-fluid .block-wrapper .login-form form p label {
    color: #313131;
  }

  .login-page .container-fluid .block-wrapper .login-form form p input[type="submit"] {
    background: #FFFFFF;
    color: #313131;
  }

  .login-page .container-fluid .block-wrapper .login-form form p input[type="submit"]:hover {
    background: #313131;
    color: #FFFFFF;
  }

  .login-page .quigley {
    display: none;
  }

  .login-page .bg-img {
    inset: 0;
    border-radius: 0;
    transform: none;
  }
}

ul.header-front,
ul.header-front-guest {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-inline-start: 0;
  list-style: none;
}

ul.header-front li,
ul.header-front-guest li {
  margin: 0 10px;
  position: relative;
}

ul.header-front li a,
ul.header-front-guest li a {
  color: #333333;
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
}

ul.header-front li:hover a,
ul.header-front li:focus a,
ul.header-front-guest li:hover a,
ul.header-front-guest li:focus a {
  text-decoration: none;
  color: #D61116;
}

@media (max-width: 1600px) {
  ul.header-front,
  ul.header-front-guest {
    display: block;
  }

  ul.header-front li,
  ul.header-front-guest li {
    margin: 15px 0;
  }

  ul.header-front li a,
  ul.header-front-guest li a {
    font-size: 1.8rem;
    color: #FFFFFF;
  }
}

ul.footer {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

ul.footer li a {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
}

ul.footer li a:hover {
  color: #FFA500;
  text-decoration: none;
}

ul.legal {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
}

ul.legal li a {
  padding: 0 12px;
  color: #FFFFFF;
  opacity: .7;
  font-size: 1rem;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

ul.legal li a:hover {
  text-decoration: none;
  opacity: 1;
}

ul.legal li:first-of-type a {
  padding-left: 0;
}

ul.legal li:last-of-type a {
  border-right: 0;
}

@media (max-width: 992px) {
  ul.legal li:last-of-type a {
    padding-left: 12px;
  }
}

.login-logout {
  background: #FFA500;
  border-radius: 30px;
  margin-right: 0;
  padding: 5px 20px;
  color: #FFFFFF !important;
  font-size: 1.2rem;
  margin-left: 20px;
}

.login-logout:hover {
  background: #D61116;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
  font-family: 'Verdana', sans-serif;
}

.pagination .page-numbers {
  height: 40px;
  width: 40px;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
}

.pagination .page-numbers:hover {
  background: #D61116;
}

.pagination .page-numbers.current {
  background: #D61116;
}
.presentation-modal {
  overflow: hidden !important;
  top: -100vh;
  display: block;
  transition: .3s;
}

.presentation-modal .modal-content {
  width: 100%;
  height: 100vh;
  border: 0;
  border-radius: 0;
  padding: 0px !important;
  padding-bottom: 56px !important;
  background-image: url("../../../../../../../../../wp-content/themes/lovemaths/app/assets/img/grid.png");
  background-position: center;
  background-size: 80px;
  background-repeat: repeat;
}

.presentation-modal .modal-content .slides {
  padding: 30px;
  padding-bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
  padding-bottom: 56px;
  position: absolute;
  display: block;
  visibility: hidden;
  font-size: 1.8rem;
}

.presentation-modal .modal-content .slides .close {
  border: 0;
  background: #333333;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.presentation-modal .modal-content .slides .close span {
  color: #FFFFFF;
  font-size: 2rem;
}

.presentation-modal .modal-content .slides .close:hover {
  background: #D61116;
}

.presentation-modal .modal-content .slides .slide-heading {
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 0;
}

.presentation-modal .modal-content .slides .slide-heading .logo {
  margin-top: 0;
  max-height: 35px;
}

.presentation-modal .modal-content .slides .slide-heading .logo.hide {
  display: none;
}

.presentation-modal .modal-content .slides .slide-heading h1 {
  background: #36A7E9;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}

.presentation-modal .modal-content .slides .slide-heading h1:before,
.presentation-modal .modal-content .slides .slide-heading h1:after {
  content: '';
  position: absolute;
  height: 72px;
  width: 30px;
  background: #36A7E9;
  top: 0;
  transform: skewX(10deg);
  z-index: -1;
}

.presentation-modal .modal-content .slides .slide-heading h1:before {
  left: -20px;
}

.presentation-modal .modal-content .slides .slide-heading h1:after {
  right: -20px;
}

.presentation-modal .modal-content .slides .slide-heading p {
  color: #333333;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.presentation-modal .modal-content .slides .slide-heading .close {
  position: absolute;
  top: 0;
  right: 0;
}

.presentation-modal .modal-content .slides .slide-instructions {
  background: #FFFFFF;
  padding: 15px 30px;
  border-radius: 15px;
}

.presentation-modal .modal-content .slides .evaluation_box {
  padding: 30px;
  border-radius: 15px;
  position: relative;
  background: #FFFFFF;
  margin-top: 15px;
}

.presentation-modal .modal-content .slides .evaluation_box .evaluation-score {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.presentation-modal .modal-content .slides .evaluation_box .evaluation-score .scores .instruction {
  text-align: center;
}

.presentation-modal .modal-content .slides .evaluation_box .evaluation-score .scores .numbers {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.presentation-modal .modal-content .slides .evaluation_box .evaluation-score .scores.before .numbers {
  border-right: 3px dotted #6f8e98;
}

.presentation-modal .modal-content .slides .question-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.presentation-modal .modal-content .slides .question-title .flex-wrapper {
  display: flex;
  align-items: center;
  width: unset;
}

.presentation-modal .modal-content .slides .question-title h4 {
  flex-grow: 1;
  cursor: zoom-in;
  margin-bottom: 0;
  position: relative;
}

.presentation-modal .modal-content .slides .question-title h4:before {
  content: 'Show only this question';
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #F5F5F5;
  color: #888;
  white-space: nowrap;
  font-size: .65rem;
  font-family: adelle, "Roboto Slab", sans-serif;
  padding: 3px 6px;
  border-radius: 5px;
  opacity: 0;
  transition: .15s;
}

.presentation-modal .modal-content .slides .question-title h4:hover:before {
  z-index: 1000;
  opacity: 1;
  transition: .15s;
}

.presentation-modal .modal-content .slides .question-title .btn-primary {
  font-size: 1rem;
  padding: 3px 10px;
  border-radius: 5px;
  background: #00AB4F;
  border: 0 !important;
  color: #FFFFFF !important;
}

.presentation-modal .modal-content .slides .question-title .btn-primary:hover {
  background: #00c55b;
}

.presentation-modal .modal-content .slides .questions {
  margin-bottom: 30px;
}

.presentation-modal .modal-content .slides .questions .content_box {
  padding: 30px;
  border-radius: 15px;
  position: relative;
  background: #FFFFFF;
  height: 100%;
}

.presentation-modal .modal-content .slides .questions .content_box .example-explanation {
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  margin-right: -10px;
  position: relative;
}

.presentation-modal .modal-content .slides .questions .content_box .example-explanation svg {
  width: 40px;
  height: auto;
  fill: #333333;
}

.presentation-modal .modal-content .slides .questions .content_box .example-explanation:before {
  content: 'Watch explanation video';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #F5F5F5;
  color: #888;
  font-size: .65rem;
  padding: 3px 6px;
  border-radius: 5px;
  opacity: 0;
  transition: .15s;
}

.presentation-modal .modal-content .slides .questions .content_box .example-explanation:hover svg {
  fill: #00AB4F;
}

.presentation-modal .modal-content .slides .questions .content_box .example-explanation:hover:before {
  z-index: 1000;
  opacity: 1;
  transition: .15s;
}

.presentation-modal .modal-content .slides .questions .content_box .example-explanation:focus {
  outline: none;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley {
  padding: 30px;
  margin-top: 15px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley .quigley-image {
  position: absolute;
  width: 110px;
  height: auto;
  z-index: 1;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley .quigley-image img {
  width: 100%;
  height: auto;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.top-right:not(.blank),
.presentation-modal .modal-content .slides .questions .content_box.quigley.bottom-right:not(.blank) {
  padding-right: 75px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.top-left:not(.blank),
.presentation-modal .modal-content .slides .questions .content_box.quigley.bottom-left:not(.blank) {
  padding-left: 135px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.top-left:not(.none),
.presentation-modal .modal-content .slides .questions .content_box.quigley.top-right:not(.none) {
  margin-top: 50px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.bottom-left,
.presentation-modal .modal-content .slides .questions .content_box.quigley.bottom-right {
  margin-bottom: 50px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.top-left .quigley-image {
  top: -60px;
  left: -10px;
  transform: scaleX(-1);
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.top-right .quigley-image {
  top: -60px;
  right: -10px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.top-right:not(.blank) p {
  padding-right: 60px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.bottom-right .quigley-image {
  bottom: -60px;
  right: -10px;
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.bottom-left .quigley-image {
  bottom: -60px;
  left: -10px;
  transform: scaleX(-1);
}

.presentation-modal .modal-content .slides .questions .content_box.quigley.hide {
  margin-bottom: 0;
}

.presentation-modal .modal-content .slides .questions .content_box[placing="keep"] {
  padding: 30px !important;
}

.presentation-modal .modal-content .slides .questions .content_box .question table {
  margin: 10px 0;
  background: #FFFFFF;
}

.presentation-modal .modal-content .slides .questions .content_box .question table tr td {
  border: 1px solid #333333;
  padding: 10px;
  font-size: 1.4rem;
  vertical-align: top;
}

.presentation-modal .modal-content .slides .questions .content_box .question table tr:first-of-type td {
  background: #6f8e98;
  color: #FFFFFF;
}

.presentation-modal .modal-content .slides .questions .content_box .question img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.presentation-modal .modal-content .slides .questions .content_box .question.hide_question_on_reveal_answer + .answer.hidden {
  display: none;
}

.presentation-modal .modal-content .slides .questions .content_box .question.hide_question_on_reveal_answer + .answer p {
  color: #333333 !important;
}

.presentation-modal .modal-content .slides .questions .content_box .answer p {
  color: #00AB4F !important;
}

.presentation-modal .modal-content .slides .questions .content_box .answer.hidden {
  display: block;
  visibility: hidden;
}

.presentation-modal .modal-content .slides .questions.grow-focus {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 27px;
  background: rgba(0, 0, 0, 0.96);
  flex: unset;
  max-width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.presentation-modal .modal-content .slides .questions.grow-focus .content_box {
  margin-bottom: 0;
  min-width: 66%;
  max-width: 90%;
  min-height: 66%;
  max-height: 90%;
}

.presentation-modal .modal-content .slides .questions.grow-focus .content_box .question-title h4 {
  cursor: default !important;
}

.presentation-modal .modal-content .slides .questions.grow-focus .content_box .question-title h4:before {
  content: none;
}

.presentation-modal .modal-content .slides.active {
  visibility: visible;
}

.presentation-modal .modal-content .slides.active .answer {
  visibility: visible;
}

.presentation-modal .modal-content .slides.intro .block-wrapper,
.presentation-modal .modal-content .slides.www_ebi .block-wrapper {
  border: 3px solid #ccc;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  background: #FFFFFF;
}

.presentation-modal .modal-content .slides.intro .block-wrapper h3,
.presentation-modal .modal-content .slides.www_ebi .block-wrapper h3 {
  color: #333333;
  margin-bottom: 10px;
}

.presentation-modal .modal-content .slides.intro .block-wrapper h3:first-of-type,
.presentation-modal .modal-content .slides.www_ebi .block-wrapper h3:first-of-type {
  margin-top: 0;
}

.presentation-modal .modal-content .slides.intro .aim-objective,
.presentation-modal .modal-content .slides.www_ebi .aim-objective {
  margin-bottom: 30px;
}

.presentation-modal .modal-content .slides.intro .aim-objective ul,
.presentation-modal .modal-content .slides.www_ebi .aim-objective ul {
  padding-inline-start: 0;
  margin-bottom: 0;
}

.presentation-modal .modal-content .slides.intro .aim-objective ul li,
.presentation-modal .modal-content .slides.www_ebi .aim-objective ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
}

.presentation-modal .modal-content .slides.intro .key-words p,
.presentation-modal .modal-content .slides.www_ebi .key-words p {
  margin-bottom: 0;
}

.presentation-modal .modal-content .slides.intro .worksheet-key-points > .row,
.presentation-modal .modal-content .slides.www_ebi .worksheet-key-points > .row {
  align-items: stretch;
  height: 100%;
}

.presentation-modal .modal-content .slides.intro .free-section img,
.presentation-modal .modal-content .slides.www_ebi .free-section img {
  max-width: 100%;
  height: auto;
}

.presentation-modal .modal-content .slides.top-side .row > .col:first-of-type {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 60px;
}

.presentation-modal .modal-content .slides.three-col .quigley.bottom-left,
.presentation-modal .modal-content .slides.three-col .quigley.bottom-right {
  margin-bottom: 0 !important;
}

.presentation-modal .modal-content .question-bar {
  position: absolute;
  bottom: 58px;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-top: 10px;
  padding-left: 30px;
  left: 0;
}

.presentation-modal .modal-content .question-bar button {
  background: #444 !important;
  color: #FFFFFF !important;
  border: 1px solid transparent;
  margin-right: 5px;
  font-size: 1.2rem;
  border-radius: 5px;
  min-width: 38px;
}

.presentation-modal .modal-content .question-bar button:last-of-type {
  margin-right: 0;
}

.presentation-modal .modal-content .question-bar button:hover {
  color: #FFFFFF;
  background-color: #666;
}

.presentation-modal .modal-content .question-bar button.active {
  background: #FFFFFF !important;
  color: #444 !important;
  border: 1px solid #444 !important;
  pointer-events: none;
}

.presentation-modal .modal-content .question-bar.get-ready {
  display: none;
}

.presentation-modal .modal-content .slide-bar {
  position: absolute;
  bottom: -1px;
  background: #333333;
  width: 100%;
  padding-top: 10px;
  left: 0;
  padding-bottom: 10px;
  padding-right: 27px;
  padding-left: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.presentation-modal .modal-content .slide-bar .slide-button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.presentation-modal .modal-content .slide-bar .slide-button-wrapper button {
  font-size: 1.2rem;
  margin-right: 5px;
  background: #FFFFFF;
  color: #333333;
  border: 0 !important;
  border-radius: 5px;
}

.presentation-modal .modal-content .slide-bar .slide-button-wrapper button:last-of-type {
  margin-right: 0px;
}

.presentation-modal .modal-content .slide-bar .slide-button-wrapper button.active {
  pointer-events: none;
  color: #FFFFFF;
}

.presentation-modal .modal-content .grow-focus-close {
  position: fixed;
  top: 15px;
  right: 15px;
  background: #FFFFFF;
  color: #333333;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 110;
  cursor: pointer;
}

.presentation-modal .modal-content .grow-focus-close:hover {
  background: #D61116;
  color: #FFFFFF;
}

.presentation-modal .modal-content .grow-focus-close.hide {
  display: none;
}

.presentation-modal.show {
  top: 0;
  transition: .3s;
}
.pricing {
  padding-bottom: 60px;
}

.pricing .col .block-wrapper {
  padding: 30px;
  border-radius: 30px;
  background: #FFA500;
  text-align: center;
}

.pricing .col .block-wrapper h3 {
  color: #FFFFFF;
  font-family: adelle, "Roboto Slab", sans-serif;
  margin-bottom: .5rem;
  font-weight: 400;
}

.pricing .col .block-wrapper p {
  color: #FFFFFF;
}

.pricing .col .block-wrapper p.price {
  font-family: "CardenioBold", "Patrick Hand", sans-serif;
  font-size: 4rem;
  margin-bottom: 0;
}

.pricing .col:nth-of-type(2) .block-wrapper {
  background: #36A7E9;
}

.pricing .col:last-of-type .block-wrapper {
  background: #5FA841;
}
.profile-modal {
  justify-content: center;
  align-items: center;
}

.profile-modal .modal-dialog {
  max-width: unset;
  width: 80%;
  margin: 0;
}

.profile-modal .modal-dialog .modal-content {
  padding: 30px;
}

.profile-modal .modal-dialog .modal-content .modal-header {
  position: relative;
  display: block;
  border-bottom: 0;
  padding: 0;
  padding-bottom: 15px;
}

.profile-modal .modal-dialog .modal-content .modal-header h2,
.profile-modal .modal-dialog .modal-content .modal-header p {
  margin-bottom: 0;
}

.profile-modal .modal-dialog .modal-content .modal-header p {
  font-size: 1.2rem;
}

.profile-modal .modal-dialog .modal-content .modal-header button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.profile-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.profile-modal .modal-dialog .modal-content .modal-body form .acf-fields .acf-field {
  padding: 15px 0;
  border: 0 !important;
}

.profile-modal .modal-dialog .modal-content .modal-body form .acf-fields .acf-field .acf-label {
  margin-bottom: 0;
}

.profile-modal .modal-dialog .modal-content .modal-body form .acf-fields .acf-field .acf-label label {
  font-size: 1.2rem;
}

.profile-modal .modal-dialog .modal-content .modal-body form .acf-fields .acf-field .acf-input input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #6f8e98;
}

.profile-modal .modal-dialog .modal-content .modal-body form .acf-form-submit input {
  border: 0;
  background: #444;
  color: #fff;
  font-size: 1.2rem;
  margin: 15px 0;
  padding: 5px 20px;
  border-radius: 5px;
}

.profile-modal .modal-dialog .modal-content .modal-body form .acf-form-submit input:hover {
  cursor: pointer;
  background: #6f8e98;
}

.profile-modal.show {
  display: flex !important;
}

.worksheet .worksheet-title {
  margin: .5rem 0;
}

.worksheet .worksheet-title h1 {
  margin: 0;
  line-height: 1.2;
}

.worksheet .worksheet-title sub {
  bottom: unset;
  display: block;
  color: #6f8e98;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 200;
}

.worksheet .worksheet-image img {
  width: 100%;
  height: auto;
}

.worksheet .worksheet-information .objectives-key-words {
  display: flex;
}

.worksheet .worksheet-information .objectives-key-words .objectives {
  flex: 0 0 75%;
  max-width: calc(75% - 8px);
  margin-right: 8px;
}

.worksheet .worksheet-information .objectives-key-words .key-words {
  flex: 0 0 25%;
  max-width: calc(25% - 8px);
  margin-left: 8px;
}

.worksheet .worksheet-information .content {
  padding: 15px 20px;
  border-radius: 15px;
  border: 2px solid transparent;
  margin-bottom: 20px;
}

.worksheet .worksheet-information .content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #313131;
  font-size: 2rem;
  position: relative;
  line-height: 2;
}

.worksheet .worksheet-information .content p:last-of-type {
  margin-bottom: 0;
}

.worksheet .worksheet-information .content ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.worksheet .worksheet-information .content ul li {
  padding: 3px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
}

.worksheet .worksheet-information .content ul li:last-of-type {
  border-bottom: 0;
}

.worksheet .worksheet-information .buttons a,
.worksheet .worksheet-information .buttons button {
  padding: 5px 15px;
  font-size: 1.2rem;
  border-radius: 5px;
}

.worksheet .worksheet-information .buttons a {
  font-weight: 400;
  background: #333333;
  color: #FFFFFF;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid transparent;
}

.worksheet .worksheet-information .buttons a:hover {
  background: #FFFFFF;
  color: #333333;
  border-color: #333333;
}

.worksheet .worksheet-information .buttons button {
  color: #FFFFFF;
}

.explanation-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.explanation-video-modal .content-wrapper {
  width: 50%;
  position: relative;
}

.explanation-video-modal .content-wrapper .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #212529;
  cursor: pointer;
}

.explanation-video-modal .content-wrapper .close-btn:before,
.explanation-video-modal .content-wrapper .close-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 26px;
  background: #fff;
}

.explanation-video-modal .content-wrapper .close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.explanation-video-modal .content-wrapper .close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.explanation-video-modal .content-wrapper .close-btn:hover {
  background: #fff;
}

.explanation-video-modal .content-wrapper .close-btn:hover:before,
.explanation-video-modal .content-wrapper .close-btn:hover:after {
  background: #212529;
}

.explanation-video-modal .vimeoPlayer {
  width: 100%;
  display: none;
}

.explanation-video-modal .vimeoPlayer iframe {
  width: 100% !important;
  height: 500px !important;
}

.explanation-video-modal .vimeoPlayer.show {
  display: block;
}

.explanation-video-modal.show {
  display: flex;
  z-index: 2000;
}
@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;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../../../../ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../../../../fonts/slick.eot");
  src: url("../../../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/slick.woff") format("woff"), url("../../../../fonts/slick.ttf") format("truetype"), url("../../../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: relative;
  bottom: unset;
}

.slick-dots li {
  background: #333333;
  border-radius: 50%;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active {
  background: #D61116;
}

.slick-dots li:first-of-type:last-of-type {
  display: none;
}

.slick-arrow {
  height: 30px;
  width: 30px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}

.slick-arrow:before {
  color: #333333;
  font-size: 2rem;
  opacity: 1 !important;
}

.slick-arrow:hover {
  background: #FFFFFF !important;
}

.slick-arrow:hover:before {
  color: #D61116;
}

.slick-arrow:focus {
  background: #FFFFFF !important;
}

.slick-arrow.slick-prev:before {
  content: '◂';
}

.slick-arrow.slick-next:before {
  content: '▸';
}
.socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.socials a {
  width: 40px;
  height: 40px;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.socials a i,
.socials a svg {
  color: #333333;
  font-size: 1.6rem;
}

.socials a:first-of-type {
  margin-left: 0;
}

.socials a:last-of-type {
  margin-right: 0;
  width: unset;
}

.socials a:hover i,
.socials a:hover svg {
  color: #D61116;
}
span.red {
  color: #D61116;
}

span.orange {
  color: #FFA500;
}

span.blue {
  color: #36A7E9;
}

span.green {
  color: #5FA841;
}
.top-bar {
  background: #FFF;
}

.top-bar header {
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar header .user-details {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-bar header .user-details .avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-bar header .user-details .text {
  color: #6f8e98;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.2;
}

.top-bar header .user-details .text span {
  color: #313131;
  display: block;
}

.top-bar nav {
  background: #313131;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar nav i,
.top-bar nav svg {
  color: #fff;
}

.top-bar nav .back-and-search,
.top-bar nav .user-actions {
  display: flex;
  align-items: center;
}

.top-bar nav .back-and-search a {
  margin-right: 15px;
  color: #313131;
  background: #fff;
  padding: 5px 10px;
  font-size: 1rem;
}

.top-bar nav .back-and-search a i,
.top-bar nav .back-and-search a svg {
  margin-right: 5px;
  color: #313131;
}

.top-bar nav .back-and-search a:hover {
  text-decoration: none;
  border: 1px solid transparent;
  background: #D61116;
  color: #fff;
}

.top-bar nav .back-and-search a:hover i,
.top-bar nav .back-and-search a:hover svg {
  color: #fff;
}

.top-bar nav .user-actions a,
.top-bar nav .user-actions button {
  color: #fff;
  background: transparent;
  border: 0;
  margin-left: 10px;
}