@charset "UTF-8";
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(css/fonts/Poppins-Regular.ttf);
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(css/fonts/Poppins-Regular.ttf);
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(css/fonts/Poppins-Regular.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(css/fonts/Poppins-Medium.ttf);
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(css/fonts/Poppins-Medium.ttf);
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(css/fonts/Poppins-Medium.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(css/fonts/Poppins-SemiBold.ttf);
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(css/fonts/Poppins-SemiBold.ttf);
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(css/fonts/Poppins-SemiBold.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(css/fonts/Poppins-Bold.ttf);
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(css/fonts/Poppins-Bold.ttf);
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(css/fonts/Poppins-Bold.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}
body.mobile-menu-open, body.modal-open {
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  body .is-layout-constrained {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  body .is-layout-constrained {
    padding: 0 20px;
  }
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-constrained > .alignfull {
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  body .is-layout-constrained > .alignfull {
    margin-left: -40px;
    margin-right: -40px;
    max-width: calc(100% + 80px);
  }
}
@media screen and (max-width: 780px) {
  body .is-layout-constrained > .alignfull {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
  }
}
body .is-layout-constrained.single-page, body .is-layout-constrained.results-page {
  margin: 50px 0;
}

.site-inner {
  padding: 0;
}

.archive .site-inner,
.single .site-inner,
.page-template-page-learn .site-inner,
.page-template-page-favorites .site-inner {
  max-width: 1320px;
  padding: 40px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .archive .site-inner,
  .single .site-inner,
  .page-template-page-learn .site-inner,
  .page-template-page-favorites .site-inner {
    padding: 20px 10px;
  }
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #ED7843;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: 600;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.25s;
}

.total-results-pill {
  font-size: 14px;
  padding: 5px;
}

.only-desktop {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .only-desktop {
    display: none !important;
  }
}

.only-mobile {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .only-mobile {
    display: block !important;
  }
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .site-header {
    padding: 0 10px;
  }
}
.site-header .header-wrapper {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-wrapper {
    justify-content: space-between;
  }
}
.site-header .header-wrapper .site-branding {
  margin-right: 80px;
}
@media screen and (max-width: 480px) {
  .site-header .header-wrapper .site-branding {
    margin-right: 0;
  }
}
.site-header .header-wrapper .site-branding img {
  display: block;
}
.site-header .header-wrapper .site-menu {
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu {
    position: fixed;
    top: 0;
    left: 1024px;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 11;
    padding: 30px 20px;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .site-header .header-wrapper .site-menu.mobile-menu-open {
    left: 0;
  }
}
.site-header .header-wrapper .site-menu .header-menu-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .header-menu-mobile {
    display: flex;
    justify-content: space-between;
  }
}
.site-header .header-wrapper .site-menu .header-menu-mobile #back-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-basis: 100px;
  visibility: hidden;
  padding: 0;
  background-color: transparent;
  color: #0F1A38;
  font-weight: normal;
  min-width: auto;
}
.site-header .header-wrapper .site-menu .header-menu-mobile #back-button img {
  display: block;
}
.site-header .header-wrapper .site-menu .header-menu-mobile #mobile-breadcrumbs {
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: solid 3px #ED7843;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .header-menu-mobile .close {
    flex-basis: 100px;
    text-align: right;
  }
}
.site-header .header-wrapper .site-menu .header-menu-mobile .close img {
  width: 24px;
  height: 24px;
}
.site-header .header-wrapper .site-menu .menu {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .menu {
    margin-top: 68px;
    flex-direction: column;
  }
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper {
  padding: 20px 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .menu .menu-item-wrapper {
    padding: 0;
  }
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper:first-child {
  padding-left: 0;
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper:last-child {
  padding-right: 0;
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper:hover, .site-header .header-wrapper .site-menu .menu .menu-item-wrapper.hover {
  cursor: pointer;
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper:hover .menu-item, .site-header .header-wrapper .site-menu .menu .menu-item-wrapper.hover .menu-item {
  border-bottom: solid 3px #ED7843;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .menu .menu-item-wrapper:hover .menu-item, .site-header .header-wrapper .site-menu .menu .menu-item-wrapper.hover .menu-item {
    border-bottom: solid 1px #CBD0D7;
  }
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper .menu-item {
  display: flex;
  color: #0F1A38;
  padding: 5px 0;
  border-bottom: solid 3px #fff;
  border-top: solid 3px transparent;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .menu .menu-item-wrapper .menu-item {
    justify-content: space-between;
    border: none;
    border-bottom: solid 1px #CBD0D7;
    padding: 20px 0;
  }
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper .menu-item span i {
  font-style: normal;
  padding: 0 4px;
  background-color: #F6C8AA;
  border-radius: 4px;
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper .menu-item .icon-angle-wrapper {
  display: flex;
  align-items: center;
}
.site-header .header-wrapper .site-menu .menu .menu-item-wrapper .menu-item .icon-angle-wrapper img {
  margin-left: 7px;
}
.site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile {
  display: none;
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile {
    display: block;
  }
}
.site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile .lang-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: solid 1px #C6CCD6;
}
.site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile .lang-selected .lang-selected-icon {
  cursor: pointer;
}
.site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile .lang-selector {
  display: block;
  width: 100%;
  height: calc(100vh - 94px);
  position: fixed;
  top: 94px;
  left: 1024px;
  right: 0;
  bottom: 0;
  box-shadow: none;
  padding: 90px 20px 24px;
  background-color: #fff;
  overflow: auto;
  transition: all 0.45s cubic-bezier(0.71, 0.02, 0.42, 0.98);
}
.site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile .lang-selector.show {
  left: 0;
}
.site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile .lang-selector li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #C6CCD6;
}
.site-header .header-wrapper .site-menu .lang-selector-wrapper-mobile .lang-selector li a {
  color: #0F1A38;
}
.site-header .header-wrapper .site-menu .submenu-wrapper {
  display: none;
  grid-template-columns: calc(100% - 540px) 1fr;
  position: absolute;
  width: 825px;
  height: 510px;
  left: 0;
  top: 100%;
  padding: 20px 24px;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  /*
  				&#submenu-from-32328,
  				&#submenu-from-32528 {
  					height: auto;

  					@include variables.tablet-landscape {
  						height: calc( 100vh - 126px );
  					}
  				}
  					*/
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper {
    display: block;
    width: 100%;
    height: calc(100vh - 126px);
    top: 94px;
    left: 1024px;
    right: 0;
    bottom: 0;
    box-shadow: none;
    padding: 0 20px 24px;
    overflow: auto;
    transition: all 0.45s cubic-bezier(0.71, 0.02, 0.42, 0.98);
  }
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper {
    left: 600px;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper.short-menu {
  height: auto;
  width: 300px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper.short-menu {
    width: 100%;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper.short-menu .submenu {
  border: 0;
}
.site-header .header-wrapper .site-menu .submenu-wrapper.short-menu .submenu li a {
  padding-right: 0;
}
.site-header .header-wrapper .site-menu .submenu-wrapper.shorter-menu {
  height: 240px;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper.shorter-menu {
    height: calc(100vh - 126px);
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper.show {
  display: grid;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper.show {
    display: block;
    left: 0;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu {
  display: block;
  border-right: solid 1px #ccc;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .submenu {
    border: none;
    padding-bottom: 100px;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item {
  display: flex;
  color: #0F1A38;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #CBD0D7;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item span {
  font-size: 14px;
  border-radius: 2px;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item span.submenu-item-color {
  padding: 11px 0 11px 10px;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item span.submenu-item-color i {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item span.submenu-item-name {
  padding: 6px 10px 5px;
  flex-grow: 1;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item span:last-child {
  padding: 8px 11px;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item span:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item span {
    padding: 0;
    font-size: 16px;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item:hover span, .site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item.hover span {
  display: inline-block;
  background-color: #FCF7F1;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item:hover span, .site-header .header-wrapper .site-menu .submenu-wrapper .submenu li .submenu-item.hover span {
    background-color: transparent;
    font-weight: normal;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu {
  display: none;
  grid-template-columns: 242px 242px;
  align-items: center;
  gap: 30px;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu {
    display: block;
    position: fixed;
    top: 94px;
    right: 0;
    left: 1024px;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 94px);
    padding: 0 20px 100px 20px;
    z-index: 30;
    background-color: #fff;
    overflow: auto;
    transition: all 0.45s cubic-bezier(0.71, 0.02, 0.42, 0.98);
  }
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.show {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu {
    left: 600px;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.manual {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-content: flex-start;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.manual.one-col {
  grid-template-columns: 1fr;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.manual.two-col {
  grid-template-columns: repeat(2, 1fr);
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.manual li a {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.manual li a {
    padding: 20px 0;
    border-bottom: solid 1px #CBD0D7;
    font-size: 16px;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.manual li a:hover {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.manual li a:hover {
    font-weight: normal;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.auto {
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    column-gap: 10px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.auto {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.auto {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.auto li {
    width: calc(33.33% - 7px);
  }
}
@media screen and (max-width: 780px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu.auto li {
    width: calc(50% - 5px);
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li.sub-submenu-item-wrapper a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li.see-more-wrapper {
  text-align: right;
  grid-column: 1/-1;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li.see-more-wrapper {
    margin-top: 60px;
    width: 100%;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li.see-more-wrapper a {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li.see-more-wrapper a:hover {
  color: #ED7843;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper {
  width: 242px;
  margin-bottom: 10px;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4, .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4-portrait {
  width: 37%;
  margin: 10px auto;
}
@media screen and (max-width: 780px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4, .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4-portrait {
    width: 37%;
  }
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4, .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4-portrait {
    width: 35.2%;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4-landscape {
  width: 79%;
  margin: 5px auto;
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._A4-landscape {
    width: 78%;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._48x36-portrait {
  width: 40%;
  margin: 5px auto;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper._48x36-landscape {
  width: 75%;
  margin: 5px auto;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper {
    width: 100%;
  }
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper:hover + a {
  font-weight: 700;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  color: #0F1A38;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.site-header .header-wrapper .site-menu .submenu-wrapper .sub-submenu li a:hover {
  font-weight: 700;
}
.site-header .header-wrapper .site-search-and-lang {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  .site-header .header-wrapper .site-search-and-lang {
    display: block;
    position: fixed;
    top: -150%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .site-header .header-wrapper .site-search-and-lang.search-open {
    top: 0;
  }
}
.site-header .header-wrapper .site-search-and-lang .header-search {
  display: none;
}
@media screen and (max-width: 480px) {
  .site-header .header-wrapper .site-search-and-lang .header-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 25px 85px;
  }
}
.site-header .header-wrapper .site-search-and-lang .header-search .empty, .site-header .header-wrapper .site-search-and-lang .header-search .close {
  flex-basis: 24px;
}
.site-header .header-wrapper .site-search-and-lang .header-search .empty img, .site-header .header-wrapper .site-search-and-lang .header-search .close img {
  width: 100%;
  height: 100%;
}
.site-header .header-wrapper .site-search-and-lang .header-search .search-title {
  text-align: center;
  margin: 0;
}
.site-header .header-wrapper .site-search-and-lang .search-form {
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .site-header .header-wrapper .site-search-and-lang .search-form {
    padding: 0 25px;
  }
}
.site-header .header-wrapper .site-search-and-lang .favorite-link {
  display: inline-flex;
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-search-and-lang .favorite-link {
    display: none;
  }
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper {
  position: relative;
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper {
    display: none;
  }
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper:hover .lang-selected .lang-selected-icon {
  transform: rotate(180deg);
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper:hover .lang-selector {
  display: block;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selected {
  display: flex;
  gap: 10px;
  align-items: center;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selected .lang-selected-id {
  font-weight: 700;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selected .lang-selected-icon {
  transition: all 0.5s;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selected:hover {
  cursor: pointer;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selector {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0px rgba(24, 21, 28, 0.37);
  width: 140px;
  padding: 45px 10px 20px;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selector li {
  font-size: 14px;
  padding: 5px 20px;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selector li a {
  color: #0F1A38;
  font-weight: 500;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selector li.selected {
  font-weight: 700;
  background-color: #FCF7F1;
  border-radius: 2px;
}
.site-header .header-wrapper .site-search-and-lang .lang-selector-wrapper .lang-selector li:hover {
  cursor: pointer;
  background-color: #FCF7F1;
  font-weight: 700;
}
.site-header .header-wrapper .site-search-and-lang .mobile-search-trends {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 57px;
}
@media screen and (max-width: 600px) {
  .site-header .header-wrapper .site-search-and-lang .mobile-search-trends {
    display: block;
  }
}
.site-header .header-wrapper .site-search-and-lang .mobile-search-trends .title-trends {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.site-header .header-wrapper .mobile-icon-button {
  display: none;
  background-color: transparent;
  padding: 0;
  min-width: auto;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .mobile-icon-button {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .mobile-icon-button.search-button, .site-header .header-wrapper .mobile-icon-button.favorite-button {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-wrapper .mobile-icon-button.search-button, .site-header .header-wrapper .mobile-icon-button.favorite-button {
    display: inline-flex;
  }
}
.site-header .header-wrapper .mobile-buttons-wrapper {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .mobile-buttons-wrapper {
    display: flex;
    margin-left: 23px;
    gap: 26px;
  }
}
.site-header .header-wrapper .mobile-buttons-wrapper button {
  min-width: auto;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrapper .mobile-buttons-wrapper button.burger-menu-button {
    display: inline-flex;
  }
}

.site-footer {
  background-color: #0F1A38;
  color: white;
  font-size: 14px;
  line-height: 21px;
  padding: 30px;
  text-align: center;
}
.site-footer .wrap {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 780px) {
  .site-footer .wrap {
    flex-direction: column;
  }
}
.site-footer p {
  padding-top: 5px;
  margin-bottom: 0;
}
.site-footer a {
  color: white;
  text-decoration: underline;
}
.site-footer a:hover {
  color: white;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #0F1A38;
  color: #FFF;
  padding: 60px 20px;
}
.footer-widgets .wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .footer-widgets .wrap {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .footer-widgets .wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 780px) {
  .footer-widgets .wrap .footer-widgets-1,
  .footer-widgets .wrap .footer-widgets-2 {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 600px) {
  .footer-widgets .wrap .footer-widgets-1,
  .footer-widgets .wrap .footer-widgets-2 {
    grid-column: 1;
  }
}
.footer-widgets a {
  color: white;
}
.footer-widgets a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer-widgets .widget-title {
  line-height: 24px;
  font-size: 24px;
  font-weight: 600;
}

.footer-widget-area .widget-wrap a {
  color: var(--white);
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets-3 .menu {
  column-count: 2;
}

.footer-widgets-3 .widget-title,
.footer-widgets-4 .widget-title {
  margin-bottom: 40px;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button,
.wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #ED7843;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  min-width: 210px;
  width: auto;
}
@media screen and (max-width: 600px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .site-container div.wpforms-container-full .wpforms-form input[type=submit],
  .site-container div.wpforms-container-full .wpforms-form button[type=submit],
  .button,
  .wp-block-button__link {
    min-width: 160px;
  }
}
button:hover, button:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:active,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:active,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:active,
.button:hover,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:active {
  background-color: #EEA787;
  color: #fff;
}
button.cky-accordion-btn,
input[type=button].cky-accordion-btn,
input[type=reset].cky-accordion-btn,
input[type=submit].cky-accordion-btn,
.site-container div.wpforms-container-full .wpforms-form input[type=submit].cky-accordion-btn,
.site-container div.wpforms-container-full .wpforms-form button[type=submit].cky-accordion-btn,
.button.cky-accordion-btn,
.wp-block-button__link.cky-accordion-btn {
  min-width: unset;
}

.button.button-primary {
  background-color: #ED7843;
  color: #fff;
}
.button.button-primary:hover, .button.button-primary:active {
  background-color: #EEA787;
  color: #fff;
}
.button.button-white {
  background-color: #fff;
  color: #0F1A38;
  border: solid 1px #0F1A38;
}
.button.button-white:hover {
  background-color: #fff;
  color: #0F1A38;
  border-color: #CBD0D7;
}
.button.button-black {
  background-color: #18151C;
}
.button.button-gray {
  background-color: #F0F2F4;
  color: #595959;
}
.button.pdf-to-jpg {
  background-color: #575FBA !important;
}
.button.pdf-to-jpg:hover {
  background-color: #474F9A;
}
.button.jpg-to-pdf {
  background-color: #E35A5A !important;
}
.button.jpg-to-pdf:hover {
  background-color: #9d3d3d;
}
.button.button-transparent {
  background-color: transparent;
}
.button.color-black {
  color: #0F1A38;
}
.button.button-download {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.25s;
}
.button.button-download:hover {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.button.button-download.sc-canva, .button.button-download.sc-canva:focus {
  color: #fff;
  background: linear-gradient(0deg, #604FE4 0%, #58B9C7 100%);
}
.button.button-download.sc-canva:hover {
  color: #fff;
  background: linear-gradient(180deg, #3B708F 0%, #3A3E88 100%);
}
.button.button-download.sc-googleslides, .button.button-download.sc-googleslides:focus {
  color: #fff;
}
.button.button-download.sc-googleslides.open-modal, .button.button-download.sc-googleslides:focus.open-modal {
  background-color: #F5B44B;
}
.button.button-download.sc-googleslides.unavailable, .button.button-download.sc-googleslides:focus.unavailable {
  background-color: #919AA7;
}
.button.button-download.sc-googleslides:hover {
  color: #fff;
  background-color: #D29D46;
}
.button.button-download.sc-powerpoint, .button.button-download.sc-powerpoint:focus {
  color: #fff;
}
.button.button-download.sc-powerpoint.open-modal, .button.button-download.sc-powerpoint:focus.open-modal {
  background-color: #AF4028;
}
.button.button-download.sc-powerpoint.unavailable, .button.button-download.sc-powerpoint:focus.unavailable {
  background-color: #919AA7;
}
.button.button-download.sc-powerpoint:hover {
  color: #fff;
  background-color: #8A3321;
}
.button.button-download.sc-word, .button.button-download.sc-word:focus {
  color: #fff;
}
.button.button-download.sc-word.open-modal, .button.button-download.sc-word:focus.open-modal {
  background: linear-gradient(180deg, #3F98E4 0%, #3086CF 100%);
}
.button.button-download.sc-word.unavailable, .button.button-download.sc-word:focus.unavailable {
  background: linear-gradient(180deg, #919AA7 0%, #919AA7 100%);
}
.button.button-download.sc-word:hover {
  color: #fff;
  background: linear-gradient(180deg, #2D7AC4 0%, #2D7AC4 100%);
}
.button.button-download.sc-googledocs, .button.button-download.sc-googledocs:focus {
  color: #fff;
}
.button.button-download.sc-googledocs.open-modal, .button.button-download.sc-googledocs:focus.open-modal {
  background: linear-gradient(180deg, #2E7ABD 0%, #266EAE 100%);
}
.button.button-download.sc-googledocs.unavailable, .button.button-download.sc-googledocs:focus.unavailable {
  background: linear-gradient(180deg, #919AA7 0%, #919AA7 100%);
}
.button.button-download.sc-googledocs:hover {
  color: #fff;
  background: linear-gradient(180deg, #1F5D9A 0%, #1F5D9A 100%);
}
.button.button-download img {
  width: 24px;
  height: 24px;
}
.button.icon {
  width: 32px;
  height: 32px;
  min-width: auto;
  border-radius: 100%;
}
.button.icon.googleslides-icon, .button.icon.googleslides-icon:focus {
  color: #fff;
  background-color: #F5B44B;
}
.button.icon.googleslides-icon.unavailable, .button.icon.googleslides-icon:focus.unavailable {
  background-color: #919AA7;
}
.button.icon.googleslides-icon:hover {
  color: #fff;
  background-color: #D29D46;
}
.button.icon.googledocs-icon, .button.icon.googledocs-icon:focus {
  color: #fff;
  background-color: #2E7ABD;
}
.button.icon.googledocs-icon.unavailable, .button.icon.googledocs-icon:focus.unavailable {
  background-color: #919AA7;
}
.button.icon.googledocs-icon:hover {
  color: #fff;
  background-color: #1F5D9A;
}
.button.icon.powerpoint-icon, .button.icon.powerpoint-icon:focus {
  color: #fff;
  background-color: #AF4028;
}
.button.icon.powerpoint-icon.unavailable, .button.icon.powerpoint-icon:focus.unavailable {
  background-color: #919AA7;
}
.button.icon.powerpoint-icon:hover {
  color: #fff;
  background-color: #8A3321;
}
.button.icon.word-icon, .button.icon.word-icon:focus {
  color: #fff;
  background-color: #3F98E4;
}
.button.icon.word-icon.unavailable, .button.icon.word-icon:focus.unavailable {
  background-color: #919AA7;
}
.button.icon.word-icon:hover {
  color: #fff;
  background-color: #2D7AC4;
}
.button.icon img {
  width: 16px;
}
.button.button-icon {
  min-width: auto;
  width: 48px;
  height: 48px;
}
.button.button-rounded {
  gap: 10px;
  border-radius: 40px;
  padding: 7.5px;
  min-width: 147px;
  border-width: 2px;
  font-weight: normal;
}
.button.button-rounded.with-padding {
  padding: 7.5px 30px;
  font-weight: 600;
}
.button.button-rounded.with-margin {
  box-shadow: 0 0 0 10px #fff;
}

.toggle-download-options {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  min-width: auto;
}
.toggle-download-options.icon-download {
  opacity: 1;
  width: 32px;
  height: 32px;
  padding: 7px;
  background-color: #fff;
  border-radius: 2px;
}
.toggle-download-options.icon-close {
  background-color: transparent;
  padding: 6px;
}
.toggle-download-options.icon-close:hover {
  background-color: transparent;
}

.toggle-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  min-width: auto;
}
.toggle-favorite.icon-heart {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
}
.toggle-favorite.icon-heart .empty {
  display: block;
}
.toggle-favorite.icon-heart .full {
  display: none;
}
.toggle-favorite.icon-heart.full-heart .empty {
  display: none;
}
.toggle-favorite.icon-heart.full-heart .full {
  display: block;
}
.toggle-favorite.icon-heart .trash {
  display: none;
}

.banner-home {
  background: linear-gradient(-45deg, #F5A55B, #CC5656, #3B72C5, #DC4E45);
  background-size: 400% 400%;
  animation: bganimation 15s ease infinite;
}
.banner-home h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .banner-home h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.banner-home p {
  margin: 0;
  font-weight: 500;
}

@keyframes bganimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.card-template.hidden {
  display: none;
}
.card-template a:hover {
  color: #ED7843;
}
.card-template .image-wrapper {
  position: relative;
}
.card-template .image-wrapper:hover {
  cursor: pointer;
}
.card-template .image-wrapper._A4-preview, .card-template .image-wrapper._A4-preview.landscape, .card-template .image-wrapper._A4-landscape-preview {
  padding: 2.6% 0;
}
.card-template .image-wrapper._48x36-preview {
  padding: 3.1% 0;
}
.card-template .image-wrapper._48x36-preview.portrait {
  padding: 4.2% 0;
}
.card-template .image-wrapper._A4, .card-template .image-wrapper._A4-landscape, .card-template .image-wrapper._48x36, .card-template .image-wrapper._48x36-landscape {
  background-color: #CBD0D7;
  /*
  			.card-image {
  				width: 35.8%;
  				margin: 2.6% auto;
  				box-shadow: 2px 2px 15px -5px;
  			}
  				*/
}
.card-template .image-wrapper .thumb-pre-slider {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 2px 2px 15px -5px;
}
.card-template .image-wrapper .thumb-pre-slider._A4, .card-template .image-wrapper .thumb-pre-slider._48x36 {
  width: 35.8%;
}
.card-template .image-wrapper .thumb-pre-slider._A4-landscape {
  width: 71.8%;
}
.card-template .image-wrapper .thumb-pre-slider._48x36-landscape {
  width: 66.8%;
}
.card-template .image-wrapper .swiffy-slider {
  display: none;
}
.card-template .image-wrapper .swiffy-slider .toggle-download-options {
  transition: all 0.25s;
}
@media screen and (max-width: 600px) {
  .card-template .image-wrapper .swiffy-slider .toggle-download-options.icon-download {
    display: block;
    right: 50px;
  }
}
.card-template .image-wrapper .swiffy-slider.button-download {
  display: flex;
}
.card-template .image-wrapper .swiffy-slider:hover .toggle-download-options.icon-download {
  opacity: 1;
  right: 50px;
}
.card-template .image-wrapper .swiffy-slider:hover .overlay {
  opacity: 1;
}
.card-template .image-wrapper .download-options {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1B284B;
}
.card-template .image-wrapper .download-options.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.card-template .image-wrapper .download-options a {
  display: flex;
  width: 75%;
  padding: 8px;
}
.card-template .image-wrapper .overlay {
  opacity: 0;
}
.card-template .card-image {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.25s;
}
.card-template .card-info-wrapper {
  padding: 10px;
}
.card-template .card-info-wrapper .card-metadata-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-template .card-info-wrapper .card-metadata-wrapper .card-rate {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #ED7843;
}
.card-template .card-info-wrapper .card-metadata-wrapper .card-rate img {
  max-width: 16px;
}
.card-template .card-info-wrapper .card-metadata-wrapper .card-rate span {
  line-height: 1;
  padding-top: 2px;
}
.card-template .card-info-wrapper .card-metadata-wrapper .card-metadata {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.card-template .card-info-wrapper .card-metadata-wrapper .card-metadata span {
  display: flex;
  gap: 5px;
  padding: 5px;
  border: solid 1px #A2ACB9;
  border-radius: 2px;
  background-color: #fff;
}
.card-template .card-info-wrapper .card-title {
  margin: 10px 0;
  font-size: 18px;
  color: #0F1A38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-template .card-info-wrapper .card-title > a {
  color: #0F1A38;
}
.card-template .card-info-wrapper .card-title:hover, .card-template .card-info-wrapper .card-title > a:hover {
  color: #ED7843;
}
.card-template .card-info-wrapper .card-download-title {
  font-size: 9px;
  color: #586474;
  margin-bottom: 4px;
}
.card-template .card-info-wrapper .presentation-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 13px 10px;
  border-radius: 2px;
  border: solid 1px #A2ACB9;
  margin-bottom: 10px;
}
.card-template .card-info-wrapper .presentation-icons img {
  display: block;
}
.card-template .card-info-wrapper .card-tags-wrapper {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.card-template .card-info-wrapper .card-tags-wrapper a {
  display: block;
  background-color: #F0F2F4;
  padding: 2px 5px;
  border-radius: 2px;
  color: #0F1A38;
}
.card-template .card-description {
  font-size: 0.9em;
  line-height: 1.6;
  color: #424B57;
}

@keyframes pulse {
  0% {
    background-color: #CBD0D7;
  }
  100% {
    background-color: #e0e0e0; /* Color de fondo un poco más claro */
  }
}
.skeleton-card .skeleton-image {
  height: 231px;
  animation: pulse 0.75s ease-in-out infinite alternate;
  margin-bottom: 20px;
}
.skeleton-card .skeleton-title {
  height: 20px;
  animation: pulse 0.75s ease-in-out infinite alternate;
}

@media screen and (max-width: 768px) {
  .toggle-download-options.icon-download,
  .card-template .image-wrapper .overlay {
    display: none;
  }
}
/* Custom styles for autocomplete plugin for search bar 
---------------------------------------------------------*/
.autoComplete_wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}
.autoComplete_wrapper > input {
  color: #EEA787 !important;
}
.autoComplete_wrapper > input:hover {
  color: #18151C !important;
}
.autoComplete_wrapper > input:focus::placeholder {
  padding: 0 !important;
  font-size: 1em !important;
}
.autoComplete_wrapper > ul {
  position: absolute;
  background-color: #fff;
  width: 100%;
  padding: 24px !important;
  border-radius: 0 !important;
  z-index: -1 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.autoComplete_wrapper > ul li {
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .autoComplete_wrapper > ul {
    top: 130px;
    padding: 0 10px !important;
    box-shadow: none !important;
    border: none !important;
    overflow-y: hidden !important;
  }
  .autoComplete_wrapper > ul > li {
    margin: 0 0 30px !important;
  }
}
.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: #FCF7F1 !important;
}
.autoComplete_wrapper > ul > li mark {
  color: #0F1A38;
  background-color: transparent;
  font-weight: 700;
}

/* Search form common styles
--------------------------------------------- */
.search-form .search-field {
  width: 100%;
  height: auto;
  padding: 5px 10px;
  border-radius: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: 3px solid #0F1A38;
  background-color: #fff;
  background-image: url("css/icons/magnifying-glass.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
@media screen and (max-width: 600px) {
  .search-form .search-field {
    font-size: 16px;
    padding: 10px 10px 10px 20px;
  }
}
.search-form .search-field.topmenu {
  background-size: 16px;
}
.search-form .search-field.active {
  background-image: none;
}
.search-form .search-field:focus {
  border: 3px solid #ED7843;
  color: #18151C;
}
.search-form .search-field::placeholder {
  color: #999 !important;
}
.search-form input[type=submit] {
  display: none;
  margin: 0;
}
.search-form label {
  position: relative;
  display: block;
}

.search-active {
  display: none;
  place-items: center;
  position: absolute;
  top: 1px;
  right: 0;
  width: 34px;
  height: 34px;
  background-color: transparent;
  padding: 0;
  z-index: 11;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .search-active {
    top: 50%;
    transform: translateY(-50%);
  }
}
.search-active:hover, .search-active:focus {
  background-color: transparent;
}
.search-active.reset-search {
  right: 35px;
}
.search-active.submit-search {
  top: 4px;
  background-color: #fff;
  border-radius: 100%;
  height: 25px;
  width: 20px;
  margin-right: 18px;
  margin-top: 1.25px;
}
@media screen and (max-width: 600px) {
  .search-active.submit-search {
    top: 50%;
    transform: translateY(-50%);
  }
}
.search-active.submit-search:hover {
  background-color: #fff;
}

#form-home .search-active {
  width: 45px;
  height: 45px;
}

/* Search form in Menu
--------------------------------------------- */
.menu-item-search form.search-form input[type=search] {
  max-width: 100%;
}

/* Search Form in Search Results
--------------------------------------------- */
.content .search-form {
  width: 100%;
  margin-bottom: 25px;
}

/*********************************************/
/* Search form at homepage
----------------------------------------------*/
.form-search-wrapper {
  margin: 0 auto;
}
.form-search-wrapper.default {
  width: 600px;
  max-width: 100%;
}
.form-search-wrapper .search-form {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.form-search-wrapper .search-form label {
  flex: 1;
}
.form-search-wrapper .search-form label .search-field {
  padding: 12px 30px;
  border: 3px solid #0F1A38;
}
.form-search-wrapper .search-form label .search-field:focus {
  border-color: #18151C;
}

@media only screen and (max-width: 960px) {
  .menu-item-search form.search-form input[type=search] {
    width: 100% !important;
    z-index: 2;
    position: absolute;
    top: -35px;
    left: 0px;
  }
  .autoComplete_wrapper > ul {
    z-index: 1 !important;
  }
}
.grid-title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .grid-title-wrapper {
    flex-wrap: wrap;
  }
}
.grid-title-wrapper .grid-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .grid-title-wrapper .grid-title {
    flex-basis: 100%;
  }
}

.grid-box {
  display: grid;
  gap: 30px;
}
.grid-box.skeleton {
  display: none;
}

.grid-box.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .grid-box.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid-box.columns-3 .grid-title-wrapper {
  grid-column: 1/4;
}
@media screen and (max-width: 780px) {
  .grid-box.columns-3 .grid-title-wrapper {
    grid-column: 1/3;
  }
}

.grid-box.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 780px) {
  .grid-box.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid-box.columns-4 .grid-title-wrapper {
  grid-column: 1/5;
}

.grid-box.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 780px) {
  .grid-box.columns-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid-box.columns-5 .grid-title-wrapper {
  grid-column: 1/6;
}

@media screen and (max-width: 600px) {
  .grid-box.columns-3,
  .grid-box.columns-4,
  .grid-box.columns-5 {
    /*
    iOS 16 bug with grid
    */
    display: flex;
    flex-direction: column;
  }
  .grid-box.columns-3.skeleton,
  .grid-box.columns-4.skeleton,
  .grid-box.columns-5.skeleton {
    display: none;
  }
}
.slider-container {
  margin: 0;
  padding: 0;
}
.slider-container > li .card-template .image-wrapper .card-image {
  display: block;
  max-width: 100%;
}
.slider-container > li .card-template .card-title {
  margin: 10px 0 0;
  font-size: 1.1em;
}
.slider-container > li .card-template .card-title a {
  color: #18151C;
  text-decoration: none;
}

.swiffy-slider:hover {
  cursor: pointer;
}
.swiffy-slider .slider-container {
  padding-bottom: 1px;
  width: 100%;
}
.swiffy-slider .slider-container.sc-slider-block {
  border-radius: 10px;
}
.swiffy-slider .slider-container.sc-slider-block .slider-item.slide-title-inside {
  position: relative;
}
.swiffy-slider .slider-container.sc-slider-block .slider-item.slide-title-inside img {
  display: block;
}
.swiffy-slider .slider-container.sc-slider-block .slider-item.slide-title-inside .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  width: 100%;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .swiffy-slider .slider-container.sc-slider-block .slider-item.slide-title-inside .slider-caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .swiffy-slider .slider-container.sc-slider-block .slider-item.slide-title-inside .slider-caption {
    font-size: 20px;
  }
}
.swiffy-slider .slider-nav {
  top: 50%;
  left: 10px;
  z-index: 10;
  background-color: #fff;
  width: 24px;
  height: 24px;
  min-width: auto;
  border-radius: 100%;
  transform: translateY(-50%);
  justify-content: center;
  gap: 0;
}
.swiffy-slider .slider-nav.slider-nav-next {
  right: 10px;
}
.swiffy-slider .slider-nav-prev img {
  transform: rotate(180deg);
}
.swiffy-slider.hide {
  opacity: 0;
}
.swiffy-slider.slider-popular-searches .slider-nav {
  top: calc(50% - 23px);
  transform: none;
}
@media screen and (max-width: 1024px) {
  .swiffy-slider.slider-popular-searches .slider-nav img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .swiffy-slider.slider-popular-searches {
    --swiffy-slider-item-count: 2 !important;
  }
}
@media screen and (max-width: 600px) {
  .swiffy-slider.slider-popular-searches {
    --swiffy-slider-item-count: 1 !important;
  }
}

.slider-nav-square .slider-nav::before,
.swiffy-slider.slider-nav-square .slider-nav::after {
  display: none;
}

.slider-nav.slider-nav-prev::before {
  right: -5px;
}

/**
Slider popular searches
-----------------------------------*/
.slider-popular-searches .slider-container li .card-template .image-wrapper._A4, .slider-popular-searches .slider-container li .card-template .image-wrapper ._48x36 {
  background: #ccc;
  padding: 5px;
}
.slider-popular-searches .slider-container li .card-template .image-wrapper._A4 .card-image, .slider-popular-searches .slider-container li .card-template .image-wrapper ._48x36 .card-image {
  margin: 0 auto;
}
.slider-popular-searches .slider-container li .card-template .image-wrapper._A4.portrait .card-image, .slider-popular-searches .slider-container li .card-template .image-wrapper ._48x36.portrait .card-image {
  width: 38.2%;
}
.slider-popular-searches .slider-container li .card-template .image-wrapper._A4.landscape .card-image, .slider-popular-searches .slider-container li .card-template .image-wrapper ._48x36.landscape .card-image {
  width: 77.2%;
}

/**
Preview slider for each presentation
-----------------------------------*/
.preview-slider ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.preview-slider ul._A4, .preview-slider ul._A4-landscape, .preview-slider ul._48x36, .preview-slider ul._48x36-landscape {
  background-color: #CBD0D7;
  aspect-ratio: 16/9;
}
.preview-slider ul._A4 li img, .preview-slider ul._A4-landscape li img, .preview-slider ul._48x36 li img, .preview-slider ul._48x36-landscape li img {
  width: 35.8%;
  margin: 2.6% auto;
  box-shadow: 2px 2px 15px -5px;
}
.preview-slider ul._A4-landscape li img {
  width: 71.85%;
}
.preview-slider ul._48x36-landscape li img {
  width: 66.85%;
}

.preview-slider .overlay {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
}

.preview-slider:hover .overlay,
.preview-slider:hover .toggle-download-options {
  opacity: 1;
}

@media (max-width: 600px) {
  .swiffy-slider {
    --swiffy-slider-item-count: 1 !important;
  }
  .card-template {
    width: 100%;
  }
  /*
  .preview-slider ul li {
  	width: calc( 100vw - 60px );
  }	
  */
}
.swiper-slide img {
  width: 100%;
}

.comment-list .comment .comment-body {
  position: relative;
}
.comment-list .comment .comment-body .comment-meta {
  font-size: 13px;
}
.comment-list .comment .comment-body .reply {
  position: absolute;
  right: 0;
  top: 2em;
}
.comment-list .comment .comment-body .comment-reply-link {
  background-color: #ED7843;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px;
}
.comment-list .comment .comment-body .comment-reply-link:hover {
  background-color: #EEA787;
}

.comment-respond .comment-form .comment-notes a:hover {
  text-decoration: underline;
}
.comment-respond .comment-form label {
  display: block;
  margin-right: 12px;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  padding: 15px;
  width: 100%;
  font-family: Poppins, sans-serif;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

/* Just for switchs of cookie banner - CookieYes plugin */
.cky-switch input[type=checkbox] {
  padding: 0;
}

@media screen and (max-width: 600px) {
  #moove_gdpr_cookie_info_bar {
    max-height: none !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 40px !important;
}
@media screen and (max-width: 600px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 40px 20px !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0 !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 40px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .cookie-banner-title {
  font-size: 24px;
  font-weight: 700;
  color: #0F1A38;
}
@media screen and (max-width: 600px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .cookie-banner-title {
    margin-bottom: 40px;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding: 0 !important;
}
@media screen and (max-width: 600px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    width: 80%;
    margin: 40px auto 0;
    justify-content: center;
    gap: 15px;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  border-radius: 4px !important;
  font-size: 16px !important;
  line-height: normal !important;
}
@media screen and (max-width: 600px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
    width: 100%;
    padding: 11px !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-accept-btn {
  font-weight: 700 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-reject-btn, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-settings-btn {
  font-weight: 600 !important;
  background-color: #fff !important;
  color: #0F1A38 !important;
  border: solid 1px #595959 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.moove-gdpr-modal-content .cookie-switch .cookie-slider {
  background-color: #CBD0D7 !important;
}
.moove-gdpr-modal-content .cookie-switch .cookie-slider::after {
  display: none !important;
}
.moove-gdpr-modal-content .cookie-switch input:checked + .cookie-slider {
  background-color: #ED7843 !important;
}
.moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled {
  display: none;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  background-color: #fff !important;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-title .tab-title {
  font-size: 24px !important;
  font-weight: 700 !important;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content #third_party_cookies {
  margin-top: 22px;
  padding-top: 50px;
  border-top: solid 2px #757F8C;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content p {
  font-size: 14px !important;
  line-height: normal !important;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .tab-title {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content {
  background-color: #fff !important;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content::before {
  background-color: #757F8C !important;
  height: 2px !important;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button {
  border-radius: 4px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 10px !important;
  min-width: 250px !important;
  background-color: #fff !important;
  color: #0F1A38 !important;
  border: solid 1px #595959 !important;
}
.moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.moove-gdpr-modal-allow-all {
  background-color: #ED7843 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 21, 28, 0.7);
  z-index: 9999;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 858px;
  height: 806px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 50px 38px;
  z-index: 10000;
  overflow: auto;
}
.modal.modal-large {
  width: 66.66%;
  height: 90vh;
  padding: 20px;
  background-color: #F8F9F9;
}
@media screen and (min-height: 824px) {
  .modal.modal-large {
    height: 75vh;
  }
}
@media screen and (min-height: 1120px) {
  .modal.modal-large {
    height: 65vh;
  }
}
@media screen and (min-height: 1366px) {
  .modal.modal-large {
    height: 55vh;
  }
}
@media screen and (max-width: 1024px) {
  .modal.modal-large {
    width: 90%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .modal.modal-large {
    width: 95%;
  }
}
.modal.modal-large .modal-header {
  background-color: #F8F9F9;
}
.modal.modal-large .modal-content {
  margin-top: 0;
}
.modal.modal-small {
  max-width: 634px;
  max-height: 664px;
  overflow: hidden;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .modal {
    width: 90%;
    height: 80vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 780px) {
  .modal {
    width: 90%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 600px) {
  .modal {
    overflow: hidden;
    width: 95%;
    height: 95vh;
    padding: 20px;
  }
}
.modal .modal-header {
  background-color: #fff;
  text-align: right;
}
.modal .close-modal {
  cursor: pointer;
}
.modal .close-modal img {
  width: 24px;
  height: 24px;
}
.modal .modal-content.text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95%;
  text-align: center;
}
.modal .modal-content .canva-logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .canva-logo {
    width: 93px;
    height: 30px;
    margin-bottom: 40px;
  }
}
.modal .modal-content .modal-title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.modal .modal-content .modal-title.text-center {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .modal .modal-content .modal-title {
    font-size: 24px;
  }
}
.modal .modal-content .modal-description {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}
.modal .modal-content .modal-description.download-steps {
  margin: 0 auto 4px;
  max-width: 500px;
}
.modal .modal-content .modal-description.button-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-description.button-wrapper {
    gap: 10px;
  }
}
.modal .modal-content .modal-description.button-wrapper button {
  font-size: 20px;
  border-color: #A2ACB9;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-description.button-wrapper button {
    font-size: 12px;
    padding: 10px;
    min-width: auto;
  }
}
.modal .modal-content .modal-description.button-wrapper button:hover, .modal .modal-content .modal-description.button-wrapper button.active {
  border-color: #ED7843;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-description {
    font-weight: 400;
    margin-bottom: 40px;
  }
}
.modal .modal-content .modal-footer-text {
  margin-top: 30px;
  font-size: 13px;
}
.modal .modal-content .modal-footer-text a {
  color: #0F1A38;
  text-decoration: underline;
}
.modal .modal-content .canva-cta {
  display: inline-block;
  margin-bottom: 50px;
}
.modal .modal-content .canva-cta.download-steps {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .canva-cta {
    display: block;
    margin-bottom: 40px;
  }
}
.modal .modal-content .features-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.modal .modal-content .features-wrapper.download-steps {
  margin: 30px 0 10px;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .features-wrapper.download-steps {
    justify-content: unset;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .modal .modal-content .features-wrapper {
    overflow-x: auto;
    gap: 20px;
  }
  .modal .modal-content .features-wrapper::-webkit-scrollbar {
    width: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .features-wrapper {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .features-wrapper .single-feature {
    width: 130px;
  }
  .modal .modal-content .features-wrapper .single-feature img {
    width: 100%;
    height: auto;
  }
}
.modal .modal-content .features-wrapper .single-feature .feature-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.modal .modal-content .features-wrapper .single-feature .feature-description {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .features-wrapper .single-feature .feature-description {
    display: none;
  }
}

.home .wp-block-latest-posts__list a {
  color: #0F1A38;
  font-weight: 700;
}
.home .wp-block-latest-posts__list a:hover {
  color: #ED7843;
}
.home .wp-block-latest-posts__list img {
  width: 100%;
}
.home .home-section-separator {
  margin: 20px 0 50px;
  position: relative;
}
.home .home-section-separator hr {
  position: absolute;
  width: 100%;
  border-color: #A2ACB9;
  margin: 0;
  top: 50%;
}
.home .home-section-separator .buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 43px;
  z-index: 2;
  position: relative;
}
.home .home-section-separator .buttons-wrapper .hidden {
  display: none;
}

.tagsmenus ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.tagsmenus ul li {
  padding: 0.6em 0;
}
.tagsmenus ul li a {
  padding: 0.6em 1.2em;
  font-size: 13px;
  background-color: #FCF7F1;
  color: #18151C;
  border-radius: 4px;
  border: solid 1px transparent;
  text-decoration: none;
  transition: all 0.25s;
}
.tagsmenus ul li a:hover {
  border-color: #18151C;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-10px);
  }
}
.archive-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #EAE2DF;
  color: #0F1A38;
  border-radius: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .archive-header {
    margin: -20px -10px 20px;
    padding: 40px 20px;
  }
}
.archive-header .archive-featured-images-for-google {
  position: absolute;
  left: -9999px;
}
.archive-header .archive-description-wrapper {
  padding: 50px 70px;
}
@media screen and (max-width: 600px) {
  .archive-header .archive-description-wrapper {
    padding: 0;
  }
}
.archive-header .archive-description-wrapper.dark {
  color: #0F1A38;
}
.archive-header .archive-description-wrapper.light {
  color: #fff;
}
.archive-header .archive-description-wrapper .archive-title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .archive-header .archive-description-wrapper .archive-title {
    margin: 0;
    font-size: 26px;
  }
}
.archive-header .archive-description-wrapper .archive-description {
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .archive-header .archive-description-wrapper .archive-description {
    display: none;
  }
}
.archive-header .archive-description-wrapper .archive-description a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.archive-header .archive-description-wrapper .archive-description a:hover {
  text-decoration: none;
}
.archive-header .archive-description-wrapper .archive-description p:last-child {
  margin-bottom: 0;
}
.archive-header .archive-image-wrapper {
  padding-right: 85px;
}
@media screen and (max-width: 1280px) {
  .archive-header .archive-image-wrapper {
    display: none;
  }
}
.archive-header .archive-image-wrapper img {
  display: block;
}
.archive-header.no-banner-image .archive-description-wrapper {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .archive-header.no-banner-image .archive-description-wrapper {
    width: 75%;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .archive-header.no-banner-image .archive-description-wrapper {
    width: 100%;
    padding: 0;
  }
}

.archive-tags-wrapper {
  position: relative;
}
.archive-tags-wrapper .archive-tags {
  display: flex;
  gap: 10px;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #F0F2F4;
  overflow-x: auto;
  scrollbar-width: none;
}
@media screen and (max-width: 780px) {
  .archive-tags-wrapper .archive-tags {
    padding: 0 0 20px;
  }
}
.archive-tags-wrapper .archive-tags::-webkit-scrollbar {
  height: 0;
}
.archive-tags-wrapper .archive-tags::-webkit-scrollbar-thumb {
  background: #aaa;
}
.archive-tags-wrapper .archive-tags .single-tag {
  background-color: #FCF7F1;
  color: #0F1A38;
  border: solid 1px #FCF7F1;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 13px;
  line-height: normal;
  white-space: nowrap;
  transition: all 0.25s;
}
.archive-tags-wrapper .archive-tags .single-tag:hover {
  border-color: #8D8D8D;
}
.archive-tags-wrapper .scroll-to {
  display: none;
  position: absolute;
  min-width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  opacity: 0.8;
  background-color: #ED7843;
  color: white;
  transition: all 0.25s;
}
.archive-tags-wrapper .scroll-to img {
  width: 10px;
  height: 10px;
}
.archive-tags-wrapper .scroll-to:hover {
  opacity: 1;
}
.archive-tags-wrapper .scroll-to.scroll-left {
  left: 0;
  right: auto;
}
.archive-tags-wrapper .scroll-to.scroll-left img {
  transform: rotate(180deg);
}
@media screen and (max-width: 780px) {
  .archive-tags-wrapper .scroll-to {
    display: none !important;
  }
}
.archive-tags-wrapper.overflow .archive-tags {
  padding: 0 50px 20px;
}
@media screen and (max-width: 780px) {
  .archive-tags-wrapper.overflow .archive-tags {
    padding: 0 0 20px;
  }
}
.archive-tags-wrapper.overflow .scroll-to {
  display: flex;
}

.filter-bar-wrapper {
  background-color: #fff;
  margin-bottom: 70px;
}
.filter-bar-wrapper.sticky-section {
  position: fixed;
  top: 71px;
  left: -40px;
  right: -40px;
  transform: translateX(40px);
  width: 100%;
  background-color: #FAFBFB;
  padding: 15px 40px;
  z-index: 9998;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .filter-bar-wrapper.sticky-section {
    top: 66px;
  }
}
.filter-bar-wrapper.sticky-section .filter-inner-wrapper button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.filter-bar-wrapper .filter-inner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.filter-bar-wrapper .filter-inner-wrapper .total-filtered {
  display: none;
  white-space: nowrap;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper {
  flex-grow: 1;
  overflow-y: hidden;
  position: relative;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper.overflow .scroll-to {
  display: inline-flex;
}
@media screen and (max-width: 780px) {
  .filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper.overflow .scroll-to {
    display: none;
  }
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper.overflow .filters-selected {
  padding: 0 40px;
}
@media screen and (max-width: 780px) {
  .filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper.overflow .filters-selected {
    padding: 0;
  }
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .scroll-to {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  opacity: 0.8;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .scroll-to.scroll-left {
  transform: rotate(180deg);
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .scroll-to.scroll-right {
  left: auto;
  right: 0;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .scroll-to:hover {
  background-color: #ED7843;
  opacity: 1;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .scroll-to img {
  width: 10px;
  height: 10px;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .filters-selected {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .filters-selected span {
  background: #DEE2E7;
  padding: 5px 8px 5px 10px;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
}
.filter-bar-wrapper .filter-inner-wrapper .filters-selected-wrapper .filters-selected span img {
  margin-left: 5px;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.filter-bar-wrapper .filter-inner-wrapper button {
  gap: 10px;
  border-radius: 0;
  min-width: auto;
  font-weight: 500;
  padding: 10px;
  white-space: nowrap;
}

.loader {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#fff 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}

@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
.overlay-filter-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(75, 75, 75, 0.3);
  z-index: 10000;
}

.filter-menu-wrapper {
  position: absolute;
  inset: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  max-width: 365px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.12, 0.98);
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  .filter-menu-wrapper {
    max-width: 100%;
  }
}
.filter-menu-wrapper.closed {
  inset: 0 -365px 0 auto;
}
.filter-menu-wrapper .filter-menu-options {
  padding: 0 20px;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option:hover {
  cursor: pointer;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option.title {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #0F1A38;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option.title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  flex-grow: 1;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option.title .clear-filters {
  display: none;
  font-size: 14px;
  color: #18151C;
  text-decoration: underline;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option.title .clear-filters.show {
  display: block;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option.submenu-open button img {
  transform: rotate(90deg);
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option.submenu-open .submenu-options-selected {
  display: none;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option.submenu-open .submenu {
  display: block;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .option-name {
  text-transform: uppercase;
  font-weight: 500;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .option-name.label-name {
  text-transform: none;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option button {
  background-color: transparent;
  padding: 0;
  min-width: auto;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option button img {
  width: 16px;
  height: 16px;
  transition: all 0.25s;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu-options-selected {
  display: block;
  flex-basis: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #757F8C;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu {
  display: none;
  flex-basis: 100%;
  padding: 20px 0 0 0;
  transition: all 0.25s;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li {
  margin-bottom: 30px;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li:last-child {
  margin-bottom: 0;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  color: #595959;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container .total-by-option {
  font-size: 0.8em;
  color: #757F8C;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container:hover input ~ .checkmark {
  border-color: #18151C;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container input:checked ~ .checkmark {
  background-color: #ED7843;
  border-color: transparent;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container .checkbox-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  border-radius: 2px;
  border: solid 1px #A2ACB9;
  background-color: #fff;
}
.filter-menu-wrapper .filter-menu-options .filter-menu-option .submenu li .checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-radius: 2px;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.filter-menu-wrapper .view-results-wrapper {
  position: sticky;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
.filter-menu-wrapper .view-results-wrapper button {
  width: 100%;
}
.filter-menu-wrapper .view-results-wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.archive-seo-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 780px) {
  .archive-seo-wrapper {
    grid-template-columns: 1fr;
  }
}
.archive-seo-wrapper .archive-seo-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.archive-seo-wrapper .archive-seo-content p {
  font-size: 14px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #CBD0D7;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .question-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .question-wrapper:hover {
  cursor: pointer;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .question-wrapper.open {
  margin-bottom: 20px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .question-wrapper.open .arrow-icon {
  transform: rotate(180deg);
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .question-wrapper .arrow-icon {
  transition: all 0.25s;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .question-wrapper .question-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding-right: 20px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper {
  display: none;
  font-size: 14px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper p {
  margin-bottom: 10px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper ol, .archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper ol li, .archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper ul li {
  margin-bottom: 5px;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper ol li {
  list-style-type: decimal;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper ul li {
  list-style-type: disc;
}
.archive-seo-wrapper .archive-faq-wrapper .faq-wrapper .answer-wrapper *:last-child {
  margin-bottom: 0;
}

.archive-pagination-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 60px 0;
}
@media screen and (max-width: 1024px) {
  .archive-pagination-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.archive-pagination-wrapper .archive-pagination-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 23px;
}
@media screen and (max-width: 600px) {
  .archive-pagination-wrapper .archive-pagination-buttons-wrapper.desktop {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .archive-pagination-wrapper .archive-pagination-buttons-wrapper.mobile {
    display: none;
  }
}
.archive-pagination-wrapper .archive-pagination-buttons-wrapper .button {
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .archive-pagination-wrapper .archive-pagination-buttons-wrapper .button:first-child {
    min-width: auto;
    padding: 10px 35px;
  }
}
@media screen and (max-width: 600px) {
  .archive-pagination-wrapper .archive-pagination-buttons-wrapper .button:first-child img {
    transform: rotate(180deg);
    width: 10px;
  }
}
@media screen and (max-width: 600px) {
  .archive-pagination-wrapper .archive-pagination-buttons-wrapper .button:first-child.button-primary {
    min-width: 160px;
    padding: 10px 15px;
  }
}
.archive-pagination-wrapper .archive-pagination-buttons-wrapper .button:first-child.button-primary img {
  transform: rotate(0);
}
@media screen and (max-width: 600px) {
  .archive-pagination-wrapper .archive-pagination-buttons-wrapper .button:last-child {
    color: #0F1A38;
    background-color: #fff;
    border: solid 1px #0F1A38;
  }
}
@media screen and (max-width: 600px) {
  .archive-pagination-wrapper .archive-pagination-buttons-wrapper .button:last-child img {
    width: 10px;
  }
}
.archive-pagination-wrapper .archive-pagination-form-wrapper {
  justify-self: flex-end;
}
@media screen and (max-width: 780px) {
  .archive-pagination-wrapper .archive-pagination-form-wrapper {
    display: none;
  }
}
.archive-pagination-wrapper .archive-pagination-form-wrapper form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.archive-pagination-wrapper .archive-pagination-form-wrapper form #page_number {
  width: 83px;
  padding: 10px;
  text-align: center;
}
.archive-pagination-wrapper .archive-pagination-form-wrapper form .button {
  min-width: auto;
}
.archive-pagination-wrapper .archive-pagination-form-wrapper form .button.button-white {
  background-color: #ED7843;
  border: none;
}
.archive-pagination-wrapper .archive-pagination-form-wrapper form .button.button-white img {
  transform: rotate(180deg);
}
.archive-pagination-wrapper .archive-pagination-form-wrapper form button.loading img {
  animation: bounce 2s infinite;
}

.archive-pagination li a, .page-numbers {
  background-color: #FCF7F1;
  color: #0F1A38;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 4px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.page-numbers.current {
  background-color: #ED7843;
  color: #fff;
}

.presentation-header {
  max-width: 814px;
}
.presentation-header .presentation-title {
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .presentation-header .presentation-title {
    font-size: 20px;
  }
}
.presentation-header .presentation-ratings {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #ED7843;
  margin-bottom: 30px;
}
.presentation-header .presentation-ratings img {
  display: block;
  margin-right: 5px;
  margin-top: -3px;
}
.presentation-header .presentation-ratings span {
  color: #0F1A38;
  margin-left: 15px;
  font-weight: 400;
}

.presentation-content-wrapper {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 100px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.presentation-content-wrapper .presentation-content .embed-wrapper._A4 iframe, .presentation-content-wrapper .presentation-content .embed-wrapper._48x36 iframe {
  width: 100%;
  height: 550px;
  border: none;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .presentation-content .embed-wrapper._A4 iframe, .presentation-content-wrapper .presentation-content .embed-wrapper._48x36 iframe {
    height: 350px;
  }
}
.presentation-content-wrapper .presentation-content article {
  padding-right: 100px;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .presentation-content article {
    padding-right: 0;
  }
}
.presentation-content-wrapper .presentation-content article .entry-header h2 {
  font-size: 26px;
  margin-bottom: 5px;
}
.presentation-content-wrapper .presentation-content article h2 {
  font-size: 20px;
  font-weight: 600;
}
.presentation-content-wrapper .presentation-content article h3 {
  font-size: 20px;
  font-weight: 600;
  color: #595959;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .presentation-content article h3 {
    font-size: 16px;
    font-weight: 500;
  }
}
.presentation-content-wrapper .presentation-content article .entry-content {
  font-size: 15px;
  line-height: 160%;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .presentation-content article .entry-content {
    font-size: 12px;
  }
}
.presentation-content-wrapper .presentation-content article .entry-content ol, .presentation-content-wrapper .presentation-content article .entry-content ul {
  margin-bottom: 30px;
  padding-left: 28px;
}
.presentation-content-wrapper .presentation-content article .entry-content ol li, .presentation-content-wrapper .presentation-content article .entry-content ul li {
  list-style-type: disc;
}
.presentation-content-wrapper .presentation-content article .entry-content ol li a, .presentation-content-wrapper .presentation-content article .entry-content ul li a {
  color: #0F1A38;
  text-decoration: underline;
  font-size: 15px;
}
.presentation-content-wrapper .presentation-content article .entry-content ol li a:hover, .presentation-content-wrapper .presentation-content article .entry-content ul li a:hover {
  text-decoration: none;
}
.presentation-content-wrapper .presentation-content article .entry-content .section-accordion {
  margin: 30px 0;
}
.presentation-content-wrapper .presentation-content article .entry-content .section-accordion .accordion-title {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.presentation-content-wrapper .presentation-content article .entry-content .section-accordion .accordion-title .close-accordion {
  display: none;
}
.presentation-content-wrapper .presentation-content article .entry-content .section-accordion .accordion-content {
  display: none;
}
.presentation-content-wrapper .presentation-content article .entry-content .section-accordion .accordion-content h3 {
  margin-bottom: 10px;
}
.presentation-content-wrapper .presentation-content article .entry-content .after-entry {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.presentation-content-wrapper .presentation-content article .entry-content .after-entry .wp-block-columns {
  display: flex;
  gap: 20px;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: normal;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .presentation-content article .entry-content .after-entry .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .presentation-content article .entry-content .after-entry .wp-block-columns {
    grid-template-columns: 1fr;
  }
}
.presentation-content-wrapper .presentation-content article .entry-content .after-entry .wp-block-columns .wp-block-column img {
  width: 100%;
  height: auto;
}
.presentation-content-wrapper .presentation-content article .entry-content .after-entry .wp-block-columns .wp-block-column a {
  color: #0F1A38;
}
.presentation-content-wrapper .presentation-content article .entry-content .after-entry .wp-block-columns .wp-block-column a:hover {
  color: #ED7843;
}
.presentation-content-wrapper .presentation-content article .entry-footer {
  margin-top: 50px;
}
.presentation-content-wrapper .presentation-content article .entry-footer .entry-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.presentation-content-wrapper .presentation-content article .entry-footer .entry-tags a {
  display: inline-block;
  padding: 0.6em 1.2em;
  font-size: 13px;
  background-color: #FCF7F1;
  color: #0F1A38;
  border-radius: 4px;
  border: solid 1px transparent;
  text-decoration: none;
  transition: all 0.25s;
}
.presentation-content-wrapper .presentation-content article .entry-footer .entry-tags a:hover {
  border-color: #18151C;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper {
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper {
    position: static;
  }
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper ul {
  padding-left: 20px;
  font-size: 16px;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper ul li {
  list-style-type: disc;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper {
  display: none;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper {
    display: grid;
    grid-template-columns: 1fr 86px;
    gap: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-top: solid 1px #ECECEC;
    z-index: 20;
  }
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper .button-download,
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper .toggle-favorite-button {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: normal;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper .toggle-favorite-button {
  min-width: auto;
  gap: 5px;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper .toggle-favorite-button .empty {
  display: block;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper .toggle-favorite-button .full {
  display: none;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper .toggle-favorite-button.full-heart .empty {
  display: none;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-fav-buttons-wrapper .toggle-favorite-button.full-heart .full {
  display: block;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 30px;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper {
    position: fixed;
    bottom: -1000px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    background-color: #fff;
    z-index: 10000;
    transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper.show {
  bottom: 0;
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper h2 {
    margin: 40px 0;
    text-align: center;
  }
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper .button {
  padding: 15px 10px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper .button.button-white.open-modal {
    display: none;
  }
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper .button.button-cancel {
  display: none;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .download-buttons-wrapper .button.button-cancel {
    display: block;
    margin: 22px -10px 0;
    border-radius: 0;
    padding: 27px 0;
    font-weight: normal;
    background-color: #FCFCFC;
    color: #4E525A;
    border-top: solid 1px #ececec;
  }
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .posts-wrapper .card-template {
  max-width: 76%;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .posts-wrapper .card-template {
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .posts-wrapper .card-template .image-wrapper img {
    position: relative;
    z-index: -1;
  }
}
.presentation-content-wrapper .main-features-wrapper .aside-content-wrapper .posts-wrapper .card-template .card-title {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  white-space: normal;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .embed-wrapper {
    margin: 0 -10px;
  }
}
.presentation-content-wrapper .embed-wrapper div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.presentation-content-wrapper .embed-wrapper img {
  width: 100%;
}
.presentation-content-wrapper .embed-wrapper a {
  display: none;
}
.presentation-content-wrapper .buttons-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .buttons-wrapper {
    gap: 15px;
    padding-bottom: 45px;
    margin: 30px 0;
    border-bottom: solid 1px #ECECEC;
  }
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper {
    margin: 30px 10px;
  }
}
.presentation-content-wrapper .buttons-wrapper li {
  position: relative;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .buttons-wrapper li.like-button {
    display: none;
  }
}
.presentation-content-wrapper .buttons-wrapper li.like-button .toggle-favorite-button .empty {
  display: block;
}
.presentation-content-wrapper .buttons-wrapper li.like-button .toggle-favorite-button .full {
  display: none;
}
.presentation-content-wrapper .buttons-wrapper li.like-button .toggle-favorite-button.full-heart .empty {
  display: none;
}
.presentation-content-wrapper .buttons-wrapper li.like-button .toggle-favorite-button.full-heart .full {
  display: block;
}
.presentation-content-wrapper .buttons-wrapper li.rating-button,
.presentation-content-wrapper .buttons-wrapper li .button,
.presentation-content-wrapper .buttons-wrapper li button {
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #0F1A38;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  min-width: auto;
  color: #0F1A38;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li.rating-button,
  .presentation-content-wrapper .buttons-wrapper li .button,
  .presentation-content-wrapper .buttons-wrapper li button {
    padding: 10px;
  }
}
.presentation-content-wrapper .buttons-wrapper li.rating-button:hover,
.presentation-content-wrapper .buttons-wrapper li .button:hover,
.presentation-content-wrapper .buttons-wrapper li button:hover {
  border-color: #ED7843;
}
.presentation-content-wrapper .buttons-wrapper li.rating-button .rating_form,
.presentation-content-wrapper .buttons-wrapper li .button .rating_form,
.presentation-content-wrapper .buttons-wrapper li button .rating_form {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .presentation-content-wrapper .buttons-wrapper li.rating-button .rf_side,
  .presentation-content-wrapper .buttons-wrapper li .button .rf_side,
  .presentation-content-wrapper .buttons-wrapper li button .rf_side {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li.rating-button > span,
  .presentation-content-wrapper .buttons-wrapper li .button > span,
  .presentation-content-wrapper .buttons-wrapper li button > span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .presentation-content-wrapper .buttons-wrapper li.rating-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li.rating-button {
    padding: 5px 10px;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: solid 1px #CBD0D7;
  border-radius: 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 5px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    position: fixed;
    top: initial;
    bottom: -1000px;
    width: 100%;
    z-index: 10000;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 20px 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper.show {
    bottom: 0;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-content: center;
  gap: 20px;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li {
    display: block;
    padding: 0;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.share-on-title {
  display: none;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.share-on-title {
    display: block;
    width: calc(100% + 25px);
    font-size: 20px;
    font-weight: 600;
    margin-left: -25px;
    text-align: center;
    padding: 60px 0 50px;
    border-bottom: solid 1px #ececec;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.copy {
  display: none;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.copy {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.email {
    display: none;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.share-on-cancel {
  display: none;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.share-on-cancel {
    display: block;
    width: calc(100% + 25px);
    margin-left: -25px;
  }
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li.share-on-cancel .button-cancel {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 27px 0;
    font-weight: normal;
    background-color: #FCFCFC;
    color: #4E525A;
    border: 0;
    border-top: solid 1px #ececec;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li .icon-wrapper {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li .icon-wrapper {
    display: none;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li a {
  color: #0F1A38;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li a {
    display: block;
    width: 64px;
    font-size: 12px;
    text-align: center;
  }
}
.presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li a img {
  display: none;
}
@media screen and (max-width: 600px) {
  .presentation-content-wrapper .buttons-wrapper li .share-on-wrapper > li a img {
    display: block;
    margin-bottom: 7px;
  }
}
.presentation-content-wrapper .how-to-export-wrapper-mobile {
  display: none;
}
@media screen and (max-width: 780px) {
  .presentation-content-wrapper .how-to-export-wrapper-mobile {
    display: block;
    margin-bottom: 30px;
  }
}

#single-mobile-overlay.show {
  display: none;
}
@media screen and (max-width: 780px) {
  #single-mobile-overlay.show {
    display: block;
  }
}

.related-templates-section-wrapper {
  grid-column: 1/-1;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  margin: 0 -30px;
}
@media screen and (max-width: 1280px) {
  .related-templates-section-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .related-templates-section-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .related-templates-section-wrapper {
    padding: 0;
    box-shadow: none;
  }
}
.related-templates-section-wrapper .related-templates-section-title {
  padding: 10px;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .related-templates-section-wrapper .related-templates-section-title {
    padding: 10px 0;
    font-size: 16px;
  }
}
.related-templates-section-wrapper .related-templates-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 75px 30px;
}
@media screen and (max-width: 1024px) {
  .related-templates-section-wrapper .related-templates-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .related-templates-section-wrapper .related-templates-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 780px) {
  .related-templates-section-wrapper .related-templates-wrapper .card-template .image-wrapper .thumb-pre-slider {
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 780px) {
  .related-templates-section-wrapper .related-templates-wrapper .card-template .image-wrapper .card-image {
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 600px) {
  .related-templates-section-wrapper .related-templates-wrapper .card-template .card-title {
    white-space: normal;
  }
}

.tutorial-wrapper .tutorial-content {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .tutorial-wrapper .tutorial-content {
    grid-template-columns: 7fr 5fr;
  }
}
@media screen and (max-width: 1280px) {
  .tutorial-wrapper .tutorial-content {
    grid-template-columns: 6.5fr 5.5fr;
  }
}
@media screen and (max-width: 780px) {
  .tutorial-wrapper .tutorial-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 780px) {
  .tutorial-wrapper .tutorial-content .video-wrapper {
    height: 40vh;
  }
}
@media screen and (max-width: 600px) {
  .tutorial-wrapper .tutorial-content .video-wrapper {
    height: 50vw;
  }
}
.tutorial-wrapper .tutorial-content .video-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/11;
}
@media screen and (max-width: 780px) {
  .tutorial-wrapper .tutorial-content .video-wrapper iframe {
    aspect-ratio: 16/9;
  }
}
.tutorial-wrapper .tutorial-content .tutorial-title.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .tutorial-wrapper .tutorial-content .tutorial-title.mobile {
    display: block;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
  }
}
.tutorial-wrapper .tutorial-content .description-wrapper {
  padding-right: 40px;
}
@media screen and (max-width: 780px) {
  .tutorial-wrapper .tutorial-content .description-wrapper {
    overflow-x: auto;
    margin-right: -19px;
    padding-right: 20px;
  }
  .tutorial-wrapper .tutorial-content .description-wrapper::-webkit-scrollbar {
    width: 0;
  }
}
.tutorial-wrapper .tutorial-content .description-wrapper .tutorial-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .tutorial-wrapper .tutorial-content .description-wrapper .tutorial-title {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .tutorial-wrapper .tutorial-content .description-wrapper .steps-to {
    display: flex;
    width: fit-content;
    gap: 20px;
    padding-right: 0;
    overflow: auto;
  }
}
.tutorial-wrapper .tutorial-content .description-wrapper .steps-to .single-step {
  padding: 10px;
  font-size: 14px;
  line-height: normal;
  color: #757F8C;
  background-color: #F0F2F4;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .tutorial-wrapper .tutorial-content .description-wrapper .steps-to .single-step {
    height: auto;
    width: 320px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .tutorial-wrapper .tutorial-content .description-wrapper .steps-to .single-step {
    width: 260px;
  }
}
.tutorial-wrapper .tutorial-content .description-wrapper .steps-to .single-step:hover {
  cursor: pointer;
}
.tutorial-wrapper .tutorial-content .description-wrapper .steps-to .single-step.active {
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.tutorial-wrapper .tutorial-content .description-wrapper .steps-to .single-step.active:hover {
  cursor: default;
}

.breadcrumb, #breadcrumbs {
  color: #8D8D8D;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.breadcrumb a, #breadcrumbs a {
  color: #18151C;
}

@media screen and (max-width: 1024px) {
  .rating_form_1 .rating_form {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .rating_form_1 .rating_form .rf_item {
    padding: 0;
  }
}
.rating_form_1 .rating_form .rf_item img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .rating_form_1 .rating_form .rf_item img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .rating_form_1 .rating_form .rf_item img {
    width: 24px;
    height: 24px;
  }
}
.rating_form_1 .rating_form .rf_side {
  position: relative;
}
.rating_form_1 .rating_form .rf_side .def {
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 12px;
  font-weight: normal;
}
.rating_form_1 .rating_form .rf_side .def.thankyou {
  border: solid 1px #459A33;
  background-color: #E3F2E0 !important;
}

.single-learn {
  background-color: #f9f9f9;
}
.single-learn .site-inner {
  max-width: 100%;
}
.single-learn .is-layout-constrained {
  padding: 0;
}

.blog-post-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.blog-post-wrapper .header-blog-post {
  margin-bottom: 0;
}
.blog-post-wrapper .header-blog-post #breadcrumbs {
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 0;
  color: #8D8D8D;
}
.blog-post-wrapper .header-blog-post #breadcrumbs a {
  color: #0F1A38;
  font-weight: 400;
}
.blog-post-wrapper .blog-post-content .wp-block-heading {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .blog-post-wrapper .blog-post-content .wp-block-post-title {
    font-size: 24px !important;
  }
}
.blog-post-wrapper .blog-post-content h2 {
  font-size: 18px;
}
.blog-post-wrapper .blog-post-content h3.wp-block-heading, .blog-post-wrapper .blog-post-content h4.wp-block-heading {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .blog-post-wrapper .blog-post-content .card-template {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
.blog-post-wrapper .blog-post-content .card-template figure {
  height: 100%;
}
.blog-post-wrapper .blog-post-content .card-template figure img {
  height: auto;
  min-height: 100%;
}
@media screen and (max-width: 780px) {
  .blog-post-wrapper .blog-post-content .card-template figure img {
    border-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    max-height: 240px;
  }
}
.blog-post-wrapper .blog-post-content .card-template .card-content-wrapper p {
  color: #757F8C;
}
.blog-post-wrapper .blog-post-content .wp-block-columns:not(.card-template) p {
  line-height: 1.69;
}
@media screen and (max-width: 1024px) {
  .blog-post-wrapper .blog-post-content .wp-block-columns:not(.card-template) {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .blog-post-wrapper .blog-post-content .wp-block-columns:not(.card-template) {
    padding: 20px;
    background-color: #fff;
    color: #757F8C;
    margin: 0 !important;
  }
}
.blog-post-wrapper .blog-post-content .article-content a {
  text-decoration: underline;
}
.blog-post-wrapper .blog-post-content .article-content p {
  line-height: 27px;
}
.blog-post-wrapper .blog-post-content .article-content ul, .blog-post-wrapper .blog-post-content .article-content ol {
  padding-left: 20px;
}
.blog-post-wrapper .blog-post-content .article-content ul li, .blog-post-wrapper .blog-post-content .article-content ol li {
  line-height: 27px;
}
.blog-post-wrapper .blog-post-content .article-content ul > li {
  list-style-type: disc;
}
.blog-post-wrapper .blog-post-content .article-content ol > li {
  list-style: decimal;
}
@media screen and (max-width: 1024px) {
  .blog-post-wrapper .blog-post-content .article-sidebar {
    margin-top: 50px;
  }
}
.blog-post-wrapper .blog-post-content .article-sidebar .grid-box.sidebar {
  grid-template-columns: 100%;
}
@media screen and (max-width: 1024px) {
  .blog-post-wrapper .blog-post-content .article-sidebar .grid-box.sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 780px) {
  .blog-post-wrapper .blog-post-content .article-sidebar .grid-box.sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blog-post-wrapper .blog-post-content .article-sidebar .grid-box.sidebar .card-template .card-info-wrapper .card-title {
  white-space: normal;
}
@media screen and (max-width: 1024px) {
  .blog-post-wrapper .blog-post-content .article-sidebar .grid-box.sidebar .card-template .card-info-wrapper .card-title {
    white-space: nowrap;
  }
}
.blog-post-wrapper .blog-post-content .share-on-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .blog-post-wrapper .blog-post-content .share-on-wrapper {
    background-color: #fff;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 780px) {
  .blog-post-wrapper .blog-post-content .related-articles-wrapper .card-template:last-child,
  .blog-post-wrapper .blog-post-content .related-templates-wrapper .card-template:last-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .blog-post-wrapper .blog-post-content .related-articles-wrapper .card-template:last-child,
  .blog-post-wrapper .blog-post-content .related-templates-wrapper .card-template:last-child {
    display: block;
  }
}

.single-page ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #FCF7F1;
}
.single-page ul li:last-child {
  border: 0;
}

.favorites-title #total-favorites {
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
}

#user-favorites.extra-padding-bottom {
  padding-bottom: 250px;
}

.no-favorites-wrapper {
  display: none;
}
.no-favorites-wrapper figure {
  margin-bottom: 50px;
}
.no-favorites-wrapper figure img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .no-favorites-wrapper figure img {
    width: 100%;
  }
}
.no-favorites-wrapper p {
  text-align: center;
  font-weight: bold;
}
.no-favorites-wrapper p a {
  display: inline-block;
}

.error-404 {
  margin: 100px 0;
}
.error-404 h1 {
  margin-bottom: 5px;
}
.error-404 .contextual-links {
  padding-left: 30px;
  margin-bottom: 50px;
}
.error-404 .contextual-links li {
  list-style: disc;
  margin-bottom: 7px;
}

.page-template-page-learn,
.tax-blog-category {
  background-color: #F5F5F5;
}

.blog-posts-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.featured-article-wrapper .article-image-wrapper img {
  width: 100%;
  display: block;
}
.featured-article-wrapper .article-content-wrapper {
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.featured-article-wrapper .article-content-wrapper .categories-wrapper {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}
.featured-article-wrapper .article-content-wrapper .categories-wrapper a {
  display: inline-block;
  padding: 2px 5px;
  background-color: #F0F2F4;
  border-radius: 2px;
  color: #0F1A38;
  line-height: normal;
}
.featured-article-wrapper .article-content-wrapper a {
  color: #0F1A38;
}
.featured-article-wrapper .article-content-wrapper a:hover {
  color: #ED7843;
}
.featured-article-wrapper .article-content-wrapper .article-excerpt {
  margin-bottom: 10px;
}
.featured-article-wrapper .article-content-wrapper .article-date {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #757F8C;
}

.card-template {
  display: flex;
  flex-direction: column;
}
.card-template.featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .card-template.featured-article {
    grid-template-columns: 0.47fr 0.53fr;
  }
}
@media screen and (max-width: 600px) {
  .card-template.featured-article {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.card-template.featured-article .image-wrapper {
  border-radius: 4px;
  margin: 0;
  height: 100%;
}
.card-template.featured-article .image-wrapper img {
  width: 100%;
  display: block;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-template.featured-article .card-content-wrapper {
  display: block;
}
.card-template.featured-article .card-content-wrapper .card-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 36px;
}
@media screen and (max-width: 1024px) {
  .card-template.featured-article .card-content-wrapper .card-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .card-template.featured-article .card-content-wrapper .card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.card-template .image-wrapper {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.card-template .card-content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card-template .card-content-wrapper .categories-wrapper {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}
.card-template .card-content-wrapper .categories-wrapper a {
  display: inline-block;
  padding: 2px 5px;
  background-color: #F0F2F4;
  border-radius: 2px;
  color: #0F1A38;
  line-height: normal;
}
.card-template .card-content-wrapper .categories-wrapper a:hover {
  color: #ED7843;
}
.card-template .card-content-wrapper .card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .card-template .card-content-wrapper .card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.card-template .card-content-wrapper .card-title a {
  color: #0F1A38;
}
.card-template .card-content-wrapper .card-title a:hover {
  color: #ED7843;
}
.card-template .card-content-wrapper .card-excerpt {
  margin-bottom: 10px;
  color: #757F8C;
}
.card-template .card-content-wrapper .card-date {
  color: #757F8C;
  font-size: 10px;
  font-weight: 700;
  margin: auto 0 0;
  letter-spacing: 1px;
}

.wp-block-column.align-items-center {
  display: flex;
  align-items: center;
}

.drop-files-box {
  position: relative;
  z-index: 10;
  max-width: 900px;
  width: 90%;
  margin: 24px auto 0;
  padding: 50px 40px 50px;
  text-align: center;
  border-radius: 20px;
  border: 4px dashed #FEB388;
  background: rgb(255, 255, 255);
  color: #595959;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.drop-files-box.pdf-to-jpg {
  border-color: #AFA2EA;
}
@media screen and (max-width: 780px) {
  .drop-files-box {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .drop-files-box {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .drop-files-box figure.before-upload.logo {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .drop-files-box p.before-upload {
    display: none;
  }
}
.drop-files-box .error-status {
  display: none;
}
.drop-files-box .error-status.logo {
  margin-bottom: 10px;
}
.drop-files-box .error-status.logo img {
  display: block;
  margin: 0 auto;
}
.drop-files-box .error-status.filename {
  font-size: 14px;
  margin-bottom: 10px;
}
.drop-files-box .error-status.message {
  margin-bottom: 40px;
}
.drop-files-box .error-status.message span {
  min-width: 180px;
  display: inline-block;
  background-color: #F7E6E1;
  border: solid 2px #B64D34;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.drop-files-box .file-uploaded {
  margin-bottom: 40px;
}
.drop-files-box .file-uploaded figure {
  margin-bottom: 5px;
}
.drop-files-box .file-uploaded #file-uploaded-name {
  font-size: 14px;
}
.drop-files-box p {
  font-size: 18px;
  margin-bottom: 5px;
}
.drop-files-box .button {
  display: inline-flex;
  margin: 0 auto 40px;
  min-width: 312px;
  font-weight: 600;
  height: 48px;
  border-radius: 40px;
}
@media screen and (max-width: 780px) {
  .drop-files-box .button {
    min-width: auto;
    width: 100%;
    padding: 10px 20px;
    background-color: #0F1A38;
    margin-bottom: 10px;
  }
}
.drop-files-box .button#convert-to-button {
  margin-bottom: 15px;
}
.drop-files-box small {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}
.drop-files-box small a {
  color: #18151C;
  text-decoration: underline;
}

body .is-layout-constrained > .alignfull.ai-landing {
  margin: 0 -20px;
  max-width: calc(100% + 40px);
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  body .is-layout-constrained > .alignfull.ai-landing .wp-block-group:not(.alignfull),
  body .is-layout-constrained > .alignfull.ai-landing .wp-block-columns:not(.alignfull) {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .is-layout-constrained > .alignfull.ai-landing .wp-block-group:not(.alignfull),
  body .is-layout-constrained > .alignfull.ai-landing .wp-block-columns:not(.alignfull) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body .is-layout-constrained > .alignfull.ai-landing .wp-block-group.is-layout-constrained,
body .is-layout-constrained > .alignfull.ai-landing .wp-block-columns.is-layout-constrained {
  padding: 0;
}
body .is-layout-constrained > .alignfull.ai-landing .alignfull {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body .is-layout-constrained > .alignfull.ai-landing .alignfull {
    margin-left: -20px !important;
    margin-right: -20px !important;
    max-width: calc(100% + 40px);
  }
}

@media screen and (max-width: 780px) {
  .ai-landing {
    padding: 0 !important;
  }
}
.ai-landing .wp-block-video {
  border-radius: 4px;
  overflow: hidden;
}
.ai-landing .pre-title-pink {
  border-radius: 4px;
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-columns {
    margin: 0 !important;
    gap: 0;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-columns:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-columns .wp-block-column > .wp-block-group {
    padding: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .ai-landing .wp-block-columns .wp-block-column > .wp-block-group {
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-columns .wp-block-column > .wp-block-group > .wp-block-cover {
    padding: 0 !important;
    min-height: auto;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-columns .wp-block-column > .wp-block-group > .wp-block-cover .wp-block-cover__inner-container {
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-columns .wp-block-column > .wp-block-group > .wp-block-cover .wp-block-cover__inner-container > .has-text-align-left {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .ai-landing .wp-block-columns .wp-block-column > .wp-block-group > .wp-block-cover .wp-block-cover__inner-container .wp-block-button {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-image img {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .ai-landing .wp-block-image img {
    height: auto !important;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-cover.banner-dropzone {
    padding: 48px 15px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-cover.banner-dropzone .wp-block-cover__background {
    opacity: 1;
  }
}
.ai-landing .wp-block-cover.banner-dropzone.no-background .wp-block-cover__background {
  opacity: 1;
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-cover.banner-dropzone .wp-block-cover__inner-container {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .ai-landing .wp-block-cover.banner-dropzone .wp-block-cover__inner-container h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .ai-landing .wp-block-cover.banner-dropzone .wp-block-cover__inner-container p {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .wp-block-cover.banner-dropzone .wp-block-cover__inner-container p span {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing .banner-desktop {
    display: none;
  }
}
.ai-landing .banner-mobile {
  display: none;
}
@media screen and (max-width: 780px) {
  .ai-landing .banner-mobile {
    display: block;
  }
}

.converter-logo {
  display: none !important;
}
@media screen and (max-width: 780px) {
  .converter-logo {
    display: table !important;
  }
}

#progress-bar-container {
  max-width: 300px;
  margin: 20px auto 0;
  border-radius: 6px;
  background-color: #F0F2F4;
  height: 8px;
}
#progress-bar-container #progress-bar {
  width: 0%;
  background: linear-gradient(90deg, #FDB884 0%, #ED7843 100%);
  border-radius: 6px;
  height: 8px;
}
#progress-bar-container #progress-bar.pdf-to-jpg {
  background: linear-gradient(90deg, #AFA2EA 0%, #575FBA 100%);
}
#progress-bar-container #progress-bar.jpg-to-pdf {
  background: linear-gradient(90deg, #DA5353 0%, #B64D34 100%);
}

@media screen and (max-width: 780px) {
  #pdf-to-jpg-4 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #pdf-to-jpg-4 .wp-block-cover__background {
    background: #fff !important;
  }
}
@media screen and (max-width: 780px) {
  #pdf-to-jpg-4 .wp-block-columns .wp-block-column:first-child {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #pdf-to-jpg-4 .wp-block-columns .wp-block-column:last-child {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 780px) {
  #pdf-to-jpg-5 {
    margin: 0 !important;
    padding: 20px !important;
  }
}

@media screen and (max-width: 780px) {
  #jpg-to-pdf-2 {
    margin: 0 !important;
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  #jpg-to-pdf-2 .wp-block-columns {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 780px) {
  #jpg-to-pdf-2 .wp-block-columns .wp-block-column {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 780px) {
  #jpg-to-pdf-2 .wp-block-columns .wp-block-column .wp-block-group {
    padding: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #jpg-to-pdf-2 .wp-block-columns .wp-block-column .has-text-align-left {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 780px) {
  #jpg-to-pdf-2 .wp-block-buttons {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  #jpg-to-pdf-3 {
    margin: 0 0 !important;
    padding: 0 15px 50px !important;
  }
}
@media screen and (max-width: 780px) {
  #jpg-to-pdf-3 p:nth-child(2) {
    font-size: 24px !important;
  }
}

.main-box-wrapper {
  position: relative;
}

.options-box {
  position: relative;
  background-color: #FAF2D7;
  border-radius: 16px;
  border: solid 1px #333;
  box-shadow: 10px 10px 0 0 #333;
  margin-right: -100px;
  padding: 24px;
}
@media screen and (max-width: 780px) {
  .options-box {
    margin-right: 0;
  }
}
.options-box.input-box-wrapper {
  display: flex;
  align-items: center;
  padding: 7px;
}
.options-box.input-box-wrapper.open {
  background-color: #FFECAC;
}
.options-box.input-box-wrapper input[type=text] {
  background-color: transparent;
  border: 0;
  font-size: 16px;
}
.options-box.input-box-wrapper button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: fit-content;
}
@media screen and (max-width: 780px) {
  .options-box.input-box-wrapper button.more-options {
    padding: 10px;
    width: 43px;
    border-radius: 10px;
    background-color: #EFC356;
    margin-right: 10px;
  }
}
.options-box.input-box-wrapper button.more-options img {
  transition: all 0.25s ease;
}
.options-box.input-box-wrapper button.more-options.open img {
  transform: rotate(180deg);
}
.options-box.input-box-wrapper button.more-options .options-selected {
  display: none;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 24px;
}
.options-box.input-box-wrapper button.generate-presentation {
  padding: 15px 20px;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .options-box.input-box-wrapper button.generate-presentation {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .options-box.input-box-wrapper button.generate-presentation span {
    display: none;
  }
}
.options-box.recommendations-box-wrapper, .options-box.more-options-box-wrapper {
  margin-top: 0;
  z-index: 11;
  width: calc(100% + 100px);
  display: none;
  position: absolute;
  top: 72px;
}
@media screen and (max-width: 780px) {
  .options-box.recommendations-box-wrapper, .options-box.more-options-box-wrapper {
    width: 100%;
  }
}
.options-box.recommendations-box-wrapper .options-group-title, .options-box.more-options-box-wrapper .options-group-title {
  font-weight: 600;
  margin-bottom: 12px;
}
.options-box.recommendations-box-wrapper .options-group, .options-box.more-options-box-wrapper .options-group {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.options-box.recommendations-box-wrapper .options-group li, .options-box.more-options-box-wrapper .options-group li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.options-box.recommendations-box-wrapper .options-group li input[type=radio], .options-box.more-options-box-wrapper .options-group li input[type=radio] {
  display: none;
}
.options-box.recommendations-box-wrapper .options-group li input[type=radio]:checked + label::before, .options-box.more-options-box-wrapper .options-group li input[type=radio]:checked + label::before {
  background-color: #ED7843;
}
.options-box.recommendations-box-wrapper .options-group li label, .options-box.more-options-box-wrapper .options-group li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
.options-box.recommendations-box-wrapper .options-group li label::before, .options-box.more-options-box-wrapper .options-group li label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background-color: white;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.options-box.recommendations-box-wrapper .recommendations-box-title, .options-box.more-options-box-wrapper .recommendations-box-title {
  margin-bottom: 12px;
}
.options-box.recommendations-box-wrapper .recommendations-list .single-recommendation, .options-box.more-options-box-wrapper .recommendations-list .single-recommendation {
  margin-bottom: 12px;
  color: #938C86;
}
.options-box.recommendations-box-wrapper .recommendations-list .single-recommendation:hover, .options-box.recommendations-box-wrapper .recommendations-list .single-recommendation.active, .options-box.more-options-box-wrapper .recommendations-list .single-recommendation:hover, .options-box.more-options-box-wrapper .recommendations-list .single-recommendation.active {
  cursor: pointer;
  color: #333;
  font-weight: 700;
}

/**
 * PDF to JPG and JPG to PDF common styles
 */
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .banner-dropzone,
  .ai-landing.jpg-to-pdf .banner-dropzone {
    padding: 50px 0 0 !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .banner-dropzone + p,
  .ai-landing.jpg-to-pdf .banner-dropzone + p {
    margin: 0 0 0 !important;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .banner-dropzone .drop-files-box .before-upload.logo,
  .ai-landing.jpg-to-pdf .banner-dropzone .drop-files-box .before-upload.logo {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .banner-dropzone .drop-files-box .before-upload.button-wrapper,
  .ai-landing.jpg-to-pdf .banner-dropzone .drop-files-box .before-upload.button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-top: solid 1px #A2ACB9;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .banner-dropzone .drop-files-box .before-upload.button-wrapper #upload_button,
  .ai-landing.jpg-to-pdf .banner-dropzone .drop-files-box .before-upload.button-wrapper #upload_button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .banner-dropzone .drop-files-box small.before-upload,
  .ai-landing.jpg-to-pdf .banner-dropzone .drop-files-box small.before-upload {
    display: none;
  }
}

/**
 * PDF to JPG landing page styles
 */
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .wp-block-columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .wp-block-columns#pdf-to-jpg-2 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 780px) {
  .ai-landing.pdf-to-jpg .wp-block-columns .wp-block-column > .wp-block-group.has-white-background-color {
    padding-top: 100px !important;
  }
}

/**
 * JPG to PDF landing page styles
 */
.ai-landing.jpg-to-pdf .drop-files-box {
  border-color: #DA5353;
}

/**
 * AI Presentation Creator landing page styles for mobile
 */
@media screen and (max-width: 780px) {
  #ai-presentation-creator {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-1 .column-1 {
    position: relative;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-1 .column-1 h1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-1 .column-1 .wp-block-image {
    position: absolute;
    top: -25px;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-1 .column-1 .wp-block-image {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-1 .column-1 .main-description {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-1 .column-1 .main-box-wrapper {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: calc(100% - 10px);
    z-index: 10;
    transition: all 0.25s;
  }
}
#ai-presentation-creator .section-1 .column-2 .main-description {
  display: none;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-1 .column-2 .main-description {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #ai-presentation-creator .section-2 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-2 {
    margin-top: 50px !important;
    gap: 40px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory; /* Para que haga "snap" al deslizar */
    -webkit-overflow-scrolling: touch; /* Suaviza el desplazamiento en iOS */
    scrollbar-width: none; /* Firefox */
    flex-wrap: nowrap !important;
  }
}
#ai-presentation-creator .section-2::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-2 .wp-block-column {
    flex: 0 0 60% !important;
    min-width: 280px;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 {
    flex-direction: column;
    margin-top: 50px !important;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 .column-1 {
    display: none;
  }
}
#ai-presentation-creator .section-3 .column-2 {
  position: relative;
}
#ai-presentation-creator .section-3 .column-2 .generate-it-image {
  display: none;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 .column-2 .generate-it-image {
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-3 .column-2 .wp-block-heading {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-3 .column-2 p {
    margin-bottom: 30px !important;
  }
}
#ai-presentation-creator .section-3 .column-2 .first-image,
#ai-presentation-creator .section-3 .column-2 .second-image {
  display: none;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 .column-2 .first-image,
  #ai-presentation-creator .section-3 .column-2 .second-image {
    display: block;
  }
}
#ai-presentation-creator .section-3 .column-3 .waves-image img {
  width: 85%;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 .column-3 .wp-block-image {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 .column-3 .quote {
    margin-top: 40px !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-3 .column-3 .quote {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 .column-3 .underline {
    margin-right: 0 !important;
    margin-left: calc(100% - 98px) !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-3 .waves-image {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-4 {
    margin: 50px -20px 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 .row-1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  #ai-presentation-creator .section-4 .row-1 .column-1 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-4 .row-1 .column-1 {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 .row-1 .column-1 h2 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-4 .row-1 .column-1 h2 {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-4 .row-1 .column-1 p {
    padding: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 .row-1 .column-1 .wp-block-buttons {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 .row-1 .column-2 {
    padding: 30px 15px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 .row-1 .column-2 .wp-block-image {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-4 .row-1 .column-2 .wp-block-image {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 .row-1 .column-2 .image-desktop {
    display: none;
  }
}
#ai-presentation-creator .section-4 .row-1 .column-2 .image-mobile {
  display: none;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-4 .row-1 .column-2 .image-mobile {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #ai-presentation-creator .section-4 .row-2 {
    padding: 0 40px 80px !important;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-5 {
    margin: 0 -20px !important;
  }
}
@media screen and (max-width: 1024px) {
  #ai-presentation-creator .section-5 .row-1 .column-1 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-5 .row-1 .column-1 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-5 .row-1 .column-1 .wp-block-columns {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 32px;
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-5 .row-1 .column-2 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-5 .row-1 .column-2 {
    padding: 50px 15px !important;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-5 .row-1 .column-2 p:first-child {
    font-size: 34px !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-5 .row-1 .column-2 br, #ai-presentation-creator .section-5 .row-1 .column-2 .wp-block-buttons, #ai-presentation-creator .section-5 .row-1 .column-2 .wp-block-spacer {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-5 .row-2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #ai-presentation-creator .section-6 {
    padding: 80px 40px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-6 {
    padding: 50px 15px 1px !important;
  }
}
#ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover {
  max-width: 600px;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover {
    min-height: 233px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover {
    min-height: 133px !important;
  }
}
#ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover img {
  object-fit: contain;
}
#ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover .is-layout-constrained {
  padding: 0 !important;
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover p:first-child {
    font-size: 56px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover p:first-child {
    font-size: 34px !important;
    padding: 30px 55px !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-cover p:first-child br {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 p {
    padding-right: 100px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 p {
    font-size: 16px !important;
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 .row-1 .column-1 .wp-block-group {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 .row-1 .column-2 {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 .row-2 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .section-6 .row-2 {
    margin: 50px 40px !important;
    padding: 24px 40px !important;
  }
}
@media screen and (max-width: 780px) {
  #ai-presentation-creator .section-6 .row-2 .wp-block-column {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .faq-section {
    padding: 0 0 !important;
    background-color: #f0f2f4;
    margin: 0 -20px !important;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .faq-section .sc-faq {
    margin-bottom: 10px;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .faq-section .sc-faq:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  #ai-presentation-creator .faq-section .sc-faq:last-child {
    margin-bottom: 0 !important;
  }
}

.page-hub {
  /*
  	.template-filter-block-wrapper {
  		@include variables.mobile {
  			overflow: hidden;
  		}
  		.template-filter-tags-wrapper {
  			position: relative;

  			.button-nav {
  				display: none;
  				position: absolute;
  				top: 50%;
  				transform: translateY(-50%);
  				left: 0;

  				&.next {
  					right: 0;
  					left: auto;
  					img {
  						transform: rotate(180deg);
  					}
  				}

  				img {
  					display: block;
  				}
  			}

  			&.overflow {
  				padding: 0 30px;

  				@include variables.tablet {
  					padding: 0;
  				}
  				.button-nav {
  					display: block;

  					@include variables.tablet {
  						display: none;
  					}
  				}
  			}
  			.template-filter-tags-list {
  				display: flex;
  				align-items: center;
  				gap: 16px;
  				margin-bottom: 20px;
  				overflow-x: auto;

  				@include variables.mobile {
  					flex-wrap: nowrap;
  					overflow-x: auto;
  					margin-right: -20px;
  					padding-right: 20px;
  					margin-left: -20px;
  					padding-left: 20px;
  					scrollbar-width: none;
  				}
  				&::-webkit-scrollbar {
  					display: none;
  				}

  				.tag {
  					font-weight: 400;
  					border: solid 1px #CBD0D7;
  					padding: 5px 35px;
  					border-radius: 20px;
  					transition: all 0.3s ease;
  					text-wrap: nowrap;

  					@include variables.mobile {
  						flex-shrink: 0;
  					}

  					&.active {
  						font-weight: 700;
  						border-color: variables.$main-color;
  						background-color: #EEA787;
  					}

  					&:hover {
  						cursor: pointer;
  						border-color: variables.$main-color;
  						background-color: #EEA787;
  					}
  				}
  			}		
  		}
  	}
  */
}
@media screen and (max-width: 1280px) {
  .page-hub {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-hub .alignfull {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-hub {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-hub .is-layout-constrained {
    padding: 0 !important;
  }
}
.page-hub .hub-page-banner-wrapper {
  max-width: 1440px !important;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .page-hub .hub-page-banner-wrapper {
    overflow: hidden;
  }
}
.page-hub .hub-page-banner-wrapper .hub-page-banner {
  width: 1440px;
}
@media screen and (max-width: 1440px) {
  .page-hub .hub-page-banner-wrapper .hub-page-banner {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  .page-hub .hub-page-banner-wrapper .hub-page-banner {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .page-hub .hub-page-banner-wrapper .hub-page-banner {
    padding: 50px 20px 180px !important;
  }
}
@media screen and (max-width: 600px) {
  .page-hub .hub-page-banner-wrapper .hub-page-banner h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .page-hub .hub-page-banner-wrapper .hub-page-banner p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.page-hub .hub-page-banner-wrapper .swiffy-slider {
  margin-top: -100px;
  z-index: 1;
  max-width: calc(100% - 100px);
  transition: margin 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .page-hub .hub-page-banner-wrapper .swiffy-slider {
    margin: -60px 50px 0 !important;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 780px) {
  .page-hub .hub-page-banner-wrapper .swiffy-slider {
    max-width: 100%;
    width: 100%;
    margin: -60px 0 0 0 !important;
  }
}
.page-hub .hub-page-banner-wrapper .swiffy-slider.slider-position-start {
  margin-left: 25px !important;
  margin-right: 0px !important;
}
.page-hub .hub-page-banner-wrapper .swiffy-slider.slider-position-start .slider-container {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-hub .hub-page-banner-wrapper .swiffy-slider.slider-position-end {
  margin-left: -25px !important;
  margin-right: 0px !important;
}
.page-hub .hub-page-banner-wrapper .swiffy-slider.slider-position-end .slider-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-hub .hub-page-banner-wrapper .swiffy-slider.slider-position-middle {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.page-hub .hub-page-banner-wrapper .swiffy-slider.slider-position-middle .slider-container {
  border-radius: 0;
}
@media screen and (max-width: 1280px) {
  .page-hub .template-filter-block-wrapper,
  .page-hub .workits-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page-hub .template-filter-block-wrapper,
  .page-hub .workits-section {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 780px) {
  .page-hub .workits-section .wp-block-image img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .page-hub #create-impactful-presentations {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 780px) {
  .page-hub #create-impactful-presentations .wp-block-column img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .page-hub #create-impactful-presentations .wp-block-column:last-child {
    padding: 0 20px;
  }
}
@media screen and (max-width: 780px) {
  .page-hub #create-impactful-presentations .wp-block-column:last-child br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-hub #faq-section-title {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-hub .topics-section {
    padding: 0 20px !important;
  }
}
.page-hub .grid-box.hidden {
  display: none;
}
@media screen and (max-width: 780px) {
  .page-hub .slider-nav {
    display: none;
  }
}

.truncate-on-mobile {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .truncate-on-mobile {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .truncate-on-mobile.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
    display: block;
    margin-bottom: 5px;
  }
}
.truncate-on-mobile a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-left: 5px;
}
.truncate-on-mobile a:hover {
  color: #fff;
  text-decoration: underline;
}
.truncate-on-mobile.black-text a {
  color: #18151C;
}
.truncate-on-mobile > p {
  margin-bottom: 5px;
}

.see-toggle {
  display: none;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .see-toggle {
    display: inline-block;
  }
}
.see-toggle:focus, .see-toggle:hover {
  color: #fff;
  text-decoration: none;
}

.truncate-on-mobile.black-text + .see-toggle {
  color: #18151C;
  margin-top: 5px;
}

.section-separator {
  margin: 20px 0 50px;
  position: relative;
}
.section-separator hr {
  position: absolute;
  width: 100%;
  border-color: #A2ACB9;
  margin: 0;
  top: 50%;
}
.section-separator .buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 43px;
  z-index: 2;
  position: relative;
}
.section-separator.hidden {
  display: none;
}