@charset "UTF-8";
/*!
Theme Name: g4team
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g4team_
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 with others.

_s is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
}

/**
 * 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;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3828993, 2019-10-28T10:52:43-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gilroy-Light by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light/
 *
 * Webfont: Gilroy-ExtraBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3828993
 * Licensed pageviews: 500,000
 * Webfonts copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/
@font-face {
  font-family: "Gilroy-Light";
  src: url("webfonts/3A6D01_0_0.eot");
  src: url("webfonts/3A6D01_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3A6D01_0_0.woff2") format("woff2"), url("webfonts/3A6D01_0_0.woff") format("woff"), url("webfonts/3A6D01_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("webfonts/Gilroy-SemiBold.woff2") format("woff2"), url("webfonts/Gilroy-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("webfonts/Gilroy-Bold.woff2") format("woff2"), url("webfonts/Gilroy-Bold.woff") format("woff");
  font-display: swap;
}
/*@font-face {
	font-family: 'Gilroy-ExtraBold';
	src: url('webfonts/3A6D01_1_0.eot');
	src: url('webfonts/3A6D01_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/3A6D01_1_0.woff2') format('woff2'), url('webfonts/3A6D01_1_0.woff') format('woff'), url('webfonts/3A6D01_1_0.ttf') format('truetype');
	font-display: swap;
}*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #656565;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
}

h1 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 51.2px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.entry-content > h1:first-child, .entry-content > h2:first-child {
  margin-top: 0;
}

.single-post h2, .betterdocs-single-wraper h2 {
  margin: 10px 0;
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .single-post h2, .betterdocs-single-wraper h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .single-post h2, .betterdocs-single-wraper h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.single-post h3, .betterdocs-single-wraper h3 {
  margin: 5px 0;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .single-post h3, .betterdocs-single-wraper h3 {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .single-post h3, .betterdocs-single-wraper h3 {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  border-color: #00a0ba;
  border-style: solid;
  /*rtl:ignore*/
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 1.5rem 0;
  /*rtl:ignore*/
  padding: 0.5rem 0 0.5rem 2rem;
}
blockquote > cite {
  display: inline-block;
  margin-bottom: 1.5em;
}
blockquote + blockquote {
  margin-top: 3em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ffffff; /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

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

ul, ol {
  margin: 0 0 1.5em 1em;
  padding-left: 1em;
}
ul li, ol li {
  margin-bottom: 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  text-decoration: none;
  border: none;
  background-color: #00a0ba;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  font-size: 13.92px;
  font-size: 0.87rem;
  color: #ffffff;
  line-height: 1.2;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
  transition: background-color 100ms linear;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  background-color: #30d0ea;
  color: #ffffff;
}
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,
.button:active,
.button:focus {
  background-color: #30d0ea;
  color: #ffffff;
}

input[type=submit] {
  font-size: 22.4px;
  font-size: 1.4rem;
}
input[type=submit]:disabled {
  background: gray;
}

span.wpcf7-not-valid-tip {
  font-size: 16px;
  font-size: 1rem;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #d5ca34;
  background: #f3ea70;
}

div.wpcf7-mail-sent-ok {
  border: none;
  background: #00a0ba;
  color: #ffffff;
}

div.wpcf7-response-output {
  text-align: center;
  margin: 1em 0 1em 0;
  padding: 1em 1.5em 0.8em 1.5em;
}

form .submit-wrapper .ajax-loader {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  form .submit-wrapper {
    text-align: right;
  }
  form .submit-wrapper .ajax-loader {
    margin-right: 0;
  }
}
form .submit-wrapper p {
  margin: 0;
  display: inline-block;
  position: relative;
}
form .submit-wrapper p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00a0ba;
  background-color: #00a0ba;
  color: white;
  padding: 1rem 2rem;
  line-height: 1.4;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.button {
  font-size: 20.8px;
  font-size: 1.3rem;
  padding: 1em 1.8em 0.9em;
  display: inline-block;
}

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 {
  border: none;
  background: transparent;
  border-bottom: 2px solid #999;
  padding: 4px 0px;
  margin-bottom: 15px;
  max-width: 100%;
}
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;
  border-bottom-color: #00a0ba;
  outline: none;
}
input[type=text].has-value:valid,
input[type=email].has-value:valid,
input[type=url].has-value:valid,
input[type=password].has-value:valid,
input[type=search].has-value:valid,
input[type=number].has-value:valid,
input[type=tel].has-value:valid,
input[type=range].has-value:valid,
input[type=date].has-value:valid,
input[type=month].has-value:valid,
input[type=week].has-value:valid,
input[type=time].has-value:valid,
input[type=datetime].has-value:valid,
input[type=datetime-local].has-value:valid,
input[type=color].has-value:valid,
textarea.has-value:valid {
  border-bottom-color: #00a0ba;
}

select {
  border: 1px solid #ccc;
}

textarea {
  border: 2px solid #999;
  padding: 13px 15px;
  margin-top: 10px;
  width: 100%;
}
textarea:focus {
  border-color: #00a0ba;
}
textarea.has-value:valid {
  border-color: #00a0ba;
}

.wpcf7-list-item {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Shapes
--------------------------------------------------------------*/
.shape-wrapper {
  position: relative;
}

.shape {
  display: inline-block;
  z-index: -1;
}

.shape-rectangle1 {
  width: 200px;
  height: 60px;
  background: #f5f5f5;
}
.shape-rectangle1.shape-color-alt {
  background: #000000;
}

.shape-rectangle2 {
  width: 60px;
  height: 100%;
  background: #f5f5f5;
}

.shape-rectangle3 {
  width: 60px;
  height: 360px;
  background: #f5f5f5;
}

.shape-rectangle4 {
  width: 60px;
  height: 200px;
  background: #f5f5f5;
}
.shape-rectangle4.shape-color-alt {
  background: #000000;
}

.shape-parallelogram {
  width: 60px;
  height: 300px;
  transform: skew(-20deg);
  background: #f5f5f5;
}

.shape-parallelogram-left {
  transform: skew(20deg);
}

.shape-semicircle1 {
  width: 300px;
  height: 300px;
  background-color: transparent;
  border: 60px solid transparent;
  border-top: 60px solid #f5f5f5;
  border-left: 60px solid #f5f5f5;
  border-radius: 50%;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 50% 50%);
  transform: rotate(-135deg);
}

.shape-semicircle2 {
  width: 300px;
  height: 300px;
  background-color: transparent;
  border: 60px solid transparent;
  border-top: 60px solid #f5f5f5;
  border-left: 60px solid #f5f5f5;
  border-right: 60px solid #f5f5f5;
  border-radius: 50%;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 50% 50%);
  transform: rotate(135deg);
}

.shape-heart {
  position: relative;
  width: 100px;
  height: 90px;
}
.shape-heart:before, .shape-heart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.shape-heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.shape-infinity {
  position: relative;
  width: 212px;
  height: 100px;
  box-sizing: content-box;
}
.shape-infinity:before, .shape-infinity:after {
  content: "";
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 20px solid #f5f5f5;
  border-radius: 50px 50px 0 50px;
  transform: rotate(-45deg);
}
.shape-infinity:after {
  left: auto;
  right: 0;
  border-radius: 50px 50px 50px 0;
  transform: rotate(45deg);
}

.shape-pacman {
  width: 0px;
  height: 0px;
  border-right: 60px solid transparent;
  border-top: 60px solid #f5f5f5;
  border-left: 60px solid #f5f5f5;
  border-bottom: 60px solid #f5f5f5;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.shape-space-invader {
  box-shadow: 0 0 0 1em #f5f5f5, 0 1em 0 1em #f5f5f5, -2.5em 1.5em 0 0.5em #f5f5f5, 2.5em 1.5em 0 0.5em #f5f5f5, -3em -3em 0 0 #f5f5f5, 3em -3em 0 0 #f5f5f5, -2em -2em 0 0 #f5f5f5, 2em -2em 0 0 #f5f5f5, -3em -1em 0 0 #f5f5f5, -2em -1em 0 0 #f5f5f5, 2em -1em 0 0 #f5f5f5, 3em -1em 0 0 #f5f5f5, -4em 0 0 0 #f5f5f5, -3em 0 0 0 #f5f5f5, 3em 0 0 0 #f5f5f5, 4em 0 0 0 #f5f5f5, -5em 1em 0 0 #f5f5f5, -4em 1em 0 0 #f5f5f5, 4em 1em 0 0 #f5f5f5, 5em 1em 0 0 #f5f5f5, -5em 2em 0 0 #f5f5f5, 5em 2em 0 0 #f5f5f5, -5em 3em 0 0 #f5f5f5, -3em 3em 0 0 #f5f5f5, 3em 3em 0 0 #f5f5f5, 5em 3em 0 0 #f5f5f5, -2em 4em 0 0 #f5f5f5, -1em 4em 0 0 #f5f5f5, 1em 4em 0 0 #f5f5f5, 2em 4em 0 0 #f5f5f5;
  background: #f5f5f5;
  width: 1em;
  height: 1em;
  overflow: hidden;
  margin: 50px 0 70px 65px;
}

.shape-lock {
  font-size: 8px;
  position: relative;
  width: 18em;
  height: 13em;
  border-radius: 2em;
  top: 10em;
  box-sizing: border-box;
  border: 3.5em solid #f5f5f5;
  border-right-width: 7.5em;
  border-left-width: 7.5em;
  margin: 0 0 6rem 0;
}
.shape-lock:before, .shape-lock:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
}
.shape-lock:before {
  border: 2.5em solid #f5f5f5;
  width: 14em;
  height: 12em;
  left: 50%;
  margin-left: -7em;
  top: -12em;
  border-top-left-radius: 7em;
  border-top-right-radius: 7em;
}
.shape-lock:after {
  border: 1em solid #f5f5f5;
  width: 5em;
  height: 8em;
  border-radius: 2.5em;
  left: 50%;
  top: -1em;
  margin-left: -2.5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #656565;
  text-decoration-thickness: 1px;
  text-decoration-color: #00a0ba;
  /*text-underline-offset: 4px;*/
  text-underline-position: under;
  text-decoration-style: dotted;
  /*&:visited {
  	color: $color__link-visited;
  }*/
}
a:hover, a:focus, a:active {
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.has-g-4-team-white-color > a {
  text-decoration-color: #fff;
}

a:not([href*="https://giga4.team"]):not([href*="https://my.giga4.team"]):not([href^="#"]):not([href^="/"]):not([href^="mailto:"]):not([href^="tel:"]):not([href^="javascript:"]) {
  margin-right: 0.9em;
}
a:not([href*="https://giga4.team"]):not([href*="https://my.giga4.team"]):not([href^="#"]):not([href^="/"]):not([href^="mailto:"]):not([href^="tel:"]):not([href^="javascript:"])::after {
  content: "↗";
  text-decoration: none;
  position: absolute;
  margin-top: 0px;
  margin-left: 3px;
  opacity: 0.6;
}
a:not([href*="https://giga4.team"]):not([href*="https://my.giga4.team"]):not([href^="#"]):not([href^="/"]):not([href^="mailto:"]):not([href^="tel:"]):not([href^="javascript:"]):hover:after, a:not([href*="https://giga4.team"]):not([href*="https://my.giga4.team"]):not([href^="#"]):not([href^="/"]):not([href^="mailto:"]):not([href^="tel:"]):not([href^="javascript:"]):active:after, a:not([href*="https://giga4.team"]):not([href*="https://my.giga4.team"]):not([href^="#"]):not([href^="/"]):not([href^="mailto:"]):not([href^="tel:"]):not([href^="javascript:"]):focus:after {
  opacity: 1;
}

.entry-content a[href^="https://giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link), .entry-content a[href^="https://my.giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link), .entry-content a[href^="#"]:not(.button):not(.item-link):not(.wp-block-button__link), .entry-content a[href^="/"]:not(.button):not(.item-link):not(.wp-block-button__link) {
  margin-right: 0.9em;
}
.entry-content a[href^="https://giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link)::after, .entry-content a[href^="https://my.giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link)::after, .entry-content a[href^="#"]:not(.button):not(.item-link):not(.wp-block-button__link)::after, .entry-content a[href^="/"]:not(.button):not(.item-link):not(.wp-block-button__link)::after {
  content: "↗";
  transform: rotate(45deg);
  text-decoration: none;
  position: absolute;
  margin-top: 0px;
  margin-left: 3px;
  opacity: 0.6;
}
.entry-content a[href^="https://giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link):hover:after, .entry-content a[href^="https://giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link):active:after, .entry-content a[href^="https://giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link):focus:after, .entry-content a[href^="https://my.giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link):hover:after, .entry-content a[href^="https://my.giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link):active:after, .entry-content a[href^="https://my.giga4.team"]:not(.button):not(.item-link):not(.wp-block-button__link):focus:after, .entry-content a[href^="#"]:not(.button):not(.item-link):not(.wp-block-button__link):hover:after, .entry-content a[href^="#"]:not(.button):not(.item-link):not(.wp-block-button__link):active:after, .entry-content a[href^="#"]:not(.button):not(.item-link):not(.wp-block-button__link):focus:after, .entry-content a[href^="/"]:not(.button):not(.item-link):not(.wp-block-button__link):hover:after, .entry-content a[href^="/"]:not(.button):not(.item-link):not(.wp-block-button__link):active:after, .entry-content a[href^="/"]:not(.button):not(.item-link):not(.wp-block-button__link):focus:after {
  opacity: 1;
}

a:not([href]) {
  margin-right: 0;
}
a:not([href])::after {
  content: "" !important;
}

.machete_accept_cookie_btn:hover {
  color: #000;
  background: #efefef;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
@media print {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  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 {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-left: 20px;
  margin-bottom: 0;
}
.main-navigation li:first-child {
  margin-left: 0px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  /*text-decoration: underline;*/
}
.main-navigation .menu {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  font-family: "Gilroy-Bold", sans-serif;
}
@media screen and (min-width: 1025px) {
  .main-navigation .menu {
    display: inline-block;
  }
}
.main-navigation .menu > ul > li {
  margin-left: 35px;
}
.main-navigation .menu > ul > li:first-child {
  margin-left: 0px;
}
.main-navigation a {
  display: block;
  color: #000000;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #00a0ba;
  text-underline-offset: 4px;
  text-decoration-style: solid;
}

.menu-toggle {
  display: block;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  text-indent: -9999px;
  position: relative;
  background: none;
  padding: 20px 20px;
  transition: none !important;
  -webkit-appearance: none;
  /*@media screen and (min-width: $size__show_menu) {
  display: none;
   }*/
}
.menu-toggle:focus, .menu-toggle:hover, .menu-toggle:active {
  background-color: transparent !important;
}
.menu-toggle .menu-toggle-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
  top: 50%;
  display: block;
  margin-top: -2px;
  left: 10px;
}
.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner:after, .menu-toggle .menu-toggle-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-property: transform;
  border-radius: 4px;
  background-color: #00a0ba;
}
.menu-toggle .menu-toggle-inner:after {
  content: "";
  display: block;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -10px;
}
.menu-toggle .menu-toggle-inner:before {
  content: "";
  display: block;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
  top: -10px;
}

body.main-menu-toggled .main-navigation {
  display: block;
  max-height: 100vh;
  overflow: auto;
  transition: max-height 0.5s ease-in;
}
body.main-menu-toggled .menu-toggle {
  color: #00a0ba;
}
body.main-menu-toggled .menu-toggle .menu-toggle-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
body.main-menu-toggled .menu-toggle .menu-toggle-inner, body.main-menu-toggled .menu-toggle .menu-toggle-inner:after, body.main-menu-toggled .menu-toggle .menu-toggle-inner:before {
  background-color: #ffffff;
}
body.main-menu-toggled .menu-toggle .menu-toggle-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
body.main-menu-toggled .menu-toggle .menu-toggle-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

/* Small menu. */
@media screen and (max-width: 1024px) {
  body.main-menu-toggled .main-navigation {
    padding: 20px 35px;
    /*.menu-toggle{
    position: absolute;
    top: 20px;
    right: 35px;
    @media screen and ($media__tablet){
      right: 60px;
    }
    color: $color__link;
    .menu-close{
      display: block;
    }
    .menu-open{
      display: none;
    }

     }*/
  }
  body.main-menu-toggled .main-navigation ul {
    display: block;
    text-align: center;
  }
  body.main-menu-toggled .main-navigation ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  body.main-menu-toggled .main-navigation ul li a {
    text-decoration-color: #ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  body.main-menu-toggled .main-navigation .menu {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media print {
  .menu-toggle, .post-edit-link {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #656565;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
html.print .screen-reader-text {
  display: none;
}
@media print {
  .screen-reader-text {
    display: none;
  }
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.lord-icon-section {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90px;
  height: 90px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* Main column width */
body.wp-admin .wp-block {
  max-width: 1280px;
}

/* Width of "wide" blocks */
body.wp-admin .wp-block[data-align=wide] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
body.wp-admin .wp-block[data-align=full] {
  max-width: none;
}

.entry-content > .wp-block-g4blk-home-cta1:first-child .title {
  margin-top: 0;
}

.wp-block-g4blk-home-cta1 {
  margin: 0 auto 60px auto;
}
.wp-block-g4blk-home-cta1 .title {
  margin-top: 30px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-g4blk-home-cta1 .title {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .title {
    text-align: left;
    font-size: 80px;
    font-size: 5rem;
  }
}
.wp-block-g4blk-home-cta1 .text-wrapper {
  text-align: center;
  line-height: 1.5;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.wp-block-g4blk-home-cta1 .text-wrapper .text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .text-wrapper .text {
    margin-left: 0;
  }
}
.wp-block-g4blk-home-cta1 .text-wrapper .text p:first-child {
  margin-top: 0;
}
.wp-block-g4blk-home-cta1 .text-wrapper.no-button .text > p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .text-wrapper {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: auto;
    text-align: left;
  }
}
.wp-block-g4blk-home-cta1 .row1-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-g4blk-home-cta1 .row1-wrapper .title-wrapper {
  flex: 1 0 100%;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .row1-wrapper .title-wrapper {
    flex: 1 1 620px;
    max-width: 700px;
  }
}
.wp-block-g4blk-home-cta1 .row1-wrapper .shape-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
}
.wp-block-g4blk-home-cta1 .row1-wrapper .shape-wrapper .shape-rectangle1 {
  position: absolute;
  display: none;
}
.wp-block-g4blk-home-cta1 .row1-wrapper .shape-wrapper .shape-parallelogram {
  position: absolute;
  right: 70px;
  top: 58px;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .row1-wrapper .shape-wrapper {
    position: relative;
    width: auto;
    flex: 1 1 250px;
  }
  .wp-block-g4blk-home-cta1 .row1-wrapper .shape-wrapper .shape-rectangle1 {
    display: block;
    top: 30%;
    left: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .wp-block-g4blk-home-cta1 .row1-wrapper .shape-wrapper .shape-rectangle1 {
    width: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .row1-wrapper .shape-wrapper .shape-parallelogram {
    right: 55px;
    bottom: 30px;
    top: auto;
  }
}
.wp-block-g4blk-home-cta1 .row2-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-g4blk-home-cta1 .row2-wrapper .text-wrapper {
  flex: 1 0 100%;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .row2-wrapper .text-wrapper {
    flex: 1 1 600px;
    max-width: 678px;
  }
}
.wp-block-g4blk-home-cta1 .row2-wrapper .shape-wrapper {
  display: none;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .row2-wrapper .shape-wrapper {
    display: block;
    flex: 1 0 250px;
  }
  .wp-block-g4blk-home-cta1 .row2-wrapper .shape-wrapper .shape-rectangle1 {
    position: absolute;
    top: 0;
    left: 10%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .wp-block-g4blk-home-cta1 .row2-wrapper .shape-wrapper .shape-rectangle1 {
    width: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta1 .row2-wrapper .shape-wrapper .shape-rectangle2 {
    position: absolute;
    right: 30px;
  }
}
.wp-block-g4blk-home-cta1.no-home .row1-wrapper .title-wrapper {
  flex: 1 1 800px;
  max-width: none;
}
.wp-block-g4blk-home-cta1.no-home .row1-wrapper .shape-wrapper {
  flex: 1 1 100px;
}
.wp-block-g4blk-home-cta1.no-home .text-wrapper {
  max-width: none;
}

.wp-block-g4blk-home-cta2 {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-g4blk-home-cta2 .title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .wp-block-g4blk-home-cta2 .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta2 .title {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta2 .title {
    max-width: 500px;
    text-align: left;
  }
}
.wp-block-g4blk-home-cta2 .text-wrapper {
  flex: 1 0 50%;
  text-align: center;
}
.wp-block-g4blk-home-cta2 .text-wrapper .text {
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-g4blk-home-cta2 .text-wrapper .text > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta2.position-left .text-wrapper {
    padding: 0 30px 0 60px;
    text-align: right;
  }
  .wp-block-g4blk-home-cta2.position-left .text-wrapper .text, .wp-block-g4blk-home-cta2.position-left .text-wrapper .title, .wp-block-g4blk-home-cta2.position-left .text-wrapper .button {
    margin-right: 0;
  }
  .wp-block-g4blk-home-cta2.position-right .text-wrapper {
    padding: 0 60px 0 30px;
    text-align: left;
  }
  .wp-block-g4blk-home-cta2.position-right .text-wrapper .text, .wp-block-g4blk-home-cta2.position-right .text-wrapper .title, .wp-block-g4blk-home-cta2.position-right .text-wrapper .button {
    margin-left: 0;
  }
}
.wp-block-g4blk-home-cta2 .shape-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
}
.wp-block-g4blk-home-cta2 .shape-wrapper .shape-rectangle3 {
  position: absolute;
  left: 20px;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .wp-block-g4blk-home-cta2 .shape-wrapper .shape-rectangle3 {
    left: 60px;
  }
}
.wp-block-g4blk-home-cta2 .shape-wrapper .shape-semicircle1 {
  position: absolute;
  display: none;
}
.wp-block-g4blk-home-cta2 .shape-wrapper .shape-semicircle2 {
  position: absolute;
  top: 60px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .wp-block-g4blk-home-cta2 .shape-wrapper .shape-semicircle2 {
    right: 45px;
    border-width: 45px;
    width: 250px;
    height: 250px;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta2 .shape-wrapper {
    position: relative;
    display: block;
    flex: 1 0 50%;
  }
  .wp-block-g4blk-home-cta2 .shape-wrapper .shape-rectangle3 {
    left: 30px;
    top: auto;
    bottom: 25px;
  }
  .wp-block-g4blk-home-cta2 .shape-wrapper .shape-semicircle1 {
    display: block;
    top: -150px;
    left: 40px;
  }
  .wp-block-g4blk-home-cta2 .shape-wrapper .shape-semicircle2 {
    top: 60px;
    right: -130px;
    transform: rotate(-45deg);
  }
}
.wp-block-g4blk-home-cta2.style-lc {
  margin-top: 150px;
}
.wp-block-g4blk-home-cta2.style-lc .text-wrapper {
  padding: 0;
  flex: 1 1 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-g4blk-home-cta2.style-lc .shape-wrapper:first-child .shape-semicircle1 {
  display: none;
}
.wp-block-g4blk-home-cta2.style-lc .shape-wrapper:first-child .shape-semicircle2 {
  top: -78px;
  left: 15px;
  right: auto;
  transform: rotate(-45deg);
  clip-path: polygon(150% 57%, 0% -200%, 0% 100%, 50% 50%);
}
@media screen and (min-width: 768px) {
  .wp-block-g4blk-home-cta2.style-lc .shape-wrapper:first-child .shape-semicircle2 {
    left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta2.style-lc .shape-wrapper:first-child {
    flex: 1 0 100px;
  }
  .wp-block-g4blk-home-cta2.style-lc .shape-wrapper:first-child .shape-semicircle2 {
    right: -120px;
    left: auto;
  }
}
.wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child {
  position: relative;
}
.wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child .shape-rectangle1 {
  position: absolute;
  display: none;
}
.wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child .shape-rectangle3 {
  display: none;
}
.wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child .shape-rectangle4 {
  position: absolute;
  display: none;
}
.wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child .shape-parallelogram {
  position: absolute;
  right: 40px;
  top: -320px;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child {
    flex: 1 0 200px;
  }
  .wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child .shape-rectangle1 {
    display: block;
    bottom: 0;
    right: auto;
    left: 60px;
    width: 60px;
  }
  .wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child .shape-rectangle4 {
    display: block;
    top: 0;
    right: auto;
    left: 60px;
  }
  .wp-block-g4blk-home-cta2.style-lc .shape-wrapper:last-child .shape-parallelogram {
    right: 40px;
    top: auto;
    bottom: 0;
  }
}

.wp-block-group.home-cta3 {
  width: 100vw;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 55px 35px 40px 35px;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .wp-block-group.home-cta3 {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-group.home-cta3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-group.home-cta3 h2 {
  margin-top: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-group.home-cta3 h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-group.home-cta3 h2 {
    text-align: left;
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.wp-block-group.home-cta3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-block-group.home-cta3 ul li {
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.wp-block-group.home-cta3 .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-columns.home-cta5 {
  margin-top: 80px;
  margin-bottom: 30px;
}
.wp-block-columns.home-cta5 .wp-block-column {
  margin-bottom: 50px;
}

.is-style-checkbox li {
  margin-bottom: 10px;
}
.is-style-checkbox li::before {
  top: 4px !important;
}

.wp-block-column.has-background {
  padding: 10px 30px;
}
.wp-block-column.has-background .is-style-checkbox {
  margin-left: 0;
}

@media (max-width: 781px) {
  .wp-block-column {
    margin-left: 0 !important;
  }
  .wp-block-column.has-background {
    margin-bottom: 2em;
  }
  .wp-block-column.has-background:last-child {
    margin-bottom: 0;
  }
  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}
.person-block-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #00a0ba;
  margin-bottom: 0px;
}
.person-block-name a {
  color: #00a0ba;
}

.person-block-position {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0.2rem !important;
}

.wp-block-g4blk-end-cta {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-end-cta {
    text-align: left;
    max-width: 700px;
    margin-left: auto;
  }
}
.wp-block-g4blk-end-cta .title1, .wp-block-g4blk-end-cta .title2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .wp-block-g4blk-end-cta .title1, .wp-block-g4blk-end-cta .title2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-end-cta .title1, .wp-block-g4blk-end-cta .title2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.wp-block-g4blk-end-cta .text {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .wp-block-g4blk-end-cta .text {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: auto;
  }
}

.wp-block-video.is-style-maxwidth-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.contact-block {
  width: 100vw;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 55px 35px 40px 35px;
  background: #f5f5f5;
}
.wp-block-group.contact-block h2 {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .wp-block-group.contact-block h2 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-group.contact-block {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-group.contact-block {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-group.contact-block .wpcf7 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .wp-block-group.contact-block .wpcf7 {
    max-width: none;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-group.contact-block .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-group.contact-block .wp-block-columns .wp-block-column {
    flex: 1 1 100% !important;
  }
}
.wp-block-group.contact-block .wp-block-column:nth-child(2n) {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .wp-block-group.contact-block .wp-block-column:nth-child(2n) {
    margin-top: 15px;
  }
}

body.g4co_solutions-template-default .wp-block-group.contact-block {
  margin-top: 0;
}

.contact-icons {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media screen and (min-width: 1025px) {
  .contact-icons {
    text-align: left;
  }
}
.contact-icons > * {
  flex: 1 1 300px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  margin-left: 30px;
}
.contact-icons > *:last-child {
  margin-bottom: 0;
}
.contact-icons > * .lord-icon {
  margin-bottom: 20px;
  width: auto;
  height: 54px;
  flex: 1 1 100%;
  margin-top: -4px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .contact-icons > * .lord-icon {
    flex: 1 0 40px;
  }
}
.contact-icons > * .text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  flex: 1 1 100%;
}
@media screen and (min-width: 1025px) {
  .contact-icons > * .text {
    flex: 1 1 150px;
  }
}
.contact-icons > * .text .timerange {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 400;
  color: #656565;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.contact-icons > * .text ul, .contact-icons > * .text li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-icons > * .text a {
  color: #000000;
}

.wp-block-media-text .shape-wrapper {
  width: 100%;
}
.wp-block-media-text .shape-wrapper .shape-parallelogram {
  right: 0;
  position: absolute;
  top: -33px;
}
.wp-block-media-text.has-media-on-the-right .shape-wrapper, .wp-block-media-text.is-style-right .shape-wrapper {
  width: 100%;
}
.wp-block-media-text.has-media-on-the-right .shape-wrapper .shape-rectangle3, .wp-block-media-text.is-style-right .shape-wrapper .shape-rectangle3 {
  left: -20px;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    text-align: center;
    margin-bottom: 30px;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media video {
    max-width: 400px;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content h1, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content h2, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content h3, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content h4 {
    text-align: center;
  }
}

ul.shortcode-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  align-items: center;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  font-size: 19.2px;
  font-size: 1.2rem;
}
ul.shortcode-services-list li {
  flex: 1 1 400px;
  padding: 0;
  margin-bottom: 1.5rem;
  margin-left: 30px;
}

@media screen and (max-width: 781px) {
  .wp-block-columns.tablet-fullwidth .wp-block-column {
    margin-left: 0;
    flex-basis: 100% !important;
  }
}

.has-g-4-team-turqoise-background-color {
  background-color: #00a0ba;
}

.has-g-4-team-gray-soft-background-color {
  background-color: #f5f5f5;
}

.has-g-4-team-white-color {
  color: white;
}
.has-g-4-team-white-color a {
  color: white;
}

ul.shortcode-solutions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.shortcode-solutions-list li {
  padding: 0;
  margin-bottom: 60px;
}
ul.shortcode-solutions-list li > a {
  text-decoration: none;
}

.wp-block-group.is-style-alert, .wp-block-group.is-style-info {
  margin-bottom: 40px;
  padding: 2rem;
}
.wp-block-group.is-style-alert .wp-block-group__inner-container > :first-child, .wp-block-group.is-style-info .wp-block-group__inner-container > :first-child {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
}
.wp-block-group.is-style-alert .wp-block-group__inner-container > *, .wp-block-group.is-style-info .wp-block-group__inner-container > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-block-group.is-style-alert .wp-block-group__inner-container > * + *, .wp-block-group.is-style-info .wp-block-group__inner-container > * + * {
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}
.wp-block-group.is-style-info {
  background: rgba(0, 160, 186, 0.1333333333);
  color: #00a0ba;
}
.wp-block-group.is-style-alert {
  border-radius: 0px;
  box-shadow: 10px 10px #888888;
  transition: box-shadow 300ms ease-out;
  box-shadow: 10px 10px #00a0ba;
  border: 1px solid #00a0ba;
  color: #00a0ba;
  background-color: #ffffff;
}
.wp-block-group.is-style-alert:hover {
  box-shadow: 10px 10px #333;
}

.wp-block-table.is-style-g4-estimate td {
  border-color: #00a0ba;
}
.wp-block-table.is-style-g4-estimate tr td:nth-child(2) {
  border-bottom-color: white;
  background: #00a0ba;
  color: white;
}
.wp-block-table.is-style-g4-estimate tr td:nth-child(2) {
  text-align: right;
  padding: 15px 25px;
}
.wp-block-table.is-style-g4-estimate tfoot {
  border-color: black;
}
.wp-block-table.is-style-g4-estimate tfoot td {
  border-bottom-color: #00a0ba;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.wp-block-table.is-style-g4-estimate tfoot tr td:nth-child(2) {
  border-bottom-color: #00a0ba;
}
.wp-block-table.is-style-g4-estimate figcaption {
  text-align: left;
  margin-bottom: 1.5em;
}
.wp-block-table.is-style-g4-estimate figcaption:not(.block-editor-rich-text__editable) {
  margin-top: -20px;
}

p.is-style-g4-conditions {
  padding: 2.5em 3em;
  background: #dadada;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media print {
  p.is-style-g4-conditions {
    border: 1px solid #555;
  }
}

.margin-bottom-0 {
  margin-bottom: 0;
}

@media screen and (min-width: 782px) {
  .wp-block-columns.is-style-icon-left > .wp-block-column:first-child {
    max-width: 80px;
  }
}
.wp-block-columns.is-style-background-color {
  padding: 2.25em 2.375em;
  gap: 3rem;
}
@media screen and (max-width: 781px) {
  .wp-block-columns.is-style-mobile-no-gap {
    gap: 0;
  }
}

.wp-block-column > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-block-column > * + * {
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}

.wp-block-gallery.is-style-logos {
  gap: 0 !important;
}
.wp-block-gallery.is-style-logos > .wp-block-image {
  width: auto !important;
  flex: 1 0 33% !important;
  max-width: 33% !important;
}
@media screen and (max-width: 1024px) {
  .wp-block-gallery.is-style-logos > .wp-block-image {
    flex: 1 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-gallery.is-style-logos > .wp-block-image {
    flex: 1 0 100% !important;
    max-width: 100% !important;
  }
}

.wp-block-embed.aligncenter .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.content-maxwidth {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .no-mobile {
    display: none;
  }
}
.wp-block-table {
  margin: 0;
}

.wp-block[data-align=left] > .wp-block-table,
.wp-block[data-align=right] > .wp-block-table,
.wp-block[data-align=center] > .wp-block-table {
  height: auto;
}

.wp-block[data-align=left] > .wp-block-table table,
.wp-block[data-align=right] > .wp-block-table table,
.wp-block[data-align=center] > .wp-block-table table {
  width: auto;
}

.wp-block[data-align=left] > .wp-block-table td,
.wp-block[data-align=left] > .wp-block-table th,
.wp-block[data-align=right] > .wp-block-table td,
.wp-block[data-align=right] > .wp-block-table th,
.wp-block[data-align=center] > .wp-block-table td,
.wp-block[data-align=center] > .wp-block-table th {
  word-break: break-word;
}

.wp-block[data-align=center] > .wp-block-table {
  text-align: initial;
}

.wp-block[data-align=center] > .wp-block-table table {
  margin: 0 auto;
}

.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
}

.wp-block-table td.is-selected,
.wp-block-table th.is-selected {
  border-color: #007cba;
  border-color: var(--wp-admin-theme-color);
  box-shadow: inset 0 0 0 1px #007cba;
  box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
  border-style: double;
}

.wp-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}

.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.alignleft td,
.wp-block-table.alignleft th, .wp-block-table.aligncenter td,
.wp-block-table.aligncenter th, .wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.wp-block-table {
  border-collapse: collapse;
}

.wp-block-table thead {
  border-bottom: 3px solid;
}

.wp-block-table tfoot {
  border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}

.wp-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.site-header, .content-wrapper, .footer-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .site-header, .content-wrapper, .footer-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

body.single-post .site-main .hentry {
  margin-left: -35px;
  margin-right: -35px;
}
@media screen and (min-width: 768px) {
  body.single-post .site-main .hentry {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (min-width: 1025px) {
  body.single-post .site-main .hentry {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: #ffffff;
}

.header-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -30px;
}
html.print .header-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print {
  .header-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .header-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.header-wrapper > * {
  margin-left: 30px;
}
.header-wrapper .site-branding {
  flex: 1 0 152px;
  /*max-width: 152px;*/
}
.header-wrapper .site-branding .site-title {
  max-width: 152px;
}
.header-wrapper .site-branding .site-title img {
  display: block;
}
.header-wrapper .menu-toggle {
  flex: 1 1 60px;
  max-width: 60px;
  margin-left: 0;
  text-align: right;
}
.header-wrapper .main-navigation {
  flex: 1 1 100%;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .header-wrapper .main-navigation {
    flex: 1 1 500px;
    margin-bottom: -7px;
  }
}

@media screen and (max-width: 1024px) {
  body.main-menu-toggled .site-header {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #00a0ba;
    padding: 0;
    z-index: 9;
  }
  body.main-menu-toggled .site-header .header-wrapper {
    justify-content: center;
    padding: 0;
    height: 100vh;
    align-content: start;
  }
  body.main-menu-toggled .site-header .header-wrapper .site-branding {
    padding: 23px 10px 20px 35px;
    max-width: none;
    background: #ffffff;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body.main-menu-toggled .site-header .header-wrapper .site-branding {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.main-menu-toggled .site-header .header-wrapper .site-branding .site-title {
    display: inline-block;
  }
  body.main-menu-toggled .site-header .header-wrapper .menu-toggle {
    flex: 1 1 95px;
    max-width: 95px;
    margin-left: 30px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body.main-menu-toggled .site-header .header-wrapper .menu-toggle {
    flex: 1 1 120px;
    max-width: 120px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.main-menu-toggled .site-header .header-wrapper .main-navigation {
    flex: 1 1 100%;
    display: flex;
    height: calc(100vh - 90px);
    justify-content: center;
    align-items: center;
  }
  body.main-menu-toggled .site-header .header-wrapper .main-navigation li, body.main-menu-toggled .site-header .header-wrapper .main-navigation li a {
    color: #ffffff;
  }
}
/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
body.single-post .site-main .entry-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body.single-post .site-main .entry-content figure {
  margin-bottom: 3rem;
}
body.single-post .site-main .entry-content h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
body.single-post .site-main .entry-content h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
body.single-post .site-main .hentry {
  background: #fafafa;
}
body.single-post .site-main .entry-header, body.single-post .site-main .assigned-user, body.single-post .site-main .entry-content, body.single-post .site-main .entry-footer {
  padding: 40px 35px;
}
body.single-post .site-main .entry-header {
  background: #00a0ba;
  padding: 40px 35px;
  color: white;
  text-align: center;
}
body.single-post .site-main .entry-header a, body.single-post .site-main .entry-header h1 {
  color: white;
}
body.single-post .site-main .entry-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold", sans-serif;
}
@media screen and (min-width: 768px) {
  body.single-post .site-main .entry-header h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  body.single-post .site-main .entry-header h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.single-post .site-main .entry-header .entry-meta {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  body.single-post .site-main .entry-header .entry-meta {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
body.single-post .site-main .assigned-user {
  flex: 1 0 100%;
  background: #333;
  padding: 40px 35px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}
body.single-post .site-main .assigned-user a {
  color: white;
}
@media (min-width: 768px), print {
  body.single-post .site-main .assigned-user {
    text-align: left;
  }
}
body.single-post .site-main .assigned-user .assigned-user-photo {
  flex: 1 1 140px;
  max-width: 140px;
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  body.single-post .site-main .assigned-user .assigned-user-photo {
    margin-right: 40px;
    margin-bottom: 0px;
  }
}
body.single-post .site-main .assigned-user .assigned-user-photo img {
  display: block;
  border-radius: 50%;
  filter: saturate(0);
}
body.single-post .site-main .assigned-user .assigned-user-photo.default-photo img {
  filter: none;
}
body.single-post .site-main .assigned-user .assigned-user-data {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  flex: 1 1 100%;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px), print {
  body.single-post .site-main .assigned-user .assigned-user-data {
    flex: 1 1 400px;
  }
}
body.single-post .site-main .assigned-user .assigned-user-data .assigned-user-name {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
}
body.single-post .site-main .assigned-user .assigned-user-data .assigned-user-description {
  margin-top: 10px;
}
body.single-post .site-main .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}

article.post-excerpt .entry-header h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 10px;
}
article.post-excerpt .entry-header .entry-meta {
  font-size: 14.4px;
  font-size: 0.9rem;
}
article.post-excerpt .entry-content {
  margin-top: 0;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.note-shortcode {
  background: #ffff51;
  color: black;
}

/* Frontpage */
/* Singlepage */
.site-coming-soon {
  text-align: center;
  padding: 3%;
}

/* Singleblog */
/* Singleservices */
.single-g4co_services .entry-content {
  margin-top: 0;
}
.single-g4co_services .entry-content > *:first-child {
  margin-top: 0;
}

/* Singlesolutions */
.excerpt-solutions {
  width: 100%;
  padding: 45px 50px 30px 50px;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: 10px 10px #888888;
  transition: box-shadow 300ms ease-out;
}
.excerpt-solutions:hover {
  box-shadow: 10px 10px #333;
}
@media screen and (max-width: 500px) {
  .excerpt-solutions {
    width: 87vw;
    margin-left: -10px;
    padding: 45px 30px 30px 30px;
  }
}
@media screen and (max-width: 400px) {
  .excerpt-solutions {
    width: 90vw;
    margin-left: -20px;
  }
}
.excerpt-solutions .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.excerpt-solutions .entry-content {
  margin: 0;
}
.excerpt-solutions .entry-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
.excerpt-solutions .entry-wrapper .entry-main {
  flex: 1 1 400px;
  margin-left: 50px;
}
.excerpt-solutions .entry-wrapper .entry-additional {
  flex: 1 1 150px;
  margin-left: 50px;
  margin-top: 10px;
}

@keyframes load-solution-skills-bar {
  from {
    width: 0%;
  }
}
@-webkit-keyframes load-solution-skills-bar {
  from {
    width: 0%;
  }
}
@-moz-keyframes load-solution-skills-bar {
  from {
    width: 0%;
  }
}
@-o-keyframes load-solution-skills-bar {
  from {
    width: 0%;
  }
}
.solution-skills-block .solution-skills-name {
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.solution-skills-block .solution-skills-bar {
  background-color: #5eccdd;
  min-width: 250px;
  /*padding: 4px;*/
  /*border-radius: 15px;*/
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
  position: relative;
  min-height: 25px;
}
.solution-skills-block .solution-skills-bar .text {
  color: white;
  width: 200px;
}
.solution-skills-block .solution-skills-bar .text:after {
  /*color: #ffffffd1;*/
  color: #ffffff;
  /*color: #a553dd;*/
  /*mix-blend-mode: color-dodge;*/
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  padding-left: 7px;
  content: attr(data-text);
  display: block;
  text-align: left;
}
.solution-skills-block .solution-skills-bar .bg {
  padding: 4px;
  background-color: #00a0ba;
  width: 50px;
  animation: load-solution-skills-bar 3s 0s;
  -webkit-animation: load-solution-skills-bar 3s 0s;
  -moz-animation: load-solution-skills-bar 3s 0s;
  -o-animation: load-solution-skills-bar 3s 0s;
}
.solution-skills-block .solution-skills-bar.learning .bg {
  width: calc(20% - 10px);
}
.solution-skills-block .solution-skills-bar.basic .bg {
  width: calc(40% - 10px);
}
.solution-skills-block .solution-skills-bar.intermediate .bg {
  width: calc(60% - 10px);
}
.solution-skills-block .solution-skills-bar.advanced .bg {
  width: calc(80% - 10px);
}
.solution-skills-block .solution-skills-bar.expert .bg {
  width: calc(100% - 10px);
}

/* Docs */
.betterdocs-search-form-wrap {
  margin-top: 0em;
  margin-bottom: 2.5em;
  padding: 0 !important;
  background: transparent !important;
  border-bottom: none;
}
.betterdocs-search-form-wrap .betterdocs-searchform {
  background: #fafafa;
}
.betterdocs-search-form-wrap .betterdocs-search-field {
  margin-bottom: 0;
}

.betterdocs-content-area {
  word-break: break-word;
}
.betterdocs-content-area .docs-single-main {
  background: #fafafa;
  max-width: 100%;
}
@media only screen and (max-width: 959px) {
  .betterdocs-content-area .docs-single-main {
    flex: 1 0 100% !important;
  }
}
.betterdocs-content-area .docs-listing-main {
  padding: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.betterdocs-content-area .docs-listing-main .docs-category-listing {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.betterdocs-content-area #betterdocs-sidebar {
  margin-left: 50px;
}

.betterdocs-single-wraper {
  background-color: transparent;
}
.betterdocs-single-wraper .betterdocs-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.betterdocs-single-wraper .betterdocs-content strong, .betterdocs-single-wraper .betterdocs-content b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
.betterdocs-single-wraper .betterdocs-entry-title {
  padding-bottom: 10px;
}
.betterdocs-single-wraper .betterdocs-content-area .docs-single-main {
  padding: 35px 40px !important;
}
@media only screen and (max-width: 767px) {
  .betterdocs-single-wraper .betterdocs-content-area .docs-single-main {
    padding: 30px 35px !important;
  }
}

#betterdocs-sidebar .sticky-toc-container {
  width: 280px;
}
#betterdocs-sidebar .betterdocs-categories-wrap {
  background: #00a0ba;
  border-radius: 5px;
}
#betterdocs-sidebar .betterdocs-categories-wrap .docs-item-container {
  border-left: 5px solid #00a0ba;
  border-right: 5px solid #00a0ba;
}

.betterdocs-single-wraper #betterdocs-sidebar .betterdocs-categories-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.betterdocs-archive-main .docs-single-cat-wrap {
  border: 5px solid #00a0ba;
}

.betterdocs-categories-wrap .docs-cat-title-wrap {
  background: #00a0ba !important;
  border-radius: 0 !important;
  border: none !important;
}
.betterdocs-categories-wrap .docs-cat-title-wrap h2, .betterdocs-categories-wrap .docs-cat-title-wrap h3 {
  color: white !important;
}
.betterdocs-categories-wrap .docs-cat-title-wrap .docs-cat-icon {
  display: none;
}
.betterdocs-categories-wrap .docs-cat-title-wrap .docs-item-count, .betterdocs-categories-wrap .docs-cat-title-wrap .docs-item-count span {
  background: white !important;
  color: #656565 !important;
}

.docs-category-listing {
  border: 1px solid #00a0ba;
}

#betterdocs-breadcrumb {
  margin-bottom: 20px;
}

.betterdocs-entry-content .betterdocs-toc {
  border: 1px solid #00a0ba;
}

.betterdocs-credit {
  display: none;
}

.betterdocs-el-single-sidebar .sticky-toc-container .betterdocs-toc, .betterdocs-single-layout1 .sticky-toc-container .betterdocs-toc {
  border: 1px solid #00a0ba;
  overflow-y: auto;
  padding-right: 20px;
}
.betterdocs-el-single-sidebar .sticky-toc-container .betterdocs-toc a.close-toc, .betterdocs-single-layout1 .sticky-toc-container .betterdocs-toc a.close-toc {
  display: none;
}

.g4co-vars-input-form {
  background-color: #fff;
  border: 1px solid #00a0ba;
  border-radius: 5px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-family: "Gilroy-Light", sans-serif;
}
.g4co-vars-input-form .title {
  color: #3f5876;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.g4co-vars-input-form .inputs label {
  text-transform: capitalize;
}
.g4co-vars-input-form .inputs input {
  margin-left: 10px;
  margin-bottom: 7px;
}
.g4co-vars-input-form input[type=submit] {
  font-size: 1.1rem;
  margin-top: 10px;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content {
  background-color: transparent !important;
}

.betterdocs-wrapper.betterdocs-single-wrapper {
  background: #fafafa !important;
}

.betterdocs-search-form-wrapper {
  border-bottom: none !important;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}

.betterdocs-single-wrapper.betterdocs-single-layout-1 .betterdocs-breadcrumb-item.current span,
.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a.active,
.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a:hover,
.betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-title:not(a) {
  color: #00a0ba !important;
}

.betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-category-grid-inner-wrapper .betterdocs-category-header .betterdocs-category-header-inner {
  border-bottom-color: #00a0ba !important;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header {
  border-color: #00a0ba !important;
}

.betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-footer button, .betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-footer a {
  border-color: #00a0ba !important;
  color: #00a0ba !important;
}

.betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-footer button:hover, .betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-footer a:hover {
  background-color: #00a0ba !important;
  color: white !important;
}

.betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper > :not(.betterdocs-grid-top-row-wrapper) .betterdocs-category-items-counts,
.betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper > :not(.betterdocs-grid-top-row-wrapper) .betterdocs-category-items-counts span,
.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts,
.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts span {
  background-color: #00a0ba !important;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header {
  background-color: rgba(0, 160, 186, 0.07) !important;
}

@media screen and (min-width: 960px) {
  .betterdocs-content-area {
    max-width: 70%;
  }
}
/*--------------------------------------------------------------
## 404 & search not found
--------------------------------------------------------------*/
.content-area .not-found {
  text-align: center;
  margin-bottom: 1.5em;
}
.content-area .not-found .shape-wrapper .shape-parallelogram {
  position: absolute;
  right: 15%;
}
.content-area .not-found .shape-wrapper .shape-semicircle2 {
  transform: rotate(45deg);
  width: 170px;
  height: 170px;
  border-width: 30px;
  margin-bottom: -150px;
}
@media screen and (min-width: 768px) {
  .content-area .not-found .shape-wrapper .shape-semicircle2 {
    width: 300px;
    height: 300px;
    border-width: 60px;
    margin-bottom: -245px;
  }
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 4rem;
}
.comments-area .comments-title {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.comment-meta .comment-author {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.comment-meta .comment-author > * {
  margin-right: 5px;
  font-family: "Gilroy-Light", sans-serif;
}
.comment-meta .comment-metadata {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.comment-reply-title small {
  margin-left: 5px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-list > li {
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.comment-list li.comment {
  word-wrap: break-word;
}
.comment-list ol.children {
  list-style: none;
  padding: 0;
}
.comment-list .comment-body {
  margin-bottom: 20px;
}
.comment-list .reply {
  text-align: right;
  margin-left: 10px;
}
.comment-list .comment-reply-link {
  text-decoration: none;
  border: 1px solid #00a0ba;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
  transition: background-color 100ms linear;
}
.comment-list .comment-reply-link:hover {
  background-color: #30d0ea;
  color: #ffffff;
}
.comment-list .comment-reply-link:active, .comment-list .comment-reply-link:focus {
  background-color: #30d0ea;
  color: #ffffff;
}
.comment-list .comment-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -30px;
}
.comment-list .comment-meta > * {
  /*flex: 1 1 150px;*/
  margin-left: 30px;
}
.comment-list .comment-meta .comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
}
.comment-list .comment-meta .reply {
  display: inline-block;
}
.comment-list .comment-content p:first-child {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .comment-form label {
    min-width: 180px;
    display: inline-block;
  }
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/* widgets */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f5f5f5;
  font-size: 16px;
  font-size: 1rem;
}
html.print #colophon {
  display: none;
}
@media print {
  #colophon {
    display: none;
  }
}
#colophon .footer1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -80px;
  justify-content: center;
}
#colophon .footer1 .custom-logo-link {
  flex: 1 1 120px;
  max-width: 120px;
}
#colophon .footer1 .contact {
  text-align: center;
  flex: 1 1 100%;
}
@media screen and (min-width: 1025px) {
  #colophon .footer1 .contact {
    text-align: left;
    flex: 6 1 300px;
  }
}
#colophon .footer1 .social {
  text-align: center;
  flex: 1 1 100%;
}
@media screen and (min-width: 1025px) {
  #colophon .footer1 .social {
    text-align: left;
    flex: none;
  }
}
#colophon .footer1 > * {
  margin-bottom: 40px;
  margin-left: 80px;
  color: #656565;
}
@media screen and (min-width: 1025px) {
  #colophon .footer1 > * {
    margin-bottom: 0;
  }
}
#colophon .footer1 > *:last-child {
  margin-bottom: 0;
}
#colophon .footer1 > * .title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  color: #656565;
  margin-top: 5px;
  margin-bottom: 15px;
}
#colophon .footer1 > * .text .item {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (min-width: 1025px) {
  #colophon .footer1 > * .text .item {
    margin-left: 30px;
  }
}
#colophon .footer1 > * .text .item:first-child {
  margin-left: 0;
}
#colophon .footer2 {
  margin-top: 80px;
  font-size: 12px;
  font-size: 0.75rem;
}
#colophon .footer2 .widget {
  margin-bottom: 0;
}
#colophon .footer2 ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#colophon .footer2 ul.menu li {
  display: inline-block;
  padding-left: 0;
  padding-bottom: 5px;
}
#colophon .footer2 ul.menu li:before {
  content: "/";
  margin-right: 5px;
  margin-left: 4px;
}
#colophon .footer2 ul.menu li:first-child:before {
  content: "";
}

#wpstats {
  display: none;
}

#CybotCookiebotDialogBodyContentTitle {
  display: none !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: 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;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
