/*!
Theme Name: masclientes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: masclientes
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.

masclientes 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-1 {
  padding-top: 104px;
}
@media (max-width: 768px) {
  .pad-t-1 {
    padding-top: 80px;
  }
}

.pad-b-1 {
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .pad-b-1 {
    padding-bottom: 80px;
  }
}

.pad-t-2 {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}

.pad-b-2 {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}

.pad-t-3 {
  padding-top: 240px;
}
@media (max-width: 768px) {
  .pad-t-3 {
    padding-top: 80px;
  }
}

.pad-b-3 {
  padding-bottom: 240px;
}
@media (max-width: 768px) {
  .pad-b-3 {
    padding-bottom: 80px;
  }
}

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

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #312723;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.wp-block-paragraph {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  width: 328px;
  margin: 16px 24px;
}

.wp-list-privacy {
  padding-left: 50px;
  margin-top: 0;
  width: 352px;
}
.wp-list-privacy li {
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding-left: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

.wp-block-privacy {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 30px; /* 150% */
  width: 328px;
  margin: 24px 24px;
  margin-bottom: 0;
}

.wp-block-heading-title {
  color: #FFF;
  font-family: "Noto Serif";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px; /* 125% */
  width: 328px;
  text-align: center;
  margin: 33px 27px;
}

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

blockquote {
  margin: 0 1.5em;
}

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: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #191818 #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
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 {
  border-color: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding: 16px 24px;
  top: 0;
  z-index: 1000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 1, 160, 0)), color-stop(170.71%, #8F0335));
  background: linear-gradient(0deg, rgba(11, 1, 160, 0) 0%, #8F0335 170.71%);
}
.site-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header--logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header--bg {
  background: url("assets/img/header-flowers.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 319px;
  height: 140px;
  position: absolute;
  top: 25px;
  left: 40px;
  pointer-events: none;
  z-index: 998;
}
.header--logo-img {
  height: 14px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header--divider {
  width: 1px;
  height: 23px;
  background: linear-gradient(161deg, #0000A8 -468.15%, #CC0504 170.2%), #D9D9D9;
}
.header--tagline {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.header--burger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1001;
}
.header--burger span {
  display: block;
  width: 24px;
  padding-top: 2px;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#4747BF));
  background: linear-gradient(90deg, white 0%, #4747BF 100%);
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}
.header--burger span:nth-child(1) {
  top: 0;
}
.header--burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header--burger span:nth-child(3) {
  bottom: 0;
}
.header--burger.active span {
  background: -webkit-gradient(linear, left top, right top, from(white), to(#4747BF));
  background: linear-gradient(90deg, white 0%, #4747BF 100%);
}
.header--burger.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header--burger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-10px);
          transform: translateY(-50%) translateX(-10px);
}
.header--burger.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40.78%, #CC0504), color-stop(98.05%, #0000A8));
  background: linear-gradient(0deg, #CC0504 -40.78%, #0000A8 98.05%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 100vh;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu__nav {
  padding: 80px 24px 24px;
}
@media (min-width: 768px) {
  .mobile-menu__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.mobile-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .mobile-menu__nav ul {
    width: 100%;
  }
}
.mobile-menu__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 24px 0;
}
.mobile-menu__nav ul li a {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  line-height: 32px;
}
.mobile-menu__nav .menu-divider {
  padding-top: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.mobile-menu__footer {
  padding: 24px;
}
@media (min-width: 768px) {
  .mobile-menu__footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .mobile-menu__footer {
    margin-bottom: 42px;
  }
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .layout-wrap {
  overflow: hidden;
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.site-footer__copy {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.site-footer__links nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__links nav ul li a {
  color: #FFF;
  font-size: 13px;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.site-footer__links nav ul .menu-separator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4px;
  height: 4px;
}
.site-footer__links nav ul .menu-separator:last-child {
  display: none;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.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;
}

.home-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.home-hero__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.home-hero__header p {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 32px;
  line-height: 40px;
}
.home-hero__bottom {
  width: 100%;
  max-width: 426px;
  height: 319px;
  position: relative;
}
.home-hero__bottom .hero-circles {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(280px, 80vw, 426px);
  height: clamp(190px, 55vw, 293px);
}
.home-hero__bottom .hero-circles .hero-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: inherit;
}
.home-hero__bottom .hero-circles .hero-circle--one {
  width: 225px;
  height: 130px;
  border-radius: 75px;
  background: radial-gradient(50% 50% at 50% 50%, #CC0504 0%, rgba(255, 0, 0, 0) 100%);
  margin-top: 20px;
}
.home-hero__bottom .hero-circles .hero-circle--two {
  width: 284px;
  height: 143px;
  border-radius: 71.5px;
  border: 1px solid #FFF;
  opacity: 0.4;
}
.home-hero__bottom .hero-circles .hero-circle--three {
  width: 328px;
  height: 191px;
  border-radius: 92px;
  border: 1px solid #FFF;
  opacity: 0.2;
}
.home-hero__bottom .hero-circles .hero-circle--four {
  width: 372px;
  height: 239px;
  border-radius: 106px;
  background: radial-gradient(50% 50% at 50% 50%, #CC0504 0%, rgba(255, 0, 0, 0) 100%);
  border: 1px solid #FFF;
  opacity: 0.15;
}
.home-hero__bottom .hero-circles .hero-circle--five {
  width: 426px;
  height: 293px;
  border-radius: 133px;
  border: 1px solid #FFF;
  opacity: 0.1;
}
.home-hero__bottom .hero-circles .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 239px;
  height: 106px;
  padding: 17px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 250px;
  border: 2px solid transparent;
  background: linear-gradient(165deg, #0000A8 -16.09%, #CC0504 177.76%) border-box, linear-gradient(165deg, #1d007a, #1d007a) padding-box;
  background-clip: border-box, padding-box;
}
.home-hero__bottom .hero-circles .info p {
  font-family: "Lato";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.home-hero__bottom .icon {
  position: absolute;
}
.home-hero__bottom .icon--avatar-1 {
  top: 250px;
  left: 260px;
}
.home-hero__bottom .icon--avatar-2 {
  top: 15px;
  left: 130px;
}
.home-hero__bottom .icon--avatar-3 {
  top: 210px;
  left: 55px;
}
.home-hero__bottom .icon--avatar-4 {
  top: 80px;
  left: 335px;
}
.home-hero__bottom .icon--google {
  top: 15px;
  left: 270px;
}
.home-hero__bottom .icon--instagram {
  top: 230px;
  left: 180px;
}
.home-hero__bottom .icon--tiktok {
  top: 220px;
  left: 345px;
}
.home-hero__bottom .icon--facebook {
  top: 75px;
  left: 50px;
}
@media (max-width: 768px) {
  .home-hero__bottom .icon img {
    width: clamp(30px, 8vw, 50px);
    height: auto;
  }
}

.local-seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.local-seo__header {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 36px;
}
.local-seo__content {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 36px;
}
.local-seo__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.local-seo__bottom p {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 36px;
}

.service-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.service-selector__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 16px;
}
.service-selector__title {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 36px;
}
.service-selector__success {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-right: 25px;
}
.service-selector__success-image {
  height: 178px;
}
.service-selector__success-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.service-selector__success-text-top {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
}
.service-selector__success-text-bottom {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
.service-selector__configurator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 24px auto;
}
.service-selector .choose-your-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-right: 25px;
  position: relative;
}
.service-selector .choose-your-service .forminator-label {
  color: #FFF !important;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 20px;
}
.service-selector .choose-your-service .forminator-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  height: 46px;
  border-radius: 24px;
  border: 1px solid #5858FF;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.15) -0.54%, rgba(255, 255, 255, 0) 153.06%);
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, margin-bottom 0.3s ease;
  transition: height 0.3s ease, margin-bottom 0.3s ease;
}
.service-selector .choose-your-service .forminator-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(109deg, #00003A -9.65%, #0000A8 135.33%);
  border-radius: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.service-selector .choose-your-service .forminator-radio .forminator-radio-image {
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1;
  margin-bottom: auto;
  margin-top: 5px;
}
.service-selector .choose-your-service .forminator-radio .forminator-radio-label {
  color: #FFF;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
  margin-bottom: auto;
}
.service-selector .choose-your-service .forminator-radio input {
  display: none;
}
.service-selector .choose-your-service .forminator-radio:has(input:checked)::before {
  opacity: 1;
}
.service-selector .choose-your-service .forminator-radio:nth-child(7).forminator-is_checked {
  height: 112px;
}
.service-selector .choose-your-service .forminator-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 46px;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: none;
  outline: none;
  color: #FFF;
  resize: none;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.service-selector .forminator-button-next, .service-selector .forminator-button-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 156px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 250px;
  border: 1px solid #5858FF;
  background: linear-gradient(104deg, #0000A8 -38.18%, #CC0504 126.87%), #FFF;
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.service-selector .forminator-button-next::after, .service-selector .forminator-button-submit::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url(assets/img/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.service-selector .forminator-button-next::before, .service-selector .forminator-button-submit::before {
  content: "";
  margin-left: 10px;
}
.service-selector .forminator-button-back {
  display: none !important;
}
.service-selector .forminator-pagination-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 16px;
  margin-right: 25px;
}
.service-selector .forminator-pagination-progress {
  margin-right: 25px;
  margin-bottom: 24px;
}
.service-selector .forminator-pagination-progress .forminator-progress-label {
  display: none;
}
.service-selector .forminator-pagination-progress .forminator-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 250px;
  border: 1px solid #5858FF;
}
.service-selector .forminator-pagination-progress .forminator-progress-bar span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 9px;
  padding: 4px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #5858FF;
  background: linear-gradient(109deg, #00003A -9.65%, #0000A8 135.33%), #F1F1F1;
}
.service-selector .have-website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 40px;
}
.service-selector .have-website .forminator-label {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 20px;
}
.service-selector .have-website .forminator-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  position: relative;
}
.service-selector .have-website .forminator-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 46px;
  padding: 12px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid #5858FF;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.15) -0.54%, rgba(255, 255, 255, 0) 153.06%);
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.service-selector .have-website .forminator-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(109deg, #00003A -9.65%, #0000A8 135.33%);
  border-radius: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.service-selector .have-website .forminator-radio:has(input:checked)::before {
  opacity: 1;
}
.service-selector .have-website input {
  display: none;
}
.service-selector .have-website .forminator-radio-label {
  color: #FFF;
  font-size: 13px;
  line-height: 22px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
}
.service-selector .have-website .forminator-radio-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 3px;
  position: relative;
  z-index: 1;
}
.service-selector .have-website .forminator-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 46px;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #FFF;
  resize: none;
  outline: none;
  background: none;
  position: absolute;
  bottom: 100px;
  left: 20px;
  overflow: hidden;
}
.service-selector .have-website .forminator-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.service-selector .have-website .forminator-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.service-selector .have-website .forminator-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.service-selector .have-website .forminator-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.service-selector .have-website .forminator-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.service-selector .have-website .forminator-radio:first-child.forminator-is_checked {
  height: 112px;
}
.service-selector .your-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.service-selector .your-service .forminator-label {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  width: 200px;
  margin-left: 25px;
}
.service-selector .your-service .forminator-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 119px;
  width: 240px;
  padding: 12px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 24px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.36);
  outline: none;
  color: #FFF;
  resize: none;
  margin-left: 5px;
}
.service-selector .your-service .forminator-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}
.service-selector .your-service .forminator-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}
.service-selector .your-service .forminator-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}
.service-selector .your-service .forminator-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}
.service-selector .your-service .forminator-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}
.service-selector .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-right: 25px;
}
.service-selector .contact-details .forminator-label {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.service-selector .contact-details .forminator-grouped-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.service-selector .contact-details .forminator-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  width: 280px;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  margin-bottom: 0 !important;
}
.service-selector .contact-details .forminator-input {
  background: none;
  outline: none;
  border: none;
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
}
.service-selector .contact-details .forminator-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.service-selector .contact-details .forminator-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.service-selector .contact-details .forminator-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.service-selector .contact-details .forminator-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.service-selector .contact-details .forminator-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.service-selector .forminator-error-message {
  display: none;
}

.contact {
  margin: 48px auto;
}
.contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.contact__header p {
  color: #FFF;
  font-family: "Noto Serif";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin: 0;
}
.contact__subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  margin-top: 24px;
  width: 257px;
  text-align: center;
  margin: 24px auto;
}
.contact__subheader p {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 0;
}
.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.contact__bottom-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 328px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.contact__bottom-texts .text {
  text-align: center;
}
.contact__bottom-texts .text .up-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  margin: 0;
}
.contact__bottom-texts .text .bottom-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  margin: 0;
}

.about {
  margin: 20px auto 24px auto;
  gap: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.about__title p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin: 0;
}
.about__title-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.about__ourservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.about__ourservices p {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 36px; /* 138.462% */
  margin: 0 auto;
}
.about__ourservices-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin: 0 auto;
}
.about__ourservices-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.15) -0.54%, rgba(255, 255, 255, 0) 153.06%);
}
.about__ourservices-item .service-icon {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.about__ourservices-item .service-text p {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
}
.about__network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__network-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.about__network-text .title {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 30px; /* 150% */
}
.about__network-text .text {
  color: #FFF;
  text-align: center;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
}

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 250px;
  border: 1px solid #52FF3D;
  background: linear-gradient(104deg, #29A71A -38.18%, #1A7C0F 126.87%), #FFF;
  text-decoration: none;
}
.cta-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 327px;
  padding: 9px 8px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 27px;
  border: 1px solid #5858FF;
  background: linear-gradient(109deg, #00003A -9.65%, #0000A8 135.33%);
  -webkit-box-shadow: 0 6px 9.9px 0 rgba(0, 0, 125, 0.49);
          box-shadow: 0 6px 9.9px 0 rgba(0, 0, 125, 0.49);
  margin: 0 auto;
}
.cta-button-header {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 8px;
}
.cta-button span {
  color: #FFF;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}

.post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 328px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  margin: 0 auto;
  padding-top: 32px;
}
.post-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}
.post-content__header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.post-content__header-top p {
  margin: 0;
}
.post-content__header-top .title {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 32px;
  line-height: 40px; /* 125% */
}
.post-content__header-top .date {
  color: #FFF;
  font-size: 13px;
  line-height: 22px; /* 169.231% */
}
.post-content__header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 206px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
.post-content__header-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.post-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-content__content h3 {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 30px; /* 150% */
  margin-bottom: 24px;
}
.post-content__content p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  margin-bottom: 16px;
}
.post-content__content p a {
  text-decoration: none;
  color: #FFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.post-content__content strong {
  font-weight: 700;
}
.post-content__content .wp-block-list {
  padding-left: 22px;
  margin-top: 0;
}
.post-content__content .wp-block-list li {
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding-left: 6px;
}
.post-content__content .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 206px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  margin-bottom: 32px;
}
.post-content__content .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.post-content__content h4 {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 24px;
}
.post-content__content .wp-block-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 16px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  border-left: 4px solid #CC0504;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0 16px 0;
}
.post-content__content .wp-block-quote p {
  font-style: italic;
  font-family: "Playfair";
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
}
.post-content__content .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 27px;
  border: 1px solid #5858FF;
  background: linear-gradient(109deg, #00003A -9.65%, #0000A8 135.33%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-content__content .share p {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  margin: 0;
}
.post-content__content .share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.post-content__content .share__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-content__content .share .rectangle {
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.15);
}
.post-content__interest {
  width: 100%;
}
.post-content__interest-title {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 36px; /* 138.462% */
  margin-bottom: 32px;
  width: 328px;
}
.post-content__interest-scroller {
  overflow-x: auto;
  padding-bottom: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.post-content__interest-scroller::-webkit-scrollbar {
  display: none;
}
.post-content__interest-scroller .blog__posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.post-content__interest-scroller .blog__posts-wrapper .post-card {
  max-width: 270px;
}

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}
.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog__header p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin-top: 35px;
  margin-bottom: 0;
}
.blog__posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.blog__posts-wrapper .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 328px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.blog__posts-wrapper .post-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 206px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
.blog__posts-wrapper .post-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__posts-wrapper .post-card__content a {
  text-decoration: none;
}
.blog__posts-wrapper .post-card__content a p {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 30px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0;
}
.blog__posts-wrapper .post-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.blog__posts-wrapper .post-card__meta-date {
  color: #FFF;
  font-size: 13px;
  line-height: 22px; /* 169.231% */
}
.blog__posts-wrapper .post-card__meta-read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 250px;
  border: 1px solid #5858FF;
  background: linear-gradient(104deg, #0000A8 -38.18%, #CC0504 126.87%), #FFF;
}
.blog__load-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog__load-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 156px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 10px;
  border-radius: 250px;
  border: 1px solid #5858FF;
  background: linear-gradient(109deg, #00003A -9.65%, #0000A8 135.33%), #FFF;
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px; /* 200% */
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.blog__load-more-btn:hover {
  background: linear-gradient(104deg, #0000A8 -38.18%, #CC0504 126.87%), #FFF;
}

/*--------------------------------------------------------------
# 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 768px) {
  body, html {
    overflow: hidden;
  }
}
body {
  background: linear-gradient(109deg, #00003A -9.65%, #0000A8 135.33%), linear-gradient(0deg, #CC0504 -41.6%, #0000A8 100%);
}
@media (min-width: 768px) {
  body {
    padding: 40px;
  }
}
body #page.layout-wrap.overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #56423b;
  opacity: 0.7;
  z-index: 101;
}

.layout-wrap {
  max-width: 400px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40.78%, #CC0504), color-stop(98.05%, #0000A8)), -webkit-gradient(linear, left top, left bottom, from(#0049D2), color-stop(77.77%, #F2171D));
  background: linear-gradient(0deg, #CC0504 -40.78%, #0000A8 98.05%), linear-gradient(180deg, #0049D2 0%, #F2171D 77.77%);
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .layout-wrap {
    height: calc(100vh - 92px);
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 20px -4px rgba(23, 24, 24, 0.12);
            box-shadow: 0 8px 20px -4px rgba(23, 24, 24, 0.12);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .layout-wrap {
    background: #1D00BF;
    max-width: 100%;
  }
}
.layout-wrap.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(86, 66, 59, 0.7);
  z-index: 5;
}

.body--circles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
  overflow: visible;
}

.orbit {
  position: absolute;
  inset: -60vh;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.orbit--two {
  animation-direction: reverse;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 625px;
  height: 625px;
  border-radius: 50%;
  -webkit-filter: blur(237px);
          filter: blur(237px);
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}

.circle--one {
  background: #2C2ADA;
  -webkit-animation: circleOrbitOne 8s cubic-bezier(0.7, 0.5, 0.6, 0.9) infinite;
          animation: circleOrbitOne 8s cubic-bezier(0.7, 0.5, 0.6, 0.9) infinite;
}

.circle--two {
  background: #632AC5;
  -webkit-animation: circleOrbitTwo 8s cubic-bezier(0.7, 0.5, 0.6, 0.9) infinite;
          animation: circleOrbitTwo 8s cubic-bezier(0.7, 0.5, 0.6, 0.9) infinite;
}

@-webkit-keyframes circleOrbitOne {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(-45deg) translateX(60vw) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(315deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(315deg) translateX(60vw) scale(1);
  }
}

@keyframes circleOrbitOne {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(-45deg) translateX(60vw) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(315deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(315deg) translateX(60vw) scale(1);
  }
}
@-webkit-keyframes circleOrbitTwo {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(135deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(135deg) translateX(60vw) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(495deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(495deg) translateX(60vw) scale(1);
  }
}
@keyframes circleOrbitTwo {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(135deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(135deg) translateX(60vw) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(495deg) translateX(60vw) scale(1);
            transform: translate(-50%, -50%) rotate(495deg) translateX(60vw) scale(1);
  }
}
.container {
  width: calc(100% - 30px);
  max-width: 1280px;
  margin: auto;
}
.container.containermin {
  max-width: 1200px;
}

.fatText {
  font-style: italic;
  font-weight: 700;
}

.thickText {
  font-weight: 300;
}

.frageText {
  font-weight: 600;
  font-style: italic;
}

.thickFrageText {
  font-weight: 500;
  font-style: italic;
}

/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v25-latin-regular.woff2") format("woff2"), url("../fonts/lato-v25-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/playfair-display-v40-latin-regular.woff2") format("woff2"), url("fonts/playfair-display-v40-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/playfair-display-v40-latin-700italic.woff2") format("woff2"), url("fonts/playfair-display-v40-latin-700italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato-v25-latin-700.woff2") format("woff2"), url("fonts/lato-v25-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/lato-v25-latin-300.woff2") format("woff2"), url("fonts/lato-v25-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/playfair-display-v40-latin-600.woff2") format("woff2"), url("fonts/playfair-display-v40-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/playfair-display-v40-latin-600italic.woff2") format("woff2"), url("fonts/playfair-display-v40-latin-600italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/playfair-display-v40-latin-500.woff2") format("woff2"), url("fonts/playfair-display-v40-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/playfair-display-v40-latin-500italic.woff2") format("woff2"), url("fonts/playfair-display-v40-latin-500italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/noto-serif-v33-latin-regular.woff2") format("woff2"), url("fonts/noto-serif-v33-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-serif-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/noto-serif-v33-latin-500.woff2") format("woff2"), url("fonts/noto-serif-v33-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}/*# sourceMappingURL=style.css.map */