@charset "UTF-8";
/**
 * Critical Styles
 *
 * Critical styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Theme Styles
 *
 * @since	1.0.0
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Vivery Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Breakpoint Mixins
 *
 * Breakpoint variables, mixins and styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Style Abstracts
 *
 * @since	1.0.0
 */
#theme-breakpoint {
  height: 0;
  width: 1px;
}
@media (min-width: 1315px) and (max-width: 1640px) {
  #theme-breakpoint {
    height: 1px;
  }
}
@media (min-width: 1154px) and (max-width: 1314px) {
  #theme-breakpoint {
    height: 2px;
  }
}
@media (min-width: 993px) and (max-width: 1153px) {
  #theme-breakpoint {
    height: 3px;
  }
}
@media (min-width: 783px) and (max-width: 992px) {
  #theme-breakpoint {
    height: 4px;
  }
}
@media (min-width: 769px) and (max-width: 782px) {
  #theme-breakpoint {
    height: 5px;
  }
}
@media (min-width: 625px) and (max-width: 768px) {
  #theme-breakpoint {
    height: 6px;
  }
}
@media (min-width: 481px) and (max-width: 624px) {
  #theme-breakpoint {
    height: 7px;
  }
}
@media (min-width: 391px) and (max-width: 480px) {
  #theme-breakpoint {
    height: 8px;
  }
}
@media (max-width: 390px) {
  #theme-breakpoint {
    height: 9px;
  }
}

/**
 * Theme Colors
 *
 * Color variables for the theme.
 *
 * @package		Vivery
 * @subpackage	Style Abstracts
 *
 * @since	1.0.0
 */
/**
 * Font Styles
 *
 * Font styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Style Abstracts
 *
 * @since	1.0.0
 */
/**
 * Sass Functions
 *
 * Sass functions used during compilation.
 *
 * @package		Vivery
 * @subpackage	Style Abstracts
 *
 * @since	1.0.0
 */
/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * General Mixins
 *
 * General mixins useful for any theme.
 *
 * @package		Vivery
 * @subpackage	Style Abstracts
 *
 * @since	1.0.0
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  color: #0a0258;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  text-rendering: auto;
}

body {
  background-color: white;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

a {
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #01493e;
  text-decoration: none;
}
a:hover {
  color: #4c37ba;
}
a.viv-disabled {
  cursor: default;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  overflow-wrap: break-word;
}
blockquote span[style*="font:"],
blockquote span[style*="font-size:"],
h1 span[style*="font:"],
h1 span[style*="font-size:"],
h2 span[style*="font:"],
h2 span[style*="font-size:"],
h3 span[style*="font:"],
h3 span[style*="font-size:"],
h4 span[style*="font:"],
h4 span[style*="font-size:"],
h5 span[style*="font:"],
h5 span[style*="font-size:"],
h6 span[style*="font:"],
h6 span[style*="font-size:"],
li span[style*="font:"],
li span[style*="font-size:"],
ol span[style*="font:"],
ol span[style*="font-size:"],
p span[style*="font:"],
p span[style*="font-size:"],
ul span[style*="font:"],
ul span[style*="font-size:"] {
  display: inline-block;
}
blockquote span[style*="font:"]:first-child:last-child,
blockquote span[style*="font-size:"]:first-child:last-child,
h1 span[style*="font:"]:first-child:last-child,
h1 span[style*="font-size:"]:first-child:last-child,
h2 span[style*="font:"]:first-child:last-child,
h2 span[style*="font-size:"]:first-child:last-child,
h3 span[style*="font:"]:first-child:last-child,
h3 span[style*="font-size:"]:first-child:last-child,
h4 span[style*="font:"]:first-child:last-child,
h4 span[style*="font-size:"]:first-child:last-child,
h5 span[style*="font:"]:first-child:last-child,
h5 span[style*="font-size:"]:first-child:last-child,
h6 span[style*="font:"]:first-child:last-child,
h6 span[style*="font-size:"]:first-child:last-child,
li span[style*="font:"]:first-child:last-child,
li span[style*="font-size:"]:first-child:last-child,
ol span[style*="font:"]:first-child:last-child,
ol span[style*="font-size:"]:first-child:last-child,
p span[style*="font:"]:first-child:last-child,
p span[style*="font-size:"]:first-child:last-child,
ul span[style*="font:"]:first-child:last-child,
ul span[style*="font-size:"]:first-child:last-child {
  vertical-align: top;
}

blockquote,
ol,
p,
ul {
  margin-bottom: 1rem;
}
blockquote.viv-margin-double,
ol.viv-margin-double,
p.viv-margin-double,
ul.viv-margin-double {
  margin-bottom: 2rem;
}
blockquote.viv-margin-half,
ol.viv-margin-half,
p.viv-margin-half,
ul.viv-margin-half {
  margin-bottom: 0.5rem;
}
blockquote:last-child, blockquote.viv-margin-none,
ol:last-child,
ol.viv-margin-none,
p:last-child,
p.viv-margin-none,
ul:last-child,
ul.viv-margin-none {
  margin-bottom: 0;
}

blockquote {
  border-left: 0.125em solid #01493e;
  padding-left: 1.5em;
}

canvas,
img,
svg,
.wp-caption {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
canvas.aligncenter,
img.aligncenter,
svg.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  canvas.aligncenter,
  img.aligncenter,
  svg.aligncenter,
  .wp-caption.aligncenter {
    margin-right: 0 auto 1rem;
  }
}
canvas.aligncenter:last-child,
img.aligncenter:last-child,
svg.aligncenter:last-child,
.wp-caption.aligncenter:last-child {
  margin-bottom: 0;
}
canvas.alignleft, canvas.alignright,
img.alignleft,
img.alignright,
svg.alignleft,
svg.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  display: block;
  margin-bottom: 1.75rem;
  margin-top: 0.25rem;
  max-width: 50%;
}
@media (max-width: 768px) {
  canvas.alignleft.viv-always-float, canvas.alignright.viv-always-float,
  img.alignleft.viv-always-float,
  img.alignright.viv-always-float,
  svg.alignleft.viv-always-float,
  svg.alignright.viv-always-float,
  .wp-caption.alignleft.viv-always-float,
  .wp-caption.alignright.viv-always-float {
    margin-bottom: 1rem;
  }
  canvas.alignleft:not(.viv-always-float), canvas.alignright:not(.viv-always-float),
  img.alignleft:not(.viv-always-float),
  img.alignright:not(.viv-always-float),
  svg.alignleft:not(.viv-always-float),
  svg.alignright:not(.viv-always-float),
  .wp-caption.alignleft:not(.viv-always-float),
  .wp-caption.alignright:not(.viv-always-float) {
    float: none;
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
canvas.alignleft,
img.alignleft,
svg.alignleft,
.wp-caption.alignleft {
  clear: left;
  float: left;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  canvas.alignleft,
  img.alignleft,
  svg.alignleft,
  .wp-caption.alignleft {
    margin-right: 1rem;
  }
}
canvas.alignmiddle,
img.alignmiddle,
svg.alignmiddle,
.wp-caption.alignmiddle {
  vertical-align: middle;
}
canvas.alignright,
img.alignright,
svg.alignright,
.wp-caption.alignright {
  clear: right;
  float: right;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  canvas.alignright,
  img.alignright,
  svg.alignright,
  .wp-caption.alignright {
    margin-left: 1rem;
  }
}

.wp-caption {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
}
.wp-caption canvas,
.wp-caption img {
  width: 100%;
}
.wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", serif;
  font-weight: bold;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2em;
  line-height: 1em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.375em;
  line-height: 1.3125em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.375em;
}

h5 {
  font-size: 1.125em;
  line-height: 1.4375em;
}

h6 {
  font-size: 1em;
}

hr {
  background-color: transparent;
  border: 0;
  border-top: 0.0625em solid #0a0258;
  color: transparent;
  height: 0;
  margin: 2em auto;
  overflow: hidden;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

small {
  font-size: 0.875em;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Theme Helper Classes
 *
 * Helper classes for theme elements.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
.viv-align-center {
  align-items: center;
}
.viv-clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: -1px;
}
.viv-fill {
  flex-grow: 1;
}
.viv-hidden {
  display: none;
}
.viv-list-button-group {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}
.viv-list-button-group li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
.viv-list-button-group li a {
  display: block;
}
.viv-list-button-group li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.viv-list-button-group {
  margin: 0.5em -0.5em;
  padding-left: 0 !important;
}
.viv-list-button-group:first-child {
  margin-top: -0.5em;
}
.viv-list-button-group:last-child {
  margin-bottom: -0.5em;
}
.viv-list-button-group > li {
  flex: 0 0 auto;
  padding: 0.5em 0.5em;
  vertical-align: top;
}
.viv-list-button-group-centered {
  justify-content: center;
}
.viv-list-leaded > li:not(:first-child), ol .viv-list-leaded > li:first-child, ul .viv-list-leaded > li:first-child {
  padding-top: 0.5em;
}
.viv-list-spaced > li:not(:first-child), ol .viv-list-spaced > li:first-child, ul .viv-list-spaced > li:first-child {
  padding-top: 1em;
}
.viv-no-shrink {
  flex-shrink: 0;
}
.viv-no-wrap {
  flex-wrap: nowrap;
}
.viv-text-accent {
  color: #01493e;
}
.viv-text-center {
  text-align: center;
}
.viv-text-large {
  font-size: 1.25em;
  line-height: inherit;
}
.viv-text-left {
  text-align: left;
}
.viv-text-right {
  text-align: right;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Button Styles
 *
 * Styles for button elements.
 *
 * @package		Vivery
 * @subpackage	Component Styles
 *
 * @since	1.0.0
 */
.viv-button,
.nav-links a.page-numbers {
  border-radius: 1.1875em;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #b7d7c5;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  line-height: 1.25em;
  overflow: hidden;
  padding: 0.625em 1.25em;
  vertical-align: middle;
}
.viv-button:focus, .viv-button:hover,
.nav-links a.page-numbers:focus,
.nav-links a.page-numbers:hover {
  background-color: rgba(183, 215, 197, 0.5);
  color: #01493e;
  outline: 0;
  text-decoration: none;
}
.viv-button[disabled], .viv-button.viv-disabled,
.nav-links a.page-numbers[disabled],
.nav-links a.page-numbers.viv-disabled {
  background-color: lightgray !important;
  color: gray !important;
  cursor: not-allowed;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * General Styles
 *
 * Styles for general theme elements.
 *
 * @package		Vivery
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-loader::before {
  animation: viv-spinning 1s linear 0s infinite normal both;
  border-radius: 50%;
  border: 0.375em solid rgba(1, 73, 62, 0.25);
  border-top-color: #01493e;
  content: "";
  display: block;
  height: 3em;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  position: absolute;
  top: 50%;
  width: 3em;
}

#theme-wrapper {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  min-width: 300px;
}

#theme-scroll-offset::before, #theme-scroll-offset::after {
  content: "";
  display: table;
}
#theme-scroll-offset::after {
  clear: both;
}
#theme-scroll-offset {
  margin: 0 auto;
}
#theme-scroll-offset:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  #theme-scroll-offset {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.5em 2em 1.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-scroll-offset {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.2em 1.5em 1.2em;
  }
}
@media (max-width: 624px) {
  #theme-scroll-offset {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.9em 1em 0.9em;
  }
}

#theme-scripts {
  bottom: 200%;
  height: 1px;
  position: absolute;
  right: 200%;
  width: 1px;
  z-index: 99998;
}

#wpadminbar {
  position: fixed !important;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Header Styles
 *
 * Styles for the theme header.
 *
 * @package		Vivery
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-header {
  left: 0;
  min-width: 300px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media (min-width: 783px) {
  body.admin-bar #theme-header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar #theme-header {
    top: 46px;
  }
}

#theme-header-inner {
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: relative;
  z-index: 1;
}
#theme-header-inner > header::before, #theme-header-inner > header::after {
  content: "";
  display: table;
}
#theme-header-inner > header::after {
  clear: both;
}
#theme-header-inner > header {
  margin: 0 auto;
}
#theme-header-inner > header:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.5em 2em 1.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.2em 1.5em 1.2em;
  }
}
@media (max-width: 624px) {
  #theme-header-inner > header {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.9em 1em 0.9em;
  }
}
#theme-header-inner > header {
  position: relative;
}

body.elementor-editor-active #theme-header {
  left: auto;
  position: relative;
  top: auto;
}
body.elementor-editor-active #theme-header-inner {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  background-color: white;
}

body.viv-loaded #theme-header-inner > header {
  transition: padding-bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, padding-top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body.viv-scrolled #theme-header-inner {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  background-color: white;
}
body.viv-scrolled #theme-header-inner > header {
  padding-bottom: 0;
  padding-top: 0;
}

#theme-logo {
  display: block;
  float: left;
  margin: 0 -2em;
}
#theme-logo > a {
  display: block;
  padding: 1.5em 2em;
}
#theme-logo > a > svg {
  display: block;
  width: auto;
}
@media (min-width: 625px) {
  #theme-logo > a > svg {
    height: 66px;
  }
}
@media (max-width: 624px) {
  #theme-logo > a > svg {
    height: 44px;
  }
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Language Toggle Styles
 *
 * Styles for language toggle elements.
 *
 * @package		Vivery
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
.viv-language-toggle {
  color: #01493e;
  display: block;
}
.viv-language-toggle span {
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.viv-language-toggle span.viv-active {
  color: black;
}
.viv-language-toggle:hover {
  color: #01493e;
}
.viv-language-toggle:hover span[class]:not(.viv-active) {
  color: #4c37ba;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Navigation Styles
 *
 * Styles for the theme navigation.
 *
 * @package		Vivery
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-navigation {
  font-weight: bold;
}

#theme-top-menu a:not(.viv-button):not(.viv-language-toggle) {
  color: #0a0258;
}
#theme-top-menu a:not(.viv-button):not(.viv-language-toggle):hover,
#theme-top-menu li:hover > a:not(.viv-button):not(.viv-language-toggle) {
  color: #4c37ba;
}
#theme-top-menu a:not(.viv-button):not(.viv-language-toggle).viv-active,
#theme-top-menu li.viv-active > a:not(.viv-button):not(.viv-language-toggle) {
  color: black;
}
#theme-top-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}
#theme-top-menu li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
#theme-top-menu li a {
  display: block;
}
#theme-top-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-top-menu {
  transition: top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  right: 1.375em;
  top: 0.5625em;
}
@media (max-width: 992px) {
  #theme-top-menu {
    display: none;
  }
}
#theme-top-menu a {
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 0.5em;
}
#theme-top-menu a.viv-language-toggle {
  color: #0a0258;
}
#theme-top-menu a.viv-language-toggle:hover {
  color: #0a0258;
}

#theme-main-menu a:not(.viv-button):not(.viv-language-toggle) {
  color: #01493e;
}
#theme-main-menu a:not(.viv-button):not(.viv-language-toggle):hover,
#theme-main-menu li:hover > a:not(.viv-button):not(.viv-language-toggle) {
  color: #4c37ba;
}
#theme-main-menu a:not(.viv-button):not(.viv-language-toggle).viv-active,
#theme-main-menu li.viv-active > a:not(.viv-button):not(.viv-language-toggle) {
  color: black;
}
#theme-main-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}
#theme-main-menu li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
#theme-main-menu li a {
  display: block;
}
#theme-main-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-main-menu {
  transition: bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  bottom: 1.875em;
  position: absolute;
  right: 2em;
}
@media (max-width: 992px) {
  #theme-main-menu {
    display: none;
  }
}
#theme-main-menu li {
  position: relative;
}
#theme-main-menu li a {
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#theme-main-menu li ul {
  box-shadow: 0.125em 0.125em 0.25em 0 rgba(0, 0, 0, 0.25);
  background-color: #dbebe2;
  display: none;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
}
#theme-main-menu li ul ul {
  display: none !important;
}
#theme-main-menu li ul li {
  display: block;
}
#theme-main-menu li ul li a {
  display: block;
  font-size: 1.25em;
  padding: 0.375em 0.75em;
  white-space: nowrap;
}
#theme-main-menu li ul li:first-child > a {
  padding-top: 0.625em;
}
#theme-main-menu li ul li:last-child > a {
  padding-bottom: 0.625em;
}
#theme-main-menu > li > a {
  font-size: 1.5625em;
  line-height: 1.25em;
}
#theme-main-menu > li > a.viv-button {
  margin-left: 0.6em;
  padding: 0.4em 1em;
}
#theme-main-menu > li > a:not(.viv-button) {
  padding: 0.4em 0.6em;
}

body.viv-scrolled #theme-top-menu {
  top: 0.125em;
}
body.viv-scrolled #theme-main-menu {
  bottom: 0.75em;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Mobile Menu Styles
 *
 * Styles for the theme mobile menu.
 *
 * @package		Vivery
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-mobile-menu-toggle {
  cursor: pointer;
  float: right;
  margin-right: -2em;
  overflow: hidden;
  padding: 2.8125em 2em;
}
@media (min-width: 993px) {
  #theme-mobile-menu-toggle {
    display: none;
  }
}
@media (max-width: 624px) {
  #theme-mobile-menu-toggle {
    padding-bottom: 2.125em;
    padding-top: 2.125em;
  }
}
#theme-mobile-menu-toggle > div {
  height: 1.5em;
  position: relative;
  width: 2.25em;
}
#theme-mobile-menu-toggle > div > span {
  border-radius: 0.125em;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #01493e;
  height: 0.25em;
  left: 0;
  position: absolute;
  width: 100%;
}
#theme-mobile-menu-toggle > div > span:first-child {
  top: 0;
}
#theme-mobile-menu-toggle > div > span:last-child {
  bottom: 0;
}
#theme-mobile-menu-toggle > div > span:not(:first-child):not(:last-child) {
  top: 50%;
  margin-top: -0.125em;
}
#theme-mobile-menu-toggle > div > span:nth-child(2) {
  opacity: 0;
}
#theme-mobile-menu-toggle:hover > div > span {
  background-color: #4c37ba !important;
}
#theme-mobile-menu-toggle.viv-open > div > span {
  background-color: black;
}
#theme-mobile-menu-toggle.viv-open > div > span:first-child {
  height: 0;
  margin-top: -0.25em;
  opacity: 0;
}
#theme-mobile-menu-toggle.viv-open > div > span:nth-child(2) {
  transform: rotate(45deg);
  transform-style: preserve-3d;
  opacity: 1;
}
#theme-mobile-menu-toggle.viv-open > div > span:nth-last-child(2) {
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
#theme-mobile-menu-toggle.viv-open > div > span:last-child {
  height: 0;
  margin-top: 0.25em;
  opacity: 0;
}

#theme-mobile-menu {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
  max-width: calc(100% - 2em);
  top: calc(50% + 1.75em);
}
#theme-mobile-menu a:not(.viv-button):not(.viv-language-toggle) {
  color: #01493e;
}
#theme-mobile-menu a:not(.viv-button):not(.viv-language-toggle):hover,
#theme-mobile-menu li:hover > a:not(.viv-button):not(.viv-language-toggle) {
  color: #4c37ba;
}
#theme-mobile-menu a:not(.viv-button):not(.viv-language-toggle).viv-active,
#theme-mobile-menu li.viv-active > a:not(.viv-button):not(.viv-language-toggle) {
  color: black;
}
#theme-mobile-menu {
  background-color: #dbebe2;
  display: none;
  font-size: 1.25em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  text-align: center;
  width: 300px;
}
@media (min-width: 993px) {
  #theme-mobile-menu {
    display: none !important;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-mobile-menu {
    right: 1.5em;
  }
}
@media (max-width: 624px) {
  #theme-mobile-menu {
    right: 1em;
  }
}
#theme-mobile-menu > div {
  position: relative;
  top: 0;
  width: 100%;
}
#theme-mobile-menu > div ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}
#theme-mobile-menu > div ul li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
#theme-mobile-menu > div ul li a {
  display: block;
}
#theme-mobile-menu > div ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-mobile-menu > div ul {
  padding: 0.8em 0;
}
#theme-mobile-menu > div ul li {
  display: block;
  padding: 0 0.8em;
  position: relative;
}
#theme-mobile-menu > div ul a {
  font-weight: normal;
}
#theme-mobile-menu > div ul a:not(.viv-button) {
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 0.6em 0.8em;
  position: relative;
  z-index: 1;
}
#theme-mobile-menu > div ul a:not(.viv-button):hover {
  background-color: #01493e;
  text-decoration: none;
}
#theme-mobile-menu > div ul a:not(.viv-button) span {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.25em;
}
#theme-mobile-menu > div ul a.viv-button {
  display: inline-block;
  margin: 0.6em 0.8em;
}
#theme-mobile-menu > div ul ul {
  display: none;
}
#theme-mobile-menu > div ul > li.menu-item-has-children > a::after,
#theme-mobile-menu > div ul > li.viv-parent-menu > a::before {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  margin: -0.25em 0 0.0625em;
  vertical-align: bottom;
}
#theme-mobile-menu > div ul > li.menu-item-has-children > a::after {
  content: "›";
  margin-left: 0.125em;
}
#theme-mobile-menu > div ul > li.viv-parent-menu > a {
  cursor: pointer;
}
#theme-mobile-menu > div ul > li.viv-parent-menu > a::before {
  content: "‹";
  margin-right: 0.125em;
}
#theme-mobile-menu > div ul > li.viv-parent-menu-item > a {
  font-weight: bold;
}
#theme-mobile-menu > div:first-child ul a {
  font-weight: bold;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Content Styles
 *
 * Styles for content elements.
 *
 * @package		Vivery
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
.viv-container {
  background: transparent none no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.viv-container > .viv-container-inner::before, .viv-container > .viv-container-inner::after {
  content: "";
  display: table;
}
.viv-container > .viv-container-inner::after {
  clear: both;
}
.viv-container > .viv-container-inner {
  margin: 0 auto;
}
.viv-container > .viv-container-inner:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .viv-container > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 5em 2em 5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .viv-container > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 4em 1.5em 4em;
  }
}
@media (max-width: 624px) {
  .viv-container > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3em 1em 3em;
  }
}
.viv-container > .viv-container-inner {
  position: relative;
  z-index: 1;
}
.viv-container > .viv-container-inner article {
  margin: 0 auto;
}
@media (min-width: 993px) {
  .viv-container.viv-padding-bottom-half > .viv-container-inner {
    margin-bottom: 0em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .viv-container.viv-padding-bottom-half > .viv-container-inner {
    margin-bottom: 0em;
    padding-bottom: 2em;
  }
}
@media (max-width: 624px) {
  .viv-container.viv-padding-bottom-half > .viv-container-inner {
    margin-bottom: 0em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 993px) {
  .viv-container.viv-padding-bottom-none > .viv-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .viv-container.viv-padding-bottom-none > .viv-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (max-width: 624px) {
  .viv-container.viv-padding-bottom-none > .viv-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 993px) {
  .viv-container.viv-padding-top-half > .viv-container-inner {
    margin-top: 0em;
    padding-top: 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .viv-container.viv-padding-top-half > .viv-container-inner {
    margin-top: 0em;
    padding-top: 2em;
  }
}
@media (max-width: 624px) {
  .viv-container.viv-padding-top-half > .viv-container-inner {
    margin-top: 0em;
    padding-top: 1.5em;
  }
}
@media (min-width: 993px) {
  .viv-container.viv-padding-top-none > .viv-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .viv-container.viv-padding-top-none > .viv-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (max-width: 624px) {
  .viv-container.viv-padding-top-none > .viv-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
.viv-container.viv-padding-vertical-half > .viv-container-inner::before, .viv-container.viv-padding-vertical-half > .viv-container-inner::after {
  content: "";
  display: table;
}
.viv-container.viv-padding-vertical-half > .viv-container-inner::after {
  clear: both;
}
.viv-container.viv-padding-vertical-half > .viv-container-inner {
  margin: 0 auto;
}
.viv-container.viv-padding-vertical-half > .viv-container-inner:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .viv-container.viv-padding-vertical-half > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 2em 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .viv-container.viv-padding-vertical-half > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2em 1.5em 2em;
  }
}
@media (max-width: 624px) {
  .viv-container.viv-padding-vertical-half > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.5em 1em 1.5em;
  }
}
.viv-container.viv-padding-vertical-none > .viv-container-inner::before, .viv-container.viv-padding-vertical-none > .viv-container-inner::after {
  content: "";
  display: table;
}
.viv-container.viv-padding-vertical-none > .viv-container-inner::after {
  clear: both;
}
.viv-container.viv-padding-vertical-none > .viv-container-inner {
  margin: 0 auto;
}
.viv-container.viv-padding-vertical-none > .viv-container-inner:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .viv-container.viv-padding-vertical-none > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2em 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .viv-container.viv-padding-vertical-none > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}
@media (max-width: 624px) {
  .viv-container.viv-padding-vertical-none > .viv-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1em 0em;
  }
}

@media (min-width: 993px) {
  body:not(.elementor-editor-active) #theme-content > main > .viv-container:first-child,
  body:not(.elementor-editor-active) #theme-content > main > article:first-child > .elementor > .e-con:first-child {
    padding-top: 162px;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  body:not(.elementor-editor-active) #theme-content > main > .viv-container:first-child,
  body:not(.elementor-editor-active) #theme-content > main > article:first-child > .elementor > .e-con:first-child {
    padding-top: 152.38px;
  }
}
@media (max-width: 624px) {
  body:not(.elementor-editor-active) #theme-content > main > .viv-container:first-child,
  body:not(.elementor-editor-active) #theme-content > main > article:first-child > .elementor > .e-con:first-child {
    padding-top: 120.78px;
  }
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Vivery
 * @subpackage	Base Styles
 *
 * @since	1.0.0
 */
/**
 * Elementor Styles
 *
 * Styles for the Elementor plugin.
 *
 * @package		Vivery
 * @subpackage	Plugin Styles
 *
 * @since	1.0.0
 */
.elementor-element {
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --padding-top: 0;
}
.elementor > .e-con::before, .elementor > .e-con::after,
.elementor > .elementor-section-wrap > .e-con::before,
.elementor > .elementor-section-wrap > .e-con::after {
  content: "";
  display: table;
}
.elementor > .e-con::after,
.elementor > .elementor-section-wrap > .e-con::after {
  clear: both;
}
.elementor > .e-con,
.elementor > .elementor-section-wrap > .e-con {
  margin: 0 auto;
}
.elementor > .e-con:not(.e-con),
.elementor > .elementor-section-wrap > .e-con:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con,
  .elementor > .elementor-section-wrap > .e-con {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 5em 2em 5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con,
  .elementor > .elementor-section-wrap > .e-con {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 4em 1.5em 4em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con,
  .elementor > .elementor-section-wrap > .e-con {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3em 1em 3em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 10em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 8em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 6em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 2em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-double {
    margin-top: 0em;
    padding-top: 10em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-double {
    margin-top: 0em;
    padding-top: 8em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-double {
    margin-top: 0em;
    padding-top: 6em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-half {
    margin-top: 0em;
    padding-top: 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-half {
    margin-top: 0em;
    padding-top: 2em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-half {
    margin-top: 0em;
    padding-top: 1.5em;
  }
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
.elementor > .e-con.viv-padding-vertical-double::before, .elementor > .e-con.viv-padding-vertical-double::after,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double::before,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double::after {
  content: "";
  display: table;
}
.elementor > .e-con.viv-padding-vertical-double::after,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double::after {
  clear: both;
}
.elementor > .e-con.viv-padding-vertical-double,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double {
  margin: 0 auto;
}
.elementor > .e-con.viv-padding-vertical-double:not(.e-con),
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 10em 2em 10em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 8em 1.5em 8em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 6em 1em 6em;
  }
}
.elementor > .e-con.viv-padding-vertical-half::before, .elementor > .e-con.viv-padding-vertical-half::after,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half::before,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half::after {
  content: "";
  display: table;
}
.elementor > .e-con.viv-padding-vertical-half::after,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half::after {
  clear: both;
}
.elementor > .e-con.viv-padding-vertical-half,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half {
  margin: 0 auto;
}
.elementor > .e-con.viv-padding-vertical-half:not(.e-con),
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 2em 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2em 1.5em 2em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.5em 1em 1.5em;
  }
}
.elementor > .e-con.viv-padding-vertical-none::before, .elementor > .e-con.viv-padding-vertical-none::after,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none::before,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none::after {
  content: "";
  display: table;
}
.elementor > .e-con.viv-padding-vertical-none::after,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none::after {
  clear: both;
}
.elementor > .e-con.viv-padding-vertical-none,
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none {
  margin: 0 auto;
}
.elementor > .e-con.viv-padding-vertical-none:not(.e-con),
.elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none:not(.e-con) {
  max-width: 82.125em;
}
@media (min-width: 993px) {
  .elementor > .e-con.viv-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2em 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con.viv-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con.viv-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con.viv-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1em 0em;
  }
}
.elementor > .e-con > .e-con-inner,
.elementor > .elementor-section-wrap > .e-con > .e-con-inner {
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --padding-top: 0;
}
@media (max-width: 992px) {
  .elementor .elementor-widget-heading.viv-remove-br br, .elementor .elementor-widget-text-editor.viv-remove-br br {
    display: none;
  }
}
.elementor .elementor-widget-google_maps .elementor-custom-embed {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.elementor .elementor-widget-google_maps .elementor-custom-embed > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#theme-content {
  /**
   * General Element Styles
   *
   * General element styles for the theme.
   *
   * @package		Vivery
   * @subpackage	Base Styles
   *
   * @since	1.0.0
   */
  /**
   * Breakpoint Mixins
   *
   * Breakpoint variables, mixins and styles for the theme.
   *
   * @package		Vivery
   * @subpackage	Style Abstracts
   *
   * @since	1.0.0
   */
}
#theme-content #theme-breakpoint {
  height: 0;
  width: 1px;
}
@media (min-width: 1315px) and (max-width: 1640px) {
  #theme-content #theme-breakpoint {
    height: 1px;
  }
}
@media (min-width: 1154px) and (max-width: 1314px) {
  #theme-content #theme-breakpoint {
    height: 2px;
  }
}
@media (min-width: 993px) and (max-width: 1153px) {
  #theme-content #theme-breakpoint {
    height: 3px;
  }
}
@media (min-width: 783px) and (max-width: 992px) {
  #theme-content #theme-breakpoint {
    height: 4px;
  }
}
@media (min-width: 769px) and (max-width: 782px) {
  #theme-content #theme-breakpoint {
    height: 5px;
  }
}
@media (min-width: 625px) and (max-width: 768px) {
  #theme-content #theme-breakpoint {
    height: 6px;
  }
}
@media (min-width: 481px) and (max-width: 624px) {
  #theme-content #theme-breakpoint {
    height: 7px;
  }
}
@media (min-width: 391px) and (max-width: 480px) {
  #theme-content #theme-breakpoint {
    height: 8px;
  }
}
@media (max-width: 390px) {
  #theme-content #theme-breakpoint {
    height: 9px;
  }
}
#theme-content {
  /**
   * Theme Colors
   *
   * Color variables for the theme.
   *
   * @package		Vivery
   * @subpackage	Style Abstracts
   *
   * @since	1.0.0
   */
  /**
   * Font Styles
   *
   * Font styles for the theme.
   *
   * @package		Vivery
   * @subpackage	Style Abstracts
   *
   * @since	1.0.0
   */
  /**
   * Sass Functions
   *
   * Sass functions used during compilation.
   *
   * @package		Vivery
   * @subpackage	Style Abstracts
   *
   * @since	1.0.0
   */
  /**
   * General Element Styles
   *
   * General element styles for the theme.
   *
   * @package		Vivery
   * @subpackage	Base Styles
   *
   * @since	1.0.0
   */
  /**
   * General Mixins
   *
   * General mixins useful for any theme.
   *
   * @package		Vivery
   * @subpackage	Style Abstracts
   *
   * @since	1.0.0
   */
  /**
   * Internal Element Styles
   *
   * Internal element styles for the theme.
   *
   * @package		Vivery
   * @subpackage	Base Styles
   *
   * @since	1.0.0
   */
}
#theme-content ol,
#theme-content ul {
  padding-left: 1.5em;
}
#theme-content ol ol {
  list-style-type: lower-alpha;
}
#theme-content ol ol ol {
  list-style-type: lower-roman;
}