/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta/Averta-Regular.otf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta/Averta-Semibold.otf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta/Averta-Bold.otf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta/Averta-ExtraBold.otf");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SF_Pro/SF-Pro-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
html {
  font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #f5f5f5;
}
body.disable-scrolling {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 32px);
  }
}

body,
p,
ul,
ol,
table {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1.5;
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0 !important;
}
.text > *:nth-child(1) * {
  margin-top: 0 !important;
}
.text > *:last-child {
  margin-bottom: 0 !important;
}
.text ul {
  padding-left: 20px;
}
.text a {
  text-decoration: none;
}
.text h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 700;
  font-family: "Roboto", serif;
  line-height: 1.33;
  margin: 0 0 16px;
}
.text h2 * {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 700;
  font-family: "Roboto", serif;
  line-height: 1.33;
  font-weight: 700 !important;
}

b,
strong {
  font-weight: 700;
}

body {
  background: #f5f6f7;
}

.main {
  margin-top: 64px;
}

.posts-block {
  padding: 80px 0 64px;
}
@media (max-width: 1024px) {
  .posts-block {
    padding: 40px 0 32px;
  }
}
@media (max-width: 480px) {
  .posts-block {
    padding: 16px 0 16px;
  }
}
.posts-block .wrapper h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #333333;
  font-weight: 900;
  font-family: "Roboto", serif;
  line-height: 1.4;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .posts-block .wrapper h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (max-width: 480px) {
  .posts-block .wrapper h2 {
    margin: 0 0 16px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.posts-block .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 38px;
}
@media (max-width: 1024px) {
  .posts-block .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .posts-block .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 24px;
  }
}
@media (max-width: 480px) {
  .posts-block .wrapper .grid {
    grid-row-gap: 16px;
  }
}
.posts-block .wrapper .grid.posts-carousel {
  display: block;
}
.posts-block .wrapper .grid .single {
  text-decoration: none;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.posts-block .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 59%;
}
.posts-block .wrapper .grid .single .info {
  padding: 24px 24px 34px;
  height: auto;
}
.posts-block .wrapper .grid .single .info h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
  font-family: "Roboto", serif;
  line-height: 1.4;
  margin: 0 0 4px;
}
@media (max-width: 480px) {
  .posts-block .wrapper .grid .single .info h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.posts-block .wrapper .grid .single .info .meta {
  display: flex;
  align-items: center;
  margin: 0 0 4px;
}
.posts-block .wrapper .grid .single .info .meta span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1.66;
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
  opacity: 0.5;
}
.posts-block .wrapper .grid .single .info .meta span:last-of-type {
  margin: 0;
  text-transform: uppercase;
}
.posts-block .wrapper .grid .single .info .meta span:last-of-type:after {
  display: none;
}
.posts-block .wrapper .grid .single .info .meta span:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #333333;
  margin: 0 0 0 8px;
}
.posts-block .wrapper .grid .single .info .text p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1.42;
}

.hide-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .hide-desktop {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

html {
  overflow-x: hidden;
}
html.disable-scrolling {
  height: 100%;
  overflow: hidden;
}

.btn {
  text-decoration: none;
  display: inline-block;
  width: auto;
  padding: 12px 24px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", serif;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.4px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  box-shadow: 0px 16px 32px rgba(69, 108, 158, 0.24);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.blue {
  background: #466C9E;
}
.btn.blue:hover {
  background: rgba(70, 108, 158, 0.8);
}
.btn.green {
  background: #00C1B7;
}
.btn.green:hover {
  background: rgba(0, 193, 183, 0.8);
}
.btn.blue-light {
  background: #009EE5;
}
.btn.blue-light:hover {
  background: rgba(0, 158, 229, 0.8);
}
.btn:hover {
  box-shadow: none;
  opacity: 0.8;
}

.posts-pagination {
  margin: 38px 0 0;
}
.posts-pagination .navigation.pagination .screen-reader-text {
  display: none;
}
.posts-pagination .navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-pagination .navigation.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 12px 16px;
  background: #ffffff;
  border: 0.559524px solid #e3e3e3;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1.5;
}
.posts-pagination .navigation.pagination .nav-links .page-numbers.current {
  background: #f5f5f5;
  color: #9b9b9b;
}
.posts-pagination .navigation.pagination .nav-links .page-numbers.next {
  margin: 0 0 0 4px;
  padding: 12px 21px;
  border-radius: 8px;
}
.posts-pagination .navigation.pagination .nav-links .page-numbers.prev {
  margin: 0 4px 0 0;
  padding: 12px 21px;
  border-radius: 8px;
}
.posts-pagination .navigation.pagination .nav-links .page-numbers.first-number {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.posts-pagination .navigation.pagination .nav-links .page-numbers.last-number {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.quiz-block {
  padding: 0 0 3.5rem;
}
.quiz-block .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .quiz-block .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.quiz-block .wrapper .left {
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .quiz-block .wrapper .left {
    width: 100%;
    order: 2;
  }
}
.quiz-block .wrapper .left h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #333333;
  font-weight: 900;
  font-family: "Roboto", serif;
  line-height: 1.4;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .quiz-block .wrapper .left h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (max-width: 480px) {
  .quiz-block .wrapper .left h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 16px;
  }
}
.quiz-block .wrapper .left h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
  font-family: "Roboto", serif;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (max-width: 480px) {
  .quiz-block .wrapper .left h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.quiz-block .wrapper .left .btns {
  display: flex;
}
.quiz-block .wrapper .left .btns .btn {
  margin: 0 16px 0 0;
}
@media (max-width: 480px) {
  .quiz-block .wrapper .left .btns .btn {
    margin: 0 8px 0 0;
    width: calc(33.3333333333% - 6px);
    padding: 12px 6px;
    text-align: center;
  }
}
.quiz-block .wrapper .left .btns .btn:last-of-type {
  margin: 0;
}
.quiz-block .wrapper .right {
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .quiz-block .wrapper .right {
    width: 100%;
    order: 1;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 480px) {
  .quiz-block .wrapper .right {
    margin: 0 0 8px;
  }
}
.quiz-block .wrapper .right img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 920px) {
  .quiz-block {
    padding: 0 0 2.5rem;
  }
}

header {
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  text-decoration: none;
  display: inline-block;
}
header .wrapper .logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  header .wrapper .nav {
    display: none;
  }
}
header .wrapper .nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
header .wrapper .nav ul li {
  margin: 0 32px 0 0;
}
header .wrapper .nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1;
  text-decoration: none;
}
header .wrapper .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 13px;
}
@media (max-width: 1024px) {
  header .wrapper .responsive-btn {
    display: block;
  }
}
header .wrapper .responsive-btn:hover span {
  background: #466C9E;
}
header .wrapper .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 5px;
}
header .wrapper .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 5px;
}
header .wrapper .responsive-btn span {
  width: 18px;
  height: 2px;
  background: #000000;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .responsive-btn span:nth-of-type(2) {
  top: 5px;
  left: 0;
}
header .wrapper .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .responsive-btn span:last-of-type {
  margin: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: 100%;
    right: -100vw;
    position: fixed;
    top: 64px;
    background: #ffffff;
    height: calc(100vh - 64px);
    z-index: 100;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.responsive-menu .wrap {
  height: auto;
  padding: 0 48px;
  width: 100%;
}
@media (max-width: 480px) {
  .responsive-menu .wrap {
    padding-bottom: 70px;
  }
}
.responsive-menu .wrap .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.responsive-menu .wrap .nav ul li {
  margin: 0 auto 14px;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}
.responsive-menu .wrap .nav ul li:last-of-type {
  margin: 0;
}
.responsive-menu .wrap .nav ul li a {
  text-decoration: none;
  transition: all 0.15s ease 0s;
  font-size: 40px;
  font-size: 2.5rem;
  color: rgb(51, 51, 51);
  font-weight: 800;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 56px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.responsive-menu .wrap .nav ul li a:hover {
  text-shadow: rgba(0, 0, 0, 0.16) 0px 6px 8px;
}
.responsive-menu.active {
  right: 0;
  overflow: scroll;
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
}
footer .social {
  max-width: 7rem;
  gap: 1rem;
  width: 100%;
  display: flex;
  flex-flow: row;
}
footer .social a {
  cursor: pointer;
  height: 1rem;
  text-decoration: none;
}
footer .social a svg {
  height: 1rem;
  width: 1rem;
}
footer .top-footer {
  background: #ffffff;
}
footer .top-footer .wrapper {
  padding-bottom: 0;
  padding-top: 24px !important;
  gap: 1rem;
}
footer .top-footer .wrapper .left {
  max-width: 32rem;
  min-width: 32rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
footer .top-footer .wrapper .left .social {
  display: none;
}
@media (max-width: 920px) {
  footer .top-footer .wrapper .left .social {
    display: flex;
  }
}
footer .top-footer .wrapper .left .disclaimer {
  font-size: 0.75rem;
  letter-spacing: -0.02rem;
  color: rgb(107, 114, 128);
}
footer .top-footer .wrapper .left .logo-social img.mobile {
  display: none;
}
@media (max-width: 420px) {
  footer .top-footer .wrapper .left .logo-social img.mobile {
    display: block;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 420px) {
  footer .top-footer .wrapper .left .logo-social img:not(.mobile) {
    display: none;
  }
}
@media (max-width: 920px) {
  footer .top-footer .wrapper .left {
    max-width: unset;
    min-width: unset;
    gap: 2rem;
  }
  footer .top-footer .wrapper .left .logo-social {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
footer .top-footer .wrapper .right {
  gap: 1rem;
  display: flex;
  width: 29rem;
  flex-flow: row;
}
@media (max-width: 920px) {
  footer .top-footer .wrapper .right .social {
    display: none;
  }
}
@media (max-width: 920px) {
  footer .top-footer .wrapper .right {
    width: unset;
  }
}
footer .top-footer .wrapper .footer-menu ul {
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer .top-footer .wrapper .footer-menu ul li {
  min-width: 10rem;
  line-height: 1.25rem;
}
footer .top-footer .wrapper .footer-menu ul li a {
  letter-spacing: -0.02rem;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(17, 24, 39);
  font-weight: 400;
  font-family: "SF Pro", serif;
  line-height: 20px;
}
@media (max-width: 920px) {
  footer .top-footer .wrapper .footer-menu ul {
    flex-direction: column;
    gap: 1rem;
    width: auto;
  }
}
@media (max-width: 920px) {
  footer .top-footer .wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2rem;
  }
}

.bottom-footer {
  padding: 24px 0;
  background: #ffffff;
}
.bottom-footer p,
.bottom-footer span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 400;
  font-family: "SF Pro", serif;
  line-height: 18px;
}

.main.single-post .top-block {
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .main.single-post .top-block {
    padding: 40px 0 0;
  }
}
@media (max-width: 480px) {
  .main.single-post .top-block {
    padding: 16px 0 0;
  }
}
.main.single-post .top-block .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.single-post .top-block .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.main.single-post .top-block .wrapper .left {
  width: calc(42% - 16px);
}
@media (max-width: 768px) {
  .main.single-post .top-block .wrapper .left {
    width: 100%;
  }
}
.main.single-post .top-block .wrapper .left h1 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #333333;
  font-weight: 900;
  font-family: "Roboto", serif;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .main.single-post .top-block .wrapper .left h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (max-width: 480px) {
  .main.single-post .top-block .wrapper .left h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 8px;
  }
}
.main.single-post .top-block .wrapper .left .meta {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
@media (max-width: 480px) {
  .main.single-post .top-block .wrapper .left .meta {
    margin: 0 0 16px;
  }
}
.main.single-post .top-block .wrapper .left .meta span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1.66;
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.main.single-post .top-block .wrapper .left .meta span:last-of-type {
  margin: 0;
  text-transform: uppercase;
}
.main.single-post .top-block .wrapper .left .meta span:last-of-type:after {
  display: none;
}
.main.single-post .top-block .wrapper .left .meta span:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #333333;
  margin: 0 0 0 8px;
}
.main.single-post .top-block .wrapper .left .author {
  display: flex;
  align-items: center;
}
.main.single-post .top-block .wrapper .left .author .photo {
  width: 60px;
  margin: 0 16px 0 0;
  border-radius: 100%;
}
.main.single-post .top-block .wrapper .left .author .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.main.single-post .top-block .wrapper .left .author .info span:nth-of-type(1) {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  font-weight: 400;
  font-family: "Roboto", serif;
  line-height: 1.5;
  opacity: 0.4;
}
.main.single-post .top-block .wrapper .left .author .info span:nth-of-type(2) {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
  font-family: "Roboto", serif;
  line-height: 1.5;
}
.main.single-post .top-block .wrapper .right {
  width: calc(58% - 16px);
}
@media (max-width: 768px) {
  .main.single-post .top-block .wrapper .right {
    width: 100%;
    margin: 24px 0 0;
  }
}
@media (max-width: 480px) {
  .main.single-post .top-block .wrapper .right {
    margin: 16px 0 0;
  }
}
.main.single-post .top-block .wrapper .right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.main.single-post .content-block {
  padding: 64px 0 64px;
}
@media (max-width: 1024px) {
  .main.single-post .content-block {
    padding: 48px 0 48px;
  }
}
@media (max-width: 480px) {
  .main.single-post .content-block {
    padding: 32px 0 32px;
  }
}
.main.single-post .content-block .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: visible;
  height: auto;
}
@media (max-width: 768px) {
  .main.single-post .content-block .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.main.single-post .content-block .wrapper .content {
  width: calc(66% - 16px);
}
@media (max-width: 1024px) {
  .main.single-post .content-block .wrapper .content {
    width: calc(67% - 20px);
  }
}
@media (max-width: 768px) {
  .main.single-post .content-block .wrapper .content {
    width: 100%;
  }
}
.main.single-post .content-block .wrapper .content p {
  margin: 16px 0;
}
.main.single-post .content-block .wrapper .content p a {
  color: #00C1B7;
  display: inline-block;
}
.main.single-post .content-block .wrapper .content p img,
.main.single-post .content-block .wrapper .content h1 img,
.main.single-post .content-block .wrapper .content h2 img,
.main.single-post .content-block .wrapper .content h3 img,
.main.single-post .content-block .wrapper .content h4 img,
.main.single-post .content-block .wrapper .content h5 img,
.main.single-post .content-block .wrapper .content h6 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 32px 0;
}
.main.single-post .content-block .wrapper .sidebar {
  width: calc(34% - 16px);
  top: 100px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  align-self: flex-start;
  height: auto;
}
@media (max-width: 1024px) {
  .main.single-post .content-block .wrapper .sidebar {
    width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .main.single-post .content-block .wrapper .sidebar {
    width: 100%;
    position: relative;
    top: inherit;
    margin: 32px 0 0;
  }
}
.main.single-post .content-block .wrapper .sidebar .quiz {
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}
.main.single-post .content-block .wrapper .sidebar .quiz h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 700;
  font-family: "Roboto", serif;
  line-height: 1.33;
  margin: 0 0 16px;
}
.main.single-post .content-block .wrapper .sidebar .quiz .text {
  margin: 0 0 16px;
}
.main.single-post .content-block .wrapper .sidebar .quiz .btn {
  width: 100%;
  box-shadow: 0px 16px 32px rgba(0, 193, 183, 0.24);
}
.main.single-post .posts-block {
  padding: 0 0 32px;
}
.main.single-post .posts-block .wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .main.single-post .posts-block .wrapper .top {
    margin: 0 0 32px;
  }
}
.main.single-post .posts-block .wrapper .top h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #333333;
  font-weight: 800;
  font-family: "Roboto", serif;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .main.single-post .posts-block .wrapper .top h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .main.single-post .posts-block .wrapper .top h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main.single-post .posts-block .wrapper .top a {
  font-size: 16px;
  font-size: 1rem;
  color: #466C9E;
  font-weight: 600;
  font-family: "Roboto", serif;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.main.single-post .posts-block .wrapper .grid .owl-stage {
  display: flex;
}
.main.single-post .posts-block .wrapper .grid .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 480px) {
  .main.single-post .posts-block .wrapper .grid .owl-stage {
    margin-left: -35px;
  }
}
.main.single-post .posts-block .wrapper .grid .single {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: none;
}
.main.single-post .posts-block .wrapper .grid .owl-nav button {
  position: absolute;
  height: 48px;
  width: 48px;
  background: #00C1B7;
  border-radius: 100%;
  box-shadow: 0px 16px 32px rgba(8, 23, 62, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(45% - 24px);
}
.main.single-post .posts-block .wrapper .grid .owl-nav button div {
  width: 24px;
  height: 24px;
  background-image: url("../images/carousel-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.main.single-post .posts-block .wrapper .grid .owl-nav button.owl-next {
  left: -24px;
}
.main.single-post .posts-block .wrapper .grid .owl-nav button.owl-next div {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main.single-post .posts-block .wrapper .grid .owl-nav button.owl-prev {
  right: -24px;
}
.main.single-post .posts-block .wrapper .grid .owl-dots {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  .main.single-post .posts-block .wrapper .grid .owl-dots {
    margin: 16px 0 0;
  }
}
.main.single-post .posts-block .wrapper .grid .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 4px;
  background: rgba(39, 97, 231, 0.2);
}
.main.single-post .posts-block .wrapper .grid .owl-dots .owl-dot.active {
  background: #466C9E;
}

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