/*
Theme Name: Corforma
Theme URI: https://conforma.ai/
Author: Cereza Studios
Author URI: https://cerezastudios.com/
Description: Custom Wordpress Website
Version: 03.21.2026
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conforma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

conforma is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Animations */
@view-transition {
  navigation: auto;
  types: bounce slide;
}
/* This one will be used! */ :active-view-transition-type(bounce) {
  &::view-transition-old(page) {
    /* Custom Animation */
  }
  &::view-transition-new(page) {
    /* Custom Animation */
  }
}
/* This one won't be used*/ :active-view-transition-type(slide-in) {
  &::view-transition-old(page) {
    /* Custom Animation */
  }
  &::view-transition-new(page) {
    /* Custom Animation */
  }
}
/* initial hidden state */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-timeline: view();
  animation-range: entry 25% cover 45%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: 700;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #000000;
  font-family: 'gotham', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'gotham', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1px;
}
h1 {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 60px;
  }
  .single h1 {
    font-size: 55px;
  }
}
@media screen and (min-width: 62em) {
  h1 {
    font-size: 65px;
  }
}
.h2, h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #623cea;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .h2, h2 {
    font-size: 50px;
  }
  .single h2 {
    font-size: 38px;
  }
}
h2.wp-block-heading.callout {
  background-color: #2A1066;
  width: auto;
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 1.25rem;
  border-radius: 25px;
  margin-bottom: 1rem;
}
.h3, h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #623cea;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .h3, h3 {
    font-size: 30px;
  }
}
.h4, h4 {
  font-size: 22px;
  line-height: 1.2;
  color: #623cea;
  font-family: 'gotham', sans-serif;
  font-style: normal;
  margin-bottom: 1rem;
}
.narrow.no-margin {
  max-width: 1600px;
  padding: 1rem 1rem 0;
  margin: auto;
}
.h5, h5 {
  font-size: 20px;
  line-height: 1.4;
  color: #222;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  font-family: 'gotham', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.h6, h6 {
  line-height: 1.2;
  color: #623ce9;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
p, li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 400;
}
p.small-margin {
  margin-bottom: .5em;
}
p strong, th strong {
  font-weight: 700;
}
li {
  margin-bottom: .5em;
}
@media screen and (min-width: 48em) {
  p, li {
    font-size: 18px;
  }
}
.no-margin {
  margin-bottom: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote, .wp-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background: rgb(98, 60, 234);
  margin: 0 0 2rem 0;
  padding: 2rem 2rem 1rem;
  color: #fff;
  border-radius: 15px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: transparent;
  text-decoration: none;
  padding: 0;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  position: relative;
}
hr, .wp-block-separator {
  border: none;
  border-top: 1px solid #623cea7a;
  background-color: transparent;
  opacity: 1;
  margin: 1.5rem 0;
}
ul, ol {
  margin: 1rem 0 1.5em 0em;
  padding-left: 1.5rem;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.25em;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  li > ul, li > ol {
    font-size: 18px;
  }
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
.is-style-rounded img {
  border-radius: 15px;
}
.is-style-rounded.border {
  outline-offset: 0px;
  padding: 0;
  border-radius: 15px;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.wp-block-table thead {
  color: #fff;
  background-color: #623cea;
  border-color: transparent;
}
/* Base table cleanup */
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
/* Remove all borders */
tbody, td, tfoot, th, thead, tr {
  border-color: #623cea47 !important;
  border-style: solid;
  border-width: 1px;
  align-content: flex-start;
}
.wp-block-table th, .wp-block-table td {
  border: none;
  padding: 0.75rem 1rem;
}
.wp-block-table td, .wp-block-table th {
  border: 0;
  padding: 0.75rem 1rem;
}
.wp-block-table td, .wp-block-table th {
  border: none !important;
  border-bottom: 1px solid #623cea47 !important;
  font-weight: 400;
}
/* Keep only a bottom border */
.wp-block-table thead {
  color: #fff;
  background-color: #623cea;
  border-color: transparent;
  border: none;
  border-bottom: 1px solid #fff !important;
}
/* Alternate row backgrounds */
.wp-block-table tbody tr:nth-child(even) {
  background-color: #beadf8;
}
.wp-block-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.columed tbody > tr > td:nth-child(odd) {
  background-color: #beadf8;
}
/* Style even-numbered columns (2, 4, 6, etc.) */
.columed tbody > tr > td:nth-child(even) {
  background-color: #ffffff;
}
/* Links
--------------------------------------------- */
a {
  color: #623cea;
}
a:hover, a:focus, a:active {
  color: #15064d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #5838cf;
  background: #5838cf;
  color: #fff;
  line-height: 1;
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 400;
  margin: 0;
  transition: all 0.5s ease-out;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #51bdf1;
  border-color: #51bdf1;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #51bdf1;
  border-color: #51bdf1;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #000000;
  border: 1px solid #51bdf1;
  border-radius: 25px;
  padding: 5px 20px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #000000;
}
select {
  border: 1px solid #623cea;
}
textarea {
  width: 100%;
}
label, p.logged-in-as {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.25em;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  label, p.logged-in-as {
    font-size: 18px;
  }
}
.comment-form input#author, .comment-form input#email, .comment-form input#url {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
  background-color: transparent;
  padding: 0 1rem;
  position: absolute;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 48em) {
  header#masthead {
    padding: 1rem 2rem;
  }
}
.site-top {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.site-top-mobile {
  display: flex;
  flex-direction: row;
  gap: 1rem 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.hide-mobile {
  display: none;
}
@media screen and (min-width: 48em) {
  .hide-mobile {
    display: block;
  }
}
/* Navigation
--------------------------------------------- */
.nav-content {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-direction: column;
}
.primary-menu {
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid #cbd5cb80;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 1rem;
}
.main-navigation {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 48em) {
  .main-navigation {
    display: flex;
    flex-direction: column;
  }
}
.mobile-menu {
  display: block;
}
@media screen and (min-width: 48em) {
  .mobile.primary-menu, .mobile-menu {
    display: none;
  }
  .primary-navigation ul {
    display: flex;
    align-items: center;
  }
}
ul#menu-top-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
ul#menu-top-menu li.menu-item {
  width: auto;
  margin: 0 20px 0 0;
  border: none;
  list-style: none;
}
ul#menu-top-menu li.menu-item a {
  color: #3e3e3e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter, .wp-block-embed.aligncenter {
  clear: both;
  , margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  float: none;
  justify-items: center;
}
@media only screen and (min-width: 48em) {
  .wp-block-image .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  .wp-block-image .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }
}
/* Top Bar */
.top-wrap {
  background-color: #e4e9e5;
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 48em) {
  .top-wrap {
    padding: 0.5rem 2rem;
  }
}
.top-bar {
  max-width: 1200px;
  width: 100%;
}
.top-bar ul {
  margin: 0;
}
.top-bar .wp-block-columns {
  margin-bottom: 0;
}
.top-bar .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
  border-bottom: 1px solid #81ABA9;
}
.top-bar ul.wp-block-social-links {
  justify-content: flex-start;
}
@media screen and (min-width: 48em) {
  .top-bar ul.wp-block-social-links {
    justify-content: center;
  }
}
.top-bar button.wp-block-search__button.has-icon.wp-element-button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.top-bar .wp-block-search__button svg {
  fill: #3e3e3e;
}
.top-bar .alignright {
  float: right;
  margin-left: 0;
  margin-bottom: 0;
}
/* Logo */
.logo_wrap {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
  max-width: 175px;
  margin: 0;
}
@media screen and (min-width: 37em) {
  .logo_wrap {
    max-width: 300px;
    ;
  }
}
@media screen and (min-width: 48em) {
  .logo_wrap {
    justify-content: flex-start;
    padding: 0 1rem 0 0;
    max-width: 350px;
    margin: 0;
    align-items: center;
  }
}
/* New Mobile Navigation */
.mobile-menu__checkbox {
  display: none;
}
.mobile-menu__button {
  background-color: #2A1066;
  height: 36px;
  width: auto;
  position: fixed;
  bottom: 1rem;
  border-radius: 25px;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: left;
  cursor: pointer;
  display: flex;
  padding: 0 5px 0 15px;
  color: #fff;
  align-items: center;
  margin: 0;
  left: 1rem;
}
.mobile-menu__background {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: fixed;
  bottom: 1rem;
  background-image: radial-gradient(#623cea, #2A1066);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  margin: 0;
  left: 1rem;
  background-color: #623cea;
}
.mobile-menu__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin: 0;
  overflow: scroll;
}
.mobile-menu__list {
  position: relative;
  list-style: none;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__background {
  transform: scale(80);
  position: fixed;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.mobile-menu__icon {
  position: relative;
  margin: 10px;
  color: #fff;
}
.mobile-menu__icon, .mobile-menu__icon::before, .mobile-menu__icon::after {
  width: 16px;
  height: 1.5px;
  background-color: #ffffff;
  display: inline-block;
}
.mobile-menu__icon::before, .mobile-menu__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.mobile-menu__icon::before {
  top: -6px;
}
.mobile-menu__icon::after {
  top: 6px;
}
.mobile-menu__checkbox:checked + .mobile-menu__button .mobile-menu__icon {
  background-color: transparent;
}
.mobile-menu__checkbox:checked + .mobile-menu__button .mobile-menu__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.mobile-menu__checkbox:checked + .mobile-menu__button .mobile-menu__icon::after {
  top: 0;
  transform: rotate(-135deg);
}
ul.navbar-nav li {
  padding: 10px 1rem;
}
ul.navbar-nav li a {
  text-align: left;
  font-family: 'gotham', sans-serif;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  margin: 0 10px;
  padding: 0;
}
ul.navbar-nav li a:hover, ul.navbar-nav li a:active {
  margin: 0;
  color: #ffffff;
  background-color: #2A1066;
  border-radius: 20px;
  padding: 5px 20px;
}
/* Footer */
footer p {
  font-size: 14px;
}
footer p a, footer a:visited {
  text-decoration: none;
}
footer p a:hover, footer a:active {
  text-decoration: underline;
  color: #ffffff;
}
/* Full sections */
.full_vh {
  height: calc(100vh - 4rem);
  width: 100%;
  padding-bottom: 4rem;
}
@media screen and (min-width: 48em) {
  .full_vh {
    height: calc(100vh - 6rem);
    padding-bottom: 6rem;
  }
}
.full_vh .wp-block-group__inner-container {
  height: 100%;
  width: 100%;
}
/* Intro */
.intro-section {
  align-content: space-between;
}
@media screen and (min-width: 48em) {
  .intro-section {
    align-content: flex-end;
  }
}
/* Buttons */
.btn_border a img, .btn_border a:visited img {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 8px 15px;
  height: 50px;
}
.btn_border a:hover img, .btn_border a:focus img {
  background-color: #2A1066;
}
a.wp-block-button__link, a:visited.wp-block-button__link {
  box-shadow: none;
  text-decoration: none;
  font-size: 14px;
  padding: 2px 10px;
  color: #5638CF;
  border-radius: 25px;
  font-weight: 400;
  border: 1px solid #5638CF;
  background-color: transparent;
  min-height: 36px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.wp-block-button.is-style-outline a.wp-block-button__link, .wp-block-button.is-style-outline a:visited.wp-block-button__link {
  background-color: #84dd63;
  color: #2A1066;
  border-radius: 25px;
  border: 1px solid #84dd63;
}
a:hover.wp-block-button__link, a:focus.wp-block-button__link, .wp-block-button.is-style-outline a.wp-block-button__link:hover, .wp-block-button.is-style-outline a:focus.wp-block-button__link {
  background-color: #84dd63;
  color: #2A1066;
  border-radius: 25px;
  border: 1px solid #84dd63;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover, .wp-block-button.is-style-outline a:focus.wp-block-button__link {
  color: #5638CF;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
/* Google Translate */
div#gt-wrapper-55563944 {
  position: relative !important;
}
div#gt_float_wrapper {
  height: 36px;
}
.gt_options.gt-open, .gt_options {
  position: absolute !important;
}
.gt_float_switcher img {
  display: none !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  background-color: transparent;
}
.gt_float_switcher .gt-selected {
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: 300;
  border: 1px solid #fff;
  background-color: #5734d3 !important;
}
.gt_float_switcher {
  font-family: 'gotham', sans-serif !important;
  font-size: 16px !important;
  border-radius: 100px !important;
  color: #FFF !important;
  display: inline-block;
  line-height: 20px;
  box-shadow: none !important;
  background: transparent !important;
  overflow: hidden;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 !important;
  color: #FFF !important;
  font-weight: 300 !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  position: relative;
  top: 2px;
  color: #FFF !important;
  background-color: #5734d3 !important;
}
.gt_options.gt-open {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  border: 6px solid #fff;
  overscroll-behavior: contain;
}
.gt_float_switcher .gt_options a {
  color: #623cea !important;
  border-radius: 10px !important;
  margin-right: 5px;
}
.gt_float_switcher .gt_options a:hover {
  background-color: #623cea !important;
  color: #fff !important;
}
.wp-block-cover, .wp-block-cover-image {
  z-index: 1;
}
/* intro Video */
.wp-block-cover.intro-animation .wp-block-cover__image-background {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  height: auto;
  object-fit: initial;
  bottom: 0;
  top: 0;
}
@media screen and (min-width: 48em) {
  .wp-block-cover.intro-animation .wp-block-cover__image-background {
    bottom: auto;
    top: 100px;
  }
}
/* Gradient */
.purple-gradient {
  background: radial-gradient(#2A1066, #623cea) !important;
}
/* Video */
video.wp-block-cover__video-background {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  width: auto;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-cover, .wp-block-cover-image {
  padding: 0;
}
.drop-shadow {
  filter: drop-shadow(1px 1px 5px #00000024);
}
/* Stacks */
.wp-block-image.icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
}
.wp-block-image.icon img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .wp-block-image.icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }
  .wp-block-image.icon img {
    width: 50px !important;
    height: 50px !important;
  }
}
/* Upload once Deliver everywhere */
.easy_boxes {
  border-radius: 16px;
  padding: 0 1rem 1rem;
  justify-content: space-between;
}
h3.icon_number {
  width: 75px;
  height: 75px;
  border-radius: 1000px;
  padding: 0 !important;
  margin: -50px auto 15px;
  background-image: url(assets/btn_c.svg);
  background-size: 65px 65px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
/* Upload once Deliver everywhere */
.pricing-table .wp-block-column {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(5px 4px 6px #00000022);
}
.three-table {
  border-radius: 16px;
  position: relative;
  filter: drop-shadow(5px 4px 6px #00000022);
  margin-top: 2rem;
}
.pricing-table .plan, .three-table .plan {
  border-radius: 16px 16px 0 0;
  padding: 1rem 1rem;
  align-items: center;
  gap: 0;
}
.pricing-table .features, .three-table .features {
  border-radius: 16px 16px 0 0;
  padding: 1rem 2rem;
  gap: 0;
}
.pricing-table .pricing, .three-table .pricing {
  line-height: 1;
}
.features ul {
  padding: 0;
  list-style: none;
}
.features ul li {
  padding-left: 20px;
  margin-bottom: .5rem;
  position: relative;
  font-size: 18px;
}
.features ul li:before {
  content: '\2713';
  margin-right: 10px;
  color: #84dd63;
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: -1px;
  font-weight: 700;
}
.features ul.donts li:before {
  content: 'X';
  margin-right: 10px;
  color: #84dd63;
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: 700;
}
.features hr {
    width: 100%;
    height: 1px;
    background-color: #84dd63;
    flex-basis: 1px;
    margin: 1rem 0;
    border: none;
}
.circle {
  border: 3px solid #623cea;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  margin: -5px auto 0;
}
.wp-block-group.popular {
  z-index: 1;
  position: absolute;
  background: #000000;
  left: 0;
  line-height: 2;
  margin-block-start: 35px;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  width: 200px;
  align-items: center;
}
.wp-block-group.popular p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
/* Blog */
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
@media screen and (min-width: 48em) {
  .wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-latest-posts__featured-image {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
a.wp-block-latest-posts__post-title, h3.wp-block-latest-posts__post-title a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: .25rem;
  display: block;
}
a:hover.wp-block-latest-posts__post-title, h3.wp-block-latest-posts__post-title a:hover {
  color: #0E8A7C;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
a.wp-block-latest-posts__read-more {
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  color: #623ce9;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: 300;
  border: 1px solid #623ce9;
  background-color: transparent;
  width: fit-content;
  display: flex;
  margin: 1rem 0;
}
a:hover.wp-block-latest-posts__read-more {
  border: 1px solid #0E8A7C;
  color: #ffffff;
  background-color: #0E8A7C;
}
/* Footer */
.mobile-left, p.mobile-left {
  justify-content: flex-start;
  text-align: left;
}
@media screen and (min-width: 782px) {
  .mobile-left, p.mobile-left {
    justify-content: flex-end;
    text-align: right;
  }
}
.animated_icon {
  max-height: 100px;
  max-width: 100px;
  height: 100%;
  width: 100%;
  margin-top: 10px !important;
}
@media screen and (min-width: 600px) {
  .animated_icon {
    max-height: 150px;
    max-width: 150px;
    margin-top: 20px !important;
  }
}
/* Cards */
.cereza-psc__cards img {
  max-width: 110px;
}
@media screen and (min-width: 37rem) {
  .cereza-psc__cards img {
    max-width: 230px;
  }
}
/* Spread form center */
@media screen and (max-width: 37rem) {
  .srf-self-contained .srf-reveal-stack .layer img {
    width: 125px !important;
  }
}
/* Buttons */
.wp-block-buttons.btn-action a.wp-block-button__link, .wp-block-buttons.btn-action a:visited.wp-block-button__link {
  left: 0;
  background-color: #84DD63;
  min-height: 36px;
  width: auto;
  bottom: 1rem;
  border-radius: 25px;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  display: flex;
  color: #2A1066;
  align-items: center;
  margin: 5px 5px 0;
  border: none;
  padding: 5px 15px;
  line-height: 1.2;
}
.wp-block-buttons.btn-action a.wp-block-button__link, .wp-block-buttons.btn-action a:visited.wp-block-button__link {
  border: none;
}
@media screen and (min-width: 48rem) {
  .wp-block-buttons.btn-action a.wp-block-button__link, .wp-block-buttons.btn-action a:visited.wp-block-button__link {
    position: relative;
    bottom: 0;
  }
}
.wp-block-buttons.btn-action a:hover.wp-block-button__link, .wp-block-buttons.btn-action a:focus.wp-block-button__link {
  background-color: #2A1066;
  color: #84DD63;
}
.wp-block-buttons.btn-reverse a.wp-block-button__link, .wp-block-buttons.btn-reverse a:visited.wp-block-button__link {
  background-color: transparent;
  min-height: 36px;
  width: auto;
  border-radius: 25px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: left;
  cursor: pointer;
  display: flex;
  color: #fff;
  align-items: center;
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #fff;
}
@media screen and (min-width: 48rem) {
  .wp-block-buttons.btn-reverse a.wp-block-button__link, .wp-block-buttons.btn-reverse a:visited.wp-block-button__link {
    background-color: #5837cf;
    padding: 5px 20px;
  }
}
.wp-block-buttons.btn-reverse a:hover.wp-block-button__link, .wp-block-buttons.btn-reverse a:focus.wp-block-button__link {
  background-color: #2A1066;
}
/* News */
.featured-inline {
  max-width: 1000px;
  margin: -4rem auto 0 auto;
  padding: 1rem;
  filter: drop-shadow(5px 4px 6px #0000001c);
}
.featured-inline img {
  border-radius: 15px;
}
/* Stack Fading homepage */
@media screen and (max-width: 781px) {
  .wp-block-columns.reverse-col {
    flex-direction: column-reverse;
  }
  .wp-block-columns.icon-callouts .wp-block-group {
    justify-content: flex-start;
  }
}
.wp-block-columns.icon-callouts {
  max-width: 100%;
  margin: auto;
  transition: all 0.5s ease;
}
.offset {
  margin-top: 1rem !important;
}
@media screen and (min-width: 782px) {
  .wp-block-column.screenshot {
    max-width: 250px;
  }
  .offset {
    margin-top: -65px !important;
  }
}
@media screen and (min-width: 62rem) {
  .wp-block-column.screenshot {
    max-width: 350px;
  }
  .offset {
    margin-top: -100px !important;
  }
}
@media screen and (min-width: 75rem) {
  .wp-block-columns.icon-callouts {
    width: 1050px;
    margin: auto;
  }
  .offset {
    margin-top: -100px !important;
  }
}
/* Cookie Constent */
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  font-size: 18px;
  margin-top: 0;
  max-width: 100% !important;
}
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 16px;
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  #cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 18px;
  }
}
#cmplz-document ul, .editor-styles-wrapper .cmplz-unlinked-mode ul {
  list-style: disc;
  margin: 1rem 0 1.5em 0em;
}
@media only screen and (max-width: 992px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
  .column {
    flex-direction: column;
  }
}
/* Reset anything that could hide the iframe */
.wp-block-embed__wrapper iframe, .wp-embed-responsive iframe {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
/* Make the wrapper provide height using aspect-ratio (modern, reliable) */
.wp-block-embed-vimeo .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}
/* Let iframe fill that ratio box */
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.conforma-embed-host {
  display: flex;
  justify-content: center;
}
/* Authority */
.wp-block-columns.authority-indicators {
    justify-content: center;
}
.authority-indicators hr, .authority-indicators .wp-block-separator {
  border: none;
  border-top: 3px solid #623cea26;
  background-color: transparent;
  opacity: 1;
  margin: 1.5rem 0;
  max-width: 31px;
  border-radius: 100px;
}
/* data */
.wp-block-columns.data {
    justify-content: center;
    flex-flow: wrap !important;
    gap: 1rem !important;
    width: 875px;
    margin: 0 auto 2rem;
    padding: 1rem 1rem 2rem;
}
.wp-block-columns.data .wp-block-column {
    flex-basis: 250px;
    padding: 0 .5rem;
}
.data hr, .data .wp-block-separator {
  border: none;
  border-top: 3px solid #623cea26;
  background-color: transparent;
  opacity: 1;
  margin: 1.5rem 0;
  max-width: 31px;
  border-radius: 100px;
}
/* Q & A */
.qa .wp-block-columns {
  margin-bottom: 0;
  gap: .5rem !important;
}
@media screen and (min-width: 48em) {
  .qa .wp-block-columns {
    gap: .5rem !important;
  }
}
.qa .wp-block-column {
  flex-basis: fit-content !important;
  gap: .5rem !important;
}
@media screen and (min-width: 48em) {
  .qa .wp-block-columns, .qa .wp-block-columns.no-gap-mobile, .qa {
    gap: .5rem !important;
  }
}
.inside-col-padding {
  padding: 1.25em 2.375em;
}
/* Accordion */
.wp-block-accordion-heading__toggle:focus, .wp-block-accordion-heading__toggle:hover {
  outline: none;
  border-color: transparent;
  background-color: transparent;
}
h3.wp-block-accordion-heading {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  h3.wp-block-accordion-heading {
    font-size: 20px;
  }
}
.wp-block-accordion-item {
  border-bottom: 1px solid #623cea7a;
  margin-bottom: 1rem;
}
.border-radius {
  border-radius: 16px;
}
.hsfc-Step__Content {
    padding: 0 !important;
}