@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

/*
Theme Name: issuers_guide
Theme URI: https://issuers-guide.com
Author: Buzzvel Team
Author URI: https://buzzvel.com
Description: Tailwind Theme (3.0.1)
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: issuers-guide

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

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

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Override */
.slick-initialized .slick-slide {
    display: flex !important;
}
.slick-track .slick-slide{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px){
  .slick-track .slick-slide{
    margin-right: 2rem;
  }
}
.slick-track .slick-slide .slider-card{
  height: auto !important;
  min-height: 235px !important;
  max-width: 340px !important;
  border-radius: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1.25rem !important;
  --tw-shadow: 1px 1px 16px rgba(31, 38, 106, 0.2) !important;
  --tw-shadow-colored: 1px 1px 16px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
@media (min-width: 1024px){
  .slick-track .slick-slide .slider-card{
    min-height: 220px !important;
  }
  .slick-track .slick-slide .slider-card{
    max-width: 370px !important;
  }
}
.slick-track .slick-slide .slider-card {
  box-shadow: 10px 35px 30px rgba(0, 0, 0, 0.2);
}
.slick-track .slick-slide .slider-card .card-head{
  display: flex;
  height: auto;
}
.slick-track .slick-slide .slider-card .card-heading{
  display: flex;
  height: auto;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.75rem;
}
.slick-track .slick-slide .slider-card img{
  height: 70px;
  width: 70px;
  border-radius: 9999px;
}
.slick-dots{
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}
.slick-dots li{
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 160 23 / var(--tw-bg-opacity));
}
.slick-dots li button {
  font-size: 0px;
}
.slick-dots li.slick-active{
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity));
}
.header-menu-1 ul{
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-menu-1 ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.header-menu-1 ul a{
  font-weight: 600;
}
.header-menu-1 .menu-item .sub-menu .menu-item {
  height: auto !important;
  flex-direction: column;
}
.header-menu-1 .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 240px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 14px;
}
.header-menu-1 .menu-item .sub-menu .menu-item:first-child {
  padding-top: 8px;
}
.header-menu-1 .menu-item .sub-menu .menu-item:hover {
  border-radius: 8px !important;
  background-color: white !important;
  color: #d3773f !important;
}
.header-menu-1 .menu-item .sub-menu .menu-item:not(:last-child) a {
  border-bottom: 1px solid #c8c8c8;
}
.header-language-links div.wpml-ls-statics-shortcode{
  padding-right: 0px;
}
.header-language-links .wpml-ls-legacy-list-horizontal{
  padding-right: 0px !important;
}
.header-language-links a {
  font-size: 13px;
}
.header-language-links ul{
  display: flex;
  flex-direction: row-reverse;
}
.header-language-links li.wpml-ls-current-language a{
  font-weight: 700;
}
.header-language-links li.wpml-ls-first-item a{
  padding-left: 0px;
  padding-right: 0px;
}
.header-language-links-mobile a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 13px;
}
.header-language-links-mobile div.wpml-ls-statics-shortcode{
  padding-right: 0px;
}
.header-language-links-mobile li.wpml-ls-current-language a{
  font-weight: 700;
}
.header-language-links-mobile li.wpml-ls-first-item a{
  padding-left: 0px;
  padding-right: 0px;
}
.menu-hamburger{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: 27px;
}
.menu-hamburger__line{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: 3px;
  width: 25px;
  border-radius: 5px;
}
.menu-hamburger__line::before, .menu-hamburger__line::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: 3px;
  width: 25px;
  content: "";
  position: absolute;
  border-radius: 5px;
}
.menu-hamburger__line::before {
  transform: translateY(-10px);
}
.menu-hamburger__line::after {
  transform: translateY(10px);
}
.menu-hamburger.open .menu-hamburger__line {
  transform: translateX(-10px);
  background: transparent;
}
.menu-hamburger.open .menu-hamburger__line::before {
  transform: rotate(-45deg) translate(7px, 7px);
}
.menu-hamburger.open .menu-hamburger__line::after {
  transform: rotateZ(45deg) translate(7px, -7px);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu-modal-mobile::-webkit-scrollbar, .menu-modal-mobile nav::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.menu-modal-mobile, .menu-modal-mobile nav {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.menu-modal-mobile{
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  overflow: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 75 / var(--tw-bg-opacity));
  top: 109px;
}
.menu-modal-mobile nav {
  max-height: 70vh;
  overflow-y: scroll;
}
.menu-modal-mobile nav .menu li{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 205 62 / var(--tw-border-opacity));
}
.menu-modal-mobile nav .menu li a{
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .menu-modal-mobile nav .menu li a{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .menu-modal-mobile nav .menu li a{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.menu-modal-mobile nav .menu li.menu-item-has-children > a::before {
  content: "";
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 160 23 / var(--tw-border-opacity)) !important;
  position: absolute;
  right: -1rem;
  bottom: 1.125rem;
  height: 0px;
  width: 0px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width: 0.375rem;
  border-right-width: 0.375rem;
  border-bottom-width: 0.625rem;
  border-color: transparent;
}
.menu-modal-mobile nav .menu li.menu-item-has-children > a.active::before {
  content: "";
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-modal-mobile nav .menu .sub-menu{
  max-height: 0px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-modal-mobile nav .menu .sub-menu li{
  height: 0px;
}
.menu-modal-mobile nav .menu .sub-menu li:last-child{
  border-bottom-width: 0px;
}
.menu-modal-mobile nav .menu .sub-menu li {
  background: #fff2cb;
}
.menu-modal-mobile nav .menu .sub-menu li a{
  height: 0px;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
.menu-modal-mobile nav .menu .sub-menu li ul.sub-menu li{
  padding-left: 2rem;
  background: #f7e8cec2;
}
.header-menu-1 .menu-item{
  height: 70px;
}
.header-menu-1 .menu-item ul{
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
  --tw-shadow: 0px 0px 15px #1F266A;
  --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header-menu-1 .menu-item ul li{
  margin-top: 0px !important;
  margin-left: 0px !important;
  display: flex !important;
  height: 2.5rem !important;
  align-items: center !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(16 21 75 / var(--tw-text-opacity)) !important;
}
.header-menu-1 .menu-item ul li:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 205 62 / var(--tw-bg-opacity)) !important;
}
.header-menu-1 .menu-item ul li a{
  font-weight: 400;
}
.header-menu-1 .menu-item:hover ul{
  visibility: visible;
  height: auto;
  opacity: 1;
}
.sub-menu.menu-open{
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  opacity: 1 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.sub-menu.menu-open li{
  height: 100% !important;
}
.sub-menu.menu-open li a{
  height: 100% !important;
}
form.search-form input.search-form__input{
  width: 0px;
  max-width: 16rem;
  border-radius: 0.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
form.search-form input.search-form__input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.search-form input.search-form__input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.search-form input.search-form__input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.search-form input.search-form__input {
  outline: none;
}
form.search-form input.search-form__input.active{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px){
  form.search-form input.search-form__input.active{
    margin-left: 1.25rem;
  }
  form.search-form input.search-form__input.active{
    width: 16rem;
  }
}
form.form-search-mobile {
  background: rgba(0, 0, 0, 0) !important;
  width: 100%;
}
form.form-search-mobile .search-form__input-mobile {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0px;
  border-radius: 0.25rem;
  border-width: 0px;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
form.form-search-mobile .search-form__input-mobile::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.form-search-mobile .search-form__input-mobile:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.form-search-mobile .search-form__input-mobile::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.form-search-mobile .search-form__input-mobile.active {
  background: rgba(0, 0, 0, 0) !important;
  margin-top: 0.625rem;
  height: 100%;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px){
  form.form-search-mobile .search-form__input-mobile.active{
    width: 16rem;
  }
}
form.second-form-header input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px 0px 0px 4px;
}
.custom-footer-menu ul{
  display: flex;
  flex-wrap: wrap;
}
.custom-footer-menu ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.custom-footer-menu ul a {
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
.slider-testemonials-block{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 81.375rem;
}
@media (min-width: 1024px){
  .slider-testemonials-block{
    width: 100%;
  }
}
.slider-testemonials-block{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  .slider-testemonials-block{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .slider-testemonials-block{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.slider-testemonials-block{
  padding-bottom: 1.25rem;
}
@media (min-width: 768px){
  .slider-testemonials-block{
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){
  .slider-testemonials-block{
    padding-bottom: 2.5rem;
  }
}
.slider-testemonials-block h2{
  margin-bottom: 0px;
}
.slider-testemonials-block p{
  margin-bottom: 0px;
}
.wp-block-columns{
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px){
  .wp-block-columns{
    flex-direction: row;
  }
  .wp-block-columns{
    align-items: flex-start;
  }
}
.wp-block-columns .wp-block-column:nth-child(2n){
  margin-left: 0px;
}
@media (min-width: 1024px){
  .wp-block-columns .wp-block-column:nth-child(2n){
    margin-left: 2em;
  }
}
.search-box-container p, .search-box-container a{
  font-size: 13px;
}
.login-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #27224f;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .login-title {
    font-size: 20px;
    margin-bottom: 44px;
  }
}
.custom-login-form {
  color: #27224f;
  display: flex;
  flex-direction: column;
}
.custom-login-form input {
  border-color: #27224f;
}
.custom-login-form input:focus-visible {
  border-color: #27224f;
}
.custom-login-form .login-fields {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .custom-login-form .login-fields {
    flex-direction: column;
  }
}
.custom-login-form .login-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}
.custom-login-form .required {
  color: #d37740;
  margin-left: 2px;
}
.custom-login-form .submit-field {
  margin-top: 20px;
  font-size: 17px;
  color: #ffffff;
  line-height: 25px;
  background-color: #d37740;
  padding: 10px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 34px;
  border: none;
  transition: background-color 0.3s ease;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .custom-login-form .submit-field {
    margin-bottom: 70px;
  }
}
.custom-login-form .submit-field:hover {
  background-color: #b55e26;
  cursor: pointer;
}
.custom-login-form .has-error {
  border-color: #f05858;
}
.custom-login-form .login-error {
  margin-top: 11px;
  color: #f05858;
}
.custom-footer-menu ul{
  display: flex;
  flex-wrap: wrap;
}
.custom-footer-menu ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.custom-footer-menu ul a {
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
/* # LEFT BLOCK */
.block-text-image-left{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 81.375rem;
}
@media (min-width: 1024px){
  .block-text-image-left{
    width: 100%;
  }
}
.block-text-image-left{
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (min-width: 768px){
  .block-text-image-left{
    display: flex;
  }
}
@media (min-width: 1024px){
  .block-text-image-left{
    margin-left: auto;
    margin-right: auto;
  }
  .block-text-image-left{
    display: flex;
  }
  .block-text-image-left{
    flex-wrap: wrap;
  }
  .block-text-image-left{
    justify-content: space-between;
  }
}
.block-text-image-left {
  /** Image block container**/
  /** Text Container **/
}
@media screen and (min-width: 1321px) and (max-width: 1440px) {
  .block-text-image-left {
    max-width: 1440px;
    padding-left: 4%;
  }
}
@media (min-width: 768px){
  .block-text-image-left .block-img-container{
    width: 48%;
  }
}
.block-text-image-left .block-img-container {
  /** Image**/
}
.block-text-image-left .block-img-container img{
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 249px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px){
  .block-text-image-left .block-img-container img{
    width: 100%;
  }
  .block-text-image-left .block-img-container img{
    max-width: 624px;
  }
}
.block-text-image-left .block-text-container{
  margin-top: 1.25rem;
  padding-left: 18px;
  padding-right: 18px;
  padding-right: 2rem;
}
@media (min-width: 768px){
  .block-text-image-left .block-text-container{
    margin-left: auto;
  }
  .block-text-image-left .block-text-container{
    width: 45%;
  }
}
@media (min-width: 1024px){
  .block-text-image-left .block-text-container{
    margin-top: 0px;
  }
  .block-text-image-left .block-text-container{
    padding-top: 0px;
  }
}
.block-text-image-left .block-text-container .text-container-title{
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .block-text-image-left .block-text-container .text-container-title{
    text-align: left;
  }
}
.block-text-image-left .block-text-container .text-container-paragraphs p{
  margin-top: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .block-text-image-left .block-text-container .text-container-paragraphs p{
    max-width: 532px;
  }
  .block-text-image-left .block-text-container .text-container-paragraphs p{
    text-align: left;
  }
}
/* # RIGHT BLOCK */
.block-text-image-right{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 81.375rem;
}
@media (min-width: 1024px){
  .block-text-image-right{
    width: 100%;
  }
}
.block-text-image-right{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .block-text-image-right{
    flex-direction: row;
  }
}
.block-text-image-right {
  /** Image block container**/
  /** Text Container **/
}
@media screen and (min-width: 1321px) and (max-width: 1870px) {
  .block-text-image-right {
    max-width: 1440px;
  }
}
@media (min-width: 768px){
  .block-text-image-right .block-img-container{
    width: 48%;
  }
}
.block-text-image-right .block-img-container {
  /** Image**/
}
.block-text-image-right .block-img-container img{
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 249px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px){
  .block-text-image-right .block-img-container img{
    width: 100%;
  }
  .block-text-image-right .block-img-container img{
    max-width: 624px;
  }
}
.block-text-image-right .block-text-container{
  margin-right: auto;
  margin-top: 1.25rem;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px){
  .block-text-image-right .block-text-container{
    width: 45%;
  }
  .block-text-image-right .block-text-container{
    padding-left: 2rem;
  }
}
@media (min-width: 1024px){
  .block-text-image-right .block-text-container{
    margin-top: 0px;
  }
  .block-text-image-right .block-text-container{
    padding-top: 0px;
  }
}
.block-text-image-right .block-text-container .text-container-title{
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .block-text-image-right .block-text-container .text-container-title{
    text-align: left;
  }
}
.block-text-image-right .block-text-container .text-container-paragraphs p{
  margin-top: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .block-text-image-right .block-text-container .text-container-paragraphs p{
    max-width: 532px;
  }
  .block-text-image-right .block-text-container .text-container-paragraphs p{
    text-align: left;
  }
}
.bg-block-image-container h2{
  margin-bottom: 0px;
}
.search-results .page-title, .search-no-results .page-title{
  display: none;
}
.search-results .site-main, .search-no-results .site-main{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  .search-results .site-main, .search-no-results .site-main{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .search-results .site-main, .search-no-results .site-main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.search-results .site-main form input, .search-no-results .site-main form input{
  flex: 1 1 0%;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 2px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px){
  .search-results .site-main form input, .search-no-results .site-main form input{
    width: 60%;
  }
  .search-results .site-main form input, .search-no-results .site-main form input{
    flex: none;
  }
}
.search-results .site-main form button, .search-no-results .site-main form button{
  height: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
}
.search-results .site-main form button img, .search-no-results .site-main form button img{
  width: 1.5rem;
}
.search-results .page-header .page-title, .search-no-results .page-header .page-title{
  margin-top: 5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 160 23 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
.search-results article, .search-no-results article{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 160 23 / var(--tw-border-opacity));
  padding-top: 0px;
  padding-bottom: 2.5rem;
  padding-top: 0.75rem;
}
.search-results article .entry-title, .search-no-results article .entry-title{
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
.search-results article .entry-meta, .search-no-results article .entry-meta{
  display: none;
}
.search-results article .cat-links, .search-no-results article .cat-links{
  display: flex;
  flex-wrap: wrap;
}
.search-results article .cat-links a, .search-no-results article .cat-links a{
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 21 75 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
.search-no-results .results, .search-no-results .page-header{
  display: none;
}
.search-no-results form{
  margin-top: 0px;
  display: flex;
  justify-content: center;
}
.search-no-results p{
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(229 160 23 / var(--tw-text-opacity));
}
.single.single-post .content .search-no-results p{
  margin-top: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
.archive main{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 56.125rem;
}
@media (min-width: 1024px){
  .archive main{
    width: 100%;
  }
}
.archive main{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  .archive main{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .archive main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.archive main{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.archive main ul li{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 160 23 / var(--tw-border-opacity));
  padding-top: 0.75rem;
}
.archive main ul li h3{
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
.archive main ul li p{
  margin-bottom: 1.75rem;
  padding-top: 0.75rem;
}
.archive main ul li ul{
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.archive main ul li ul li{
  margin-right: 1.25rem;
  border-radius: 0.313rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  font-size: 13px;
}
.archive main ul li ul li a{
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
.search.search-results .navigation.pagination{
  margin-top: 3.5rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.search.search-results .navigation.pagination .nav-links{
  display: flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
}
.search.search-results .navigation.pagination .nav-links .page-numbers{
  display: flex;
  height: 100%;
  align-items: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
.search.search-results .navigation.pagination .nav-links .page-numbers:last-child{
  border-right-width: 0px;
}
.search.search-results .navigation.pagination .nav-links .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-contact{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  .form-contact{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .form-contact{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.form-contact form{
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}
.form-contact form input{
  width: 100%;
}
@media (min-width: 768px){
  .form-contact form input{
    width: 60%;
  }
}
.form-contact form p{
  margin-bottom: 0px;
}
.form-contact form p label span{
  display: flex;
  flex-direction: column-reverse;
}
.form-contact form textarea{
  height: 280px;
  width: 100%;
  padding-top: 0.75rem;
}
.form-contact form input, .form-contact form textarea{
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-contact form .wpcf7-submit {
    background: linear-gradient(270deg, #fccd3e 0%, #e5a017 117.39%);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(16 21 75 / var(--tw-text-opacity));
    text-decoration: none;
  }
.form-contact form .wpcf7-submit:hover {
    background: #fccd3e;
  }
.form-contact form .wpcf7-submit{
  margin-top: 0.5rem;
  width: 7rem;
  border-width: 0px;
}
.form-contact .wpcf7 form.failed .wpcf7-response-output, .form-contact .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
}
form > div.wpcf7-response-output {
  border: none !important;
  border-color: transparent !important;
}
.contact-adress{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .contact-adress{
    flex-direction: row;
  }
}
.contact-adress p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0px;
}
.contact-adress strong{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
.contact-adress .cols strong{
  margin-top: 0.5rem;
}
.faqs .tab{
  overflow: hidden;
  padding-bottom: 1.25rem;
}
.faqs .tab-content{
  max-height: 0px;
  padding: 0px;
  transition: 600ms;
}
.faqs .tab-content p{
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  opacity: 0;
}
.faqs .tab-content.active{
  max-height: 100%;
  padding-top: 2rem;
  transition: 600ms;
}
.faqs .tab-content.active p{
  opacity: 1;
}
.faqs .open{
  display: none;
}
.faqs input:checked + .tab-label .close{
  display: none;
}
.faqs input:checked + .tab-label .open{
  display: block;
}
.faqs input:checked + .tab-label .test svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.faqs input:checked + .tab-label::after{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.faqs input:checked ~ .tab-content{
  max-height: 100vh;
}
@media (max-width: 1023px) {
  .faqs input:checked ~ .tab-content{
    max-height: 120vh;
  }
}
.faqs .categories{
  display: flex;
  flex-wrap: wrap;
}
.faqs .categories > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.faqs .categories a{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media screen and (max-width: 300px) {
  .faqs .categories{
    flex-direction: column;
  }
  .faqs .categories > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .faqs .categories > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
}
span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}
.select-container{
  width: 100%;
  text-align: center;
}
@media (min-width: 768px){
  .select-container{
    text-align: left;
  }
}
/*Styling Selectbox*/
.dropdownx{
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 0.375rem;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px){
  .dropdownx{
    max-width: 270px;
  }
}
@media (min-width: 1024px){
  .dropdownx{
    width: 91.666667%;
  }
}
.dropdownx {
  box-shadow: 0px 0px 16px rgba(31, 38, 106, 0.12);
}
.dropdownx .select{
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  padding: 10px;
}
.dropdownx .dropdown-menu{
  left: 0px;
  z-index: 9;
  margin-top: 0.75rem;
  display: none;
  height: auto;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  background-color: rgba(252, 205, 62, 0.08);
  padding: 0.5rem;
}
@media (min-width: 1024px){
  .dropdownx .dropdown-menu{
    position: absolute;
  }
}
.dropdownx .dropdown-menu {
  box-shadow: 0 1px 2px #cccccc;
}
.dropdownx .dropdown-menu li{
  cursor: pointer;
  border-radius: 0.375rem;
  padding: 10px;
  font-size: 16px;
  line-height: 28px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dropdownx .dropdown-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 205 62 / var(--tw-bg-opacity));
  font-weight: 700;
}
.dropdownx.active .select > img {
  transform: rotate(-180deg);
}
.page-template-default .status-publish .entry-content, .page-template-page-form .status-publish .entry-content, .page-template-page-login .status-publish .entry-content{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 56.125rem;
}
@media (min-width: 1024px){
  .page-template-default .status-publish .entry-content, .page-template-page-form .status-publish .entry-content, .page-template-page-login .status-publish .entry-content{
    width: 100%;
  }
}
.page-template-default .status-publish .entry-content, .page-template-page-form .status-publish .entry-content, .page-template-page-login .status-publish .entry-content{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  .page-template-default .status-publish .entry-content, .page-template-page-form .status-publish .entry-content, .page-template-page-login .status-publish .entry-content{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .page-template-default .status-publish .entry-content, .page-template-page-form .status-publish .entry-content, .page-template-page-login .status-publish .entry-content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.page-template-default .page-title, .page-template-page-form .page-title, .page-template-page-login .page-title{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 56.125rem;
}
@media (min-width: 1024px){
  .page-template-default .page-title, .page-template-page-form .page-title, .page-template-page-login .page-title{
    width: 100%;
  }
}
.page-template-default .page-title, .page-template-page-form .page-title, .page-template-page-login .page-title{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  .page-template-default .page-title, .page-template-page-form .page-title, .page-template-page-login .page-title{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .page-template-default .page-title, .page-template-page-form .page-title, .page-template-page-login .page-title{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.page-template-default .page-title, .page-template-page-form .page-title, .page-template-page-login .page-title{
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(229 160 23 / var(--tw-text-opacity));
}
span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}
.select-container{
  width: 100%;
  text-align: center;
}
@media (min-width: 768px){
  .select-container{
    text-align: left;
  }
}
/*Styling Selectbox*/
.dropdown{
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 0.375rem;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px){
  .dropdown{
    max-width: 270px;
  }
}
@media (min-width: 1024px){
  .dropdown{
    width: 91.666667%;
  }
}
.dropdown {
  box-shadow: 0px 0px 16px rgba(31, 38, 106, 0.12);
}
.dropdown .select{
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  padding: 10px;
}
.dropdown .dropdown-menu{
  left: 0px;
  z-index: 9;
  margin-top: 0.75rem;
  display: none;
  height: auto;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  background-color: rgba(252, 205, 62, 0.08);
  padding: 0.5rem;
}
@media (min-width: 1024px){
  .dropdown .dropdown-menu{
    position: absolute;
  }
}
.dropdown .dropdown-menu {
  box-shadow: 0 1px 2px #cccccc;
}
.dropdown .dropdown-menu li{
  cursor: pointer;
  border-radius: 0.375rem;
  padding: 10px;
  font-size: 16px;
  line-height: 28px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dropdown .dropdown-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 205 62 / var(--tw-bg-opacity));
  font-weight: 700;
}
.dropdown.active .select > img {
  transform: rotate(-180deg);
}
.active ul{
  height: auto !important;
}
.active svg{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.accordion-links label svg {
  transform: rotate(0deg);
}
.accordion-links input:checked ~ .accordion-content {
  max-height: 100%;
  opacity: 1;
}
.accordion-links input:checked ~ label svg {
  transform: rotate(90deg);
}
#navMenuSummaryToggle {
  position: absolute;
}
label#btnToggleNavMenu{
  height: 600px;
}
#navMenuSummaryToggle:checked ~ div.navigation-links{
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  #navMenuSummaryToggle:checked ~ div.navigation-links{
    position: -webkit-sticky;
    position: sticky;
  }
  #navMenuSummaryToggle:checked ~ div.navigation-links{
    display: flex;
  }
  #navMenuSummaryToggle:checked ~ div.navigation-links{
    height: auto;
  }
  #navMenuSummaryToggle:checked ~ div.navigation-links{
    width: 33.333333%;
  }
}
#navMenuSummaryToggle:checked ~ div.navigation-links nav{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  #navMenuSummaryToggle:checked ~ div.navigation-links nav{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  #navMenuSummaryToggle:checked ~ div.navigation-links nav{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
#navMenuSummaryToggle:checked ~ div.navigation-links nav{
  height: 100vh;
  max-width: 85%;
  overflow-y: auto;
  padding-top: 1.75rem;
}
@media (min-width: 1024px){
  #navMenuSummaryToggle:checked ~ div.navigation-links nav{
    height: auto;
  }
  #navMenuSummaryToggle:checked ~ div.navigation-links nav{
    max-width: 100%;
  }
  #navMenuSummaryToggle:checked ~ div.navigation-links nav{
    padding: 0px;
  }
}
#navMenuSummaryToggle:checked ~ div.navigation-links nav ul{
  display: block;
}
#navMenuSummaryToggle:checked ~ div.navigation-links nav ul.dropdown-menu {
  display: none;
}
#navMenuSummaryToggle:checked ~ div label#btnToggleNavMenu{
  display: flex;
  height: auto;
  width: 15%;
  flex-direction: row;
  justify-content: flex-end;
}
@media (min-width: 1024px){
  #navMenuSummaryToggle:checked ~ div label#btnToggleNavMenu{
    width: auto;
  }
}
#navMenuSummaryToggle:checked ~ div label#btnToggleNavMenu p {
  display: none;
}
#navMenuSummaryToggle:checked ~ div label#btnToggleNavMenu div div {
  transform: rotate(0deg);
}
.single.single-post .content h2, .single.single-post .content .h2{
  margin-top: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
.single.single-post .content h4, .single.single-post .content .h4{
  margin-top: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
.single.single-post .content h3{
  margin-bottom: 0.75rem;
}
.single.single-post .content .content figure{
  margin-top: 2.25rem;
}
.single.single-post .content p{
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
.single.single-post .content img{
  margin-bottom: 3rem;
}
.single.single-post .heading-card{
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgba(254, 243, 212, 1);
  padding: 1rem;
  padding-left: 1.25rem;
}
.single.single-post .heading-card h1, .single.single-post .heading-card h2, .single.single-post .heading-card h3{
  margin: 0px;
}
.single.single-post .heading-card h1{
  margin-top: 0.75rem;
}
.single.single-post .charpters-cards{
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgba(60, 71, 176, 0.06);
  padding: 1rem;
  padding-left: 1.25rem;
}
.chapter-square{
  position: relative;
  height: 170px;
  min-height: 9.375rem;
  width: 100%;
  max-width: 340px;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .chapter-square{
    min-height: 229px;
  }
}
@media (min-width: 1024px){
  .chapter-square{
    height: 100%;
  }
  .chapter-square{
    max-width: 370px;
  }
  .chapter-square:hover{
    background-image: linear-gradient(68.22deg, #10154B -1.25%, #1F266A 59.89%, #3C47B0 104.5%);;
  }
}
.chapter-square p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  visibility: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.chapter-square h3{
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .chapter-square h3{
    bottom: auto;
  }
  .chapter-square h3{
    top: 6rem;
  }
}
.chapter-square h3 {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
}
.chapter-square a{
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
}
.chapter-square .chapter-btn{
  visibility: hidden;
  height: 2.75rem;
  width: 60%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-image: linear-gradient(90deg, #E6E6E6 0%, #C7C7C7 108.13%);;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px){
  .chapter-square :hover .chapter-btn{
    visibility: visible;
  }
  .chapter-square :hover .chapter-btn{
    position: absolute;
  }
  .chapter-square :hover .chapter-btn{
    bottom: -2px;
  }
  .chapter-square :hover .chapter-btn{
    display: flex;
  }
  .chapter-square :hover .chapter-btn{
    opacity: 1;
  }
  .chapter-square :hover p{
    visibility: visible;
  }
  .chapter-square :hover p{
    opacity: 1;
  }
}
.chapter-square :hover h3{
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .chapter-square :hover h3{
    position: -webkit-sticky;
    position: sticky;
  }
  .chapter-square :hover h3{
    --tw-text-opacity: 1;
    color: rgb(252 205 62 / var(--tw-text-opacity));
  }
}
.has-azul-3-color{
  --tw-text-opacity: 1 !important;
  color: rgb(16 21 75 / var(--tw-text-opacity)) !important;
}
.has-azul-2-color{
  --tw-text-opacity: 1 !important;
  color: rgb(31 38 106 / var(--tw-text-opacity)) !important;
}
.has-azul-1-color{
  --tw-text-opacity: 1 !important;
  color: rgb(60 71 176 / var(--tw-text-opacity)) !important;
}
.has-amarelo-1-color{
  --tw-text-opacity: 1 !important;
  color: rgb(252 205 62 / var(--tw-text-opacity)) !important;
}
.has-amarelo-2-color{
  --tw-text-opacity: 1 !important;
  color: rgb(229 160 23 / var(--tw-text-opacity)) !important;
}
.has-amarelo-3-color{
  --tw-text-opacity: 1 !important;
  color: rgb(255 252 249 / var(--tw-text-opacity)) !important;
}
.has-cinza-1-color{
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 63 / var(--tw-text-opacity)) !important;
}
.has-cinza-2-color{
  --tw-text-opacity: 1 !important;
  color: rgb(241 241 241 / var(--tw-text-opacity)) !important;
}
.has-branco-color{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.has-azul-3-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 21 75 / var(--tw-bg-opacity)) !important;
}
.has-azul-2-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity)) !important;
}
.has-azul-1-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 71 176 / var(--tw-bg-opacity)) !important;
}
.has-amarelo-1-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 205 62 / var(--tw-bg-opacity)) !important;
}
.has-amarelo-2-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 160 23 / var(--tw-bg-opacity)) !important;
}
.has-amarelo-3-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 252 249 / var(--tw-bg-opacity)) !important;
}
.has-cinza-1-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity)) !important;
}
.has-cinza-2-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity)) !important;
}
.has-branco-background-color{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.cta-background__paragraph p{
  margin-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#button-back-to-top{
  visibility: hidden;
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  z-index: 10;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 160 23 / var(--tw-bg-opacity));
  text-align: center;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#button-back-to-top:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity));
}
#button-back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.ot-sdk-cookie-policy h3, .ot-sdk-cookie-policy h4{
  font-size: 24px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(16 21 75 / var(--tw-text-opacity)) !important;
}
.ot-sdk-cookie-policy table{
  border-width: 0px !important;
}
.ot-sdk-cookie-policy td{
  border-width: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 21 75 / var(--tw-border-opacity)) !important;
}
.ot-sdk-cookie-policy th{
  border-width: 0px !important;
}
.ot-sdk-cookie-policy td:before{
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
.ot-sdk-cookie-policy p, .ot-sdk-cookie-policy #cookie-policy-description{
  font-size: 16px !important;
  line-height: 28px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 63 / var(--tw-text-opacity)) !important;
}
.ot-sdk-cookie-policy th{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.ot-sdk-container{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 81.375rem;
}
@media (min-width: 1024px){
  .ot-sdk-container{
    width: 100%;
  }
}
.ot-sdk-container{
  max-width: 81.375rem !important;
}
@media (min-width: 1024px){
  .ot-sdk-container .ot-sdk-row{
    display: flex !important;
  }
  .ot-sdk-container .ot-sdk-row{
    align-items: center !important;
  }
}
.ot-sdk-container .ot-sdk-row #onetrust-button-group-parent{
  padding: 0px !important;
}
.ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px){
  .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{
    display: inline-block;
  }
}
@media (min-width: 1024px){
  .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{
    display: flex;
  }
}
@media (min-width: 1280px){
  .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{
    display: inline-block;
  }
}
.ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler, .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-reject-all-handler {
    background: linear-gradient(270deg, #fccd3e 0%, #e5a017 117.39%);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(16 21 75 / var(--tw-text-opacity));
    text-decoration: none;
  }
.ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler:hover, .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-reject-all-handler:hover {
    background: #fccd3e;
  }
.ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler, .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-reject-all-handler{
  width: auto;
}
.ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25) !important;
    border-radius: 9999px !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 205 62 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-weight: 700 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    width: auto !important;
  }
#onetrust-close-btn-container .onetrust-close-btn-handler {
  background-image: url("/wp-content/themes/issuers-guide/assets/img/closeicon.svg") !important;
  background-size: 20px !important;
}
.pagination{
  margin-top: 1rem;
}
.pagination a {
  text-decoration: none !important;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.pagination a:hover{
  font-weight: 400;
}
.pagination .next, .pagination .prev{
  border-style: none;
}
.pagination .page-numbers{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.pagination .page-numbers:hover{
  opacity: 0.8;
}
.pagination .current{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fluentform{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.fluentform .ff-el-form-control {
  font-family: "Montserrat", sans-serif !important;
  border: 1px solid #27224f !important;
  color: #27224f !important;
  border-radius: 0.375rem !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 34 79 / var(--tw-border-opacity));
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0.02em !important;
}
.fluentform .ff-el-form-control:disabled {
  background-color: #fff !important;
}
.fluentform .ff-el-input--label {
  font-family: "Montserrat", sans-serif !important;
  color: #27224f !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 25px !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.fluentform .ff-el-input--content {
  font-family: "Montserrat", sans-serif !important;
  color: #27224f !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
  --tw-text-opacity: 1;
  color: rgb(211 119 64 / var(--tw-text-opacity));
}
.fluentform .ff-btn-submit {
  background-color: #d37740 !important;
  box-shadow: 0px 2px 17.6px 0px rgba(0, 0, 0, 0.18);
  border-radius: 100px;
  text-decoration: none !important;
  border: 0 !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fluentform .ff_upload_btn {
  background-color: #ffffff !important;
  color: #27224f !important;
  border: 1px solid #27224f !important;
  border-radius: 0.375rem;
}
.fluentform .ff_upload_btn:hover {
  opacity: 0.8;
}
.fluentform .ff-el-datepicker {
  color: #27224f !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.fluentform .ff-message-success{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(211 119 64 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fluentform .ff-message-success p{
  margin-bottom: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select-hidden-ff {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select-ff {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  color: #fff;
  width: 100%;
  height: 40px;
  margin-bottom: 0.6rem;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0.375rem;
  padding: 11px 15px;
  border: #27224f 1px solid;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #27224f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 3.125rem;
}
.select-styled:after {
  content: "";
  width: 18px;
  /* largura do SVG */
  height: 18px;
  /* altura do SVG */
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2994_14641)'%3E%3Cpath d='M16 21.9996L6 11.9996L7.4 10.5996L16 19.1996L24.6 10.5996L26 11.9996L16 21.9996Z' fill='%23262626'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2994_14641'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10xp;
  right: 10px;
}
.select-styled:active:after, .select-styled.active:after {
  content: "";
  width: 18px;
  /* largura do SVG */
  height: 18px;
  /* altura do SVG */
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9.6L26 19.6L24.6 21L16 12.4L7.4 21L6 19.6L16 9.6Z' fill='%23262626'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10xp;
  right: 10px;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  margin-top: 0.3rem;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: #27224f 1px solid;
  max-height: 10rem;
  overflow-y: scroll;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.select-options li {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-bottom: 1px solid #e7e7e7;
  color: #27224f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-options li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.select-options li[rel=hide] {
  display: none;
}
.rank-math-breadcrumb p, .rank-math-breadcrumb span, .rank-math-breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Verdana", sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
body{
  font-size: 16px;
  line-height: 28px;
    font-family: "Montserrat", sans-serif;
}
input{
  height: 3.125rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  padding-left: 1.25rem;
}
#wp-link{
  font-size: 12px;
  line-height: 20px;
}
#wp-link input {
    padding: 0px;
    height: auto;
  }
textarea{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
  padding-left: 1.25rem;
}
select{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
button{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.grid-base{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 81.375rem;
}
@media (min-width: 1024px){
  .grid-base{
    width: 100%;
  }
}
.grid-content{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 56.125rem;
}
@media (min-width: 1024px){
  .grid-content{
    width: 100%;
  }
}
.display-3{
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 768px){
  .display-3{
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1024px){
  .display-3{
    font-size: 44px;
    line-height: 50px;
  }
}
.h1{
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
@media (min-width: 768px){
  .h1{
    font-size: 30px;
    line-height: 36px;
  }
  .h1{
    line-height: 2.5rem;
  }
}
.h2{
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.h3{
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
}
.h4{
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
h1{
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
@media (min-width: 768px){
  h1{
    font-size: 30px;
    line-height: 36px;
  }
  h1{
    line-height: 2.5rem;
  }
}
h2{
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.single.single-post .content h2{
  margin-top: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
h3{
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
}
h4{
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.single.single-post .content h4{
  margin-top: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
p{
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
a{
  font-size: 16px;
  line-height: 28px;
}
.padding-global{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 768px){
  .padding-global{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }
}
@media (min-width: 1024px){
  .padding-global{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.theme-btn-yellow {
    background: linear-gradient(270deg, #fccd3e 0%, #e5a017 117.39%);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(16 21 75 / var(--tw-text-opacity));
    text-decoration: none !important;
  }
@media (max-width: 767px) {
    .hidden-mob {
      display: none;
    }
  }
.theme-btn-yellow:hover {
    background: #fccd3e;
  }
.theme-yellow-border {
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
    border-radius: 9999px !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 205 62 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-weight: 700 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
.theme-btn-blue {
    background: linear-gradient(270deg, #1f266a 0%, #191f5d 0.01%, #1f266a 0.02%, #10154b 109.41%);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: none !important;
  }
.theme-btn-blue:hover {
    background: #1f266a;
  }
.theme-btn-disabled {
    box-shadow: none;
    background: #d8d8d8;
    border-radius: 100px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.theme-btn-plus {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(31 38 106 / var(--tw-border-opacity));
  }
.theme-btn-minus {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(31 38 106 / var(--tw-border-opacity));
  }
.theme-btn-minus img {
    margin-top: 2px;
  }
/* btn tags */
.theme-btn-tag{
  border-radius: 0.313rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 13px;
}
.theme-tag-default{
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
.theme-tag-default:hover {
    background-color: #d1d1d6;
  }
.theme-tag-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.theme-tag-selected{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
main#primary{
  flex: 1 1 0%;
}
.transition-slow {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 350ms;
  }
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.\!sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}
.-top-20{
  top: -5rem;
}
.left-0{
  left: 0px;
}
.top-11{
  top: 2.75rem;
}
.top-0{
  top: 0px;
}
.-left-4{
  left: -1rem;
}
.top-2{
  top: 0.5rem;
}
.top-full{
  top: 100%;
}
.left-\[50\%\]{
  left: 50%;
}
.-top-4{
  top: -1rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.right-7{
  right: 1.75rem;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.-right-4{
  right: -1rem;
}
.bottom-4\.5{
  bottom: 1.125rem;
}
.bottom-4{
  bottom: 1rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.-z-10{
  z-index: -10;
}
.z-\[9\]{
  z-index: 9;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-auto{
  margin: auto;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.-mt-\[1px\]{
  margin-top: -1px;
}
.mt-10{
  margin-top: 2.5rem;
}
.\!ml-0{
  margin-left: 0px !important;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.\!mb-20{
  margin-bottom: 5rem !important;
}
.mt-12{
  margin-top: 3rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.ml-0{
  margin-left: 0px;
}
.mt-20{
  margin-top: 5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.\!hidden{
  display: none !important;
}
.h-13{
  height: 3.125rem;
}
.h-\[50px\]{
  height: 50px;
}
.h-6{
  height: 1.5rem;
}
.h-12{
  height: 3rem;
}
.h-full{
  height: 100%;
}
.h-24{
  height: 6rem;
}
.h-0{
  height: 0px;
}
.h-20{
  height: 5rem;
}
.h-auto{
  height: auto;
}
.\!h-\[51px\]{
  height: 51px !important;
}
.h-48{
  height: 12rem;
}
.h-10{
  height: 2.5rem;
}
.\!h-\[55px\]{
  height: 55px !important;
}
.h-5{
  height: 1.25rem;
}
.h-3{
  height: 0.75rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-1{
  height: 0.25rem;
}
.h-7{
  height: 1.75rem;
}
.h-80{
  height: 20rem;
}
.\!h-full{
  height: 100% !important;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[170px\]{
  height: 170px;
}
.h-fit{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-11{
  height: 2.75rem;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[100vh\]{
  height: 100vh;
}
.max-h-5{
  max-height: 1.25rem;
}
.max-h-0{
  max-height: 0px;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-full{
  max-height: 100%;
}
.max-h-fit{
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-full{
  min-height: 100%;
}
.min-h-37\.5{
  min-height: 9.375rem;
}
.min-h-\[180px\]{
  min-height: 180px;
}
.min-h-\[100vh\]{
  min-height: 100vh;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[235px\]{
  min-height: 235px;
}
.w-full{
  width: 100%;
}
.w-13{
  width: 3.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-1\/5{
  width: 20%;
}
.w-64{
  width: 16rem;
}
.w-\[50px\]{
  width: 50px;
}
.w-12\.5{
  width: 3.125rem;
}
.w-12{
  width: 3rem;
}
.w-10{
  width: 2.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-0{
  width: 0px;
}
.w-3{
  width: 0.75rem;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1{
  width: 0.25rem;
}
.w-auto{
  width: auto;
}
.w-4{
  width: 1rem;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-\[140px\]{
  width: 140px;
}
.w-4\/5{
  width: 80%;
}
.w-7{
  width: 1.75rem;
}
.w-\[70px\]{
  width: 70px;
}
.w-3\/5{
  width: 60%;
}
.w-28{
  width: 7rem;
}
.w-\[15\%\]{
  width: 15%;
}
.min-w-fit{
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[12rem\]{
  min-width: 12rem;
}
.max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-59{
  max-width: 14.75rem;
}
.max-w-container-primary{
  max-width: 81.375rem;
}
.max-w-content-container{
  max-width: 56.125rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-120{
  max-width: 33.875rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[339px\]{
  max-width: 339px;
}
.max-w-\[7rem\]{
  max-width: 7rem;
}
.max-w-25{
  max-width: 6.25rem;
}
.max-w-67\.5{
  max-width: 16.875rem;
}
.max-w-217\.5{
  max-width: 54.375rem;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-107\.5{
  max-width: 26.875rem;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.max-w-fit{
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[249px\]{
  max-width: 249px;
}
.max-w-64{
  max-width: 16rem;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.table-auto{
  table-layout: auto;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-center{
  place-content: center;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-5{
  gap: 1.25rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-\[0\.375rem\]{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-1\.25{
  border-radius: 0.313rem;
}
.\!rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-\[0\.375rem\]{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}
.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}
.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.border{
  border-width: 1px;
}
.\!border{
  border-width: 1px !important;
}
.border-2{
  border-width: 2px;
}
.\!border-0{
  border-width: 0px !important;
}
.border-0{
  border-width: 0px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.\!border-r-0{
  border-right-width: 0px !important;
}
.border-r-1\.25{
  border-right-width: 0.313rem;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-1\.5{
  border-left-width: 0.375rem;
}
.border-r-1\.5{
  border-right-width: 0.375rem;
}
.border-b-2\.5{
  border-bottom-width: 0.625rem;
}
.border-r{
  border-right-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.\!border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.\!border-theme-yellow-one{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 205 62 / var(--tw-border-opacity)) !important;
}
.border-theme-blue-three{
  --tw-border-opacity: 1;
  border-color: rgb(16 21 75 / var(--tw-border-opacity));
}
.border-theme-yellow-one{
  --tw-border-opacity: 1;
  border-color: rgb(252 205 62 / var(--tw-border-opacity));
}
.border-theme-blue-one{
  --tw-border-opacity: 1;
  border-color: rgb(60 71 176 / var(--tw-border-opacity));
}
.border-theme-blue-two{
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-theme-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-theme-blue-four{
  --tw-border-opacity: 1;
  border-color: rgb(39 34 79 / var(--tw-border-opacity));
}
.border-\[\#e7e7e7\]{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-theme-yellow-five{
  --tw-border-opacity: 1;
  border-color: rgb(211 119 63 / var(--tw-border-opacity));
}
.border-\[\#F1F1F1\]{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-\[\#1f266a\]{
  --tw-border-opacity: 1;
  border-color: rgb(31 38 106 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-theme-grey-light{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-theme-yellow-two{
  --tw-border-opacity: 1;
  border-color: rgb(229 160 23 / var(--tw-border-opacity));
}
.border-b-theme-yellow-two{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 160 23 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-theme-yellow-one{
  --tw-bg-opacity: 1;
  background-color: rgb(252 205 62 / var(--tw-bg-opacity));
}
.bg-theme-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-theme-yellow-light{
  background-color: rgba(252, 205, 62, 0.08);
}
.bg-transparent{
  background-color: transparent;
}
.bg-theme-yellow-five{
  --tw-bg-opacity: 1;
  background-color: rgb(211 119 63 / var(--tw-bg-opacity));
}
.bg-theme-grey-two\/40{
  background-color: rgb(223 221 240 / 0.4);
}
.bg-theme-purple-white{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 245 / var(--tw-bg-opacity));
}
.bg-theme-yellow-four{
  --tw-bg-opacity: 1;
  background-color: rgb(211 119 64 / var(--tw-bg-opacity));
}
.bg-theme-blue-three{
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 75 / var(--tw-bg-opacity));
}
.bg-theme-blue-two{
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity));
}
.bg-theme-blue-one{
  --tw-bg-opacity: 1;
  background-color: rgb(60 71 176 / var(--tw-bg-opacity));
}
.bg-theme-yellow-two{
  --tw-bg-opacity: 1;
  background-color: rgb(229 160 23 / var(--tw-bg-opacity));
}
.bg-theme-yellow-three{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 249 / var(--tw-bg-opacity));
}
.bg-theme-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
}
.bg-theme-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#1f266a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 106 / var(--tw-bg-opacity));
}
.bg-theme-yellow-light-2{
  background-color: rgba(254, 243, 212, 1);
}
.bg-theme-blue-light{
  background-color: rgba(60, 71, 176, 0.06);
}
.bg-blue-mobile{
  background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-blue-mobile.png');
}
.bg-hero-mobile{
  background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-banner-mobile.png');
}
.bg-simple-mobile{
  background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-simple-mobile.png');
}
.bg-grey-gradient{
  background-image: linear-gradient(90deg, #E6E6E6 0%, #C7C7C7 108.13%);;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-left{
  background-position: left;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-2{
  padding: 0.5rem;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-\[10px\]{
  padding: 10px;
}
.p-4{
  padding: 1rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4\.5{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-\[11px\]{
  padding-left: 11px;
  padding-right: 11px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-2\.25{
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-35{
  padding-top: 8.75rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-16{
  padding-top: 4rem;
}
.pl-0{
  padding-left: 0px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-0{
  padding-right: 0px;
}
.pt-0{
  padding-top: 0px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-4xl{
  font-size: 40px;
  line-height: 40px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-custom-medium{
  font-size: 21px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-large{
  font-size: 16px;
  line-height: 28px;
}
.text-2\.5xl{
  font-size: 28px;
  line-height: 34px;
}
.text-2xs{
  font-size: 22px;
  line-height: 26px;
}
.text-2xl{
  font-size: 24px;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-medium{
  font-size: 13px;
}
.font-extrabold{
  font-weight: 800;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.text-theme-yellow-one{
  --tw-text-opacity: 1;
  color: rgb(252 205 62 / var(--tw-text-opacity));
}
.text-theme-blue-one{
  --tw-text-opacity: 1;
  color: rgb(60 71 176 / var(--tw-text-opacity));
}
.text-theme-blue-two{
  --tw-text-opacity: 1;
  color: rgb(31 38 106 / var(--tw-text-opacity));
}
.text-theme-medium-grey{
  color: rgba(63, 63, 63, 0.5);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-theme-blue-three{
  --tw-text-opacity: 1;
  color: rgb(16 21 75 / var(--tw-text-opacity));
}
.text-theme-yellow-two{
  --tw-text-opacity: 1;
  color: rgb(229 160 23 / var(--tw-text-opacity));
}
.text-theme-grey{
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}
.text-\[\#101828\]{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-theme-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-theme-blue-four{
  --tw-text-opacity: 1;
  color: rgb(39 34 79 / var(--tw-text-opacity));
}
.text-theme-yellow-three{
  --tw-text-opacity: 1;
  color: rgb(255 252 249 / var(--tw-text-opacity));
}
.text-theme-grey-light{
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.\!no-underline{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-testemunhos{
  --tw-shadow: 1px 1px 16px rgba(31, 38, 106, 0.2);
  --tw-shadow-colored: 1px 1px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-menuShadow{
  --tw-shadow: 0px 0px 15px #1F266A;
  --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.article-content-container a, .entry-content a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}
.grecaptcha-badge {
  display: none !important;
}
.placeholder\:text-white::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.last\:border-r-0:last-child{
  border-right-width: 0px;
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-theme-yellow-one:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 205 62 / var(--tw-bg-opacity));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:border-l{
    border-left-width: 1px;
  }
  .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .sm\:border-transparent{
    border-color: transparent;
  }
  .sm\:bg-hero-tablet{
    background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-banner-tablet.png');
  }
  .sm\:bg-center{
    background-position: center;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px){

  .md\:h2{
    margin-bottom: 1rem;
  }

  .md\:h2{
    font-size: 28px;
    line-height: 34px;
  }

  .md\:h2{
    font-weight: 700;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mb-\[70px\]{
    margin-bottom: 70px;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  .md\:mt-9{
    margin-top: 2.25rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:min-h-27\.5{
    min-height: 6.875rem;
  }

  .md\:min-h-\[229px\]{
    min-height: 229px;
  }

  .md\:w-7{
    width: 1.75rem;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-\[45\%\]{
    width: 45%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:max-w-174\.5{
    max-width: 43.625rem;
  }

  .md\:max-w-\[698px\]{
    max-width: 698px;
  }

  .md\:max-w-\[350px\]{
    max-width: 350px;
  }

  .md\:max-w-\[453px\]{
    max-width: 453px;
  }

  .md\:max-w-\[270px\]{
    max-width: 270px;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:place-items-center{
    place-items: center;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bg-blue-tablet{
    background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-blue-tablet.png');
  }

  .md\:bg-hero-desktop{
    background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-banner.png');
  }

  .md\:bg-simple-tablet{
    background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-simple-tablet.png');
  }

  .md\:bg-custom-right{
    background-position: 70%;
  }

  .md\:px-16\.75{
    padding-left: 4.188rem;
    padding-right: 4.188rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-3xl{
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-2\.75xl{
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1024px){

  .lg\:padding-global{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  @media (min-width: 768px){
    .lg\:padding-global{
      padding-left: 4.188rem;
      padding-right: 4.188rem;
    }
  }

  @media (min-width: 1024px){
    .lg\:padding-global{
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:top-24{
    top: 6rem;
  }

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

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

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:\!ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:mb-\[52px\]{
    margin-bottom: 52px;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-60{
    margin-top: 15rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:ml-\[2em\]{
    margin-left: 2em;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-11{
    height: 2.75rem;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:min-h-40{
    min-height: 10rem;
  }

  .lg\:min-h-\[220px\]{
    min-height: 220px;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-25{
    width: 6.25rem;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-0{
    width: 0px;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:min-w-\[13px\;\]{
    min-width: 13px;;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-293\.5{
    max-width: 73.375rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-\[1174px\]{
    max-width: 1174px;
  }

  .lg\:max-w-\[410px\]{
    max-width: 410px;
  }

  .lg\:max-w-\[370px\]{
    max-width: 370px;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:place-items-stretch{
    place-items: stretch;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-blue-desktop{
    background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-blue-desktop.png');
  }

  .lg\:bg-simple-desktop{
    background-image: url('/wp-content/themes/issuers-guide/assets/img/bg-simple-desktop.png');
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pt-60{
    padding-top: 15rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pb-\[52px\]{
    padding-bottom: 52px;
  }

  .lg\:pb-\[70px\]{
    padding-bottom: 70px;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-theme-yellow-one{
    --tw-text-opacity: 1;
    color: rgb(252 205 62 / var(--tw-text-opacity));
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:bg-blue-gradient:hover{
    background-image: linear-gradient(68.22deg, #10154B -1.25%, #1F266A 59.89%, #3C47B0 104.5%);;
  }
}
@media (min-width: 1280px){
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:bg-center{
    background-position: center;
  }
}
