@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i&display=swap);
/*!
Theme Name: CosmoTech
Theme URI: https://cosmotech.com/
Author: Forci
Author URI: https://forci.com/
Description: Custom theme for the CosmoTech website
Version: 1.0
Text Domain: cosmotech
*/
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/*! 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 */
  -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;
}

/**
 * Swiper 5.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
 * Set up a decent box model on the root element
 */
html {
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Removes the tap background color for webkit devices
 */
* {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

input, button, select, textarea {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border: none;
  outline: none;
}

.hidden {
  display: none;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

/* Hiding iOS video player controls
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none !important;
}

@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/cosmotech/assets/fonts/Gotham-Light.woff2") format("woff2"), url("/wp-content/themes/cosmotech/assets/fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/cosmotech/assets/fonts/Gotham-LightItalic.woff2") format("woff2"), url("/wp-content/themes/cosmotech/assets/fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/cosmotech/assets/fonts/Gotham-Book.woff2") format("woff2"), url("/wp-content/themes/cosmotech/assets/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/cosmotech/assets/fonts/Gotham-BookItalic.woff2") format("woff2"), url("/wp-content/themes/cosmotech/assets/fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/cosmotech/assets/fonts/Gotham-Bold.woff2") format("woff2"), url("/wp-content/themes/cosmotech/assets/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/cosmotech/assets/fonts/Gotham-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/cosmotech/assets/fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: rgb(41, 47, 51);
  font-size: 15px;
  line-height: 1.7;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

body.menu-open {
  overflow: hidden;
}

body {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

.header {
  width: 100%;
  height: 90px;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header .wrapper {
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .header .wrapper {
    padding: 0 20px;
  }
}
.header .logo {
  width: 130px;
  height: 55px;
  background: url("/wp-content/themes/cosmotech/assets/images/cosmotech-logo.svg") no-repeat center left;
  display: block;
  margin: 0 auto 0 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .header .logo {
    height: 45px;
    background-size: auto 45px;
  }
}
.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
.header .main-menu-trigger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .header .main-menu-trigger {
    display: block;
  }
}
.header .main-menu-trigger span {
  margin: 10px 5px;
  width: 30px;
  height: 2px;
  background: rgb(41, 47, 51);
  display: block;
  position: relative;
}
.header .main-menu-trigger span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  background: rgb(41, 47, 51);
}
.header .main-menu-trigger span:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 20px;
  background: rgb(41, 47, 51);
}
@media (max-width: 1024px) {
  .header .main-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    background: rgb(255, 255, 255);
    z-index: 30;
    transition: all 0.3s;
    overflow: hidden;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .header .main-menu.open {
    height: calc(100vh - 60px);
    padding: 20px 40px 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header .main-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .main-menu > ul {
    display: block;
  }
}
.header .main-menu > ul > li {
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .header .main-menu > ul > li.cta {
    margin-right: 0;
    margin-top: 50px;
  }
}
.header .main-menu > ul > li.cta a {
  font-size: 12px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .header .main-menu > ul > li.cta a {
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    font-size: 15px;
  }
}
@media (hover: hover) {
  .header .main-menu > ul > li.cta a:hover {
    color: rgb(0, 0, 0);
  }
}
.header .main-menu > ul > li > a {
  font-size: 15px;
  line-height: 90px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .header .main-menu > ul > li > a {
    line-height: 50px;
  }
}
@media (hover: hover) {
  .header .main-menu > ul > li > a:hover {
    color: rgb(255, 176, 57);
  }
}
.header .main-menu > ul > li.current-menu-parent > a {
  color: rgb(255, 176, 57);
}
@media (hover: hover) {
  .header .main-menu > ul > li:hover > a {
    color: rgb(255, 176, 57);
  }
  .header .main-menu > ul > li:hover .mega-menu {
    display: block;
    z-index: 21;
  }
}
.header .main-menu > ul > li .mega-menu {
  display: none;
  width: 100%;
  height: 250px;
  background: rgb(255, 255, 255);
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
  top: 90px;
  left: 0;
}
@media (max-width: 1140px) {
  .header .main-menu > ul > li .mega-menu {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .header .main-menu > ul > li .mega-menu {
    top: 0;
    display: block;
    height: auto;
    position: relative;
    border-bottom: none;
  }
}
.header .main-menu > ul > li .mega-menu > ul {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  padding: 30px 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .header .main-menu > ul > li .mega-menu > ul {
    display: block;
    height: auto;
    padding: 0;
  }
}
.header .main-menu > ul > li .mega-menu > ul > li {
  width: 20%;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .header .main-menu > ul > li .mega-menu > ul > li {
    width: 100%;
    margin: 0 0 0 10px;
  }
}
.header .main-menu > ul > li .mega-menu > ul > li > a {
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 0 0 10px 0;
  line-height: 20px;
}
@media (hover: hover) {
  .header .main-menu > ul > li .mega-menu > ul > li > a:hover {
    color: rgb(255, 176, 57);
  }
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article {
  width: 450px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
@media (max-width: 1140px) {
  .header .main-menu > ul > li .mega-menu > ul > li.menu-article {
    display: none;
  }
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article .menu-article-image {
  width: 200px;
  height: 100%;
  text-align: right;
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article .menu-article-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article .menu-article-details {
  width: 250px;
  padding: 0 10px 0 20px;
  flex-shrink: 0;
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article .menu-article-details .menu-article-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: rgb(255, 176, 57);
  text-decoration: none;
  display: block;
  margin: 0 0 10px 0;
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article .menu-article-details p {
  font-size: 13px;
  line-height: 20px;
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article .menu-article-details .menu-article-button {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.header .main-menu > ul > li .mega-menu > ul > li.menu-article .menu-article-details .menu-article-button:before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.header .main-menu > ul > li .mega-menu > ul > li > ul {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .header .main-menu > ul > li .mega-menu > ul > li > ul > li {
    margin-left: 10px;
  }
}
.header .main-menu > ul > li .mega-menu > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 5px 0;
}
@media (hover: hover) {
  .header .main-menu > ul > li .mega-menu > ul > li > ul > li > a:hover {
    color: rgb(255, 176, 57);
  }
}

body .general-cta {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.content-component .content-title {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 10px;
  font-weight: 400;
}
.content-component .content-title.text-left {
  text-align: left;
}
.content-component .content-title.text-center {
  text-align: center;
}
.content-component .content-title.text-right {
  text-align: right;
}
.content-component .content-title.font-size-68 {
  font-size: 68px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .content-component .content-title.font-size-68 {
    font-size: 42px;
  }
}
.content-component .content-title.font-size-54 {
  font-size: 54px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .content-component .content-title.font-size-54 {
    font-size: 42px;
  }
}
.content-component .content-title.font-size-42 {
  font-size: 42px;
}
.content-component .content-title.font-size-34 {
  font-size: 34px;
}
.content-component .content-title.font-size-32 {
  font-size: 32px;
}
.content-component .content-title.font-size-30 {
  font-size: 30px;
}
.content-component .content-title.font-size-25 {
  font-size: 25px;
}
.content-component .content-title.font-size-20 {
  font-size: 20px;
}
.content-component .content-title.font-weight-normal {
  font-weight: 400;
}
.content-component .content-title.font-weight-medium {
  font-weight: 500;
}
.content-component .content-title.font-weight-bold {
  font-weight: 600;
}
.content-component .content-title.dark-grey {
  color: rgb(41, 47, 51);
}
.content-component .content-title.yellow {
  color: rgb(255, 176, 57);
}
.content-component .content-title.white {
  color: rgb(255, 255, 255);
}
.content-component .content-text {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 10px;
  font-weight: 400;
}
.content-component .content-text.text-left {
  text-align: left;
}
.content-component .content-text.text-center {
  text-align: center;
}
.content-component .content-text.text-right {
  text-align: right;
}
.content-component .content-text.dark-grey {
  color: rgb(41, 47, 51);
}
.content-component .content-text.yellow {
  color: rgb(255, 176, 57);
}
.content-component .content-text.white {
  color: rgb(255, 255, 255);
}
.content-component .content-text.font-size-18 {
  font-size: 18px;
}
.content-component .content-text.font-size-16 {
  font-size: 16px;
}
.content-component .content-text.font-size-15 {
  font-size: 15px;
}
.content-component .content-text.font-size-14 {
  font-size: 14px;
}
.content-component .content-text.font-size-12 {
  font-size: 12px;
}
.content-component .content-text ul {
  margin: 0 0 0 20px;
  padding: 20px 0 0;
}
.content-component .content-text ul li {
  padding: 0 0 10px;
}
.content-component .content-spacer.spacing-10 {
  padding: 10px 0 0 0;
}
.content-component .content-spacer.spacing-20 {
  padding: 20px 0 0 0;
}
.content-component .content-spacer.spacing-40 {
  padding: 40px 0 0 0;
}

.article-preview-list {
  width: 100%;
  padding: 40px 0 10px;
}
@media (max-width: 1024px) {
  .article-preview-list {
    padding: 40px 20px 10px;
  }
}
.article-preview-list h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .article-preview-list h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.article-preview-list .article-preview-list-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.article-preview-list .article-preview-list-wrapper .article {
  width: 100%;
  min-height: 240px;
  background: rgb(248, 248, 247);
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.article-preview-list .article-preview-list-wrapper .article:nth-child(2n) {
  flex-direction: row;
}
.article-preview-list .article-preview-list-wrapper .article .article-content {
  flex-grow: 1;
  padding: 25px 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article .article-content {
    order: 2;
  }
}
.article-preview-list .article-preview-list-wrapper .article .article-content h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(255, 176, 57);
  margin: 0 0 10px 0;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.article-preview-list .article-preview-list-wrapper .article .article-image {
  width: 255px;
  display: block;
  flex-shrink: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article .article-image {
    width: 100%;
    height: 200px;
  }
}
.article-preview-list .article-preview-list-wrapper .article .article-image img {
  max-height: 240px;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article .article-image img {
    width: 100%;
    height: auto;
  }
}
.article-preview-list .article-preview-list-wrapper .article .article-image .overlay-link {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-category-page-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
  background-image: url("/wp-content/themes/cosmotech/assets/images/dark-grey-cover-back.png");
  background-size: cover;
  background-position: center center;
}
.blog-category-page-cover .blog-category-page-cover-content {
  height: 100%;
  width: 540px;
  background: rgba(41, 47, 51, 0.6);
  position: absolute;
  top: 0;
  left: calc(50% - 520px);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .blog-category-page-cover .blog-category-page-cover-content {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.blog-category-page-cover .blog-category-page-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-category-page-cover .blog-category-page-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.blog-post-cover {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  .blog-post-cover {
    height: auto;
    min-height: 250px;
  }
}
.blog-post-cover .blog-post-cover-content {
  height: 100%;
  width: 540px;
  background: rgba(41, 47, 51, 0.6);
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .blog-post-cover .blog-post-cover-content {
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
  }
}
.blog-post-cover .blog-post-cover-content .category-link {
  font-size: 14px;
  color: rgb(255, 176, 57);
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}
.blog-post-cover .blog-post-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-post-cover .blog-post-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-post-cover .blog-post-cover-content .blog-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
}

.cards {
  padding: 60px 0 80px;
}
@media (max-width: 1280px) {
  .cards {
    padding: 60px 20px 80px;
  }
}
.cards.grey {
  background: rgb(248, 248, 247);
}
.cards.grey .cards-wrapper .card {
  background: rgb(255, 255, 255);
}
.cards.grey.with-shadow .cards-wrapper .card {
  background: rgb(248, 248, 247);
}
.cards.dark-grey {
  background: rgb(41, 47, 51);
}
.cards.dark-grey .cards-wrapper .card {
  background: rgb(248, 248, 247);
}
.cards.dark-grey.with-shadow .cards-wrapper .card {
  background: rgb(248, 248, 247);
}
.cards.dark-grey h3 {
  color: rgb(255, 255, 255);
}
.cards.with-shadow .cards-wrapper .card {
  max-height: 580px;
  background: rgb(248, 248, 247);
  box-shadow: 10px 10px 0 rgb(213, 219, 225);
}
.cards.with-shadow .cards-wrapper .card .card-content {
  border-bottom: none;
}
.cards.with-shadow .cards-wrapper .card .card-image {
  height: 205px;
}
.cards.bottom-image .cards-wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 2px solid rgb(243, 97, 33);
}
.cards.bottom-image .cards-wrapper .card .card-content {
  border: none;
}
.cards.bottom-image.with-shadow .cards-wrapper .card {
  border-bottom: none;
}
.cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
}
@media (max-width: 768px) {
  .cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.cards .cards-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .cards .cards-wrapper {
    flex-wrap: wrap;
    max-width: 600px;
  }
}
.cards .cards-wrapper.is-2 .card {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .cards .cards-wrapper.is-2 .card {
    width: 100%;
  }
}
.cards .cards-wrapper .card {
  width: calc(33.3% - 20px);
  flex-shrink: 0;
  max-height: 490px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
}
@media (max-width: 1024px) {
  .cards .cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.cards .cards-wrapper .card .card-content {
  height: 260px;
  padding: 30px 30px 15px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid rgb(243, 97, 33);
}
@media (max-width: 1024px) {
  .cards .cards-wrapper .card .card-content {
    height: auto;
  }
}
.cards .cards-wrapper .card .card-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.cards .cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.cards .cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.cards .cards-wrapper .card .card-image {
  height: 230px;
  position: relative;
}
.cards .cards-wrapper .card .card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cards .cards-wrapper .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.chess-board-content .chest-board-content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 1280px) {
  .chess-board-content .chest-board-content-wrapper {
    padding: 50px 20px;
  }
}
.chess-board-content .chest-board-content-wrapper .article {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article {
    flex-wrap: wrap;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-content {
  width: 50%;
  flex-shrink: 0;
  padding: 0 15px 0 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article .article-content {
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media (max-width: 415px) {
  .chess-board-content .chest-board-content-wrapper .article .article-content {
    padding: 0 0 20px;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article .article-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-content .read-more-button-wrap {
  display: block;
}
.chess-board-content .chest-board-content-wrapper .article .article-content .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid rgb(70, 98, 130);
  color: rgb(70, 98, 130);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin: 40px 0 10px;
  transition: all 0.3s;
}
.chess-board-content .chest-board-content-wrapper .article .article-content .read-more-button-wrap .read-more-button:hover {
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
}
.chess-board-content .chest-board-content-wrapper .article .article-image {
  width: 50%;
  flex-shrink: 0;
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article .article-image {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-image img {
  width: 100%;
  height: auto;
}
.chess-board-content .chest-board-content-wrapper .article:nth-child(2n) {
  flex-direction: row-reverse;
}
.chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-content {
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 415px) {
  .chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-content {
    padding: 0 0 20px 0;
  }
}
.chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-image {
  padding: 0 15px 0 0;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-image {
    padding: 0;
  }
}

.content-with-side-form {
  width: 100%;
  position: relative;
}
.content-with-side-form:before {
  content: "";
  width: 30%;
  height: 100%;
  display: block;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .content-with-side-form:before {
    display: none;
  }
}
.content-with-side-form .content-with-side-form-wrap {
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap {
    flex-wrap: wrap;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-content {
  width: 50%;
  flex-shrink: 0;
  padding: 70px 30px 70px 0;
  margin-right: 10%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .content-with-side-form .content-with-side-form-wrap .side-content {
    padding: 60px 20px;
  }
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-content {
    width: 80%;
    margin: 0 10%;
  }
}
@media (max-width: 640px) {
  .content-with-side-form .content-with-side-form-wrap .side-content {
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-content p {
  margin-bottom: 20px;
}
.content-with-side-form .content-with-side-form-wrap .side-content ul {
  margin: 0 0 20px 0;
  padding: 0 0 5px 30px;
}
.content-with-side-form .content-with-side-form-wrap .side-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: rgb(255, 176, 57);
}
.content-with-side-form .content-with-side-form-wrap .side-content img {
  max-width: 100%;
  height: auto;
}
.content-with-side-form .content-with-side-form-wrap .side-form-content {
  width: 40%;
  flex-shrink: 0;
  padding: 70px 0 70px 100px;
  position: relative;
  z-index: 2;
  background: rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-form-content {
    width: 100%;
    padding: 60px 0;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-form-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-form-content h4 {
    text-align: center;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-form-content .side-form {
  max-width: 300px;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-form-content .side-form {
    margin: 0 auto;
  }
}

.cover-with-navigation {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-navigation {
    height: auto;
    min-height: 500px;
  }
}
.cover-with-navigation .cover-custom-pagination {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 10;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .cover-with-navigation .cover-custom-pagination {
    display: none;
  }
}
.cover-with-navigation .cover-custom-pagination li {
  margin: 0 0 15px 0;
  padding: 0;
}
.cover-with-navigation .cover-custom-pagination li a {
  padding: 0 0 0 30px;
  width: 180px;
  min-height: 20px;
  display: block;
  background: transparent;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.cover-with-navigation .cover-custom-pagination li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 8px;
  transition: all 0.3s;
}
.cover-with-navigation .cover-custom-pagination li.active a:before, .cover-with-navigation .cover-custom-pagination li:hover a:before {
  width: 20px;
  left: 0;
}
.cover-with-navigation .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-navigation .cover-wrapper .cover-main-content {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content {
    height: auto;
    min-height: 500px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-title {
  width: 540px;
  position: relative;
  top: 75px;
  left: calc(50% - 460px);
}
@media (max-width: 1280px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title {
    width: 60%;
    max-width: 540px;
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    top: 0;
    left: 0;
    padding: 75px 20px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-title span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 176, 57);
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 0 0;
}
@media (max-width: 415px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content {
  width: 350px;
  height: 100%;
  background: rgba(41, 47, 51, 0.7);
  position: absolute;
  top: 0;
  left: calc(50% + 190px);
  padding: 120px 20px 20px 47px;
}
@media (max-width: 1280px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 20px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content:before {
    top: 30px;
    left: auto;
    right: 20px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
}
@media (max-width: 415px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  text-decoration: none;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.cover-with-orange-side-content {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-orange-side-content .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title {
  width: 440px;
  position: relative;
  top: 75px;
  left: calc(50% - 555px);
}
@media (max-width: 1280px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px 20px;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
  width: 660px;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
    width: 100%;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li {
  color: rgb(255, 176, 57);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li:after, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li:after {
  content: ">";
  display: inline-block;
  padding: 0 4px;
  font-weight: 600;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li:last-child:after, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li:last-child:after {
  display: none;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li a, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li a {
  color: rgb(255, 176, 57);
  text-decoration: underline;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title .description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content {
  width: 540px;
  height: 100%;
  background: rgba(255, 176, 57, 0.6);
  position: absolute;
  top: 0;
  left: calc(50% + 15px);
  padding: 75px 20px 20px 40px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 20px;
    left: 0;
    top: 0;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 110px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
  z-index: 2;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

.cover-with-side-content {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-side-content .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-side-content .cover-wrapper .cover-main-content {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title {
  width: 440px;
  position: relative;
  top: 75px;
  left: calc(50% - 555px);
}
@media (max-width: 1280px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    padding: 40px 20px;
    top: 0;
    left: 0;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
  width: 660px;
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
    width: 100%;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li {
  color: rgb(255, 176, 57);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li:after, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li:after {
  content: ">";
  display: inline-block;
  padding: 0 4px;
  font-weight: 600;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li:last-child:after, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li:last-child:after {
  display: none;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li a, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li a {
  color: rgb(255, 176, 57);
  text-decoration: underline;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title .description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content {
  width: 540px;
  height: 100%;
  background: rgba(41, 47, 51, 0.7);
  position: absolute;
  top: 0;
  left: calc(50% + 15px);
  padding: 75px 40px 20px 40px;
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 40px 20px;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 110px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
  z-index: 2;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content h3 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column {
  border-left: 1px solid rgb(255, 176, 57);
  padding: 0 10px 0 20px;
  min-height: 100px;
  width: 33.3%;
  flex-shrink: 0;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column h4 {
  color: rgb(255, 176, 57);
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 15px 0;
  font-weight: 700;
}
@media (max-width: 640px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-side-content-after-columns {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: rgb(255, 176, 57);
  font-weight: 600;
}

.cover-with-side-form {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-form {
    height: auto;
  }
}
.cover-with-side-form .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-side-form .cover-wrapper .cover-main-content {
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content {
    flex-wrap: wrap;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title {
  width: 100%;
  flex-shrink: 0;
  max-width: 540px;
  margin: 75px 120px 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    max-width: initial;
    margin: 0;
    top: 0;
    left: 0;
    padding: 40px 20px;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title.without-side-content {
  width: 660px;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title.without-side-content {
    width: 100%;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title .pre-title {
  color: rgb(255, 176, 57);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title .description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form {
  width: 420px;
  flex-shrink: 0;
  height: 100%;
  background: rgb(255, 176, 57);
  padding: 75px 40px 20px 40px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form {
    width: 100%;
    max-width: initial;
    position: relative;
    padding: 40px 35px;
    margin: 0;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 110px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
  z-index: 2;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form:before {
    display: none;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

.cta-cover {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cta-cover {
    height: auto;
    min-height: 400px;
  }
}
.cta-cover .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cta-cover .cover-wrapper .cover-main-content {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cta-cover .cover-wrapper .cover-main-content {
    display: block;
    height: auto;
    min-height: 400px;
  }
}
.cta-cover .cover-wrapper .cover-main-content .cover-title {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 80px 0 30px;
}
@media (max-width: 1024px) {
  .cta-cover .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    padding: 40px 20px;
  }
}
.cta-cover .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cta-cover .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cta-cover .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cta-cover .cover-wrapper .cover-main-content .cover-title span {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.cta-cover .cover-wrapper .cover-main-content .cover-text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.cta-cover .cover-wrapper .cover-main-content .cover-text p {
  margin: 0 0 10px 0;
}
.cta-cover .cover-wrapper .cta-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 20px 0;
}
.cta-cover .cover-wrapper .cta-button-wrapper .cta-button {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
}
.cta-cover .cover-wrapper .additional-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cta-cover .cover-wrapper .additional-button-wrapper a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.cta-cover .cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta-cover .cover-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cta-cover .cover-video video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  z-index: 2;
  transition: all 0.3s;
}

.cta-cover-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cta-cover-slider {
    height: auto;
    min-height: 400px;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper {
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slider-slide {
  flex-shrink: 0;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide {
    height: auto;
    min-height: 400px;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 80px 0 30px;
}
@media (max-width: 1024px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title {
    width: 100%;
    padding: 40px 20px;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title h2 br {
    display: none;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title span {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 20px 0;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-button-wrapper .cta-button {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-decoration: none;
}
.cta-cover-slider .cta-cover-slider-wrapper .additional-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cta-cover-slider .cta-cover-slider-wrapper .additional-button-wrapper a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.cta-cover-slider .slide-pagination {
  position: absolute;
  bottom: 20px;
  width: 200px;
  height: 12px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-cover-slider .slide-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgb(255, 176, 57);
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.cta-cover-slider .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(255, 176, 57);
  border-color: rgb(255, 176, 57);
}

.dark-bullet-list {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.dark-bullet-list .dark-bullet-list-content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.dark-bullet-list .bullet-list-content {
  width: 100%;
  padding: 75px 30px;
}
.dark-bullet-list .bullet-list-content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .dark-bullet-list .bullet-list-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-bullet-list .bullet-list-content .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.dark-bullet-list .bullet-list-content .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-bullet-list .bullet-list-content .description a:hover {
  text-decoration: underline;
}
.dark-bullet-list .bullet-list-content .description p {
  margin: 0;
  padding: 0 0 20px;
}
.dark-bullet-list .bullet-list-content .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.dark-bullet-list .bullet-list-content > ul {
  list-style: none;
  margin: 40px 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .dark-bullet-list .bullet-list-content > ul {
    display: block;
    max-width: 500px;
    margin: 40px auto 20px;
  }
}
.dark-bullet-list .bullet-list-content > ul li {
  width: 50%;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 30px 30px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-checkmark.svg") no-repeat top left;
  color: rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .dark-bullet-list .bullet-list-content > ul li {
    width: 100%;
  }
}
.dark-bullet-list .bullet-list-content > ul li span {
  display: block;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.dark-bullet-list .bullet-list-content .bullet-list-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-bullet-list .bullet-list-content .bullet-list-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.dark-bullet-list-with-side-image {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.dark-bullet-list-with-side-image:before {
  content: "";
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(70, 98, 130, 0.1);
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image:before {
    display: none;
  }
}
.dark-bullet-list-with-side-image .dark-bullet-list-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .dark-bullet-list-content-wrapper {
    flex-wrap: wrap;
  }
}
.dark-bullet-list-with-side-image .side-image {
  width: 50%;
  flex-shrink: 0;
  margin: 80px 0 0 0;
  line-height: 0;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .side-image {
    width: 100%;
    margin: 0;
  }
}
.dark-bullet-list-with-side-image .side-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .side-image img {
    width: 100%;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content {
  max-width: 50%;
  width: 600px;
  padding: 75px 30px;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .bullet-list-content {
    max-width: 100%;
    width: 100%;
    padding: 70px 30px 30px;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dark-bullet-list-with-side-image .bullet-list-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.dark-bullet-list-with-side-image .bullet-list-content .description p {
  margin: 0;
  padding: 0 0 20px;
}
.dark-bullet-list-with-side-image .bullet-list-content .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.dark-bullet-list-with-side-image .bullet-list-content .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-bullet-list-with-side-image .bullet-list-content .description a:hover {
  text-decoration: underline;
}
.dark-bullet-list-with-side-image .bullet-list-content ul {
  list-style: none;
  margin: 20px 0;
  max-width: 420px;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .bullet-list-content ul {
    max-width: 100%;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content ul li {
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-checkmark.svg") no-repeat top left;
}
.dark-bullet-list-with-side-image .bullet-list-content ul li span {
  display: block;
  font-weight: 500;
  color: rgb(255, 176, 57);
}
.dark-bullet-list-with-side-image .bullet-list-content .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dark-bullet-list-with-side-image .bullet-list-content .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
.dark-bullet-list-with-side-image .bullet-list-content .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.dark-cards {
  background: rgb(41, 47, 51);
  padding: 60px 0 80px;
  color: rgb(255, 255, 255);
  position: relative;
}
@media (max-width: 1280px) {
  .dark-cards {
    padding: 60px 20px 80px;
  }
}
.dark-cards:before {
  content: "";
  width: 160px;
  height: 1px;
  display: block;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 10px;
  left: calc(50% - 80px);
}
.dark-cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
}
@media (max-width: 768px) {
  .dark-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-cards .dark-cards-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper {
    flex-wrap: wrap;
    max-width: 600px;
  }
}
.dark-cards .dark-cards-wrapper.is-2 .card {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper.is-2 .card {
    width: 100%;
  }
}
.dark-cards .dark-cards-wrapper .card {
  width: calc(33.3% - 20px);
  flex-shrink: 0;
  height: 490px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.dark-cards .dark-cards-wrapper .card .card-content {
  height: 260px;
  padding: 30px 30px 15px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .dark-cards .dark-cards-wrapper .card .card-content {
    padding: 30px 10px 15px;
  }
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper .card .card-content {
    height: auto;
  }
}
.dark-cards .dark-cards-wrapper .card .card-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.dark-cards .dark-cards-wrapper .card .card-image {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid rgb(243, 97, 33);
  position: relative;
}
.dark-cards .dark-cards-wrapper .card .card-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dark-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.dark-features-grid {
  background: rgb(41, 47, 51);
  padding: 70px 0 60px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .dark-features-grid {
    padding: 70px 20px 20px;
  }
}
.dark-features-grid h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
.dark-features-grid .description {
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.dark-features-grid .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-features-grid .description a:hover {
  text-decoration: underline;
}
.dark-features-grid .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .dark-features-grid .features-grid-wrapper {
    display: block;
  }
}
.dark-features-grid .features-grid-wrapper .feature {
  width: 33.3%;
  text-align: center;
}
@media (max-width: 768px) {
  .dark-features-grid .features-grid-wrapper .feature {
    width: 100%;
    margin-bottom: 70px;
  }
}
.dark-features-grid .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-features-grid .features-grid-wrapper .feature .icon img {
  max-width: 100%;
}
.dark-features-grid .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  width: 220px;
  margin: 0 auto 10px;
  min-height: 48px;
}
@media (max-width: 415px) {
  .dark-features-grid .features-grid-wrapper .feature h4 {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.dark-features-grid .features-grid-wrapper .feature .feature-description {
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  padding: 0 30px;
}
.dark-features-grid .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.dark-features-grid-without-icons {
  background: rgb(41, 47, 51);
  padding: 70px 0 30px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .dark-features-grid-without-icons {
    padding: 70px 20px 30px;
  }
}
.dark-features-grid-without-icons h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
.dark-features-grid-without-icons .description {
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.dark-features-grid-without-icons .features-grid-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper {
    max-width: 600px;
  }
}
.dark-features-grid-without-icons .features-grid-wrapper .feature {
  width: calc(33.3% - 70px);
  margin: 0 35px 30px;
}
@media (max-width: 1024px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature {
    width: calc(50% - 70px);
  }
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature {
    width: 100%;
    margin: 0 0 60px;
  }
}
.dark-features-grid-without-icons .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-features-grid-without-icons .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.dark-features-grid-without-icons .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 30px;
  color: rgb(255, 176, 57);
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature h4 {
    margin: 0 0 20px;
  }
}
.dark-features-grid-without-icons .features-grid-wrapper .feature .feature-description {
  font-weight: 500;
  line-height: 20px;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature .feature-description {
    padding: 0;
  }
}
.dark-features-grid-without-icons .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.dark-features-grid-without-icons .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 30px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .read-more-button-wrap .read-more-button {
    margin: 0 0 30px;
  }
}
@media (max-width: 640px) {
  .dark-features-grid-without-icons .read-more-button-wrap .read-more-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.dark-features-grid-without-icons .read-more-button-wrap .read-more-button:hover {
  background: rgb(255, 176, 57);
}

.dark-features-list {
  background: rgb(41, 47, 51);
  padding: 70px 0 60px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .dark-features-list {
    padding: 70px 20px 60px;
  }
}
.dark-features-list h3 {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
.dark-features-list .description {
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  max-width: 730px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.dark-features-list .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-features-list .description a:hover {
  text-decoration: underline;
}
.dark-features-list ul {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 100px;
}
@media (max-width: 1024px) {
  .dark-features-list ul {
    padding: 0;
  }
}
.dark-features-list ul li {
  width: 50%;
  padding: 0 30px;
  line-height: 22px;
  min-height: 22px;
  font-size: 15px;
  font-weight: 700;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-checkmark.svg") no-repeat top left;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .dark-features-list ul li {
    width: 50%;
    margin: 0 20% 20px 30%;
  }
}
@media (max-width: 640px) {
  .dark-features-list ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.dark-features-list .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-features-list .button-wrapper .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.dark-features-list .button-wrapper .read-more-button:hover {
  background: rgb(255, 176, 57);
}

.dark-full-width-graphic-with-side-text {
  width: 100%;
  background: rgb(41, 47, 51);
  padding: 50px 0;
  color: rgb(255, 255, 255);
}
.dark-full-width-graphic-with-side-text .dark-full-width-graphic-wrap {
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .dark-full-width-graphic-with-side-text .dark-full-width-graphic-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .dark-full-width-graphic-with-side-text .dark-full-width-graphic-wrap {
    display: block;
  }
}
.dark-full-width-graphic-with-side-text .side-image {
  width: 55%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .dark-full-width-graphic-with-side-text .side-image {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.dark-full-width-graphic-with-side-text .side-image img {
  max-width: 100%;
  height: auto;
}
.dark-full-width-graphic-with-side-text .side-content {
  width: 45%;
  padding: 30px 0 30px 50px;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .dark-full-width-graphic-with-side-text .side-content {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.dark-full-width-graphic-with-side-text .side-content .pre-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.dark-full-width-graphic-with-side-text .side-content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: rgb(255, 176, 57);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dark-full-width-graphic-with-side-text .side-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-full-width-graphic-with-side-text .side-content p {
  margin-bottom: 20px;
}
.dark-full-width-graphic-with-side-text .side-content p strong {
  color: rgb(255, 176, 57);
}
.dark-full-width-graphic-with-side-text .side-content a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-full-width-graphic-with-side-text .side-content a:hover {
  text-decoration: underline;
}

.dark-side-icons-features-grid {
  width: 100%;
  padding: 70px 0 20px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 1280px) {
  .dark-side-icons-features-grid {
    padding: 70px 20px 20px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature {
  width: calc(50% - 40px);
  margin: 0 40px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature {
    width: calc(100% - 40px);
  }
}
@media (max-width: 415px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature {
    width: 100%;
    margin: 0 0 50px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature:nth-child(2n) {
  margin-left: 40px;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature:nth-child(2n) {
    margin-left: 0;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature .icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature .icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description ul li {
  margin-bottom: 10px;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description p {
  margin-bottom: 20px;
}

.dark-title-with-cta {
  width: 100%;
  height: 300px;
  background: url("/wp-content/themes/cosmotech/assets/images/dark-grey-cover-back.png") no-repeat center rgb(41, 47, 51);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-title-with-cta .dark-title-with-cta-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .dark-title-with-cta .dark-title-with-cta-wrap {
    padding: 0 20px;
  }
}
.dark-title-with-cta .dark-title-with-cta-wrap h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .dark-title-with-cta .dark-title-with-cta-wrap h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-title-with-cta .dark-title-with-cta-wrap .description {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px 0;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.dark-title-with-cta .dark-title-with-cta-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
.dark-title-with-cta .dark-title-with-cta-wrap .read-more-button:hover {
  background: rgb(255, 176, 57);
}

.dark-two-column-flow-text {
  width: 100%;
  padding: 70px 0 60px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 1280px) {
  .dark-two-column-flow-text {
    padding: 70px 20px 60px;
  }
}
.dark-two-column-flow-text .content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.dark-two-column-flow-text .content-title {
  width: 100%;
}
.dark-two-column-flow-text .content-title h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .dark-two-column-flow-text .content-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-two-column-flow-text .content-text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
@media (max-width: 768px) {
  .dark-two-column-flow-text .content-text {
    -moz-column-count: initial;
    column-count: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    max-width: 600px;
    margin: 0 auto;
  }
}
.dark-two-column-flow-text .content-text h4 {
  color: rgb(255, 176, 57);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.dark-two-column-flow-text .content-text p {
  display: inline;
}
.dark-two-column-flow-text .content-text a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-two-column-flow-text .content-text a:hover {
  text-decoration: underline;
}
.dark-two-column-flow-text .content-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-two-column-flow-text .content-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.default-cover {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .default-cover {
    height: auto;
    min-height: 250px;
  }
}
.default-cover .default-cover-wrapper {
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.default-cover .article-social {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .default-cover .article-social {
    right: unset;
    left: 20px;
    bottom: 10px;
  }
}
.default-cover .article-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.default-cover .article-social ul li button {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  cursor: pointer;
}
.default-cover .article-social ul li.facebook-share button {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-facebook.svg");
}
.default-cover .article-social ul li.twitter-share button {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-twitter.svg");
}
.default-cover .article-social ul li.linkedin-share button {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg");
}
.default-cover .default-cover-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.default-cover .default-cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.default-cover .default-cover-content {
  height: 100%;
  width: 100%;
  max-width: 540px;
  background: rgba(41, 47, 51, 0.6);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .default-cover .default-cover-content {
    left: 0;
    padding: 20px 20px 70px;
  }
}
.default-cover .default-cover-content .category-link {
  font-size: 14px;
  color: rgb(255, 176, 57);
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}
.default-cover .default-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .default-cover .default-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.default-cover .default-cover-content .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
}
.default-cover .default-cover-content .article-meta span {
  display: block;
  margin-right: 20px;
}

.default-page-cover {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
  background-image: url("/wp-content/themes/cosmotech/assets/images/dark-grey-cover-back.png");
  background-size: cover;
  background-position: center center;
}
.default-page-cover .default-page-cover-content {
  height: 100%;
  width: 540px;
  background: rgba(41, 47, 51, 0.6);
  position: relative;
  top: 0;
  left: calc(50% - 400px);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .default-page-cover .default-page-cover-content {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.default-page-cover .default-page-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin: 20px 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .default-page-cover .default-page-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.features-grid {
  padding: 40px 0 10px;
}
@media (max-width: 1024px) {
  .features-grid {
    padding: 40px 20px 10px;
  }
}
.features-grid h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 35px;
}
@media (max-width: 768px) {
  .features-grid h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid .description {
  font-size: 20px;
  line-height: 30px;
  color: rgb(41, 47, 51);
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 640px) {
  .features-grid .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.features-grid .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 35px auto 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .features-grid .features-grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.features-grid .features-grid-wrapper .feature {
  width: calc(33% - 30px);
  margin: 0 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .features-grid .features-grid-wrapper .feature {
    width: 100%;
    margin-bottom: 40px;
  }
}
.features-grid .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 176, 57);
}
.features-grid .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.features-grid .features-grid-wrapper .feature .feature-description {
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 176, 57);
  font-weight: 500;
}

.side-by-side-dark-text-and-image + .features-grid {
  background: rgb(248, 248, 247);
}

.features-grid-four-columns {
  width: 100%;
  padding: 40px 0 10px;
}
.features-grid-four-columns h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .features-grid-four-columns h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid-four-columns .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.features-grid-four-columns .features-grid-wrapper .feature {
  width: calc(25% - 30px);
  margin: 0 15px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .features-grid-four-columns .features-grid-wrapper .feature {
    width: calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .features-grid-four-columns .features-grid-wrapper .feature {
    width: 100%;
  }
}
.features-grid-four-columns .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 25px;
}
.features-grid-four-columns .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid-four-columns .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  margin: 0 0 20px;
  color: rgb(255, 176, 57);
}
.features-grid-four-columns .features-grid-wrapper .feature .feature-description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.team-members-list + .features-grid-four-columns,
.team-member-preview + .features-grid-four-columns {
  padding-top: 60px;
  background: rgb(248, 248, 247);
}

.features-grid-with-links {
  padding: 50px 0 20px;
  background: rgb(248, 248, 247);
}
.features-grid-with-links.grey {
  background: rgb(248, 248, 247);
}
.features-grid-with-links.white {
  background: rgb(255, 255, 255);
}
.features-grid-with-links.dark-grey {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.features-grid-with-links.dark-grey .description {
  color: rgb(255, 255, 255);
}
.features-grid-with-links.dark-grey .features-grid-wrapper .feature .feature-description {
  color: rgb(255, 255, 255);
}
.features-grid-with-links h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 15px;
}
@media (max-width: 768px) {
  .features-grid-with-links h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid-with-links .description {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.features-grid-with-links .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 25px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.features-grid-with-links .features-grid-wrapper .feature {
  width: calc(33% - 30px);
  margin: 0 15px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .features-grid-with-links .features-grid-wrapper .feature {
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .features-grid-with-links .features-grid-wrapper .feature {
    width: 100%;
  }
}
.features-grid-with-links .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-grid-with-links .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid-with-links .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.features-grid-with-links .features-grid-wrapper .feature .feature-description {
  font-size: 14px;
  line-height: 20px;
  color: rgb(41, 47, 51);
  font-weight: 500;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.features-grid-without-icons {
  padding: 70px 0 30px;
}
@media (max-width: 1024px) {
  .features-grid-without-icons {
    padding: 70px 20px 30px;
  }
}
.features-grid-without-icons h3 {
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .features-grid-without-icons h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid-without-icons .description {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .features-grid-without-icons .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.features-grid-without-icons .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .features-grid-without-icons .features-grid-wrapper {
    max-width: 600px;
  }
}
.features-grid-without-icons .features-grid-wrapper .feature {
  width: 33.3%;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .features-grid-without-icons .features-grid-wrapper .feature {
    width: 100%;
    margin: 0 0 60px;
  }
}
.features-grid-without-icons .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-grid-without-icons .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid-without-icons .features-grid-wrapper .feature h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  width: 220px;
  margin: 0 auto 15px;
  color: rgb(255, 176, 57);
}
.features-grid-without-icons .features-grid-wrapper .feature .feature-description {
  font-weight: 500;
  line-height: 20px;
  padding: 0 20px;
}
.features-grid-without-icons .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.features-grid-without-icons .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 30px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .features-grid-without-icons .read-more-button-wrap .read-more-button {
    margin: 0 0 30px;
  }
}
.features-grid-without-icons .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.figures {
  width: 100%;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  padding: 60px 0;
}
.figures.dark {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.figures .figures-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 640px) {
  .figures .figures-wrapper {
    display: block;
  }
}
.figures .figures-wrapper .figure {
  text-align: center;
  width: 25%;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .figures .figures-wrapper .figure {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .figures .figures-wrapper .figure {
    width: 100%;
  }
}
.figures .figures-wrapper .figure .figure-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  padding: 20px 0 10px;
}
.figures .figures-wrapper .figure .figure-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.footer .footer-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .footer .footer-wrapper {
    padding: 50px 20px 30px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-wrapper {
    padding: 40px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer .footer-wrapper {
    display: block;
  }
}
.footer .footer-wrapper > .footer-menu {
  width: 60%;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper > .footer-menu {
    width: 50%;
  }
}
.footer .footer-wrapper .footer-menu {
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .footer .footer-wrapper .footer-menu {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
  }
}
.footer .footer-wrapper .footer-menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.3s;
}
.footer .footer-wrapper .footer-menu a:hover {
  color: rgb(255, 176, 57);
}
.footer .footer-wrapper .footer-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  max-height: 220px;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper .footer-menu > ul {
    display: block;
    max-height: initial;
  }
}
.footer .footer-wrapper .footer-menu > ul > li {
  width: 50%;
  margin: 0 15px 7px 0;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper .footer-menu > ul > li {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .footer .footer-wrapper .footer-menu > ul > li {
    margin-bottom: 20px;
  }
}
.footer .footer-wrapper .footer-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
}
.footer .footer-wrapper .footer-menu > ul > li > ul {
  padding: 0 0 0 10px;
}
.footer .footer-wrapper .footer-menu > ul > li > ul li {
  display: inline;
  font-weight: 300;
}
.footer .footer-wrapper .footer-menu > ul > li > ul li:after {
  content: "";
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background: rgb(255, 176, 57);
  display: inline-block;
  margin: 0 2px 0 7px;
}
.footer .footer-wrapper .footer-menu > ul > li > ul li:last-child:after {
  display: none;
}
.footer .footer-wrapper .footer-logo {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .footer-wrapper .footer-logo {
    text-align: center;
    margin: 0 auto;
  }
}
.footer .footer-wrapper .footer-logo img {
  width: 70%;
  height: auto;
}
.footer .footer-wrapper .footer-newsletter {
  width: 280px;
  flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper .footer-newsletter {
    width: 40%;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer .footer-wrapper .footer-newsletter {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-newsletter {
    width: 100%;
  }
}
.footer .footer-wrapper .footer-newsletter h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.footer .footer-wrapper .footer-newsletter .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-newsletter .description {
    margin: 0 0 40px 0;
  }
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: rgb(255, 255, 255);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs_error_rollup {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  order: 2;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form ul.hs-error-msgs > li {
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container {
  font-size: 10px;
  order: 2;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li {
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li span {
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li a {
  color: rgb(255, 255, 255);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container .hs-form-field {
  width: 100%;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container .hs-form-field .input {
  border-bottom: none;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field {
  width: calc(100% - 40px);
  flex-shrink: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 30px;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input input, .footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input textarea {
  background: transparent;
  width: 100%;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input textarea {
  resize: none;
  height: 88px;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input :-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .actions {
  width: 40px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .actions .hs-button {
  height: 33px;
  line-height: 33px;
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 40px;
  flex-shrink: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-send.svg") transparent no-repeat center center;
}

.footer-bar {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 1280px) {
  .footer-bar {
    padding: 0 20px;
  }
}
.footer-bar .footer-bar-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(213, 219, 225, 0.3);
}
@media (max-width: 768px) {
  .footer-bar .footer-bar-wrapper {
    display: block;
  }
}
.footer-bar .footer-bar-wrapper .footer-logo {
  width: 130px;
  height: 20px;
  display: block;
  margin-right: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/cosmotech-logo-white.svg") no-repeat center left;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer-bar .footer-bar-wrapper .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-bar .legal-menu {
  font-size: 14px;
  line-height: 20px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .footer-bar .legal-menu {
    margin-bottom: 20px;
  }
}
.footer-bar .legal-menu ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-bar .legal-menu ul li {
  display: inline;
  font-weight: 500;
}
.footer-bar .legal-menu ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.3s;
}
.footer-bar .legal-menu ul li a:hover {
  color: rgb(255, 176, 57);
}
.footer-bar .legal-menu ul li:after {
  content: "";
  vertical-align: middle;
  width: 1px;
  height: 11px;
  background: rgb(255, 255, 255);
  display: inline-block;
  margin: 0 9px 0 9px;
}
.footer-bar .legal-menu ul li:last-child:after {
  display: none;
}
.footer-bar .social-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-bar .social-menu ul li {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 35px;
}
@media (max-width: 768px) {
  .footer-bar .social-menu ul li {
    margin: 0 35px 0 0;
  }
}
.footer-bar .social-menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
  cursor: pointer;
}
.footer-bar .social-menu ul li.linkedin {
  background: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg") no-repeat center;
}
.footer-bar .social-menu ul li.twitter {
  background: url("/wp-content/themes/cosmotech/assets/images/icon-twitter.svg") no-repeat center;
}
.footer-bar .social-menu ul li.youtube {
  background: url("/wp-content/themes/cosmotech/assets/images/icon-youtube.svg") no-repeat center;
}

.footer-contacts {
  width: 100%;
  min-height: 350px;
  background: url("/wp-content/themes/cosmotech/assets/images/footer-background.png") no-repeat center left rgb(70, 98, 130);
  color: rgb(255, 255, 255);
}
.footer-contacts .footer-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-contacts .footer-wrapper {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
.footer-contacts .footer-contacts-content {
  width: 285px;
  flex-shrink: 0;
  margin-right: 95px;
}
@media (max-width: 1024px) {
  .footer-contacts .footer-contacts-content {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-content {
    padding: 0;
  }
}
.footer-contacts .footer-contacts-content h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 10px 0 18px;
  font-weight: 300;
}
.footer-contacts .footer-contacts-content .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.footer-contacts .footer-contacts-form {
  width: 550px;
}
@media (max-width: 1024px) {
  .footer-contacts .footer-contacts-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.footer-contacts .footer-contacts-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 530px;
  color: rgb(255, 255, 255);
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-form form {
    flex-direction: row;
    height: auto;
  }
}
.footer-contacts .footer-contacts-form .hs_error_rollup {
  padding: 10px 0;
  text-align: center;
}
.footer-contacts .footer-contacts-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contacts .footer-contacts-form ul.hs-error-msgs > li {
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.footer-contacts .footer-contacts-form .legal-consent-container {
  width: 50%;
  padding: 0 0 0 20px;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-richtext {
  font-size: 11px;
}
.footer-contacts .footer-contacts-form .legal-consent-container .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field {
  width: 100%;
  font-size: 11px;
  padding: 20px 0 0 0;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field .input {
  border: none;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label a {
  color: rgb(255, 255, 255);
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label span {
  margin-left: 10px;
}
.footer-contacts .footer-contacts-form .hs-form-field {
  width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-form .hs-form-field {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-form .hs-form-field {
    width: 100%;
  }
}
.footer-contacts .footer-contacts-form .hs-form-field label {
  display: none;
}
.footer-contacts .footer-contacts-form .hs-form-field .input {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 30px;
}
.footer-contacts .footer-contacts-form .hs-form-field .input input[type=text],
.footer-contacts .footer-contacts-form .hs-form-field .input input[type=email],
.footer-contacts .footer-contacts-form .hs-form-field .input input[type=tel],
.footer-contacts .footer-contacts-form .hs-form-field .input textarea {
  background: transparent;
  width: 100%;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}
.footer-contacts .footer-contacts-form .hs-form-field .input textarea {
  resize: none;
  height: 88px;
}
.footer-contacts .footer-contacts-form .hs-form-field .input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .hs-form-field .input ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .hs-form-field .input :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .hs-form-field .input :-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contacts .footer-contacts-form .actions .hs-button {
  height: 50px;
  line-height: 48px;
  width: 250px;
  margin-left: auto;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 0 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-yellow-arrow-right.svg") transparent no-repeat center right 20px;
}
.footer-contacts .footer-contacts-form .actions .hs-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(70, 98, 130);
}

.full-width-cards {
  padding: 60px 0 20px;
}
@media (max-width: 768px) {
  .full-width-cards {
    padding: 60px 20px 20px;
  }
}
.full-width-cards h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .full-width-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-cards .full-width-cards-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.full-width-cards .full-width-cards-wrapper .card {
  width: 100%;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px 30px;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
  position: relative;
  margin: 0 0 30px 0;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card {
    flex-wrap: wrap;
  }
}
.full-width-cards .full-width-cards-wrapper .card:before {
  content: "";
  width: 30%;
  max-width: 175px;
  height: 2px;
  background: rgb(243, 97, 33);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.full-width-cards .full-width-cards-wrapper .card .card-title {
  width: 50%;
  flex-shrink: 0;
  border-right: 1px solid rgb(213, 219, 225);
  padding: 0 30px 0 0;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card .card-title {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    border-right: 0;
  }
}
.full-width-cards .full-width-cards-wrapper .card .card-title h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card .card-title h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-cards .full-width-cards-wrapper .card .card-description {
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card .card-description {
    width: 100%;
    padding: 0;
  }
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.full-width-content {
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .full-width-content {
    padding: 40px 20px;
  }
}
.full-width-content.narrow-width {
  max-width: 600px;
  margin: 0 auto;
}
.full-width-content.small h3 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .full-width-content.small h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.full-width-content.small .full-width-content-wrapper {
  font-size: 15px;
  line-height: 20px;
}
.full-width-content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-content h3.yellow {
  color: rgb(255, 176, 57);
}
.full-width-content .full-width-content-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .full-width-content .full-width-content-wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}
.full-width-content .full-width-content-wrapper p {
  margin: 0 0 30px;
  text-align: center;
}
.full-width-content .full-width-content-wrapper img {
  max-width: 100%;
  height: auto;
}

.full-width-content-with-cta {
  width: 100%;
  padding: 70px 0;
  background: rgb(248, 248, 247);
}
@media (max-width: 1024px) {
  .full-width-content-with-cta {
    padding: 70px 20px;
  }
}
.full-width-content-with-cta h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-content-with-cta h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-content-with-cta .full-width-content-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .full-width-content-with-cta .full-width-content-wrapper {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-content-with-cta .full-width-content-wrapper p {
  margin: 0 0 30px;
  text-align: center;
}
.full-width-content-with-cta .full-width-content-wrapper img {
  max-width: 100%;
  height: auto;
}
.full-width-content-with-cta .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.full-width-content-with-cta .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
.full-width-content-with-cta .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.full-width-iframe {
  width: 100%;
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  .full-width-iframe {
    padding: 30px 0 10px;
  }
}
.full-width-iframe h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .full-width-iframe h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-iframe .full-width-iframe-wrapper {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
.full-width-iframe .full-width-iframe-wrapper iframe {
  border: none;
}

.full-width-image-with-description {
  width: 100%;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .full-width-image-with-description {
    padding: 60px 20px;
  }
}
.full-width-image-with-description .full-width-image-with-description-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .full-width-image-with-description .full-width-image-with-description-wrapper {
    flex-wrap: wrap;
  }
}
.full-width-image-with-description .full-width-image-with-description-wrapper .full-width-image {
  flex-grow: 1;
}
.full-width-image-with-description .full-width-image-with-description-wrapper .full-width-image img {
  max-width: 100%;
}
.full-width-image-with-description .full-width-image-with-description-wrapper .image-description {
  width: 200px;
  padding: 80px 0 0 0;
  font-size: 15px;
  font-style: italic;
  color: rgb(70, 98, 130);
  line-height: 20px;
  font-weight: 500;
  flex-shrink: 0;
  margin: 0 0 0 30px;
}
@media (max-width: 1024px) {
  .full-width-image-with-description .full-width-image-with-description-wrapper .image-description {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .full-width-image-with-description .full-width-image-with-description-wrapper .image-description {
    width: 100%;
    padding: 20px 20px;
    margin: 0;
  }
}
.full-width-image-with-description .full-width-image-with-description-wrapper .image-description h3 {
  font-style: normal;
  font-weight: 700;
  color: rgb(255, 176, 57);
  margin: 0 0 15px 0;
}

.two-column-text + .full-width-image-with-description:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgb(41, 47, 51);
  display: block;
  transform: rotate(45deg);
  top: -25px;
  left: calc(50% - 20px);
}

.full-width-quote {
  width: 100%;
  min-height: 400px;
  background-color: rgb(70, 98, 130);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
}
.full-width-quote.large blockquote {
  font-size: 24px;
  line-height: 34px;
}
.full-width-quote.large blockquote footer {
  font-size: 16px;
  font-weight: 400;
}
.full-width-quote .quote-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.full-width-quote blockquote {
  border-left: 1px solid rgb(255, 176, 57);
  padding-left: 20px;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  margin-left: 10px;
}
@media (max-width: 415px) {
  .full-width-quote blockquote {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-quote blockquote p {
  margin: 0;
  padding: 0;
  display: inline;
}
.full-width-quote blockquote p:before {
  content: '"';
  display: inline-block;
  padding-right: 5px;
}
.full-width-quote blockquote p:after {
  content: '"';
  display: inline-block;
  padding-left: 5px;
}
.full-width-quote blockquote footer {
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  margin-top: 20px;
}

.full-width-text {
  width: 100%;
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  .full-width-text {
    padding: 30px 0 10px;
  }
}
.full-width-text.light-grey {
  background: rgb(248, 248, 247);
}
.full-width-text.dark-grey {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.full-width-text .full-width-text-wrapper {
  width: 100%;
  max-width: 740px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}
.full-width-text .full-width-text-wrapper strong, .full-width-text .full-width-text-wrapper b {
  font-weight: 700;
}
.full-width-text .full-width-text-wrapper a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.full-width-text .full-width-text-wrapper em, .full-width-text .full-width-text-wrapper i {
  font-weight: 500;
  font-style: italic;
}
.full-width-text .full-width-text-wrapper p {
  margin-bottom: 20px;
}
.full-width-text .full-width-text-wrapper h2 {
  color: rgb(255, 176, 57);
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.full-width-text .full-width-text-wrapper ul, .full-width-text .full-width-text-wrapper ol {
  padding-left: 30px;
}
.full-width-text .full-width-text-wrapper h3 {
  font-size: 20px;
  line-height: 33px;
  color: rgb(255, 176, 57);
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-text .full-width-text-wrapper h4 {
  font-size: 16px;
  line-height: 33px;
  color: rgb(255, 176, 57);
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.full-width-text .full-width-text-wrapper img {
  max-width: 100%;
  height: auto;
}
.full-width-text .full-width-text-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-text .full-width-text-button-wrap .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(255, 176, 57);
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .full-width-text .full-width-text-button-wrap .cta-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.full-width-text .full-width-text-button-wrap .cta-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.horizontal-solutions {
  padding: 70px 0 60px;
}
@media (max-width: 640px) {
  .horizontal-solutions {
    padding: 40px 20px;
  }
}
.horizontal-solutions h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .horizontal-solutions h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.horizontal-solutions .solutions-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.horizontal-solutions .solutions-preview {
  width: calc(100% - 30px);
  flex-shrink: 0;
  min-height: 240px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-preview {
    width: 100%;
    flex-wrap: wrap;
    margiN: 0 0 30px;
  }
}
.horizontal-solutions .solutions-preview .solutions-image {
  width: 50%;
  min-height: 240px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-self: stretch;
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-preview .solutions-image {
    width: 100%;
  }
}
.horizontal-solutions .solutions-preview .solution-content {
  min-height: 240px;
  width: 50%;
  flex-shrink: 0;
  padding: 25px 30px;
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-preview .solution-content {
    width: 100%;
  }
}
.horizontal-solutions .solutions-preview .solution-content h4 {
  font-size: 20px;
  line-height: 26px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin-bottom: 10px;
}
.horizontal-solutions .solutions-preview .solution-content .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.horizontal-solutions .solutions-preview .solution-content .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.horizontal-solutions .solutions-preview .solution-content .description a:hover {
  text-decoration: underline;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  text-decoration: none;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.horizontal-solutions .solutions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.horizontal-solutions .solutions-grid .solution {
  width: calc(33.3% - 30px);
  min-height: 255px;
  background: rgb(248, 248, 247);
  padding: 20px;
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
  position: relative;
  margin: 0 15px 30px;
}
@media (max-width: 768px) {
  .horizontal-solutions .solutions-grid .solution {
    width: calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-grid .solution {
    width: 100%;
    margin: 0 0 30px;
  }
}
.horizontal-solutions .solutions-grid .solution:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.horizontal-solutions .solutions-grid .solution .solution-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.horizontal-solutions .solutions-grid .solution .solution-title .icon {
  width: 80px;
  height: 80px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.horizontal-solutions .solutions-grid .solution .solution-title h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.horizontal-solutions .solutions-grid .solution .solution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-decoration: none;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 15px;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.inline-slider-section {
  padding: 40px 0;
}
.inline-slider-section h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .inline-slider-section h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.inline-slider-section .inline-slider {
  width: 100%;
  max-width: 1110px;
  height: 430px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .inline-slider-section .inline-slider {
    height: 700px;
  }
}
.inline-slider-section .inline-slider .inline-slider-next {
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right-orange.svg") no-repeat center rgb(255, 255, 255);
  background-size: 16px auto;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 2px;
  right: 2px;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .inline-slider-prev {
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right-orange.svg") no-repeat center rgb(255, 255, 255);
  background-size: 16px auto;
  transform: rotate(180deg);
  position: absolute;
  z-index: 2;
  bottom: 2px;
  right: 64px;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.7);
}
.inline-slider-section .inline-slider .inline-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide {
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide {
    display: block;
  }
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-image {
  display: block;
  width: 50%;
  height: 430px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-image {
    width: 100%;
    height: 300px;
  }
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content {
  position: relative;
  padding: 70px 95px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content {
    padding: 60px 20px 70px 40px;
  }
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 6px solid rgb(255, 176, 57);
  border-left: 6px solid rgb(255, 176, 57);
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px 0;
  color: rgb(255, 176, 57);
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content > a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content > a:hover {
  text-decoration: underline;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0 0;
  text-decoration: none;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.job-summary {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .job-summary {
    padding: 40px 20px;
  }
}
.job-summary .job-summary-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 40px;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
}
@media (max-width: 768px) {
  .job-summary .job-summary-wrapper {
    padding: 20px;
  }
}
.job-summary .job-summary-wrapper p {
  margin: 0 0 30px 0;
}
.job-summary .job-summary-wrapper h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .job-summary .job-summary-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.job-summary .job-summary-wrapper h4 {
  font-size: 24px;
  line-height: 34px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .job-summary .job-summary-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.job-summary .job-summary-wrapper ul, .job-summary .job-summary-wrapper ol {
  margin: 0 0 20px 20px;
}
.job-summary .job-summary-wrapper ul li, .job-summary .job-summary-wrapper ol li {
  margin-bottom: 10px;
}
.job-summary .job-summary-wrapper .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.job-summary .job-summary-wrapper .cta-button-wrap .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (hover: hover) {
  .job-summary .job-summary-wrapper .cta-button-wrap .cta-button:hover {
    color: rgb(255, 255, 255);
    background: rgb(41, 47, 51);
  }
}

.logo-list-with-description {
  width: 100%;
  padding: 70px 0 30px;
}
@media (max-width: 1024px) {
  .logo-list-with-description {
    padding: 70px 20px 30px;
  }
}
.logo-list-with-description h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .logo-list-with-description h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.logo-list-with-description > .description {
  width: 920px;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .logo-list-with-description > .description {
    max-width: 100%;
  }
}
.logo-list-with-description > .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.logo-list-with-description > .description a:hover {
  color: rgb(243, 97, 33);
}
.logo-list-with-description .logos-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-list-with-description .logos-wrapper .logo {
  width: 15%;
  margin: 0 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .logo-list-with-description .logos-wrapper .logo {
    width: 33.3%;
  }
}
@media (max-width: 640px) {
  .logo-list-with-description .logos-wrapper .logo {
    width: 100%;
  }
}
.logo-list-with-description .logos-wrapper .logo .logo-image {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.logo-list-with-description .logos-wrapper .logo .logo-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.logo-list-with-description .logos-wrapper .logo h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(255, 176, 57);
  margin: 0 0 15px 0;
}

.related-articles {
  width: 100%;
  background: rgb(248, 248, 247);
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .related-articles {
    padding: 40px 20px;
  }
}
.related-articles h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .related-articles h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .related-articles h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.related-articles .related-articles-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.related-articles .related-articles-wrapper .related-article {
  width: calc(33.3% - 30px);
  margin: 0 15px 30px;
  height: 580px;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: 10px 10px 0 rgb(213, 219, 225);
  text-align: left;
}
@media (max-width: 1024px) {
  .related-articles .related-articles-wrapper .related-article {
    width: 600px;
    margin: 0 auto 30px;
    height: auto;
    padding: 0 0 20px 0;
  }
}
.related-articles .related-articles-wrapper .related-article .category {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0 30px;
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 20px;
  z-index: 3;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-articles .related-articles-wrapper .related-article .category:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 27px;
  background-position: center center;
}
.related-articles .related-articles-wrapper .related-article .category.articles:after {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-blog.svg");
}
.related-articles .related-articles-wrapper .related-article .category.e-books:after {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-book.svg");
}
.related-articles .related-articles-wrapper .related-article .category.webinars:after {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-webinar.svg");
}
.related-articles .related-articles-wrapper .related-article h4 {
  padding: 25px 25px 10px 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.related-articles .related-articles-wrapper .related-article .related-article-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 25px 15px 30px;
}
.related-articles .related-articles-wrapper .related-article .article-meta {
  padding: 0 25px 0 30px;
}
.related-articles .related-articles-wrapper .related-article .article-meta > a {
  margin: auto auto 0;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.related-articles .related-articles-wrapper .related-article .article-meta > a:before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.related-articles .related-articles-wrapper .related-article .article-meta > a:hover {
  color: rgb(255, 176, 57);
}
.related-articles .related-articles-wrapper .related-article .article-meta > a:hover:before {
  border-color: rgb(255, 176, 57);
}
.related-articles .related-articles-wrapper .related-article .related-article-image {
  width: 100%;
  height: 205px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.related-articles .related-articles-wrapper .related-article .related-article-image > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.related-articles .related-articles-wrapper .related-article .related-article-image > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#292f33), to(rgba(41, 47, 51, 0.7)));
  background: -o-linear-gradient(top, #292f33, rgba(41, 47, 51, 0.7));
  background: linear-gradient(to bottom, #292f33, rgba(41, 47, 51, 0.7));
  opacity: 0.7;
  z-index: 2;
}
.related-articles .related-articles-wrapper .related-article .related-article-image > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related-articles .read-more-link {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid rgb(70, 98, 130);
  color: rgb(70, 98, 130);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin: 40px 0 10px;
  transition: all 0.3s;
}
.related-articles .read-more-link:hover {
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
}

.side-by-side-dark-text-and-image {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.side-by-side-dark-text-and-image:before {
  content: "";
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(70, 98, 130, 0.1);
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image:before {
    display: none;
  }
}
.side-by-side-dark-text-and-image.right-image:before {
  left: auto;
  right: 0;
}
.side-by-side-dark-text-and-image.right-image .side-by-side-content-wrapper {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.side-by-side-dark-text-and-image.right-image .side-by-side-image {
  margin: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image.right-image .side-by-side-image {
    margin: 0;
  }
}
.side-by-side-dark-text-and-image .side-by-side-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-content-wrapper {
    flex-wrap: wrap;
  }
}
.side-by-side-dark-text-and-image .side-by-side-image {
  width: 50%;
  flex-shrink: 0;
  margin: 0 0 80px 0;
  line-height: 0;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-image {
    margin: 0;
    width: 100%;
    order: 2;
  }
}
.side-by-side-dark-text-and-image .side-by-side-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-image img {
    width: 100%;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text {
  max-width: 50%;
  width: 600px;
  padding: 75px 30px;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-text {
    width: 100%;
    max-width: 100%;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .side-by-side-dark-text-and-image .side-by-side-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.side-by-side-dark-text-and-image .side-by-side-text .description p {
  margin: 0;
  padding: 0 0 20px;
}
.side-by-side-dark-text-and-image .side-by-side-text .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.side-by-side-dark-text-and-image .side-by-side-text .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.side-by-side-dark-text-and-image .side-by-side-text .description a:hover {
  text-decoration: underline;
}
.side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.side-by-side-text-and-image {
  width: 100%;
  position: relative;
}
.side-by-side-text-and-image:before {
  content: "";
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(248, 248, 247);
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image:before {
    display: none;
  }
}
.side-by-side-text-and-image.right-image:before {
  left: auto;
  right: 0;
}
.side-by-side-text-and-image.right-image .side-by-side-content-wrapper {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.side-by-side-text-and-image.right-image .side-by-side-image {
  margin: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image.right-image .side-by-side-image {
    margin: 0;
  }
}
.side-by-side-text-and-image .side-by-side-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-content-wrapper {
    flex-wrap: wrap;
  }
}
.side-by-side-text-and-image .side-by-side-image {
  width: 50%;
  flex-shrink: 0;
  margin: 0 0 80px 0;
  line-height: 0;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-image {
    width: 100%;
    margin: 0;
  }
}
.side-by-side-text-and-image .side-by-side-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-image img {
    width: 100%;
  }
}
.side-by-side-text-and-image .side-by-side-text {
  max-width: 50%;
  width: 600px;
  padding: 75px 30px;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-text {
    max-width: 100%;
    width: 100%;
    padding: 60px 20px;
  }
}
.side-by-side-text-and-image .side-by-side-text h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .side-by-side-text-and-image .side-by-side-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.side-by-side-text-and-image .side-by-side-text .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.side-by-side-text-and-image .side-by-side-text .description p {
  margin: 0;
  padding: 0;
}
.side-by-side-text-and-image .side-by-side-text .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.side-by-side-text-and-image .side-by-side-text .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-by-side-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(70, 98, 130);
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .side-by-side-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.side-by-side-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.simple-title-and-text-on-dark-background {
  width: 100%;
  min-height: 250px;
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
  margin: 0;
}
@media (max-width: 1024px) {
  .simple-title-and-text-on-dark-background {
    padding: 0 20px 40px;
  }
}
.simple-title-and-text-on-dark-background .wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 55px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .simple-title-and-text-on-dark-background .wrapper {
    display: block;
  }
}
.simple-title-and-text-on-dark-background .wrapper h3 {
  font-size: 30px;
  line-height: 36px;
  width: 255px;
  margin: 0 30px 0 0;
  padding: 0;
  font-weight: 500;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .simple-title-and-text-on-dark-background .wrapper h3 {
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 34px;
  }
}
.simple-title-and-text-on-dark-background .wrapper .description {
  flex-grow: 1;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.simple-title-and-text-on-dark-background .wrapper .description p {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .simple-title-and-text-on-dark-background .wrapper .description p {
    margin: 0 0 20px 0;
  }
}
.simple-title-and-text-on-dark-background .wrapper .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.simple-title-and-text-on-dark-background .wrapper .description a:hover {
  text-decoration: underline;
}

.slide-cover {
  width: 100%;
  height: 770px;
  overflow: hidden;
  position: relative;
}
.slide-cover .slide-custom-pagination {
  display: none;
}
.slide-cover .slide-pagination {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 10;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
}
.slide-cover .slide-pagination .swiper-pagination-bullet {
  width: 150px;
  height: 20px;
  margin: 0 0 15px 0;
  display: block;
  padding: 0 0 0 30px;
  background: transparent;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  opacity: 1;
}
.slide-cover .slide-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 0;
  left: 8px;
  transition: all 0.3s;
}
.slide-cover .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 20px;
  left: 0;
}
.slide-cover .slide-cover-wrapper {
  width: 100%;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide {
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-main-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .cover-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .cover-video video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  z-index: 2;
  transition: all 0.3s;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-title {
  width: 540px;
  position: relative;
  top: 75px;
  left: calc(50% - 460px);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-title span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 176, 57);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 0 0;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content {
  width: 350px;
  height: 100%;
  background: rgba(41, 47, 51, 0.7);
  position: absolute;
  top: 0;
  left: calc(50% + 190px);
  padding: 120px 20px 20px 47px;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 20px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom {
  width: 100%;
  height: 270px;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 55px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content h3 {
  font-size: 30px;
  line-height: 36px;
  width: 255px;
  margin: 0 30px 0 0;
  padding: 0;
  font-weight: 500;
  flex-shrink: 0;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content .slide-bottom-description {
  flex-grow: 1;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content .slide-bottom-description p {
  padding: 0;
  margin: 0;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 50px;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.sliding-cards {
  padding: 40px 0 10px;
}
@media (max-width: 1280px) {
  .sliding-cards {
    padding: 40px 20px 10px;
  }
}
@media (max-width: 768px) {
  .sliding-cards {
    padding: 40px 5px 10px;
  }
}
.sliding-cards h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .sliding-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.sliding-cards .sliding-cards-slider {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 15px 50px;
  position: relative;
}
.sliding-cards .sliding-cards-slider .sliding-cards-next {
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right.svg") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: calc(50% + 40px);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-cards-next {
    left: calc(50% + 60px);
  }
}
.sliding-cards .sliding-cards-slider .sliding-cards-prev {
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right.svg") no-repeat center;
  background-size: 100% auto;
  transform: rotate(180deg);
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: calc(50% - 80px);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-cards-prev {
    left: calc(50% - 120px);
  }
}
.sliding-cards .sliding-cards-slider .sliding-cards-pagination {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-cards-pagination {
    width: 100px;
  }
}
.sliding-cards .sliding-cards-slider .sliding-cards-pagination .swiper-pagination-bullet {
  background: rgba(70, 98, 130, 0.3);
  flex-shrink: 0;
  opacity: 1;
  transition: all 0.3s;
}
.sliding-cards .sliding-cards-slider .sliding-cards-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(70, 98, 130);
}
.sliding-cards .sliding-cards-slider .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.sliding-cards .sliding-cards-slider .sliding-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sliding-cards .sliding-cards-slider .sliding-card {
  width: 350px;
  height: 420px;
  flex-shrink: 0;
  background: rgb(248, 248, 247);
  position: relative;
  padding: 30px 15px;
  box-shadow: 0 10px 15px rgba(70, 98, 130, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .sliding-cards .sliding-cards-slider .sliding-card {
    width: 335px;
  }
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-card {
    width: calc(100vw - 70px);
  }
}
@media (max-width: 415px) {
  .sliding-cards .sliding-cards-slider .sliding-card {
    width: calc(100vw - 40px);
  }
}
.sliding-cards .sliding-cards-slider .sliding-card:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
}
.sliding-cards .sliding-cards-slider .sliding-card .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  margin: 0 auto 25px;
}
.sliding-cards .sliding-cards-slider .sliding-card h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.sliding-cards .sliding-cards-slider .sliding-card .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: auto auto 0;
  text-decoration: none;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded) {
  margin: auto auto 0;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.small-cards {
  padding: 60px 0 80px;
}
@media (max-width: 1280px) {
  .small-cards {
    padding: 60px 20px 80px;
  }
}
.small-cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
}
@media (max-width: 768px) {
  .small-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.small-cards .cards-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .small-cards .cards-wrapper {
    max-width: 600px;
  }
}
.small-cards .cards-wrapper .card {
  width: calc(25% - 20px);
  flex-shrink: 0;
  height: 450px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
  margin: 0 10px 30px;
}
@media (max-width: 1024px) {
  .small-cards .cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.small-cards .cards-wrapper .card .card-content {
  height: 280px;
  padding: 20px 15px 10px;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid rgb(243, 97, 33);
  text-align: left;
}
@media (max-width: 1024px) {
  .small-cards .cards-wrapper .card .card-content {
    height: auto;
  }
}
.small-cards .cards-wrapper .card .card-content ul {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.small-cards .cards-wrapper .card .card-content p {
  padding: 0 0 15px;
}
.small-cards .cards-wrapper .card .card-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  min-height: 40px;
}
.small-cards .cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.small-cards .cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.small-cards .cards-wrapper .card .card-image {
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.small-cards .cards-wrapper .card .card-image img {
  max-width: 100%;
}
.small-cards .cards-wrapper .card .card-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.small-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.small-dark-cards {
  background: rgb(41, 47, 51);
  padding: 60px 0 80px;
}
@media (max-width: 1280px) {
  .small-dark-cards {
    padding: 60px 20px 80px;
  }
}
.small-dark-cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .small-dark-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.small-dark-cards .cards-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .small-dark-cards .cards-wrapper {
    max-width: 600px;
  }
}
.small-dark-cards .cards-wrapper .card {
  width: calc(25% - 20px);
  flex-shrink: 0;
  height: 450px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
}
@media (max-width: 1024px) {
  .small-dark-cards .cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.small-dark-cards .cards-wrapper .card .card-content {
  height: 280px;
  padding: 20px 15px 10px;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid rgb(243, 97, 33);
  text-align: left;
}
@media (max-width: 1024px) {
  .small-dark-cards .cards-wrapper .card .card-content {
    height: auto;
  }
}
.small-dark-cards .cards-wrapper .card .card-content ul {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.small-dark-cards .cards-wrapper .card .card-content p {
  padding: 0 0 15px;
}
.small-dark-cards .cards-wrapper .card .card-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  min-height: 40px;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.small-dark-cards .cards-wrapper .card .card-image {
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.small-dark-cards .cards-wrapper .card .card-image img {
  max-width: 100%;
}
.small-dark-cards .cards-wrapper .card .card-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.small-dark-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-dark-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.social-share-buttons {
  position: sticky;
  width: 80px;
  top: 50px;
  left: calc(50% - 450px);
  height: 0;
}
@media (max-width: 1024px) {
  .social-share-buttons {
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    height: auto;
    top: initial;
    left: initial;
  }
}
.social-share-buttons .social-share-buttons-wrapper {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .social-share-buttons .social-share-buttons-wrapper {
    padding: 0;
  }
}
.social-share-buttons .social-share-buttons-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .social-share-buttons .social-share-buttons-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.social-share-buttons .social-share-buttons-wrapper ul li {
  margin: 0 0 15px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .social-share-buttons .social-share-buttons-wrapper ul li {
    margin: 0 15px 0 0;
  }
}
.social-share-buttons .social-share-buttons-wrapper ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
.social-share-buttons .social-share-buttons-wrapper ul li a:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: no-repeat center center;
  background-size: auto 20px;
  opacity: 0.5;
}
.social-share-buttons .social-share-buttons-wrapper ul li.facebook a:before {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-facebook-black.svg");
}
.social-share-buttons .social-share-buttons-wrapper ul li.twitter a:before {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-twitter-black.svg");
}
.social-share-buttons .social-share-buttons-wrapper ul li.linkedin a:before {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin-black.svg");
}

.solutions {
  padding: 70px 0 50px;
}
@media (max-width: 1280px) {
  .solutions {
    padding: 70px 20px 50px;
  }
}
.solutions h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 35px;
}
@media (max-width: 768px) {
  .solutions h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.solutions .solutions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .solutions .solutions-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .solutions {
    max-width: 600px;
  }
}
.solutions .solutions-sidebar {
  width: 350px;
  flex-shrink: 0;
  min-height: 285px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  padding: 30px 20px 30px 30px;
}
@media (max-width: 1280px) {
  .solutions .solutions-sidebar {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 20px;
  }
}
.solutions .solutions-sidebar h4 {
  font-size: 20px;
  line-height: 26px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin-bottom: 10px;
}
.solutions .solutions-sidebar .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.solutions .solutions-sidebar .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.solutions .solutions-sidebar .description a:hover {
  text-decoration: underline;
}
.solutions .solutions-sidebar .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0 0 0;
  text-decoration: none;
}
.solutions .solutions-sidebar .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.solutions .solutions-sidebar .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.solutions .solutions-sidebar .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.solutions .solutions-sidebar .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.solutions .solutions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .solutions .solutions-grid {
    max-width: 830px;
    margin: 0 auto;
  }
}
.solutions .solutions-grid .solution {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  height: 125px;
  background: rgb(248, 248, 247);
  padding: 20px;
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .solutions .solutions-grid .solution {
    margin: 0 15px 30px;
  }
}
@media (max-width: 768px) {
  .solutions .solutions-grid .solution {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.solutions .solutions-grid .solution:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.solutions .solutions-grid .solution .icon {
  width: 80px;
  height: 80px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.solutions .solutions-grid .solution .solution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .solutions .solutions-grid .solution .solution-content {
    justify-content: center;
  }
}
.solutions .solutions-grid .solution .solution-content h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.solutions .solutions-grid .solution .solution-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.static-cards {
  padding: 40px 0 10px;
}
@media (max-width: 1024px) {
  .static-cards {
    padding: 40px 5px 10px;
  }
}
.static-cards h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .static-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.static-cards .static-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 15px 20px;
}
@media (max-width: 768px) {
  .static-cards .static-cards-wrapper {
    max-width: 600px;
  }
}
.static-cards .static-cards-wrapper .static-card {
  width: calc(33.3% - 30px);
  height: 420px;
  flex-shrink: 0;
  background: rgb(248, 248, 247);
  position: relative;
  padding: 30px 15px;
  box-shadow: 0 10px 15px rgba(70, 98, 130, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 15px 30px;
}
@media (max-width: 1024px) {
  .static-cards .static-cards-wrapper .static-card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .static-cards .static-cards-wrapper .static-card {
    width: 100%;
    height: auto;
  }
}
.static-cards .static-cards-wrapper .static-card:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
}
.static-cards .static-cards-wrapper .static-card .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  margin: 0 auto 25px;
}
.static-cards .static-cards-wrapper .static-card h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.static-cards .static-cards-wrapper .static-card .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: auto;
}
.static-cards .static-cards-wrapper .static-card .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: auto auto 0;
  text-decoration: none;
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded) {
  margin: auto auto 0;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.static-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.team-member-preview {
  width: 100%;
  padding: 0 0 50px;
}
.team-member-preview .team-cover-area {
  width: 100%;
  height: 280px;
  background: url("/wp-content/themes/cosmotech/assets/images/team-member-cover.png") rgb(41, 47, 51) no-repeat center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .team-member-preview .team-cover-area {
    height: auto;
    min-height: 280px;
  }
}
.team-member-preview .team-cover-area .team-member-name {
  width: 840px;
  margin: 0 auto 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .team-member-preview .team-cover-area .team-member-name {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .team-member-preview .team-cover-area .team-member-name {
    padding: 0 20px;
  }
}
.team-member-preview .team-cover-area .team-member-name:before {
  width: 142px;
  height: 142px;
  content: "";
  border: 10px solid rgba(255, 176, 57, 0.3);
  position: absolute;
  bottom: -20px;
  left: -40px;
}
.team-member-preview .team-cover-area .team-member-name h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.team-member-preview .team-cover-area .team-member-name .position {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  color: rgb(255, 176, 57);
  position: relative;
  z-index: 2;
}
.team-member-preview .team-members-preview-wrap {
  width: 840px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-biography {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding: 50px 0 0 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-biography {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-biography {
    padding: 40px 20px 20px;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-biography p {
  margin-bottom: 20px;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar {
  width: 330px;
  flex-shrink: 0;
  padding: 30px 0 0 30px;
  margin-left: 85px;
  position: absolute;
  right: 0;
  top: -200px;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: 0;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar:before {
  content: "";
  width: 300px;
  height: 200px;
  background: rgba(70, 98, 130, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar:before {
    display: none;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image {
    width: 300px;
  }
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image {
    width: 100%;
    height: 420px;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image img {
  max-width: 100%;
  height: auto;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta {
  padding: 20px 10px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta {
    width: 100%;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta .linkedin-button {
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg") no-repeat center;
  background-size: 18px auto;
  display: block;
  filter: invert(0.8);
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 10px;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta ul li {
  margin-bottom: 0;
}

body.overlay-open {
  overflow: hidden;
}
body.overlay-open:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-members-list .team-members-list-wrapper {
  width: 1120px;
  margin: 0 auto;
  padding: 70px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper {
    max-width: 100%;
    padding: 70px 20px 40px;
  }
}
@media (max-width: 1024px) {
  .team-members-list .team-members-list-wrapper {
    width: 640px;
  }
}
.team-members-list .team-members-list-wrapper .team-members-title {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-members-title {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
    text-align: center;
  }
}
.team-members-list .team-members-list-wrapper .team-members-title h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .team-members-list .team-members-list-wrapper .team-members-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.team-members-list .team-members-list-wrapper .team-member {
  width: calc(25% - 20px);
  height: 370px;
  margin: 0 10px 20px;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 24px rgba(70, 98, 130, 0.2);
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member {
    width: calc(33.3% - 20px);
    height: 430px;
  }
}
@media (max-width: 1024px) {
  .team-members-list .team-members-list-wrapper .team-member {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member {
    width: 100%;
    margin: 0 0 20px;
    height: 500px;
  }
}
.team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
  width: calc(20% - 20px);
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
    width: calc(33.3% - 20px);
    height: 430px;
  }
}
@media (max-width: 1024px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
    width: 100%;
    margin: 0 0 20px;
    height: 500px;
  }
}
.team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-image {
  height: 220px;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-image {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-image {
    height: 390px;
  }
}
.team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-description h4 {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-description h4 {
    font-size: 20px;
  }
}
.team-members-list .team-members-list-wrapper .team-member .team-member-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member .team-member-image {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member .team-member-image {
    height: 390px;
  }
}
.team-members-list .team-members-list-wrapper .team-member .team-member-image img {
  max-width: 100%;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description {
  padding: 20px 15px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button:before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button:hover {
  color: rgb(255, 176, 57);
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button:hover:before {
  border-color: rgb(255, 176, 57);
}
.team-members-list .member-popup {
  width: 890px;
  max-height: 90vh;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 24px rgba(70, 98, 130, 0.2);
  padding: 70px 55px 50px;
  position: fixed;
  top: 10vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  display: none;
}
@media (max-width: 1024px) {
  .team-members-list .member-popup {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .team-members-list .member-popup {
    width: 100%;
    height: 100vh;
    max-height: initial;
    top: 0;
    left: 0;
    padding: 40px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.team-members-list .member-popup.open {
  display: block;
}
.team-members-list .member-popup:before {
  content: "";
  width: 30%;
  height: 3px;
  background: rgb(243, 97, 33);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.team-members-list .member-popup .close-button {
  width: 30px;
  height: 30px;
  display: block;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.team-members-list .member-popup .close-button:before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.team-members-list .member-popup .close-button:after {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
.team-members-list .member-popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .team-members-list .member-popup .popup-content {
    flex-wrap: wrap;
  }
}
.team-members-list .member-popup .popup-content .popup-text {
  flex-grow: 1;
}
.team-members-list .member-popup .popup-content .popup-text h4 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}
.team-members-list .member-popup .popup-content .popup-text .popup-position {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(255, 176, 57);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.team-members-list .member-popup .popup-content .popup-text p {
  margin-bottom: 25px;
}
.team-members-list .member-popup .popup-content .popup-sidebar {
  margin-left: 60px;
  flex-shrink: 0;
  width: 290px;
}
@media (max-width: 768px) {
  .team-members-list .member-popup .popup-content .popup-sidebar {
    width: 100%;
    margin: 0;
  }
}
.team-members-list .member-popup .popup-content .popup-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.team-members-list .member-popup .popup-content .popup-image img {
  max-width: 100%;
  height: auto;
}
.team-members-list .member-popup .popup-content .popup-meta {
  padding: 20px 10px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}
.team-members-list .member-popup .popup-content .popup-meta .linkedin-button {
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg") no-repeat center;
  background-size: 18px auto;
  display: block;
  filter: invert(0.8);
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 0;
}
.team-members-list .member-popup .popup-content .popup-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-members-list .member-popup .popup-content .popup-meta ul li {
  margin-bottom: 0;
}

.timeline-with-tooltips {
  padding: 60px 0 80px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 640px) {
  .timeline-with-tooltips {
    padding: 40px 20px;
  }
}
.timeline-with-tooltips h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  margin: 0 0 50px 0;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 768px) {
  .timeline-with-tooltips h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.timeline-with-tooltips .timeline-wrapper {
  max-width: 100%;
  width: 1110px;
  margin: 0 auto;
}
.timeline-with-tooltips .timeline-container {
  border-left: 2px solid rgb(255, 176, 57);
  border-bottom: 2px dashed rgb(255, 176, 57);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container {
    border-bottom: 0;
    border-left-style: dashed;
    flex-wrap: wrap;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.timeline-with-tooltips .timeline-container:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid rgb(255, 176, 57);
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container:after {
    border: none;
    border-top: 9px solid rgb(255, 176, 57);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    left: -9px;
    right: auto;
    bottom: -5px;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot {
  padding: 12px 16px;
  background: -webkit-gradient(linear, right top, left top, from(#505050), to(#292F33));
  background: -o-linear-gradient(right, #505050, #292F33);
  background: linear-gradient(to left, #505050, #292F33);
  width: 14.3%;
  height: 100px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot {
    width: 100%;
    margin-bottom: 1px;
    height: auto;
    padding: 30px;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
@media (hover: hover) {
  .timeline-with-tooltips .timeline-container .timeline-slot:hover {
    background: rgb(243, 97, 33);
  }
  .timeline-with-tooltips .timeline-container .timeline-slot:hover .time-slot-tooltip {
    opacity: 1;
    bottom: 110px;
  }
}
@media (hover: hover) and (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot:hover .time-slot-tooltip {
    bottom: 0;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip {
  position: absolute;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  border-radius: 6px;
  width: 400px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  bottom: 100px;
  opacity: 0;
  z-index: 2;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  cursor: default;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip {
    left: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip {
    opacity: 1;
    position: relative;
    background: transparent;
    color: rgb(255, 255, 255);
    box-shadow: none;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 0;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip:after {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  display: block;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  left: 40px;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip:after {
    display: none;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip p {
  margin: 0 0 10px 0;
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ul, .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ol {
  padding: 0 0 5px 15px;
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ul li, .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ol li {
  padding-bottom: 5px;
}
.timeline-with-tooltips .timeline-container .timeline-slot:nth-last-child(2) .time-slot-tooltip {
  left: -140px;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot:nth-last-child(2) .time-slot-tooltip {
    left: 0;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot:nth-last-child(2) .time-slot-tooltip:after {
  left: calc(50% - 5px);
}
.timeline-with-tooltips .timeline-container .timeline-slot:last-child .time-slot-tooltip {
  left: auto;
  right: 0;
}
.timeline-with-tooltips .timeline-container .timeline-slot:last-child .time-slot-tooltip:after {
  left: auto;
  right: 40px;
}

.two-column-flow-text {
  width: 100%;
  padding: 70px 0 60px;
}
@media (max-width: 1280px) {
  .two-column-flow-text {
    padding: 70px 20px 60px;
  }
}
.two-column-flow-text .content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.two-column-flow-text .content-title {
  width: 100%;
}
.two-column-flow-text .content-title h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .two-column-flow-text .content-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.two-column-flow-text .content-text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
@media (max-width: 768px) {
  .two-column-flow-text .content-text {
    -moz-column-count: initial;
    column-count: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    max-width: 600px;
    margin: 0 auto;
  }
}
.two-column-flow-text .content-text h4 {
  color: rgb(255, 176, 57);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.two-column-flow-text .content-text p {
  display: inline;
}
.two-column-flow-text .content-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-column-flow-text .content-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.two-column-text {
  width: 100%;
  padding: 55px 0 0;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  position: relative;
}
@media (max-width: 1024px) {
  .two-column-text {
    padding: 40px 20px;
  }
}
.two-column-text .side-image {
  width: 50%;
  max-width: 700px;
  height: 420px;
  position: absolute;
  bottom: 0;
  right: calc(50% + 20px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .two-column-text .side-image {
    max-width: initial;
    width: 100%;
    height: 400px;
    position: relative;
    right: 0;
    order: 2;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 640px) {
  .two-column-text .side-image {
    height: 280px;
  }
}
.two-column-text .side-image + .content-titles {
  padding-bottom: 450px;
}
@media (max-width: 1024px) {
  .two-column-text .side-image + .content-titles {
    padding-bottom: 0;
  }
}
.two-column-text .content-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .two-column-text .content-wrapper {
    flex-wrap: wrap;
  }
}
.two-column-text .content-titles {
  width: 50%;
  flex-shrink: 0;
  padding: 0 15px 55px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .two-column-text .content-titles {
    width: 100%;
    padding: 0 0 20px;
  }
}
.two-column-text .content-titles h3 {
  font-size: 30px;
  line-height: 37px;
  padding: 0 0 15px 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .two-column-text .content-titles h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.two-column-text .content-titles h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .two-column-text .content-titles h4 {
    padding: 0 0 30px 0;
  }
}
.two-column-text .content-text {
  width: 50%;
  flex-shrink: 0;
  padding: 5px 0 55px 15px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .two-column-text .content-text {
    width: 100%;
    padding: 0;
  }
}
.two-column-text .content-text .description p {
  margin-bottom: 20px;
}
.two-column-text .content-text .description p:last-child {
  margin: 0;
}
.two-column-text .content-text .description ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.two-column-text .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.video-cover {
  background: rgb(41, 47, 51);
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
}
.video-cover.with-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/cosmotech/assets/images/video-overlay.svg") no-repeat center;
  background-size: cover;
  z-index: 10;
}
.video-cover .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.video-cover .video .video-content {
  position: absolute;
  top: 160px;
  width: 700px;
  left: calc(50% - 540px);
  z-index: 20;
}
@media (max-width: 1280px) {
  .video-cover .video .video-content {
    left: 20px;
  }
}
@media (max-width: 640px) {
  .video-cover .video .video-content {
    max-width: 100%;
  }
}
@media (max-width: 415px) {
  .video-cover .video .video-content {
    left: 0;
  }
}
.video-cover .video .video-content h2 {
  font-size: 32px;
  line-height: 38px;
  padding: 0 0 20px 15px;
  display: none;
}
@media (max-width: 415px) {
  .video-cover .video .video-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.video-cover .video .video-content .video-cover-text {
  width: 100%;
  max-width: 600px;
  padding: 0 0 20px 15px;
  display: none;
}
.video-cover .video .video-content .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  margin-left: 15px;
  display: none;
}
.video-cover .video .video-poster {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .video-cover .video .video-poster {
    display: block;
  }
}
.video-cover .video video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .video-cover .video video {
    display: none;
  }
}
.video-cover .video.current video {
  opacity: 1;
}
@media (max-width: 1024px) {
  .video-cover .video.current .video-poster {
    opacity: 1;
  }
}
.video-cover .video.current .video-content h2 {
  display: block;
}
.video-cover .video.current .video-content .video-cover-text {
  display: block;
}
.video-cover .video.current .video-content .read-more-button {
  display: inline-block;
}

.video-with-text {
  padding: 80px 0;
}
.video-with-text .video-with-text-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.video-with-text .video-with-text-wrapper.video-on-the-right {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .video-with-text .video-with-text-wrapper {
    max-width: 740px;
    flex-wrap: wrap;
  }
}
.video-with-text .video-content {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .video-with-text .video-content {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.video-with-text .video-content img {
  width: 100%;
  height: auto;
}
.video-with-text .video-content iframe {
  width: 100%;
  height: 360px;
}
@media (max-width: 640px) {
  .video-with-text .video-content iframe {
    height: 300px;
  }
}
@media (max-width: 415px) {
  .video-with-text .video-content iframe {
    height: 200px;
  }
}
.video-with-text .video-text-content {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .video-with-text .video-text-content {
    width: 100%;
  }
}
.video-with-text .video-text-content h2, .video-with-text .video-text-content h3 {
  margin: 0 0 20px 0;
}
.video-with-text .video-text-content p {
  margin: 0 0 20px 0;
}
.video-with-text .video-text-content .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.video-with-text .video-text-content .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.article-preview-list {
  width: 100%;
  padding: 40px 0 10px;
}
@media (max-width: 1024px) {
  .article-preview-list {
    padding: 40px 20px 10px;
  }
}
.article-preview-list h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .article-preview-list h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.article-preview-list .article-preview-list-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.article-preview-list .article-preview-list-wrapper .article {
  width: 100%;
  min-height: 240px;
  background: rgb(248, 248, 247);
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.article-preview-list .article-preview-list-wrapper .article:nth-child(2n) {
  flex-direction: row;
}
.article-preview-list .article-preview-list-wrapper .article .article-content {
  flex-grow: 1;
  padding: 25px 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article .article-content {
    order: 2;
  }
}
.article-preview-list .article-preview-list-wrapper .article .article-content h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(255, 176, 57);
  margin: 0 0 10px 0;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.article-preview-list .article-preview-list-wrapper .article .article-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.article-preview-list .article-preview-list-wrapper .article .article-image {
  width: 255px;
  display: block;
  flex-shrink: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article .article-image {
    width: 100%;
    height: 200px;
  }
}
.article-preview-list .article-preview-list-wrapper .article .article-image img {
  max-height: 240px;
}
@media (max-width: 640px) {
  .article-preview-list .article-preview-list-wrapper .article .article-image img {
    width: 100%;
    height: auto;
  }
}
.article-preview-list .article-preview-list-wrapper .article .article-image .overlay-link {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-category-page-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
  background-image: url("/wp-content/themes/cosmotech/assets/images/dark-grey-cover-back.png");
  background-size: cover;
  background-position: center center;
}
.blog-category-page-cover .blog-category-page-cover-content {
  height: 100%;
  width: 540px;
  background: rgba(41, 47, 51, 0.6);
  position: absolute;
  top: 0;
  left: calc(50% - 520px);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .blog-category-page-cover .blog-category-page-cover-content {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.blog-category-page-cover .blog-category-page-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-category-page-cover .blog-category-page-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.blog-post-cover {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  .blog-post-cover {
    height: auto;
    min-height: 250px;
  }
}
.blog-post-cover .blog-post-cover-content {
  height: 100%;
  width: 540px;
  background: rgba(41, 47, 51, 0.6);
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .blog-post-cover .blog-post-cover-content {
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
  }
}
.blog-post-cover .blog-post-cover-content .category-link {
  font-size: 14px;
  color: rgb(255, 176, 57);
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}
.blog-post-cover .blog-post-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-post-cover .blog-post-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-post-cover .blog-post-cover-content .blog-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
}

.cards {
  padding: 60px 0 80px;
}
@media (max-width: 1280px) {
  .cards {
    padding: 60px 20px 80px;
  }
}
.cards.grey {
  background: rgb(248, 248, 247);
}
.cards.grey .cards-wrapper .card {
  background: rgb(255, 255, 255);
}
.cards.grey.with-shadow .cards-wrapper .card {
  background: rgb(248, 248, 247);
}
.cards.dark-grey {
  background: rgb(41, 47, 51);
}
.cards.dark-grey .cards-wrapper .card {
  background: rgb(248, 248, 247);
}
.cards.dark-grey.with-shadow .cards-wrapper .card {
  background: rgb(248, 248, 247);
}
.cards.dark-grey h3 {
  color: rgb(255, 255, 255);
}
.cards.with-shadow .cards-wrapper .card {
  max-height: 580px;
  background: rgb(248, 248, 247);
  box-shadow: 10px 10px 0 rgb(213, 219, 225);
}
.cards.with-shadow .cards-wrapper .card .card-content {
  border-bottom: none;
}
.cards.with-shadow .cards-wrapper .card .card-image {
  height: 205px;
}
.cards.bottom-image .cards-wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 2px solid rgb(243, 97, 33);
}
.cards.bottom-image .cards-wrapper .card .card-content {
  border: none;
}
.cards.bottom-image.with-shadow .cards-wrapper .card {
  border-bottom: none;
}
.cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
}
@media (max-width: 768px) {
  .cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.cards .cards-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .cards .cards-wrapper {
    flex-wrap: wrap;
    max-width: 600px;
  }
}
.cards .cards-wrapper.is-2 .card {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .cards .cards-wrapper.is-2 .card {
    width: 100%;
  }
}
.cards .cards-wrapper .card {
  width: calc(33.3% - 20px);
  flex-shrink: 0;
  max-height: 490px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
}
@media (max-width: 1024px) {
  .cards .cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.cards .cards-wrapper .card .card-content {
  height: 260px;
  padding: 30px 30px 15px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid rgb(243, 97, 33);
}
@media (max-width: 1024px) {
  .cards .cards-wrapper .card .card-content {
    height: auto;
  }
}
.cards .cards-wrapper .card .card-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.cards .cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.cards .cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.cards .cards-wrapper .card .card-image {
  height: 230px;
  position: relative;
}
.cards .cards-wrapper .card .card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cards .cards-wrapper .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.chess-board-content .chest-board-content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 1280px) {
  .chess-board-content .chest-board-content-wrapper {
    padding: 50px 20px;
  }
}
.chess-board-content .chest-board-content-wrapper .article {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article {
    flex-wrap: wrap;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-content {
  width: 50%;
  flex-shrink: 0;
  padding: 0 15px 0 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article .article-content {
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media (max-width: 415px) {
  .chess-board-content .chest-board-content-wrapper .article .article-content {
    padding: 0 0 20px;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article .article-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-content .read-more-button-wrap {
  display: block;
}
.chess-board-content .chest-board-content-wrapper .article .article-content .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid rgb(70, 98, 130);
  color: rgb(70, 98, 130);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin: 40px 0 10px;
  transition: all 0.3s;
}
.chess-board-content .chest-board-content-wrapper .article .article-content .read-more-button-wrap .read-more-button:hover {
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
}
.chess-board-content .chest-board-content-wrapper .article .article-image {
  width: 50%;
  flex-shrink: 0;
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article .article-image {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.chess-board-content .chest-board-content-wrapper .article .article-image img {
  width: 100%;
  height: auto;
}
.chess-board-content .chest-board-content-wrapper .article:nth-child(2n) {
  flex-direction: row-reverse;
}
.chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-content {
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 415px) {
  .chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-content {
    padding: 0 0 20px 0;
  }
}
.chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-image {
  padding: 0 15px 0 0;
}
@media (max-width: 768px) {
  .chess-board-content .chest-board-content-wrapper .article:nth-child(2n) .article-image {
    padding: 0;
  }
}

.content-with-side-form {
  width: 100%;
  position: relative;
}
.content-with-side-form:before {
  content: "";
  width: 30%;
  height: 100%;
  display: block;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .content-with-side-form:before {
    display: none;
  }
}
.content-with-side-form .content-with-side-form-wrap {
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap {
    flex-wrap: wrap;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-content {
  width: 50%;
  flex-shrink: 0;
  padding: 70px 30px 70px 0;
  margin-right: 10%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .content-with-side-form .content-with-side-form-wrap .side-content {
    padding: 60px 20px;
  }
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-content {
    width: 80%;
    margin: 0 10%;
  }
}
@media (max-width: 640px) {
  .content-with-side-form .content-with-side-form-wrap .side-content {
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-content p {
  margin-bottom: 20px;
}
.content-with-side-form .content-with-side-form-wrap .side-content ul {
  margin: 0 0 20px 0;
  padding: 0 0 5px 30px;
}
.content-with-side-form .content-with-side-form-wrap .side-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: rgb(255, 176, 57);
}
.content-with-side-form .content-with-side-form-wrap .side-content img {
  max-width: 100%;
  height: auto;
}
.content-with-side-form .content-with-side-form-wrap .side-form-content {
  width: 40%;
  flex-shrink: 0;
  padding: 70px 0 70px 100px;
  position: relative;
  z-index: 2;
  background: rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-form-content {
    width: 100%;
    padding: 60px 0;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-form-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-form-content h4 {
    text-align: center;
  }
}
.content-with-side-form .content-with-side-form-wrap .side-form-content .side-form {
  max-width: 300px;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .content-with-side-form .content-with-side-form-wrap .side-form-content .side-form {
    margin: 0 auto;
  }
}

.cover-with-navigation {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-navigation {
    height: auto;
    min-height: 500px;
  }
}
.cover-with-navigation .cover-custom-pagination {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 10;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .cover-with-navigation .cover-custom-pagination {
    display: none;
  }
}
.cover-with-navigation .cover-custom-pagination li {
  margin: 0 0 15px 0;
  padding: 0;
}
.cover-with-navigation .cover-custom-pagination li a {
  padding: 0 0 0 30px;
  width: 180px;
  min-height: 20px;
  display: block;
  background: transparent;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.cover-with-navigation .cover-custom-pagination li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 8px;
  transition: all 0.3s;
}
.cover-with-navigation .cover-custom-pagination li.active a:before, .cover-with-navigation .cover-custom-pagination li:hover a:before {
  width: 20px;
  left: 0;
}
.cover-with-navigation .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-navigation .cover-wrapper .cover-main-content {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content {
    height: auto;
    min-height: 500px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-title {
  width: 540px;
  position: relative;
  top: 75px;
  left: calc(50% - 460px);
}
@media (max-width: 1280px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title {
    width: 60%;
    max-width: 540px;
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    top: 0;
    left: 0;
    padding: 75px 20px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-title span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 176, 57);
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 0 0;
}
@media (max-width: 415px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content {
  width: 350px;
  height: 100%;
  background: rgba(41, 47, 51, 0.7);
  position: absolute;
  top: 0;
  left: calc(50% + 190px);
  padding: 120px 20px 20px 47px;
}
@media (max-width: 1280px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 20px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
}
@media (max-width: 1024px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content:before {
    top: 30px;
    left: auto;
    right: 20px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
}
@media (max-width: 415px) {
  .cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  text-decoration: none;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.cover-with-navigation .cover-wrapper .cover-main-content .cover-side-content .cover-content-description a:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.cover-with-orange-side-content {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-orange-side-content .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title {
  width: 440px;
  position: relative;
  top: 75px;
  left: calc(50% - 555px);
}
@media (max-width: 1280px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px 20px;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
  width: 660px;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
    width: 100%;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li {
  color: rgb(255, 176, 57);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li:after, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li:after {
  content: ">";
  display: inline-block;
  padding: 0 4px;
  font-weight: 600;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li:last-child:after, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li:last-child:after {
  display: none;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ul li a, .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title ol li a {
  color: rgb(255, 176, 57);
  text-decoration: underline;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-title .description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content {
  width: 540px;
  height: 100%;
  background: rgba(255, 176, 57, 0.6);
  position: absolute;
  top: 0;
  left: calc(50% + 15px);
  padding: 75px 20px 20px 40px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 20px;
    left: 0;
    top: 0;
  }
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 110px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
  z-index: 2;
}
.cover-with-orange-side-content .cover-wrapper .cover-main-content .cover-side-content h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

.cover-with-side-content {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-side-content .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-side-content .cover-wrapper .cover-main-content {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content {
    height: auto;
    min-height: 400px;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title {
  width: 440px;
  position: relative;
  top: 75px;
  left: calc(50% - 555px);
}
@media (max-width: 1280px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    padding: 40px 20px;
    top: 0;
    left: 0;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
  width: 660px;
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title.without-side-content {
    width: 100%;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li {
  color: rgb(255, 176, 57);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li:after, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li:after {
  content: ">";
  display: inline-block;
  padding: 0 4px;
  font-weight: 600;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li:last-child:after, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li:last-child:after {
  display: none;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title ul li a, .cover-with-side-content .cover-wrapper .cover-main-content .cover-title ol li a {
  color: rgb(255, 176, 57);
  text-decoration: underline;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-title .description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content {
  width: 540px;
  height: 100%;
  background: rgba(41, 47, 51, 0.7);
  position: absolute;
  top: 0;
  left: calc(50% + 15px);
  padding: 75px 40px 20px 40px;
}
@media (max-width: 1024px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 40px 20px;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 110px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
  z-index: 2;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content h3 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column {
  border-left: 1px solid rgb(255, 176, 57);
  padding: 0 10px 0 20px;
  min-height: 100px;
  width: 33.3%;
  flex-shrink: 0;
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column h4 {
  color: rgb(255, 176, 57);
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 15px 0;
  font-weight: 700;
}
@media (max-width: 640px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-content-columns .column p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
}
.cover-with-side-content .cover-wrapper .cover-main-content .cover-side-content .cover-side-content-after-columns {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: rgb(255, 176, 57);
  font-weight: 600;
}

.cover-with-side-form {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-form {
    height: auto;
  }
}
.cover-with-side-form .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cover-with-side-form .cover-wrapper .cover-main-content {
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content {
    flex-wrap: wrap;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title {
  width: 100%;
  flex-shrink: 0;
  max-width: 540px;
  margin: 75px 120px 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    max-width: initial;
    margin: 0;
    top: 0;
    left: 0;
    padding: 40px 20px;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title.without-side-content {
  width: 660px;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title.without-side-content {
    width: 100%;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title .pre-title {
  color: rgb(255, 176, 57);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-title .description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form {
  width: 420px;
  flex-shrink: 0;
  height: 100%;
  background: rgb(255, 176, 57);
  padding: 75px 40px 20px 40px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form {
    width: 100%;
    max-width: initial;
    position: relative;
    padding: 40px 35px;
    margin: 0;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 110px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
  z-index: 2;
}
@media (max-width: 1024px) {
  .cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form:before {
    display: none;
  }
}
.cover-with-side-form .cover-wrapper .cover-main-content .cover-side-form h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

.cta-cover {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cta-cover {
    height: auto;
    min-height: 400px;
  }
}
.cta-cover .cover-wrapper {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.cta-cover .cover-wrapper .cover-main-content {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cta-cover .cover-wrapper .cover-main-content {
    display: block;
    height: auto;
    min-height: 400px;
  }
}
.cta-cover .cover-wrapper .cover-main-content .cover-title {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 80px 0 30px;
}
@media (max-width: 1024px) {
  .cta-cover .cover-wrapper .cover-main-content .cover-title {
    width: 100%;
    padding: 40px 20px;
  }
}
.cta-cover .cover-wrapper .cover-main-content .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cta-cover .cover-wrapper .cover-main-content .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cta-cover .cover-wrapper .cover-main-content .cover-title h2 br {
    display: none;
  }
}
.cta-cover .cover-wrapper .cover-main-content .cover-title span {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.cta-cover .cover-wrapper .cover-main-content .cover-text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.cta-cover .cover-wrapper .cover-main-content .cover-text p {
  margin: 0 0 10px 0;
}
.cta-cover .cover-wrapper .cta-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 20px 0;
}
.cta-cover .cover-wrapper .cta-button-wrapper .cta-button {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
}
.cta-cover .cover-wrapper .additional-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cta-cover .cover-wrapper .additional-button-wrapper a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.cta-cover .cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta-cover .cover-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.cta-cover .cover-video video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  z-index: 2;
  transition: all 0.3s;
}

.cta-cover-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cta-cover-slider {
    height: auto;
    min-height: 400px;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper {
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slider-slide {
  flex-shrink: 0;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide {
    height: auto;
    min-height: 400px;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 80px 0 30px;
}
@media (max-width: 1024px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title {
    width: 100%;
    padding: 40px 20px;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 15px 0;
}
@media (max-width: 415px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title h2 br {
    display: none;
  }
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-cover-slide .cover-title span {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 20px 0;
}
.cta-cover-slider .cta-cover-slider-wrapper .cta-button-wrapper .cta-button {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-decoration: none;
}
.cta-cover-slider .cta-cover-slider-wrapper .additional-button-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cta-cover-slider .cta-cover-slider-wrapper .additional-button-wrapper a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.cta-cover-slider .slide-pagination {
  position: absolute;
  bottom: 20px;
  width: 200px;
  height: 12px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-cover-slider .slide-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgb(255, 176, 57);
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.cta-cover-slider .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(255, 176, 57);
  border-color: rgb(255, 176, 57);
}

.dark-bullet-list {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.dark-bullet-list .dark-bullet-list-content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.dark-bullet-list .bullet-list-content {
  width: 100%;
  padding: 75px 30px;
}
.dark-bullet-list .bullet-list-content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .dark-bullet-list .bullet-list-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-bullet-list .bullet-list-content .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.dark-bullet-list .bullet-list-content .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-bullet-list .bullet-list-content .description a:hover {
  text-decoration: underline;
}
.dark-bullet-list .bullet-list-content .description p {
  margin: 0;
  padding: 0 0 20px;
}
.dark-bullet-list .bullet-list-content .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.dark-bullet-list .bullet-list-content > ul {
  list-style: none;
  margin: 40px 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .dark-bullet-list .bullet-list-content > ul {
    display: block;
    max-width: 500px;
    margin: 40px auto 20px;
  }
}
.dark-bullet-list .bullet-list-content > ul li {
  width: 50%;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 30px 30px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-checkmark.svg") no-repeat top left;
  color: rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .dark-bullet-list .bullet-list-content > ul li {
    width: 100%;
  }
}
.dark-bullet-list .bullet-list-content > ul li span {
  display: block;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.dark-bullet-list .bullet-list-content .bullet-list-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-bullet-list .bullet-list-content .bullet-list-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.dark-bullet-list-with-side-image {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.dark-bullet-list-with-side-image:before {
  content: "";
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(70, 98, 130, 0.1);
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image:before {
    display: none;
  }
}
.dark-bullet-list-with-side-image .dark-bullet-list-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .dark-bullet-list-content-wrapper {
    flex-wrap: wrap;
  }
}
.dark-bullet-list-with-side-image .side-image {
  width: 50%;
  flex-shrink: 0;
  margin: 80px 0 0 0;
  line-height: 0;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .side-image {
    width: 100%;
    margin: 0;
  }
}
.dark-bullet-list-with-side-image .side-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .side-image img {
    width: 100%;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content {
  max-width: 50%;
  width: 600px;
  padding: 75px 30px;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .bullet-list-content {
    max-width: 100%;
    width: 100%;
    padding: 70px 30px 30px;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dark-bullet-list-with-side-image .bullet-list-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.dark-bullet-list-with-side-image .bullet-list-content .description p {
  margin: 0;
  padding: 0 0 20px;
}
.dark-bullet-list-with-side-image .bullet-list-content .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.dark-bullet-list-with-side-image .bullet-list-content .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-bullet-list-with-side-image .bullet-list-content .description a:hover {
  text-decoration: underline;
}
.dark-bullet-list-with-side-image .bullet-list-content ul {
  list-style: none;
  margin: 20px 0;
  max-width: 420px;
}
@media (max-width: 1024px) {
  .dark-bullet-list-with-side-image .bullet-list-content ul {
    max-width: 100%;
  }
}
.dark-bullet-list-with-side-image .bullet-list-content ul li {
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-checkmark.svg") no-repeat top left;
}
.dark-bullet-list-with-side-image .bullet-list-content ul li span {
  display: block;
  font-weight: 500;
  color: rgb(255, 176, 57);
}
.dark-bullet-list-with-side-image .bullet-list-content .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dark-bullet-list-with-side-image .bullet-list-content .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
.dark-bullet-list-with-side-image .bullet-list-content .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.dark-cards {
  background: rgb(41, 47, 51);
  padding: 60px 0 80px;
  color: rgb(255, 255, 255);
  position: relative;
}
@media (max-width: 1280px) {
  .dark-cards {
    padding: 60px 20px 80px;
  }
}
.dark-cards:before {
  content: "";
  width: 160px;
  height: 1px;
  display: block;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 10px;
  left: calc(50% - 80px);
}
.dark-cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
}
@media (max-width: 768px) {
  .dark-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-cards .dark-cards-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper {
    flex-wrap: wrap;
    max-width: 600px;
  }
}
.dark-cards .dark-cards-wrapper.is-2 .card {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper.is-2 .card {
    width: 100%;
  }
}
.dark-cards .dark-cards-wrapper .card {
  width: calc(33.3% - 20px);
  flex-shrink: 0;
  height: 490px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.dark-cards .dark-cards-wrapper .card .card-content {
  height: 260px;
  padding: 30px 30px 15px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .dark-cards .dark-cards-wrapper .card .card-content {
    padding: 30px 10px 15px;
  }
}
@media (max-width: 1024px) {
  .dark-cards .dark-cards-wrapper .card .card-content {
    height: auto;
  }
}
.dark-cards .dark-cards-wrapper .card .card-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.dark-cards .dark-cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.dark-cards .dark-cards-wrapper .card .card-image {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid rgb(243, 97, 33);
  position: relative;
}
.dark-cards .dark-cards-wrapper .card .card-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dark-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.dark-features-grid {
  background: rgb(41, 47, 51);
  padding: 70px 0 60px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .dark-features-grid {
    padding: 70px 20px 20px;
  }
}
.dark-features-grid h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
.dark-features-grid .description {
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.dark-features-grid .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-features-grid .description a:hover {
  text-decoration: underline;
}
.dark-features-grid .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .dark-features-grid .features-grid-wrapper {
    display: block;
  }
}
.dark-features-grid .features-grid-wrapper .feature {
  width: 33.3%;
  text-align: center;
}
@media (max-width: 768px) {
  .dark-features-grid .features-grid-wrapper .feature {
    width: 100%;
    margin-bottom: 70px;
  }
}
.dark-features-grid .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-features-grid .features-grid-wrapper .feature .icon img {
  max-width: 100%;
}
.dark-features-grid .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  width: 220px;
  margin: 0 auto 10px;
  min-height: 48px;
}
@media (max-width: 415px) {
  .dark-features-grid .features-grid-wrapper .feature h4 {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.dark-features-grid .features-grid-wrapper .feature .feature-description {
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  padding: 0 30px;
}
.dark-features-grid .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.dark-features-grid-without-icons {
  background: rgb(41, 47, 51);
  padding: 70px 0 30px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .dark-features-grid-without-icons {
    padding: 70px 20px 30px;
  }
}
.dark-features-grid-without-icons h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
.dark-features-grid-without-icons .description {
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.dark-features-grid-without-icons .features-grid-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper {
    max-width: 600px;
  }
}
.dark-features-grid-without-icons .features-grid-wrapper .feature {
  width: calc(33.3% - 70px);
  margin: 0 35px 30px;
}
@media (max-width: 1024px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature {
    width: calc(50% - 70px);
  }
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature {
    width: 100%;
    margin: 0 0 60px;
  }
}
.dark-features-grid-without-icons .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-features-grid-without-icons .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.dark-features-grid-without-icons .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 30px;
  color: rgb(255, 176, 57);
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature h4 {
    margin: 0 0 20px;
  }
}
.dark-features-grid-without-icons .features-grid-wrapper .feature .feature-description {
  font-weight: 500;
  line-height: 20px;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .features-grid-wrapper .feature .feature-description {
    padding: 0;
  }
}
.dark-features-grid-without-icons .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.dark-features-grid-without-icons .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 30px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .dark-features-grid-without-icons .read-more-button-wrap .read-more-button {
    margin: 0 0 30px;
  }
}
@media (max-width: 640px) {
  .dark-features-grid-without-icons .read-more-button-wrap .read-more-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.dark-features-grid-without-icons .read-more-button-wrap .read-more-button:hover {
  background: rgb(255, 176, 57);
}

.dark-features-list {
  background: rgb(41, 47, 51);
  padding: 70px 0 60px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .dark-features-list {
    padding: 70px 20px 60px;
  }
}
.dark-features-list h3 {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
.dark-features-list .description {
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  max-width: 730px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.dark-features-list .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-features-list .description a:hover {
  text-decoration: underline;
}
.dark-features-list ul {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 100px;
}
@media (max-width: 1024px) {
  .dark-features-list ul {
    padding: 0;
  }
}
.dark-features-list ul li {
  width: 50%;
  padding: 0 30px;
  line-height: 22px;
  min-height: 22px;
  font-size: 15px;
  font-weight: 700;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-checkmark.svg") no-repeat top left;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .dark-features-list ul li {
    width: 50%;
    margin: 0 20% 20px 30%;
  }
}
@media (max-width: 640px) {
  .dark-features-list ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.dark-features-list .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-features-list .button-wrapper .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.dark-features-list .button-wrapper .read-more-button:hover {
  background: rgb(255, 176, 57);
}

.dark-full-width-graphic-with-side-text {
  width: 100%;
  background: rgb(41, 47, 51);
  padding: 50px 0;
  color: rgb(255, 255, 255);
}
.dark-full-width-graphic-with-side-text .dark-full-width-graphic-wrap {
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .dark-full-width-graphic-with-side-text .dark-full-width-graphic-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .dark-full-width-graphic-with-side-text .dark-full-width-graphic-wrap {
    display: block;
  }
}
.dark-full-width-graphic-with-side-text .side-image {
  width: 55%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .dark-full-width-graphic-with-side-text .side-image {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.dark-full-width-graphic-with-side-text .side-image img {
  max-width: 100%;
  height: auto;
}
.dark-full-width-graphic-with-side-text .side-content {
  width: 45%;
  padding: 30px 0 30px 50px;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .dark-full-width-graphic-with-side-text .side-content {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.dark-full-width-graphic-with-side-text .side-content .pre-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.dark-full-width-graphic-with-side-text .side-content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: rgb(255, 176, 57);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dark-full-width-graphic-with-side-text .side-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-full-width-graphic-with-side-text .side-content p {
  margin-bottom: 20px;
}
.dark-full-width-graphic-with-side-text .side-content p strong {
  color: rgb(255, 176, 57);
}
.dark-full-width-graphic-with-side-text .side-content a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-full-width-graphic-with-side-text .side-content a:hover {
  text-decoration: underline;
}

.dark-side-icons-features-grid {
  width: 100%;
  padding: 70px 0 20px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 1280px) {
  .dark-side-icons-features-grid {
    padding: 70px 20px 20px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature {
  width: calc(50% - 40px);
  margin: 0 40px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature {
    width: calc(100% - 40px);
  }
}
@media (max-width: 415px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature {
    width: 100%;
    margin: 0 0 50px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature:nth-child(2n) {
  margin-left: 40px;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature:nth-child(2n) {
    margin-left: 0;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature .icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature .icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .dark-side-icons-features-grid .features-grid-wrapper .feature h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description ul li {
  margin-bottom: 10px;
}
.dark-side-icons-features-grid .features-grid-wrapper .feature .feature-description p {
  margin-bottom: 20px;
}

.dark-title-with-cta {
  width: 100%;
  height: 300px;
  background: url("/wp-content/themes/cosmotech/assets/images/dark-grey-cover-back.png") no-repeat center rgb(41, 47, 51);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-title-with-cta .dark-title-with-cta-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .dark-title-with-cta .dark-title-with-cta-wrap {
    padding: 0 20px;
  }
}
.dark-title-with-cta .dark-title-with-cta-wrap h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .dark-title-with-cta .dark-title-with-cta-wrap h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-title-with-cta .dark-title-with-cta-wrap .description {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px 0;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.dark-title-with-cta .dark-title-with-cta-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
.dark-title-with-cta .dark-title-with-cta-wrap .read-more-button:hover {
  background: rgb(255, 176, 57);
}

.dark-two-column-flow-text {
  width: 100%;
  padding: 70px 0 60px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 1280px) {
  .dark-two-column-flow-text {
    padding: 70px 20px 60px;
  }
}
.dark-two-column-flow-text .content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.dark-two-column-flow-text .content-title {
  width: 100%;
}
.dark-two-column-flow-text .content-title h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .dark-two-column-flow-text .content-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-two-column-flow-text .content-text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
@media (max-width: 768px) {
  .dark-two-column-flow-text .content-text {
    -moz-column-count: initial;
    column-count: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    max-width: 600px;
    margin: 0 auto;
  }
}
.dark-two-column-flow-text .content-text h4 {
  color: rgb(255, 176, 57);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.dark-two-column-flow-text .content-text p {
  display: inline;
}
.dark-two-column-flow-text .content-text a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-two-column-flow-text .content-text a:hover {
  text-decoration: underline;
}
.dark-two-column-flow-text .content-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-two-column-flow-text .content-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.default-cover {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .default-cover {
    height: auto;
    min-height: 250px;
  }
}
.default-cover .default-cover-wrapper {
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.default-cover .article-social {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .default-cover .article-social {
    right: unset;
    left: 20px;
    bottom: 10px;
  }
}
.default-cover .article-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.default-cover .article-social ul li button {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  cursor: pointer;
}
.default-cover .article-social ul li.facebook-share button {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-facebook.svg");
}
.default-cover .article-social ul li.twitter-share button {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-twitter.svg");
}
.default-cover .article-social ul li.linkedin-share button {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg");
}
.default-cover .default-cover-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.default-cover .default-cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.default-cover .default-cover-content {
  height: 100%;
  width: 100%;
  max-width: 540px;
  background: rgba(41, 47, 51, 0.6);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .default-cover .default-cover-content {
    left: 0;
    padding: 20px 20px 70px;
  }
}
.default-cover .default-cover-content .category-link {
  font-size: 14px;
  color: rgb(255, 176, 57);
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}
.default-cover .default-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .default-cover .default-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.default-cover .default-cover-content .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
}
.default-cover .default-cover-content .article-meta span {
  display: block;
  margin-right: 20px;
}

.default-page-cover {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid rgb(255, 176, 57);
  background-image: url("/wp-content/themes/cosmotech/assets/images/dark-grey-cover-back.png");
  background-size: cover;
  background-position: center center;
}
.default-page-cover .default-page-cover-content {
  height: 100%;
  width: 540px;
  background: rgba(41, 47, 51, 0.6);
  position: relative;
  top: 0;
  left: calc(50% - 400px);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px 50px;
}
@media (max-width: 1024px) {
  .default-page-cover .default-page-cover-content {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.default-page-cover .default-page-cover-content h2 {
  font-size: 32px;
  line-height: 38px;
  width: 100%;
  margin: 20px 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .default-page-cover .default-page-cover-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.features-grid {
  padding: 40px 0 10px;
}
@media (max-width: 1024px) {
  .features-grid {
    padding: 40px 20px 10px;
  }
}
.features-grid h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 35px;
}
@media (max-width: 768px) {
  .features-grid h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid .description {
  font-size: 20px;
  line-height: 30px;
  color: rgb(41, 47, 51);
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 640px) {
  .features-grid .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.features-grid .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 35px auto 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .features-grid .features-grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.features-grid .features-grid-wrapper .feature {
  width: calc(33% - 30px);
  margin: 0 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .features-grid .features-grid-wrapper .feature {
    width: 100%;
    margin-bottom: 40px;
  }
}
.features-grid .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 176, 57);
}
.features-grid .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.features-grid .features-grid-wrapper .feature .feature-description {
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 176, 57);
  font-weight: 500;
}

.side-by-side-dark-text-and-image + .features-grid {
  background: rgb(248, 248, 247);
}

.features-grid-four-columns {
  width: 100%;
  padding: 40px 0 10px;
}
.features-grid-four-columns h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .features-grid-four-columns h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid-four-columns .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.features-grid-four-columns .features-grid-wrapper .feature {
  width: calc(25% - 30px);
  margin: 0 15px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .features-grid-four-columns .features-grid-wrapper .feature {
    width: calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .features-grid-four-columns .features-grid-wrapper .feature {
    width: 100%;
  }
}
.features-grid-four-columns .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 25px;
}
.features-grid-four-columns .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid-four-columns .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  margin: 0 0 20px;
  color: rgb(255, 176, 57);
}
.features-grid-four-columns .features-grid-wrapper .feature .feature-description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.team-members-list + .features-grid-four-columns,
.team-member-preview + .features-grid-four-columns {
  padding-top: 60px;
  background: rgb(248, 248, 247);
}

.features-grid-with-links {
  padding: 50px 0 20px;
  background: rgb(248, 248, 247);
}
.features-grid-with-links.grey {
  background: rgb(248, 248, 247);
}
.features-grid-with-links.white {
  background: rgb(255, 255, 255);
}
.features-grid-with-links.dark-grey {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.features-grid-with-links.dark-grey .description {
  color: rgb(255, 255, 255);
}
.features-grid-with-links.dark-grey .features-grid-wrapper .feature .feature-description {
  color: rgb(255, 255, 255);
}
.features-grid-with-links h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 15px;
}
@media (max-width: 768px) {
  .features-grid-with-links h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid-with-links .description {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.features-grid-with-links .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 25px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.features-grid-with-links .features-grid-wrapper .feature {
  width: calc(33% - 30px);
  margin: 0 15px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .features-grid-with-links .features-grid-wrapper .feature {
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .features-grid-with-links .features-grid-wrapper .feature {
    width: 100%;
  }
}
.features-grid-with-links .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-grid-with-links .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid-with-links .features-grid-wrapper .feature h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.features-grid-with-links .features-grid-wrapper .feature .feature-description {
  font-size: 14px;
  line-height: 20px;
  color: rgb(41, 47, 51);
  font-weight: 500;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.features-grid-with-links .features-grid-wrapper .feature .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.features-grid-without-icons {
  padding: 70px 0 30px;
}
@media (max-width: 1024px) {
  .features-grid-without-icons {
    padding: 70px 20px 30px;
  }
}
.features-grid-without-icons h3 {
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .features-grid-without-icons h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid-without-icons .description {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .features-grid-without-icons .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.features-grid-without-icons .features-grid-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .features-grid-without-icons .features-grid-wrapper {
    max-width: 600px;
  }
}
.features-grid-without-icons .features-grid-wrapper .feature {
  width: 33.3%;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .features-grid-without-icons .features-grid-wrapper .feature {
    width: 100%;
    margin: 0 0 60px;
  }
}
.features-grid-without-icons .features-grid-wrapper .feature .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-grid-without-icons .features-grid-wrapper .feature .icon img {
  height: auto;
  max-width: 100%;
}
.features-grid-without-icons .features-grid-wrapper .feature h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  width: 220px;
  margin: 0 auto 15px;
  color: rgb(255, 176, 57);
}
.features-grid-without-icons .features-grid-wrapper .feature .feature-description {
  font-weight: 500;
  line-height: 20px;
  padding: 0 20px;
}
.features-grid-without-icons .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.features-grid-without-icons .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 30px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .features-grid-without-icons .read-more-button-wrap .read-more-button {
    margin: 0 0 30px;
  }
}
.features-grid-without-icons .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.figures {
  width: 100%;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  padding: 60px 0;
}
.figures.dark {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.figures .figures-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 640px) {
  .figures .figures-wrapper {
    display: block;
  }
}
.figures .figures-wrapper .figure {
  text-align: center;
  width: 25%;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .figures .figures-wrapper .figure {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .figures .figures-wrapper .figure {
    width: 100%;
  }
}
.figures .figures-wrapper .figure .figure-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  padding: 20px 0 10px;
}
.figures .figures-wrapper .figure .figure-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.footer .footer-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .footer .footer-wrapper {
    padding: 50px 20px 30px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-wrapper {
    padding: 40px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer .footer-wrapper {
    display: block;
  }
}
.footer .footer-wrapper > .footer-menu {
  width: 60%;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper > .footer-menu {
    width: 50%;
  }
}
.footer .footer-wrapper .footer-menu {
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .footer .footer-wrapper .footer-menu {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
  }
}
.footer .footer-wrapper .footer-menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.3s;
}
.footer .footer-wrapper .footer-menu a:hover {
  color: rgb(255, 176, 57);
}
.footer .footer-wrapper .footer-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  max-height: 220px;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper .footer-menu > ul {
    display: block;
    max-height: initial;
  }
}
.footer .footer-wrapper .footer-menu > ul > li {
  width: 50%;
  margin: 0 15px 7px 0;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper .footer-menu > ul > li {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .footer .footer-wrapper .footer-menu > ul > li {
    margin-bottom: 20px;
  }
}
.footer .footer-wrapper .footer-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
}
.footer .footer-wrapper .footer-menu > ul > li > ul {
  padding: 0 0 0 10px;
}
.footer .footer-wrapper .footer-menu > ul > li > ul li {
  display: inline;
  font-weight: 300;
}
.footer .footer-wrapper .footer-menu > ul > li > ul li:after {
  content: "";
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background: rgb(255, 176, 57);
  display: inline-block;
  margin: 0 2px 0 7px;
}
.footer .footer-wrapper .footer-menu > ul > li > ul li:last-child:after {
  display: none;
}
.footer .footer-wrapper .footer-logo {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .footer-wrapper .footer-logo {
    text-align: center;
    margin: 0 auto;
  }
}
.footer .footer-wrapper .footer-logo img {
  width: 70%;
  height: auto;
}
.footer .footer-wrapper .footer-newsletter {
  width: 280px;
  flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .footer .footer-wrapper .footer-newsletter {
    width: 40%;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer .footer-wrapper .footer-newsletter {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-newsletter {
    width: 100%;
  }
}
.footer .footer-wrapper .footer-newsletter h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.footer .footer-wrapper .footer-newsletter .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-newsletter .description {
    margin: 0 0 40px 0;
  }
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: rgb(255, 255, 255);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs_error_rollup {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  order: 2;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form ul.hs-error-msgs > li {
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container {
  font-size: 10px;
  order: 2;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li {
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li span {
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container ul li a {
  color: rgb(255, 255, 255);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container .hs-form-field {
  width: 100%;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .legal-consent-container .hs-form-field .input {
  border-bottom: none;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field {
  width: calc(100% - 40px);
  flex-shrink: 0;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 30px;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input input, .footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input textarea {
  background: transparent;
  width: 100%;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input textarea {
  resize: none;
  height: 88px;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .hs-form-field .input :-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .actions {
  width: 40px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-wrapper .footer-newsletter .footer-newsletter-form .actions .hs-button {
  height: 33px;
  line-height: 33px;
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 40px;
  flex-shrink: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-send.svg") transparent no-repeat center center;
}

.footer-bar {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 1280px) {
  .footer-bar {
    padding: 0 20px;
  }
}
.footer-bar .footer-bar-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(213, 219, 225, 0.3);
}
@media (max-width: 768px) {
  .footer-bar .footer-bar-wrapper {
    display: block;
  }
}
.footer-bar .footer-bar-wrapper .footer-logo {
  width: 130px;
  height: 20px;
  display: block;
  margin-right: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/cosmotech-logo-white.svg") no-repeat center left;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer-bar .footer-bar-wrapper .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-bar .legal-menu {
  font-size: 14px;
  line-height: 20px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .footer-bar .legal-menu {
    margin-bottom: 20px;
  }
}
.footer-bar .legal-menu ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-bar .legal-menu ul li {
  display: inline;
  font-weight: 500;
}
.footer-bar .legal-menu ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.3s;
}
.footer-bar .legal-menu ul li a:hover {
  color: rgb(255, 176, 57);
}
.footer-bar .legal-menu ul li:after {
  content: "";
  vertical-align: middle;
  width: 1px;
  height: 11px;
  background: rgb(255, 255, 255);
  display: inline-block;
  margin: 0 9px 0 9px;
}
.footer-bar .legal-menu ul li:last-child:after {
  display: none;
}
.footer-bar .social-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-bar .social-menu ul li {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 35px;
}
@media (max-width: 768px) {
  .footer-bar .social-menu ul li {
    margin: 0 35px 0 0;
  }
}
.footer-bar .social-menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
  cursor: pointer;
}
.footer-bar .social-menu ul li.linkedin {
  background: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg") no-repeat center;
}
.footer-bar .social-menu ul li.twitter {
  background: url("/wp-content/themes/cosmotech/assets/images/icon-twitter.svg") no-repeat center;
}
.footer-bar .social-menu ul li.youtube {
  background: url("/wp-content/themes/cosmotech/assets/images/icon-youtube.svg") no-repeat center;
}

.footer-contacts {
  width: 100%;
  min-height: 350px;
  background: url("/wp-content/themes/cosmotech/assets/images/footer-background.png") no-repeat center left rgb(70, 98, 130);
  color: rgb(255, 255, 255);
}
.footer-contacts .footer-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-contacts .footer-wrapper {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
.footer-contacts .footer-contacts-content {
  width: 285px;
  flex-shrink: 0;
  margin-right: 95px;
}
@media (max-width: 1024px) {
  .footer-contacts .footer-contacts-content {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-content {
    padding: 0;
  }
}
.footer-contacts .footer-contacts-content h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 10px 0 18px;
  font-weight: 300;
}
.footer-contacts .footer-contacts-content .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.footer-contacts .footer-contacts-form {
  width: 550px;
}
@media (max-width: 1024px) {
  .footer-contacts .footer-contacts-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.footer-contacts .footer-contacts-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 530px;
  color: rgb(255, 255, 255);
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-form form {
    flex-direction: row;
    height: auto;
  }
}
.footer-contacts .footer-contacts-form .hs_error_rollup {
  padding: 10px 0;
  text-align: center;
}
.footer-contacts .footer-contacts-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contacts .footer-contacts-form ul.hs-error-msgs > li {
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.footer-contacts .footer-contacts-form .legal-consent-container {
  width: 50%;
  padding: 0 0 0 20px;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-richtext {
  font-size: 11px;
}
.footer-contacts .footer-contacts-form .legal-consent-container .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field {
  width: 100%;
  font-size: 11px;
  padding: 20px 0 0 0;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field .input {
  border: none;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label a {
  color: rgb(255, 255, 255);
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.footer-contacts .footer-contacts-form .legal-consent-container .hs-form-field label span {
  margin-left: 10px;
}
.footer-contacts .footer-contacts-form .hs-form-field {
  width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-form .hs-form-field {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .footer-contacts .footer-contacts-form .hs-form-field {
    width: 100%;
  }
}
.footer-contacts .footer-contacts-form .hs-form-field label {
  display: none;
}
.footer-contacts .footer-contacts-form .hs-form-field .input {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 30px;
}
.footer-contacts .footer-contacts-form .hs-form-field .input input[type=text],
.footer-contacts .footer-contacts-form .hs-form-field .input input[type=email],
.footer-contacts .footer-contacts-form .hs-form-field .input input[type=tel],
.footer-contacts .footer-contacts-form .hs-form-field .input textarea {
  background: transparent;
  width: 100%;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}
.footer-contacts .footer-contacts-form .hs-form-field .input textarea {
  resize: none;
  height: 88px;
}
.footer-contacts .footer-contacts-form .hs-form-field .input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .hs-form-field .input ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .hs-form-field .input :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .hs-form-field .input :-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.footer-contacts .footer-contacts-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contacts .footer-contacts-form .actions .hs-button {
  height: 50px;
  line-height: 48px;
  width: 250px;
  margin-left: auto;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 0 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-yellow-arrow-right.svg") transparent no-repeat center right 20px;
}
.footer-contacts .footer-contacts-form .actions .hs-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(70, 98, 130);
}

.full-width-cards {
  padding: 60px 0 20px;
}
@media (max-width: 768px) {
  .full-width-cards {
    padding: 60px 20px 20px;
  }
}
.full-width-cards h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .full-width-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-cards .full-width-cards-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.full-width-cards .full-width-cards-wrapper .card {
  width: 100%;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px 30px;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
  position: relative;
  margin: 0 0 30px 0;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card {
    flex-wrap: wrap;
  }
}
.full-width-cards .full-width-cards-wrapper .card:before {
  content: "";
  width: 30%;
  max-width: 175px;
  height: 2px;
  background: rgb(243, 97, 33);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.full-width-cards .full-width-cards-wrapper .card .card-title {
  width: 50%;
  flex-shrink: 0;
  border-right: 1px solid rgb(213, 219, 225);
  padding: 0 30px 0 0;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card .card-title {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    border-right: 0;
  }
}
.full-width-cards .full-width-cards-wrapper .card .card-title h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card .card-title h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-cards .full-width-cards-wrapper .card .card-description {
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .full-width-cards .full-width-cards-wrapper .card .card-description {
    width: 100%;
    padding: 0;
  }
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.full-width-cards .full-width-cards-wrapper .card .card-description .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.full-width-content {
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .full-width-content {
    padding: 40px 20px;
  }
}
.full-width-content.narrow-width {
  max-width: 600px;
  margin: 0 auto;
}
.full-width-content.small h3 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .full-width-content.small h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.full-width-content.small .full-width-content-wrapper {
  font-size: 15px;
  line-height: 20px;
}
.full-width-content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-content h3.yellow {
  color: rgb(255, 176, 57);
}
.full-width-content .full-width-content-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .full-width-content .full-width-content-wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}
.full-width-content .full-width-content-wrapper p {
  margin: 0 0 30px;
  text-align: center;
}
.full-width-content .full-width-content-wrapper img {
  max-width: 100%;
  height: auto;
}

.full-width-content-with-cta {
  width: 100%;
  padding: 70px 0;
  background: rgb(248, 248, 247);
}
@media (max-width: 1024px) {
  .full-width-content-with-cta {
    padding: 70px 20px;
  }
}
.full-width-content-with-cta h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-content-with-cta h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-content-with-cta .full-width-content-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .full-width-content-with-cta .full-width-content-wrapper {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-content-with-cta .full-width-content-wrapper p {
  margin: 0 0 30px;
  text-align: center;
}
.full-width-content-with-cta .full-width-content-wrapper img {
  max-width: 100%;
  height: auto;
}
.full-width-content-with-cta .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.full-width-content-with-cta .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
.full-width-content-with-cta .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.full-width-iframe {
  width: 100%;
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  .full-width-iframe {
    padding: 30px 0 10px;
  }
}
.full-width-iframe h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .full-width-iframe h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-iframe .full-width-iframe-wrapper {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
.full-width-iframe .full-width-iframe-wrapper iframe {
  border: none;
}

.full-width-image-with-description {
  width: 100%;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .full-width-image-with-description {
    padding: 60px 20px;
  }
}
.full-width-image-with-description .full-width-image-with-description-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .full-width-image-with-description .full-width-image-with-description-wrapper {
    flex-wrap: wrap;
  }
}
.full-width-image-with-description .full-width-image-with-description-wrapper .full-width-image {
  flex-grow: 1;
}
.full-width-image-with-description .full-width-image-with-description-wrapper .full-width-image img {
  max-width: 100%;
}
.full-width-image-with-description .full-width-image-with-description-wrapper .image-description {
  width: 200px;
  padding: 80px 0 0 0;
  font-size: 15px;
  font-style: italic;
  color: rgb(70, 98, 130);
  line-height: 20px;
  font-weight: 500;
  flex-shrink: 0;
  margin: 0 0 0 30px;
}
@media (max-width: 1024px) {
  .full-width-image-with-description .full-width-image-with-description-wrapper .image-description {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .full-width-image-with-description .full-width-image-with-description-wrapper .image-description {
    width: 100%;
    padding: 20px 20px;
    margin: 0;
  }
}
.full-width-image-with-description .full-width-image-with-description-wrapper .image-description h3 {
  font-style: normal;
  font-weight: 700;
  color: rgb(255, 176, 57);
  margin: 0 0 15px 0;
}

.two-column-text + .full-width-image-with-description:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgb(41, 47, 51);
  display: block;
  transform: rotate(45deg);
  top: -25px;
  left: calc(50% - 20px);
}

.full-width-quote {
  width: 100%;
  min-height: 400px;
  background-color: rgb(70, 98, 130);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
}
.full-width-quote.large blockquote {
  font-size: 24px;
  line-height: 34px;
}
.full-width-quote.large blockquote footer {
  font-size: 16px;
  font-weight: 400;
}
.full-width-quote .quote-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.full-width-quote blockquote {
  border-left: 1px solid rgb(255, 176, 57);
  padding-left: 20px;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  margin-left: 10px;
}
@media (max-width: 415px) {
  .full-width-quote blockquote {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-quote blockquote p {
  margin: 0;
  padding: 0;
  display: inline;
}
.full-width-quote blockquote p:before {
  content: '"';
  display: inline-block;
  padding-right: 5px;
}
.full-width-quote blockquote p:after {
  content: '"';
  display: inline-block;
  padding-left: 5px;
}
.full-width-quote blockquote footer {
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  margin-top: 20px;
}

.full-width-text {
  width: 100%;
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  .full-width-text {
    padding: 30px 0 10px;
  }
}
.full-width-text.light-grey {
  background: rgb(248, 248, 247);
}
.full-width-text.dark-grey {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.full-width-text .full-width-text-wrapper {
  width: 100%;
  max-width: 740px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}
.full-width-text .full-width-text-wrapper strong, .full-width-text .full-width-text-wrapper b {
  font-weight: 700;
}
.full-width-text .full-width-text-wrapper a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.full-width-text .full-width-text-wrapper em, .full-width-text .full-width-text-wrapper i {
  font-weight: 500;
  font-style: italic;
}
.full-width-text .full-width-text-wrapper p {
  margin-bottom: 20px;
}
.full-width-text .full-width-text-wrapper h2 {
  color: rgb(255, 176, 57);
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.full-width-text .full-width-text-wrapper ul, .full-width-text .full-width-text-wrapper ol {
  padding-left: 30px;
}
.full-width-text .full-width-text-wrapper h3 {
  font-size: 20px;
  line-height: 33px;
  color: rgb(255, 176, 57);
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-text .full-width-text-wrapper h4 {
  font-size: 16px;
  line-height: 33px;
  color: rgb(255, 176, 57);
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .full-width-text .full-width-text-wrapper h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.full-width-text .full-width-text-wrapper img {
  max-width: 100%;
  height: auto;
}
.full-width-text .full-width-text-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-text .full-width-text-button-wrap .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(255, 176, 57);
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .full-width-text .full-width-text-button-wrap .cta-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.full-width-text .full-width-text-button-wrap .cta-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.horizontal-solutions {
  padding: 70px 0 60px;
}
@media (max-width: 640px) {
  .horizontal-solutions {
    padding: 40px 20px;
  }
}
.horizontal-solutions h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .horizontal-solutions h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.horizontal-solutions .solutions-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.horizontal-solutions .solutions-preview {
  width: calc(100% - 30px);
  flex-shrink: 0;
  min-height: 240px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-preview {
    width: 100%;
    flex-wrap: wrap;
    margiN: 0 0 30px;
  }
}
.horizontal-solutions .solutions-preview .solutions-image {
  width: 50%;
  min-height: 240px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-self: stretch;
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-preview .solutions-image {
    width: 100%;
  }
}
.horizontal-solutions .solutions-preview .solution-content {
  min-height: 240px;
  width: 50%;
  flex-shrink: 0;
  padding: 25px 30px;
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-preview .solution-content {
    width: 100%;
  }
}
.horizontal-solutions .solutions-preview .solution-content h4 {
  font-size: 20px;
  line-height: 26px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin-bottom: 10px;
}
.horizontal-solutions .solutions-preview .solution-content .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.horizontal-solutions .solutions-preview .solution-content .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.horizontal-solutions .solutions-preview .solution-content .description a:hover {
  text-decoration: underline;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  text-decoration: none;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.horizontal-solutions .solutions-preview .solution-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.horizontal-solutions .solutions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.horizontal-solutions .solutions-grid .solution {
  width: calc(33.3% - 30px);
  min-height: 255px;
  background: rgb(248, 248, 247);
  padding: 20px;
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
  position: relative;
  margin: 0 15px 30px;
}
@media (max-width: 768px) {
  .horizontal-solutions .solutions-grid .solution {
    width: calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .horizontal-solutions .solutions-grid .solution {
    width: 100%;
    margin: 0 0 30px;
  }
}
.horizontal-solutions .solutions-grid .solution:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.horizontal-solutions .solutions-grid .solution .solution-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.horizontal-solutions .solutions-grid .solution .solution-title .icon {
  width: 80px;
  height: 80px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.horizontal-solutions .solutions-grid .solution .solution-title h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.horizontal-solutions .solutions-grid .solution .solution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-decoration: none;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 15px;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.horizontal-solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.inline-slider-section {
  padding: 40px 0;
}
.inline-slider-section h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .inline-slider-section h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.inline-slider-section .inline-slider {
  width: 100%;
  max-width: 1110px;
  height: 430px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .inline-slider-section .inline-slider {
    height: 700px;
  }
}
.inline-slider-section .inline-slider .inline-slider-next {
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right-orange.svg") no-repeat center rgb(255, 255, 255);
  background-size: 16px auto;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 2px;
  right: 2px;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .inline-slider-prev {
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right-orange.svg") no-repeat center rgb(255, 255, 255);
  background-size: 16px auto;
  transform: rotate(180deg);
  position: absolute;
  z-index: 2;
  bottom: 2px;
  right: 64px;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.7);
}
.inline-slider-section .inline-slider .inline-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide {
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide {
    display: block;
  }
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-image {
  display: block;
  width: 50%;
  height: 430px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-image {
    width: 100%;
    height: 300px;
  }
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content {
  position: relative;
  padding: 70px 95px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content {
    padding: 60px 20px 70px 40px;
  }
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 6px solid rgb(255, 176, 57);
  border-left: 6px solid rgb(255, 176, 57);
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px 0;
  color: rgb(255, 176, 57);
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content > a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content > a:hover {
  text-decoration: underline;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0 0;
  text-decoration: none;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin: 20px 0 0 0;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.inline-slider-section .inline-slider .inline-slider-wrapper .inline-slide .slide-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.job-summary {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .job-summary {
    padding: 40px 20px;
  }
}
.job-summary .job-summary-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 40px;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
}
@media (max-width: 768px) {
  .job-summary .job-summary-wrapper {
    padding: 20px;
  }
}
.job-summary .job-summary-wrapper p {
  margin: 0 0 30px 0;
}
.job-summary .job-summary-wrapper h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .job-summary .job-summary-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.job-summary .job-summary-wrapper h4 {
  font-size: 24px;
  line-height: 34px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .job-summary .job-summary-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.job-summary .job-summary-wrapper ul, .job-summary .job-summary-wrapper ol {
  margin: 0 0 20px 20px;
}
.job-summary .job-summary-wrapper ul li, .job-summary .job-summary-wrapper ol li {
  margin-bottom: 10px;
}
.job-summary .job-summary-wrapper .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.job-summary .job-summary-wrapper .cta-button-wrap .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (hover: hover) {
  .job-summary .job-summary-wrapper .cta-button-wrap .cta-button:hover {
    color: rgb(255, 255, 255);
    background: rgb(41, 47, 51);
  }
}

.logo-list-with-description {
  width: 100%;
  padding: 70px 0 30px;
}
@media (max-width: 1024px) {
  .logo-list-with-description {
    padding: 70px 20px 30px;
  }
}
.logo-list-with-description h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .logo-list-with-description h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.logo-list-with-description > .description {
  width: 920px;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .logo-list-with-description > .description {
    max-width: 100%;
  }
}
.logo-list-with-description > .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.logo-list-with-description > .description a:hover {
  color: rgb(243, 97, 33);
}
.logo-list-with-description .logos-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-list-with-description .logos-wrapper .logo {
  width: 15%;
  margin: 0 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .logo-list-with-description .logos-wrapper .logo {
    width: 33.3%;
  }
}
@media (max-width: 640px) {
  .logo-list-with-description .logos-wrapper .logo {
    width: 100%;
  }
}
.logo-list-with-description .logos-wrapper .logo .logo-image {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.logo-list-with-description .logos-wrapper .logo .logo-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.logo-list-with-description .logos-wrapper .logo h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(255, 176, 57);
  margin: 0 0 15px 0;
}

.related-articles {
  width: 100%;
  background: rgb(248, 248, 247);
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .related-articles {
    padding: 40px 20px;
  }
}
.related-articles h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .related-articles h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .related-articles h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.related-articles .related-articles-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.related-articles .related-articles-wrapper .related-article {
  width: calc(33.3% - 30px);
  margin: 0 15px 30px;
  height: 580px;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: 10px 10px 0 rgb(213, 219, 225);
  text-align: left;
}
@media (max-width: 1024px) {
  .related-articles .related-articles-wrapper .related-article {
    width: 600px;
    margin: 0 auto 30px;
    height: auto;
    padding: 0 0 20px 0;
  }
}
.related-articles .related-articles-wrapper .related-article .category {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0 30px;
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 20px;
  z-index: 3;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-articles .related-articles-wrapper .related-article .category:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 27px;
  background-position: center center;
}
.related-articles .related-articles-wrapper .related-article .category.articles:after {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-blog.svg");
}
.related-articles .related-articles-wrapper .related-article .category.e-books:after {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-book.svg");
}
.related-articles .related-articles-wrapper .related-article .category.webinars:after {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-webinar.svg");
}
.related-articles .related-articles-wrapper .related-article h4 {
  padding: 25px 25px 10px 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.related-articles .related-articles-wrapper .related-article .related-article-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 25px 15px 30px;
}
.related-articles .related-articles-wrapper .related-article .article-meta {
  padding: 0 25px 0 30px;
}
.related-articles .related-articles-wrapper .related-article .article-meta > a {
  margin: auto auto 0;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.related-articles .related-articles-wrapper .related-article .article-meta > a:before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.related-articles .related-articles-wrapper .related-article .article-meta > a:hover {
  color: rgb(255, 176, 57);
}
.related-articles .related-articles-wrapper .related-article .article-meta > a:hover:before {
  border-color: rgb(255, 176, 57);
}
.related-articles .related-articles-wrapper .related-article .related-article-image {
  width: 100%;
  height: 205px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.related-articles .related-articles-wrapper .related-article .related-article-image > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.related-articles .related-articles-wrapper .related-article .related-article-image > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#292f33), to(rgba(41, 47, 51, 0.7)));
  background: -o-linear-gradient(top, #292f33, rgba(41, 47, 51, 0.7));
  background: linear-gradient(to bottom, #292f33, rgba(41, 47, 51, 0.7));
  opacity: 0.7;
  z-index: 2;
}
.related-articles .related-articles-wrapper .related-article .related-article-image > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related-articles .read-more-link {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid rgb(70, 98, 130);
  color: rgb(70, 98, 130);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin: 40px 0 10px;
  transition: all 0.3s;
}
.related-articles .read-more-link:hover {
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
}

.side-by-side-dark-text-and-image {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.side-by-side-dark-text-and-image:before {
  content: "";
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(70, 98, 130, 0.1);
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image:before {
    display: none;
  }
}
.side-by-side-dark-text-and-image.right-image:before {
  left: auto;
  right: 0;
}
.side-by-side-dark-text-and-image.right-image .side-by-side-content-wrapper {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.side-by-side-dark-text-and-image.right-image .side-by-side-image {
  margin: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image.right-image .side-by-side-image {
    margin: 0;
  }
}
.side-by-side-dark-text-and-image .side-by-side-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-content-wrapper {
    flex-wrap: wrap;
  }
}
.side-by-side-dark-text-and-image .side-by-side-image {
  width: 50%;
  flex-shrink: 0;
  margin: 0 0 80px 0;
  line-height: 0;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-image {
    margin: 0;
    width: 100%;
    order: 2;
  }
}
.side-by-side-dark-text-and-image .side-by-side-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-image img {
    width: 100%;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text {
  max-width: 50%;
  width: 600px;
  padding: 75px 30px;
}
@media (max-width: 1024px) {
  .side-by-side-dark-text-and-image .side-by-side-text {
    width: 100%;
    max-width: 100%;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .side-by-side-dark-text-and-image .side-by-side-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.side-by-side-dark-text-and-image .side-by-side-text .description p {
  margin: 0;
  padding: 0 0 20px;
}
.side-by-side-dark-text-and-image .side-by-side-text .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.side-by-side-dark-text-and-image .side-by-side-text .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.side-by-side-dark-text-and-image .side-by-side-text .description a:hover {
  text-decoration: underline;
}
.side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.side-by-side-dark-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.side-by-side-text-and-image {
  width: 100%;
  position: relative;
}
.side-by-side-text-and-image:before {
  content: "";
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(248, 248, 247);
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image:before {
    display: none;
  }
}
.side-by-side-text-and-image.right-image:before {
  left: auto;
  right: 0;
}
.side-by-side-text-and-image.right-image .side-by-side-content-wrapper {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.side-by-side-text-and-image.right-image .side-by-side-image {
  margin: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image.right-image .side-by-side-image {
    margin: 0;
  }
}
.side-by-side-text-and-image .side-by-side-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-content-wrapper {
    flex-wrap: wrap;
  }
}
.side-by-side-text-and-image .side-by-side-image {
  width: 50%;
  flex-shrink: 0;
  margin: 0 0 80px 0;
  line-height: 0;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-image {
    width: 100%;
    margin: 0;
  }
}
.side-by-side-text-and-image .side-by-side-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-image img {
    width: 100%;
  }
}
.side-by-side-text-and-image .side-by-side-text {
  max-width: 50%;
  width: 600px;
  padding: 75px 30px;
}
@media (max-width: 1024px) {
  .side-by-side-text-and-image .side-by-side-text {
    max-width: 100%;
    width: 100%;
    padding: 60px 20px;
  }
}
.side-by-side-text-and-image .side-by-side-text h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .side-by-side-text-and-image .side-by-side-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.side-by-side-text-and-image .side-by-side-text .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.side-by-side-text-and-image .side-by-side-text .description p {
  margin: 0;
  padding: 0;
}
.side-by-side-text-and-image .side-by-side-text .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.side-by-side-text-and-image .side-by-side-text .read-more-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-by-side-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(70, 98, 130);
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .side-by-side-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    height: initial;
    min-height: 50px;
  }
}
.side-by-side-text-and-image .side-by-side-text .read-more-button-wrap .read-more-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
}

.simple-title-and-text-on-dark-background {
  width: 100%;
  min-height: 250px;
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
  margin: 0;
}
@media (max-width: 1024px) {
  .simple-title-and-text-on-dark-background {
    padding: 0 20px 40px;
  }
}
.simple-title-and-text-on-dark-background .wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 55px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .simple-title-and-text-on-dark-background .wrapper {
    display: block;
  }
}
.simple-title-and-text-on-dark-background .wrapper h3 {
  font-size: 30px;
  line-height: 36px;
  width: 255px;
  margin: 0 30px 0 0;
  padding: 0;
  font-weight: 500;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .simple-title-and-text-on-dark-background .wrapper h3 {
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 34px;
  }
}
.simple-title-and-text-on-dark-background .wrapper .description {
  flex-grow: 1;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.simple-title-and-text-on-dark-background .wrapper .description p {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .simple-title-and-text-on-dark-background .wrapper .description p {
    margin: 0 0 20px 0;
  }
}
.simple-title-and-text-on-dark-background .wrapper .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.simple-title-and-text-on-dark-background .wrapper .description a:hover {
  text-decoration: underline;
}

.slide-cover {
  width: 100%;
  height: 770px;
  overflow: hidden;
  position: relative;
}
.slide-cover .slide-custom-pagination {
  display: none;
}
.slide-cover .slide-pagination {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 10;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
}
.slide-cover .slide-pagination .swiper-pagination-bullet {
  width: 150px;
  height: 20px;
  margin: 0 0 15px 0;
  display: block;
  padding: 0 0 0 30px;
  background: transparent;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  opacity: 1;
}
.slide-cover .slide-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: rgb(255, 176, 57);
  position: absolute;
  top: 0;
  left: 8px;
  transition: all 0.3s;
}
.slide-cover .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 20px;
  left: 0;
}
.slide-cover .slide-cover-wrapper {
  width: 100%;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide {
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-main-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .cover-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .cover-video video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  z-index: 2;
  transition: all 0.3s;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-title {
  width: 540px;
  position: relative;
  top: 75px;
  left: calc(50% - 460px);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-title span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 176, 57);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 0 0;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content {
  width: 350px;
  height: 100%;
  background: rgba(41, 47, 51, 0.7);
  position: absolute;
  top: 0;
  left: calc(50% + 190px);
  padding: 120px 20px 20px 47px;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 20px;
  width: 165px;
  height: 165px;
  border: 15px solid rgba(255, 176, 57, 0.3);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content h3 {
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-main .slide-side-content .side-content-description > a:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom {
  width: 100%;
  height: 270px;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 55px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content h3 {
  font-size: 30px;
  line-height: 36px;
  width: 255px;
  margin: 0 30px 0 0;
  padding: 0;
  font-weight: 500;
  flex-shrink: 0;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content .slide-bottom-description {
  flex-grow: 1;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-content .slide-bottom-description p {
  padding: 0;
  margin: 0;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 50px;
}
.slide-cover .slide-cover-wrapper .slide-cover-slide .slide-bottom .slide-bottom-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.sliding-cards {
  padding: 40px 0 10px;
}
@media (max-width: 1280px) {
  .sliding-cards {
    padding: 40px 20px 10px;
  }
}
@media (max-width: 768px) {
  .sliding-cards {
    padding: 40px 5px 10px;
  }
}
.sliding-cards h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .sliding-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.sliding-cards .sliding-cards-slider {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 15px 50px;
  position: relative;
}
.sliding-cards .sliding-cards-slider .sliding-cards-next {
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right.svg") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: calc(50% + 40px);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-cards-next {
    left: calc(50% + 60px);
  }
}
.sliding-cards .sliding-cards-slider .sliding-cards-prev {
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right.svg") no-repeat center;
  background-size: 100% auto;
  transform: rotate(180deg);
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: calc(50% - 80px);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-cards-prev {
    left: calc(50% - 120px);
  }
}
.sliding-cards .sliding-cards-slider .sliding-cards-pagination {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-cards-pagination {
    width: 100px;
  }
}
.sliding-cards .sliding-cards-slider .sliding-cards-pagination .swiper-pagination-bullet {
  background: rgba(70, 98, 130, 0.3);
  flex-shrink: 0;
  opacity: 1;
  transition: all 0.3s;
}
.sliding-cards .sliding-cards-slider .sliding-cards-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(70, 98, 130);
}
.sliding-cards .sliding-cards-slider .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.sliding-cards .sliding-cards-slider .sliding-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sliding-cards .sliding-cards-slider .sliding-card {
  width: 350px;
  height: 420px;
  flex-shrink: 0;
  background: rgb(248, 248, 247);
  position: relative;
  padding: 30px 15px;
  box-shadow: 0 10px 15px rgba(70, 98, 130, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .sliding-cards .sliding-cards-slider .sliding-card {
    width: 335px;
  }
}
@media (max-width: 768px) {
  .sliding-cards .sliding-cards-slider .sliding-card {
    width: calc(100vw - 70px);
  }
}
@media (max-width: 415px) {
  .sliding-cards .sliding-cards-slider .sliding-card {
    width: calc(100vw - 40px);
  }
}
.sliding-cards .sliding-cards-slider .sliding-card:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
}
.sliding-cards .sliding-cards-slider .sliding-card .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  margin: 0 auto 25px;
}
.sliding-cards .sliding-cards-slider .sliding-card h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.sliding-cards .sliding-cards-slider .sliding-card .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: auto auto 0;
  text-decoration: none;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded) {
  margin: auto auto 0;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.sliding-cards .sliding-cards-slider .sliding-card .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.small-cards {
  padding: 60px 0 80px;
}
@media (max-width: 1280px) {
  .small-cards {
    padding: 60px 20px 80px;
  }
}
.small-cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
}
@media (max-width: 768px) {
  .small-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.small-cards .cards-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .small-cards .cards-wrapper {
    max-width: 600px;
  }
}
.small-cards .cards-wrapper .card {
  width: calc(25% - 20px);
  flex-shrink: 0;
  height: 450px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
  margin: 0 10px 30px;
}
@media (max-width: 1024px) {
  .small-cards .cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.small-cards .cards-wrapper .card .card-content {
  height: 280px;
  padding: 20px 15px 10px;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid rgb(243, 97, 33);
  text-align: left;
}
@media (max-width: 1024px) {
  .small-cards .cards-wrapper .card .card-content {
    height: auto;
  }
}
.small-cards .cards-wrapper .card .card-content ul {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.small-cards .cards-wrapper .card .card-content p {
  padding: 0 0 15px;
}
.small-cards .cards-wrapper .card .card-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  min-height: 40px;
}
.small-cards .cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.small-cards .cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.small-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.small-cards .cards-wrapper .card .card-image {
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.small-cards .cards-wrapper .card .card-image img {
  max-width: 100%;
}
.small-cards .cards-wrapper .card .card-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.small-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.small-dark-cards {
  background: rgb(41, 47, 51);
  padding: 60px 0 80px;
}
@media (max-width: 1280px) {
  .small-dark-cards {
    padding: 60px 20px 80px;
  }
}
.small-dark-cards h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 45px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .small-dark-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.small-dark-cards .cards-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .small-dark-cards .cards-wrapper {
    max-width: 600px;
  }
}
.small-dark-cards .cards-wrapper .card {
  width: calc(25% - 20px);
  flex-shrink: 0;
  height: 450px;
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
  text-align: center;
}
@media (max-width: 1024px) {
  .small-dark-cards .cards-wrapper .card {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.small-dark-cards .cards-wrapper .card .card-content {
  height: 280px;
  padding: 20px 15px 10px;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid rgb(243, 97, 33);
  text-align: left;
}
@media (max-width: 1024px) {
  .small-dark-cards .cards-wrapper .card .card-content {
    height: auto;
  }
}
.small-dark-cards .cards-wrapper .card .card-content ul {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.small-dark-cards .cards-wrapper .card .card-content p {
  padding: 0 0 15px;
}
.small-dark-cards .cards-wrapper .card .card-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  min-height: 40px;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button-wrap {
  margin-top: auto;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded) {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.small-dark-cards .cards-wrapper .card .card-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.small-dark-cards .cards-wrapper .card .card-image {
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.small-dark-cards .cards-wrapper .card .card-image img {
  max-width: 100%;
}
.small-dark-cards .cards-wrapper .card .card-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.small-dark-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-dark-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.social-share-buttons {
  position: sticky;
  width: 80px;
  top: 50px;
  left: calc(50% - 450px);
  height: 0;
}
@media (max-width: 1024px) {
  .social-share-buttons {
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    height: auto;
    top: initial;
    left: initial;
  }
}
.social-share-buttons .social-share-buttons-wrapper {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .social-share-buttons .social-share-buttons-wrapper {
    padding: 0;
  }
}
.social-share-buttons .social-share-buttons-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .social-share-buttons .social-share-buttons-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.social-share-buttons .social-share-buttons-wrapper ul li {
  margin: 0 0 15px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .social-share-buttons .social-share-buttons-wrapper ul li {
    margin: 0 15px 0 0;
  }
}
.social-share-buttons .social-share-buttons-wrapper ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
.social-share-buttons .social-share-buttons-wrapper ul li a:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: no-repeat center center;
  background-size: auto 20px;
  opacity: 0.5;
}
.social-share-buttons .social-share-buttons-wrapper ul li.facebook a:before {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-facebook-black.svg");
}
.social-share-buttons .social-share-buttons-wrapper ul li.twitter a:before {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-twitter-black.svg");
}
.social-share-buttons .social-share-buttons-wrapper ul li.linkedin a:before {
  background-image: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin-black.svg");
}

.solutions {
  padding: 70px 0 50px;
}
@media (max-width: 1280px) {
  .solutions {
    padding: 70px 20px 50px;
  }
}
.solutions h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 35px;
}
@media (max-width: 768px) {
  .solutions h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.solutions .solutions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .solutions .solutions-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .solutions {
    max-width: 600px;
  }
}
.solutions .solutions-sidebar {
  width: 350px;
  flex-shrink: 0;
  min-height: 285px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  padding: 30px 20px 30px 30px;
}
@media (max-width: 1280px) {
  .solutions .solutions-sidebar {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 20px;
  }
}
.solutions .solutions-sidebar h4 {
  font-size: 20px;
  line-height: 26px;
  color: rgb(255, 176, 57);
  font-weight: 500;
  margin-bottom: 10px;
}
.solutions .solutions-sidebar .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.solutions .solutions-sidebar .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.solutions .solutions-sidebar .description a:hover {
  text-decoration: underline;
}
.solutions .solutions-sidebar .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0 0 0;
  text-decoration: none;
}
.solutions .solutions-sidebar .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.solutions .solutions-sidebar .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.solutions .solutions-sidebar .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.solutions .solutions-sidebar .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.solutions .solutions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .solutions .solutions-grid {
    max-width: 830px;
    margin: 0 auto;
  }
}
.solutions .solutions-grid .solution {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  height: 125px;
  background: rgb(248, 248, 247);
  padding: 20px;
  box-shadow: 0 10px 34px rgba(70, 98, 130, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .solutions .solutions-grid .solution {
    margin: 0 15px 30px;
  }
}
@media (max-width: 768px) {
  .solutions .solutions-grid .solution {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.solutions .solutions-grid .solution:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.solutions .solutions-grid .solution .icon {
  width: 80px;
  height: 80px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.solutions .solutions-grid .solution .solution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .solutions .solutions-grid .solution .solution-content {
    justify-content: center;
  }
}
.solutions .solutions-grid .solution .solution-content h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.solutions .solutions-grid .solution .solution-content .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.solutions .solutions-grid .solution .solution-content .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}

.static-cards {
  padding: 40px 0 10px;
}
@media (max-width: 1024px) {
  .static-cards {
    padding: 40px 5px 10px;
  }
}
.static-cards h3 {
  font-size: 30px;
  line-height: 37px;
  color: rgb(41, 47, 51);
  font-weight: 500;
  text-align: center;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .static-cards h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.static-cards .static-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 15px 20px;
}
@media (max-width: 768px) {
  .static-cards .static-cards-wrapper {
    max-width: 600px;
  }
}
.static-cards .static-cards-wrapper .static-card {
  width: calc(33.3% - 30px);
  height: 420px;
  flex-shrink: 0;
  background: rgb(248, 248, 247);
  position: relative;
  padding: 30px 15px;
  box-shadow: 0 10px 15px rgba(70, 98, 130, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 15px 30px;
}
@media (max-width: 1024px) {
  .static-cards .static-cards-wrapper .static-card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .static-cards .static-cards-wrapper .static-card {
    width: 100%;
    height: auto;
  }
}
.static-cards .static-cards-wrapper .static-card:before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
}
.static-cards .static-cards-wrapper .static-card .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  margin: 0 auto 25px;
}
.static-cards .static-cards-wrapper .static-card h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.static-cards .static-cards-wrapper .static-card .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: auto;
}
.static-cards .static-cards-wrapper .static-card .read-more-button.rounded {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: auto auto 0;
  text-decoration: none;
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded) {
  margin: auto auto 0;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded):before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded):hover {
  color: rgb(255, 176, 57);
}
.static-cards .static-cards-wrapper .static-card .read-more-button:not(.rounded):hover:before {
  border-color: rgb(255, 176, 57);
}
.static-cards .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-cards .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.team-member-preview {
  width: 100%;
  padding: 0 0 50px;
}
.team-member-preview .team-cover-area {
  width: 100%;
  height: 280px;
  background: url("/wp-content/themes/cosmotech/assets/images/team-member-cover.png") rgb(41, 47, 51) no-repeat center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .team-member-preview .team-cover-area {
    height: auto;
    min-height: 280px;
  }
}
.team-member-preview .team-cover-area .team-member-name {
  width: 840px;
  margin: 0 auto 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .team-member-preview .team-cover-area .team-member-name {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .team-member-preview .team-cover-area .team-member-name {
    padding: 0 20px;
  }
}
.team-member-preview .team-cover-area .team-member-name:before {
  width: 142px;
  height: 142px;
  content: "";
  border: 10px solid rgba(255, 176, 57, 0.3);
  position: absolute;
  bottom: -20px;
  left: -40px;
}
.team-member-preview .team-cover-area .team-member-name h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.team-member-preview .team-cover-area .team-member-name .position {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  color: rgb(255, 176, 57);
  position: relative;
  z-index: 2;
}
.team-member-preview .team-members-preview-wrap {
  width: 840px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-biography {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding: 50px 0 0 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-biography {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-biography {
    padding: 40px 20px 20px;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-biography p {
  margin-bottom: 20px;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar {
  width: 330px;
  flex-shrink: 0;
  padding: 30px 0 0 30px;
  margin-left: 85px;
  position: absolute;
  right: 0;
  top: -200px;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: 0;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar:before {
  content: "";
  width: 300px;
  height: 200px;
  background: rgba(70, 98, 130, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar:before {
    display: none;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image {
    width: 300px;
  }
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image {
    width: 100%;
    height: 420px;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-image img {
  max-width: 100%;
  height: auto;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta {
  padding: 20px 10px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}
@media (max-width: 640px) {
  .team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta {
    width: 100%;
  }
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta .linkedin-button {
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg") no-repeat center;
  background-size: 18px auto;
  display: block;
  filter: invert(0.8);
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 10px;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-member-preview .team-members-preview-wrap .team-member-sidebar .team-member-meta ul li {
  margin-bottom: 0;
}

body.overlay-open {
  overflow: hidden;
}
body.overlay-open:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-members-list .team-members-list-wrapper {
  width: 1120px;
  margin: 0 auto;
  padding: 70px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper {
    max-width: 100%;
    padding: 70px 20px 40px;
  }
}
@media (max-width: 1024px) {
  .team-members-list .team-members-list-wrapper {
    width: 640px;
  }
}
.team-members-list .team-members-list-wrapper .team-members-title {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-members-title {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
    text-align: center;
  }
}
.team-members-list .team-members-list-wrapper .team-members-title h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .team-members-list .team-members-list-wrapper .team-members-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.team-members-list .team-members-list-wrapper .team-member {
  width: calc(25% - 20px);
  height: 370px;
  margin: 0 10px 20px;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 24px rgba(70, 98, 130, 0.2);
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member {
    width: calc(33.3% - 20px);
    height: 430px;
  }
}
@media (max-width: 1024px) {
  .team-members-list .team-members-list-wrapper .team-member {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member {
    width: 100%;
    margin: 0 0 20px;
    height: 500px;
  }
}
.team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
  width: calc(20% - 20px);
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
    width: calc(33.3% - 20px);
    height: 430px;
  }
}
@media (max-width: 1024px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) {
    width: 100%;
    margin: 0 0 20px;
    height: 500px;
  }
}
.team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-image {
  height: 220px;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-image {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-image {
    height: 390px;
  }
}
.team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-description h4 {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member:not(:nth-child(2), :nth-child(3)) .team-member-description h4 {
    font-size: 20px;
  }
}
.team-members-list .team-members-list-wrapper .team-member .team-member-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1280px) {
  .team-members-list .team-members-list-wrapper .team-member .team-member-image {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .team-members-list .team-members-list-wrapper .team-member .team-member-image {
    height: 390px;
  }
}
.team-members-list .team-members-list-wrapper .team-member .team-member-image img {
  max-width: 100%;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description {
  padding: 20px 15px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button:before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button:hover {
  color: rgb(255, 176, 57);
}
.team-members-list .team-members-list-wrapper .team-member .team-member-description .read-more-button:hover:before {
  border-color: rgb(255, 176, 57);
}
.team-members-list .member-popup {
  width: 890px;
  max-height: 90vh;
  background: rgb(248, 248, 247);
  box-shadow: 0 10px 24px rgba(70, 98, 130, 0.2);
  padding: 70px 55px 50px;
  position: fixed;
  top: 10vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  display: none;
}
@media (max-width: 1024px) {
  .team-members-list .member-popup {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .team-members-list .member-popup {
    width: 100%;
    height: 100vh;
    max-height: initial;
    top: 0;
    left: 0;
    padding: 40px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.team-members-list .member-popup.open {
  display: block;
}
.team-members-list .member-popup:before {
  content: "";
  width: 30%;
  height: 3px;
  background: rgb(243, 97, 33);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.team-members-list .member-popup .close-button {
  width: 30px;
  height: 30px;
  display: block;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.team-members-list .member-popup .close-button:before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.team-members-list .member-popup .close-button:after {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: rgb(243, 97, 33);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
.team-members-list .member-popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .team-members-list .member-popup .popup-content {
    flex-wrap: wrap;
  }
}
.team-members-list .member-popup .popup-content .popup-text {
  flex-grow: 1;
}
.team-members-list .member-popup .popup-content .popup-text h4 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}
.team-members-list .member-popup .popup-content .popup-text .popup-position {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(255, 176, 57);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.team-members-list .member-popup .popup-content .popup-text p {
  margin-bottom: 25px;
}
.team-members-list .member-popup .popup-content .popup-sidebar {
  margin-left: 60px;
  flex-shrink: 0;
  width: 290px;
}
@media (max-width: 768px) {
  .team-members-list .member-popup .popup-content .popup-sidebar {
    width: 100%;
    margin: 0;
  }
}
.team-members-list .member-popup .popup-content .popup-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.team-members-list .member-popup .popup-content .popup-image img {
  max-width: 100%;
  height: auto;
}
.team-members-list .member-popup .popup-content .popup-meta {
  padding: 20px 10px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}
.team-members-list .member-popup .popup-content .popup-meta .linkedin-button {
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-linkedin.svg") no-repeat center;
  background-size: 18px auto;
  display: block;
  filter: invert(0.8);
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 0;
}
.team-members-list .member-popup .popup-content .popup-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-members-list .member-popup .popup-content .popup-meta ul li {
  margin-bottom: 0;
}

.timeline-with-tooltips {
  padding: 60px 0 80px;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
@media (max-width: 640px) {
  .timeline-with-tooltips {
    padding: 40px 20px;
  }
}
.timeline-with-tooltips h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  margin: 0 0 50px 0;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 768px) {
  .timeline-with-tooltips h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.timeline-with-tooltips .timeline-wrapper {
  max-width: 100%;
  width: 1110px;
  margin: 0 auto;
}
.timeline-with-tooltips .timeline-container {
  border-left: 2px solid rgb(255, 176, 57);
  border-bottom: 2px dashed rgb(255, 176, 57);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container {
    border-bottom: 0;
    border-left-style: dashed;
    flex-wrap: wrap;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.timeline-with-tooltips .timeline-container:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid rgb(255, 176, 57);
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container:after {
    border: none;
    border-top: 9px solid rgb(255, 176, 57);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    left: -9px;
    right: auto;
    bottom: -5px;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot {
  padding: 12px 16px;
  background: -webkit-gradient(linear, right top, left top, from(#505050), to(#292F33));
  background: -o-linear-gradient(right, #505050, #292F33);
  background: linear-gradient(to left, #505050, #292F33);
  width: 14.3%;
  height: 100px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot {
    width: 100%;
    margin-bottom: 1px;
    height: auto;
    padding: 30px;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
@media (hover: hover) {
  .timeline-with-tooltips .timeline-container .timeline-slot:hover {
    background: rgb(243, 97, 33);
  }
  .timeline-with-tooltips .timeline-container .timeline-slot:hover .time-slot-tooltip {
    opacity: 1;
    bottom: 110px;
  }
}
@media (hover: hover) and (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot:hover .time-slot-tooltip {
    bottom: 0;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip {
  position: absolute;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  border-radius: 6px;
  width: 400px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  bottom: 100px;
  opacity: 0;
  z-index: 2;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  cursor: default;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip {
    left: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip {
    opacity: 1;
    position: relative;
    background: transparent;
    color: rgb(255, 255, 255);
    box-shadow: none;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 0;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip:after {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  display: block;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  left: 40px;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip:after {
    display: none;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip p {
  margin: 0 0 10px 0;
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ul, .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ol {
  padding: 0 0 5px 15px;
}
.timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ul li, .timeline-with-tooltips .timeline-container .timeline-slot .time-slot-tooltip ol li {
  padding-bottom: 5px;
}
.timeline-with-tooltips .timeline-container .timeline-slot:nth-last-child(2) .time-slot-tooltip {
  left: -140px;
}
@media (max-width: 1280px) {
  .timeline-with-tooltips .timeline-container .timeline-slot:nth-last-child(2) .time-slot-tooltip {
    left: 0;
  }
}
.timeline-with-tooltips .timeline-container .timeline-slot:nth-last-child(2) .time-slot-tooltip:after {
  left: calc(50% - 5px);
}
.timeline-with-tooltips .timeline-container .timeline-slot:last-child .time-slot-tooltip {
  left: auto;
  right: 0;
}
.timeline-with-tooltips .timeline-container .timeline-slot:last-child .time-slot-tooltip:after {
  left: auto;
  right: 40px;
}

.two-column-flow-text {
  width: 100%;
  padding: 70px 0 60px;
}
@media (max-width: 1280px) {
  .two-column-flow-text {
    padding: 70px 20px 60px;
  }
}
.two-column-flow-text .content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.two-column-flow-text .content-title {
  width: 100%;
}
.two-column-flow-text .content-title h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .two-column-flow-text .content-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.two-column-flow-text .content-text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
@media (max-width: 768px) {
  .two-column-flow-text .content-text {
    -moz-column-count: initial;
    column-count: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    max-width: 600px;
    margin: 0 auto;
  }
}
.two-column-flow-text .content-text h4 {
  color: rgb(255, 176, 57);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.two-column-flow-text .content-text p {
  display: inline;
}
.two-column-flow-text .content-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-column-flow-text .content-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.two-column-text {
  width: 100%;
  padding: 55px 0 0;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  position: relative;
}
@media (max-width: 1024px) {
  .two-column-text {
    padding: 40px 20px;
  }
}
.two-column-text .side-image {
  width: 50%;
  max-width: 700px;
  height: 420px;
  position: absolute;
  bottom: 0;
  right: calc(50% + 20px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .two-column-text .side-image {
    max-width: initial;
    width: 100%;
    height: 400px;
    position: relative;
    right: 0;
    order: 2;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 640px) {
  .two-column-text .side-image {
    height: 280px;
  }
}
.two-column-text .side-image + .content-titles {
  padding-bottom: 450px;
}
@media (max-width: 1024px) {
  .two-column-text .side-image + .content-titles {
    padding-bottom: 0;
  }
}
.two-column-text .content-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .two-column-text .content-wrapper {
    flex-wrap: wrap;
  }
}
.two-column-text .content-titles {
  width: 50%;
  flex-shrink: 0;
  padding: 0 15px 55px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .two-column-text .content-titles {
    width: 100%;
    padding: 0 0 20px;
  }
}
.two-column-text .content-titles h3 {
  font-size: 30px;
  line-height: 37px;
  padding: 0 0 15px 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .two-column-text .content-titles h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.two-column-text .content-titles h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .two-column-text .content-titles h4 {
    padding: 0 0 30px 0;
  }
}
.two-column-text .content-text {
  width: 50%;
  flex-shrink: 0;
  padding: 5px 0 55px 15px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .two-column-text .content-text {
    width: 100%;
    padding: 0;
  }
}
.two-column-text .content-text .description p {
  margin-bottom: 20px;
}
.two-column-text .content-text .description p:last-child {
  margin: 0;
}
.two-column-text .content-text .description ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.two-column-text .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.video-cover {
  background: rgb(41, 47, 51);
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
}
.video-cover.with-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/cosmotech/assets/images/video-overlay.svg") no-repeat center;
  background-size: cover;
  z-index: 10;
}
.video-cover .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.video-cover .video .video-content {
  position: absolute;
  top: 160px;
  width: 700px;
  left: calc(50% - 540px);
  z-index: 20;
}
@media (max-width: 1280px) {
  .video-cover .video .video-content {
    left: 20px;
  }
}
@media (max-width: 640px) {
  .video-cover .video .video-content {
    max-width: 100%;
  }
}
@media (max-width: 415px) {
  .video-cover .video .video-content {
    left: 0;
  }
}
.video-cover .video .video-content h2 {
  font-size: 32px;
  line-height: 38px;
  padding: 0 0 20px 15px;
  display: none;
}
@media (max-width: 415px) {
  .video-cover .video .video-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.video-cover .video .video-content .video-cover-text {
  width: 100%;
  max-width: 600px;
  padding: 0 0 20px 15px;
  display: none;
}
.video-cover .video .video-content .read-more-button {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  margin-left: 15px;
  display: none;
}
.video-cover .video .video-poster {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .video-cover .video .video-poster {
    display: block;
  }
}
.video-cover .video video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .video-cover .video video {
    display: none;
  }
}
.video-cover .video.current video {
  opacity: 1;
}
@media (max-width: 1024px) {
  .video-cover .video.current .video-poster {
    opacity: 1;
  }
}
.video-cover .video.current .video-content h2 {
  display: block;
}
.video-cover .video.current .video-content .video-cover-text {
  display: block;
}
.video-cover .video.current .video-content .read-more-button {
  display: inline-block;
}

.video-with-text {
  padding: 80px 0;
}
.video-with-text .video-with-text-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.video-with-text .video-with-text-wrapper.video-on-the-right {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .video-with-text .video-with-text-wrapper {
    max-width: 740px;
    flex-wrap: wrap;
  }
}
.video-with-text .video-content {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .video-with-text .video-content {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.video-with-text .video-content img {
  width: 100%;
  height: auto;
}
.video-with-text .video-content iframe {
  width: 100%;
  height: 360px;
}
@media (max-width: 640px) {
  .video-with-text .video-content iframe {
    height: 300px;
  }
}
@media (max-width: 415px) {
  .video-with-text .video-content iframe {
    height: 200px;
  }
}
.video-with-text .video-text-content {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .video-with-text .video-text-content {
    width: 100%;
  }
}
.video-with-text .video-text-content h2, .video-with-text .video-text-content h3 {
  margin: 0 0 20px 0;
}
.video-with-text .video-text-content p {
  margin: 0 0 20px 0;
}
.video-with-text .video-text-content .cta-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.video-with-text .video-text-content .cta-button-wrap .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 10px 10px;
  text-decoration: none;
}

.questionnaire {
  padding: 40px 0;
}
.questionnaire .questionnaire-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.questionnaire .questionnaire-wrapper .questionnaire-results .questionnaire-result-form {
  padding: 20px 0;
}
.questionnaire .questionnaire-wrapper .questionnaire-results .pre-title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.questionnaire .questionnaire-wrapper .questionnaire-results h2 {
  font-size: 24px;
  height: 24px;
  margin: 0 0 40px 0;
}
.questionnaire .questionnaire-wrapper .step h3 {
  text-transform: uppercase;
  color: rgb(255, 176, 57);
  margin: 0 0 20px 0;
}
.questionnaire .questionnaire-wrapper .step + .step {
  padding-top: 40px;
}
.questionnaire .questionnaire-wrapper .step .questions .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgb(213, 219, 225);
}
.questionnaire .questionnaire-wrapper .step .questions .question:last-child {
  border-bottom: none;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-verdict {
  width: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-verdict span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #74c85b;
  position: relative;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-verdict span:before {
  content: "";
  width: 16px;
  height: 2px;
  background: rgb(255, 255, 255);
  display: block;
  position: absolute;
  top: 19px;
  left: 15px;
  transform: rotate(-45deg);
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-verdict span:after {
  content: "";
  width: 9px;
  height: 2px;
  background: rgb(255, 255, 255);
  display: block;
  position: absolute;
  top: 22px;
  left: 11px;
  transform: rotate(45deg);
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-verdict.is-not-correct span {
  background: #f54242;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-verdict.is-not-correct span:before {
  width: 20px;
  top: 19px;
  left: 10px;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-verdict.is-not-correct span:after {
  width: 20px;
  top: 19px;
  left: 10px;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-text {
  width: 100%;
  flex-grow: 1;
  font-weight: bold;
  padding: 30px 20px 30px 0;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-answers {
  width: 150px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgb(213, 219, 225);
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-answers label {
  width: 40%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.questionnaire .questionnaire-wrapper .step .questions .question .question-answers label span {
  display: inline-block;
  padding: 0 0 0 2px;
  font-weight: bold;
}
.questionnaire .questionnaire-wrapper .step .questions .question-answer {
  padding: 15px 0;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid rgb(213, 219, 225);
}
.questionnaire .questionnaire-wrapper .step .questions .question-answer h4 {
  font-size: 15px;
  padding: 0 0 10px 0;
}
.questionnaire .questionnaire-wrapper .step .questions .question-answer ul {
  padding: 0 0 10px;
  margin: 0 0 0 20px;
}
.questionnaire .questionnaire-wrapper .step .questions .question-answer p {
  padding: 0 0 10px 0;
}
.questionnaire .questionnaire-wrapper .questionnaire-validation {
  font-size: 14px;
  font-weight: 600;
  color: rgb(243, 97, 33);
  text-align: center;
  display: block;
}
.questionnaire .questionnaire-wrapper .questionnaire-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 0 0 0;
}
.questionnaire .questionnaire-wrapper .questionnaire-actions button {
  width: 150px;
  height: 50px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  font-weight: 700;
  display: block;
  border: none;
  cursor: pointer;
}
.questionnaire .questionnaire-wrapper .questionnaire-actions button.prev-step {
  background: none;
  border: 1px solid rgb(213, 219, 225);
  color: rgb(213, 219, 225);
  margin-right: auto;
}
@media (hover: hover) {
  .questionnaire .questionnaire-wrapper .questionnaire-actions button.prev-step:hover {
    border: 1px solid rgb(70, 98, 130);
    color: rgb(70, 98, 130);
  }
}
.questionnaire .questionnaire-wrapper .questionnaire-score {
  margin: 30px 0 0 0;
  background: rgb(255, 176, 57);
  padding: 30px 25px;
  border-radius: 3px;
}
.questionnaire .questionnaire-wrapper .questionnaire-score .score-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.questionnaire .questionnaire-wrapper .questionnaire-score .score-title .total-answers {
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: rgb(41, 47, 51);
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
.questionnaire .questionnaire-wrapper .questionnaire-score .score-title p {
  margin: 0 0 20px 0;
}

.fyf-header {
  font-family: "Gotham", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: rgb(22, 22, 22);
  color: rgb(190, 190, 190);
  width: 100%;
  min-height: 130px;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .fyf-header {
    display: none;
  }
}
.fyf-header .fyf-header-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .fyf-header .fyf-header-wrapper {
    display: block;
  }
}
.fyf-header .fyf-header-wrapper .title {
  width: 500px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .fyf-header .fyf-header-wrapper .title {
    width: 100%;
    margin: 30px 0 30px 0;
  }
}
.fyf-header .fyf-header-wrapper .title h1 {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 5px 0;
}
.fyf-header .fyf-header-wrapper .title .sub-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(255, 176, 57);
  margin: 0;
}
.fyf-header .fyf-header-wrapper .description {
  flex-grow: 1;
  text-align: center;
  color: rgb(190, 190, 190);
  font-size: 14px;
  line-height: 20px;
  padding: 0 100px;
}
.fyf-header .fyf-header-wrapper .description p {
  max-width: 650px;
  margin: 0 0 0 auto;
}

.fyf-text-and-image {
  font-family: "Gotham", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 100%;
}
.fyf-text-and-image.black-background {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.fyf-text-and-image.right-aligned-image .fyf-text-and-image-wrapper {
  flex-direction: row-reverse;
}
.fyf-text-and-image.right-aligned-image .fyf-text-and-image-wrapper .image-content.with-frame:before {
  right: initial;
  left: -250px;
}
@media (max-width: 768px) {
  .fyf-text-and-image.right-aligned-image .fyf-text-and-image-wrapper .image-content.with-frame:before {
    left: 0;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper {
    display: block;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .image-content {
  width: 50%;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  align-self: stretch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .image-content {
    width: 100%;
    min-height: initial;
    height: 30vh;
  }
}
@media (max-width: 640px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .image-content {
    height: 220px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .image-content a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.fyf-text-and-image .fyf-text-and-image-wrapper .image-content.with-frame:before {
  content: "";
  width: 500px;
  height: 500px;
  border: 25px solid rgb(255, 176, 57);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -250px;
}
@media (max-width: 768px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .image-content.with-frame:before {
    width: 400px;
    height: 400px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -200px;
  }
}
@media (max-width: 640px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .image-content.with-frame:before {
    width: 280px;
    height: 280px;
    border-width: 15px;
    bottom: -140px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content {
  width: 50%;
  flex-shrink: 0;
  padding: 100px 150px;
  text-align: center;
}
@media (max-width: 1366px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content {
    padding: 50px 100px;
  }
}
@media (max-width: 1280px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content {
    padding: 40px 20px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .pre-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px 0;
  color: rgb(255, 176, 57);
}
@media (max-width: 640px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content .pre-title {
    margin-bottom: 30px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content h2 {
    margin-bottom: 30px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content h2 a {
  color: inherit;
  text-decoration: none;
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .post-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 40px 0;
  font-weight: 700;
}
@media (max-width: 640px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content .post-title {
    margin-bottom: 30px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .content-separator {
  width: 120px;
  height: 1px;
  background: rgb(255, 176, 57);
  margin: 0 auto 40px;
}
@media (max-width: 640px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content .content-separator {
    margin-bottom: 30px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .text {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 20px 0;
  color: rgb(109, 109, 109);
}
@media (max-width: 768px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content .text {
    font-size: 14px;
  }
}
.black-background .fyf-text-and-image .fyf-text-and-image-wrapper .text-content .text {
  color: rgb(190, 190, 190);
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .text p {
  margin: 0 0 20px;
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .inline-logo {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .fyf-text-and-image .fyf-text-and-image-wrapper .text-content .inline-logo {
    margin-bottom: 30px;
  }
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .inline-logo img {
  width: auto;
  height: 40px;
}
.fyf-text-and-image .fyf-text-and-image-wrapper .text-content .arrow-cta-button {
  width: 50px;
  height: 50px;
  font-size: 0;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  background: url("/wp-content/themes/cosmotech/assets/images/arrow-cta-button-icon.svg") no-repeat center;
}

.fyf-full-width-text {
  font-family: "Gotham", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 100%;
  position: relative;
}
.fyf-full-width-text.black-background {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.fyf-full-width-text.tiny-spacing .fyf-full-width-text-wrapper .text-content {
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  .fyf-full-width-text.tiny-spacing .fyf-full-width-text-wrapper .text-content {
    padding: 40px 40px 0;
  }
}
.fyf-full-width-text.small-spacing .fyf-full-width-text-wrapper .text-content {
  padding: 80px 0 20px;
}
@media (max-width: 1024px) {
  .fyf-full-width-text.small-spacing .fyf-full-width-text-wrapper .text-content {
    padding: 80px 40px 20px;
  }
}
.fyf-full-width-text .background-image-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
}
.fyf-full-width-text .fyf-full-width-text-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content {
  padding: 140px 0 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content {
    padding: 140px 40px 100px;
  }
}
@media (max-width: 768px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content {
    padding: 80px 40px 40px;
  }
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .pre-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px 0;
  color: rgb(255, 176, 57);
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content h2 {
    margin-bottom: 30px;
  }
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content h2 a {
  color: inherit;
  text-decoration: none;
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .post-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 40px 0;
  font-weight: 700;
}
@media (max-width: 640px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content .post-title {
    margin-bottom: 30px;
  }
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .content-separator {
  width: 120px;
  height: 1px;
  background: rgb(255, 176, 57);
  margin: 0 auto 40px;
}
@media (max-width: 640px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content .content-separator {
    margin-bottom: 30px;
  }
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .text {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 20px 0;
  color: rgb(109, 109, 109);
}
@media (max-width: 768px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content .text {
    font-size: 14px;
  }
}
.black-background .fyf-full-width-text .fyf-full-width-text-wrapper .text-content .text {
  color: rgb(190, 190, 190);
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .text p {
  margin: 0 0 20px;
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .inline-logo {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .fyf-full-width-text .fyf-full-width-text-wrapper .text-content .inline-logo {
    margin-bottom: 30px;
  }
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .inline-logo img {
  width: auto;
  height: 40px;
}
.fyf-full-width-text .fyf-full-width-text-wrapper .text-content .arrow-cta-button {
  width: 50px;
  height: 50px;
  font-size: 0;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  background: url("/wp-content/themes/cosmotech/assets/images/arrow-cta-button-icon.svg") no-repeat center;
}

.full-width-form {
  width: 100%;
  min-height: 350px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.full-width-form.blue {
  background: url("/wp-content/themes/cosmotech/assets/images/footer-background.png") no-repeat center left rgb(70, 98, 130);
}
.full-width-form .full-width-form-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .full-width-form .full-width-form-wrapper {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
.full-width-form .full-width-form-content {
  width: 285px;
  flex-shrink: 0;
  margin-right: 95px;
}
@media (max-width: 1024px) {
  .full-width-form .full-width-form-content {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .full-width-form .full-width-form-content {
    padding: 0;
  }
}
.full-width-form .full-width-form-content h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 10px 0 18px;
  font-weight: 300;
}
.full-width-form .full-width-form-content .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.full-width-form .full-width-form-form {
  width: 550px;
}
@media (max-width: 1024px) {
  .full-width-form .full-width-form-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.full-width-form .full-width-form-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 530px;
  color: rgb(255, 255, 255);
}
@media (max-width: 640px) {
  .full-width-form .full-width-form-form form {
    flex-direction: row;
    height: auto;
  }
}
.full-width-form .full-width-form-form .hs_error_rollup {
  padding: 10px 0;
  text-align: center;
}
.full-width-form .full-width-form-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-width-form .full-width-form-form ul.hs-error-msgs > li {
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.full-width-form .full-width-form-form .legal-consent-container {
  width: 50%;
  padding: 0 0 0 20px;
}
.full-width-form .full-width-form-form .legal-consent-container .hs-richtext {
  font-size: 11px;
}
.full-width-form .full-width-form-form .legal-consent-container .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-width-form .full-width-form-form .legal-consent-container .hs-form-field {
  width: 100%;
  font-size: 11px;
  padding: 20px 0 0 0;
}
.full-width-form .full-width-form-form .legal-consent-container .hs-form-field .input {
  border: none;
}
.full-width-form .full-width-form-form .legal-consent-container .hs-form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.full-width-form .full-width-form-form .legal-consent-container .hs-form-field label a {
  color: rgb(255, 255, 255);
}
.full-width-form .full-width-form-form .legal-consent-container .hs-form-field label input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.full-width-form .full-width-form-form .legal-consent-container .hs-form-field label span {
  margin-left: 10px;
}
.full-width-form .full-width-form-form .hs-form-field {
  width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 640px) {
  .full-width-form .full-width-form-form .hs-form-field {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .full-width-form .full-width-form-form .hs-form-field {
    width: 100%;
  }
}
.full-width-form .full-width-form-form .hs-form-field label {
  display: none;
}
.full-width-form .full-width-form-form .hs-form-field .input {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 30px;
}
.full-width-form .full-width-form-form .hs-form-field .input input[type=text],
.full-width-form .full-width-form-form .hs-form-field .input input[type=email],
.full-width-form .full-width-form-form .hs-form-field .input input[type=tel],
.full-width-form .full-width-form-form .hs-form-field .input textarea {
  background: transparent;
  width: 100%;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}
.full-width-form .full-width-form-form .hs-form-field .input textarea {
  resize: none;
  height: 88px;
}
.full-width-form .full-width-form-form .hs-form-field .input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.full-width-form .full-width-form-form .hs-form-field .input ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.full-width-form .full-width-form-form .hs-form-field .input :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.full-width-form .full-width-form-form .hs-form-field .input :-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.full-width-form .full-width-form-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.full-width-form .full-width-form-form .actions .hs-button {
  height: 50px;
  line-height: 48px;
  width: 250px;
  margin-left: auto;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 0 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-yellow-arrow-right.svg") transparent no-repeat center right 20px;
}
.full-width-form .full-width-form-form .actions .hs-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(70, 98, 130);
}

.fyf-video {
  font-family: "Gotham", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 100%;
  position: relative;
}
.fyf-video .video-container {
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.fyf-video .video-container iframe {
  width: 100%;
  height: 100%;
}
.fyf-video .background-image-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.fyf-video .fyf-video-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.fyf-video .fyf-video-wrapper .text-content {
  padding: 140px 0 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .fyf-video .fyf-video-wrapper .text-content {
    padding: 100px 40px 60px;
  }
}
@media (max-width: 640px) {
  .fyf-video .fyf-video-wrapper .text-content {
    padding: 80px 40px 40px;
  }
}
.fyf-video .fyf-video-wrapper .text-content .pre-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px 0;
  color: rgb(255, 176, 57);
}
.fyf-video .fyf-video-wrapper .text-content h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .fyf-video .fyf-video-wrapper .text-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.fyf-video .fyf-video-wrapper .text-content .text {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 20px 0;
}
@media (max-width: 768px) {
  .fyf-video .fyf-video-wrapper .text-content .text {
    font-size: 14px;
  }
}
.fyf-video .fyf-video-wrapper .text-content .text p {
  margin: 0 0 20px;
}
.fyf-video .fyf-video-wrapper .text-content .play-video {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/wp-content/themes/cosmotech/assets/images/fyf-video-play-icon.svg") transparent no-repeat center;
  width: 100px;
  height: 60px;
  font-size: 0;
  display: block;
  cursor: pointer;
  margin: 0 auto 40px;
}

.fyf-global-header {
  font-family: "Gotham", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: rgb(22, 22, 22);
  color: rgb(190, 190, 190);
  width: 100%;
  min-height: 130px;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .fyf-global-header {
    display: none;
  }
}
.fyf-global-header .fyf-global-header-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.fyf-global-header .fyf-global-header-wrapper > a {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-left: 50px;
}
.fyf-global-header .fyf-global-header-wrapper .title {
  width: 500px;
  flex-shrink: 0;
  text-align: center;
}
.fyf-global-header .fyf-global-header-wrapper .title h1 {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 5px 0;
}
.fyf-global-header .fyf-global-header-wrapper .title .sub-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(255, 176, 57);
  margin: 0;
}

.cover-with-side-content-only {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .cover-with-side-content-only {
    min-height: 400px;
  }
}
.cover-with-side-content-only .cover-main-content-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cover-with-side-content-only .cover-main-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cover-with-side-content-only .cover-wrapper {
  width: 100%;
  max-width: 920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  color: rgb(255, 255, 255);
  z-index: 2;
}
.cover-with-side-content-only .cover-wrapper .cover-side-content {
  width: 390px;
  max-width: 100%;
  height: 100%;
  background: rgba(41, 47, 51, 0.83);
  position: absolute;
  top: 0;
  right: 0;
  padding: 80px 20px 20px 55px;
}
@media (max-width: 415px) {
  .cover-with-side-content-only .cover-wrapper .cover-side-content {
    width: 100%;
    padding: 120px 20px 0;
  }
  .cover-with-side-content-only .cover-wrapper .cover-side-content br {
    display: none;
  }
}
.cover-with-side-content-only .cover-wrapper .cover-side-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  left: 35px;
  width: 110px;
  height: 110px;
  border: 7px solid rgba(255, 176, 57, 0.4);
  z-index: 3;
}
@media (max-width: 415px) {
  .cover-with-side-content-only .cover-wrapper .cover-side-content:before {
    top: 75px;
    left: 0;
  }
}
.cover-with-side-content-only .cover-wrapper .cover-side-content .pre-title {
  text-transform: uppercase;
  color: rgb(255, 176, 57);
}
.cover-with-side-content-only .cover-wrapper .cover-side-content h3 {
  font-size: 30px;
  line-height: 33px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  margin: 30px 0;
  padding: 0;
  position: relative;
}
@media (max-width: 640px) {
  .cover-with-side-content-only .cover-wrapper .cover-side-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 415px) {
  .cover-with-side-content-only .cover-wrapper .cover-side-content h3 {
    margin: 55px 0 0;
  }
}
.cover-with-side-content-only .cover-wrapper .cover-side-content h3 span {
  color: rgb(255, 176, 57);
}

.stats {
  width: 100%;
}
.stats.dark-grey-background {
  background: rgb(41, 47, 51);
}
.stats.dark-grey-background .stats-wrapper {
  color: rgb(255, 255, 255);
}
.stats .stats-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.stats .stats-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 20px 70px;
}
@media (max-width: 1024px) {
  .stats .stats-wrapper ul {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .stats .stats-wrapper ul {
    display: block;
  }
}
.stats .stats-wrapper ul li {
  padding: 5px 20px;
  border-left: 1px solid rgb(255, 176, 57);
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  flex-grow: 1;
  height: 100%;
}
@media (max-width: 1024px) {
  .stats .stats-wrapper ul li {
    width: 33.3%;
    height: 110px;
    flex-grow: 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 640px) {
  .stats .stats-wrapper ul li {
    width: 200px;
    margin: 0 auto;
    border-left: none;
    border-bottom: 1px solid rgb(255, 176, 57);
    padding: 30px 0;
    height: auto;
  }
}
.stats .stats-wrapper ul li:first-child {
  border-left: none;
}
@media (max-width: 640px) {
  .stats .stats-wrapper ul li:last-child {
    border-bottom: none;
    margin-bottom: 40px;
  }
}
.stats .stats-wrapper ul li .score {
  display: block;
  font-size: 32px;
  color: rgb(255, 176, 57);
  line-height: 40px;
  margin: 0 0 15px;
}
.stats .stats-wrapper ul li .label {
  width: 140px;
  margin: 0 auto;
  display: block;
}
.stats.narrow-width .stats-wrapper {
  max-width: 920px;
}
.stats.narrow-width .stats-wrapper ul li {
  flex-grow: initial;
}
.stats.narrow-width .stats-wrapper ul li:first-child {
  border-left: 1px solid rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .stats.narrow-width .stats-wrapper ul li:first-child {
    border-left: none;
  }
}
.stats.narrow-width .stats-wrapper ul li:last-child {
  border-right: 1px solid rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .stats.narrow-width .stats-wrapper ul li:last-child {
    border-right: none;
  }
}
.stats.narrow-width .stats-wrapper ul li .label {
  width: auto;
}

.multicolumn-text {
  width: 100%;
  padding: 0 0 60px 0;
}
@media (max-width: 768px) {
  .multicolumn-text {
    padding: 0 0 20px 0;
  }
}
.multicolumn-text .multicolumn-text-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.multicolumn-text .multicolumn-text-wrapper h3 {
  text-align: center;
  color: rgb(255, 176, 57);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.multicolumn-text .multicolumn-text-wrapper .columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .multicolumn-text .multicolumn-text-wrapper .columns {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .multicolumn-text .multicolumn-text-wrapper .columns {
    display: block;
  }
}
.multicolumn-text .multicolumn-text-wrapper .columns .column {
  width: 25%;
  padding: 0 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  .multicolumn-text .multicolumn-text-wrapper .columns .column {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .multicolumn-text .multicolumn-text-wrapper .columns .column {
    width: 50%;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 640px) {
  .multicolumn-text .multicolumn-text-wrapper .columns .column {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 40px;
  }
}
.multicolumn-text .multicolumn-text-wrapper .columns .column strong, .multicolumn-text .multicolumn-text-wrapper .columns .column b {
  font-weight: 400;
  color: rgb(255, 176, 57);
}

.jobs-module {
  padding: 40px 0;
}
.jobs-module.light-grey {
  background: rgb(248, 248, 247);
}
.jobs-module .jobs-module-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.jobs-module .jobs-module-wrapper > h3 {
  text-align: center;
  color: rgb(255, 176, 57);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.jobs-module .jobs-module-wrapper .job_listings h3 {
  color: rgb(255, 176, 57);
}
.jobs-module .jobs-module-wrapper .job_listings .load_more_jobs {
  display: block;
  text-align: center;
  margin: 40px 0 0 0;
  color: rgb(255, 176, 57);
  text-decoration: none;
}

.checkered-grid-content {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
  padding: 80px 0 0;
}
.checkered-grid-content .checkered-grid-content-wrapper {
  width: 900px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .checkered-grid-content .checkered-grid-content-wrapper {
    padding: 0;
  }
}
.checkered-grid-content .checkered-grid-content-wrapper h3 {
  font-size: 30px;
  line-height: 1.25em;
  text-align: center;
  color: rgb(255, 176, 57);
  font-weight: 400;
  margin: 0 0 30px 0;
}
.checkered-grid-content .checkered-grid-content-wrapper > p {
  font-size: 20px;
  line-height: 27px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .checkered-grid-content .checkered-grid-content-wrapper .checkered-grid {
    padding-bottom: 20px;
  }
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row {
    display: block;
  }
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row:nth-child(2n) {
  flex-direction: row;
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .image,
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .content {
  width: 400px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .image,
  .checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .content {
    max-width: 100%;
    margin: 0 auto;
  }
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .image {
  height: 260px;
}
@media (max-width: 768px) {
  .checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .image {
    height: 200px;
  }
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .content {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .content {
    margin-bottom: 50px;
  }
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .content h4 {
  font-weight: 400;
  color: rgb(255, 176, 57);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.25em;
  margin: 0 0 15px 0;
}
.checkered-grid-content .checkered-grid-content-wrapper .checkered-grid .grid-row .content p {
  font-size: 15px;
  line-height: 20px;
}

.full-width-card {
  width: 100%;
  background: rgb(248, 248, 247);
  padding: 50px 0;
}
.full-width-card .full-width-card-wrapper {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .full-width-card .full-width-card-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .full-width-card .full-width-card-wrapper {
    width: 450px;
  }
}
.full-width-card .full-width-card-wrapper .card {
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
}
@media (max-width: 768px) {
  .full-width-card .full-width-card-wrapper .card {
    display: block;
  }
}
.full-width-card .full-width-card-wrapper .card .card-image {
  width: 310px;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 768px) {
  .full-width-card .full-width-card-wrapper .card .card-image {
    width: 100%;
  }
}
.full-width-card .full-width-card-wrapper .card .card-image .image {
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .full-width-card .full-width-card-wrapper .card .card-image .image {
    height: 300px;
  }
}
.full-width-card .full-width-card-wrapper .card .card-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.full-width-card .full-width-card-wrapper .card .card-image .image-content {
  width: calc(100% - 80px);
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}
@media (max-width: 640px) {
  .full-width-card .full-width-card-wrapper .card .card-image .image-content {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }
}
.full-width-card .full-width-card-wrapper .card .card-image .image-content h4 {
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.full-width-card .full-width-card-wrapper .card .card-image .image-content p {
  font-size: 12px;
  line-height: 15px;
  color: rgb(255, 255, 255);
}
.full-width-card .full-width-card-wrapper .card .card-content {
  padding: 40px 50px 20px 90px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-card .full-width-card-wrapper .card .card-content {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .full-width-card .full-width-card-wrapper .card .card-content {
    padding: 40px 20px 20px 20px;
  }
}
.full-width-card .full-width-card-wrapper .card .card-content p {
  margin: 0 0 20px 0;
}
.full-width-card .full-width-card-wrapper .card .card-content h3 {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  background: #FFB039;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.full-width-card .full-width-card-wrapper .card .card-content h3:before {
  content: "";
  width: 165px;
  height: 165px;
  border: 4px solid #F7C418;
  position: absolute;
  top: -4px;
  left: -4px;
}
.full-width-card .full-width-card-wrapper .card .card-content h3:after {
  content: "";
  width: 166px;
  height: 166px;
  border: 1px solid #F0ECD3;
  position: absolute;
  top: -8px;
  left: -8px;
}

.full-width-card-wrapper-slider {
  width: 100%;
  max-width: 100%;
  background: rgb(248, 248, 247);
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .full-width-card-wrapper-slider {
    padding: 50px 20px;
  }
}
.full-width-card-wrapper-slider .full-width-card-slider {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 450px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .full-width-card-wrapper-slider .full-width-card-slider {
    width: 450px;
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .slider-next {
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right-orange.svg") no-repeat center rgb(255, 255, 255);
  background-size: 16px auto;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 2px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .full-width-card-wrapper-slider .full-width-card-slider .slider-next {
    left: calc(50% + 1px);
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .slider-prev {
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-arrow-right-orange.svg") no-repeat center rgb(255, 255, 255);
  background-size: 16px auto;
  transform: rotate(180deg);
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 64px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .full-width-card-wrapper-slider .full-width-card-slider .slider-prev {
    left: calc(50% - 65px);
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .swiper-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.full-width-card-wrapper-slider .full-width-card-slider .card {
  width: 100%;
  min-height: 450px;
  flex-shrink: 0;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .full-width-card-wrapper-slider .full-width-card-slider .card {
    display: block;
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .card:nth-child(2n) {
  background: rgb(255, 176, 57);
  color: rgb(22, 22, 22);
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-image {
  width: 310px;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 768px) {
  .full-width-card-wrapper-slider .full-width-card-slider .card .card-image {
    width: 100%;
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-image .image {
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .full-width-card-wrapper-slider .full-width-card-slider .card .card-image .image {
    height: 300px;
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-image .image-content {
  width: calc(100% - 100px);
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}
@media (max-width: 640px) {
  .full-width-card-wrapper-slider .full-width-card-slider .card .card-image .image-content {
    width: calc(100% - 60px);
    left: 20px;
    bottom: 20px;
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-image .image-content h4 {
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-image .image-content p {
  font-size: 12px;
  line-height: 15px;
  color: rgb(255, 255, 255);
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-content {
  padding: 40px 50px 70px 90px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-card-wrapper-slider .full-width-card-slider .card .card-content {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .full-width-card-wrapper-slider .full-width-card-slider .card .card-content {
    padding: 40px 20px 70px 20px;
  }
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-content p {
  margin: 0 0 20px 0;
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-content h3 {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  background: #FFB039;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-content h3:before {
  content: "";
  width: 165px;
  height: 165px;
  border: 4px solid #F7C418;
  position: absolute;
  top: -4px;
  left: -4px;
}
.full-width-card-wrapper-slider .full-width-card-slider .card .card-content h3:after {
  content: "";
  width: 166px;
  height: 166px;
  border: 1px solid #F0ECD3;
  position: absolute;
  top: -8px;
  left: -8px;
}

.content-blocks-with-side-form {
  width: 100%;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .content-blocks-with-side-form .content-blocks-with-side-form-wrap {
    display: block;
  }
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks {
  width: 60%;
}
@media (max-width: 768px) {
  .content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-content {
  margin: 0 0 90px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-content .pre-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: rgb(255, 176, 57);
  text-transform: uppercase;
  margin: 0 0 25px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-content h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-content .separator {
  width: 120px;
  height: 1px;
  background: rgb(255, 176, 57);
  margin: 30px auto;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-content .text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-content .text p {
  margin: 0 0 20px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-side-by-side-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 80px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-side-by-side-images .image {
  width: calc(50% - 5px);
  aspect-ratio: 1/1;
  margin: 0 0 10px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-side-by-side-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-image-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 415px) {
  .content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-image-with-text {
    display: block;
  }
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-image-with-text .image {
  width: 200px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  font-size: 0;
  align-self: stretch;
}
@media (max-width: 415px) {
  .content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-image-with-text .image {
    width: 100%;
    height: 200px;
  }
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-image-with-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-image-with-text .text {
  background: #EDEDED;
  width: 100%;
  padding: 60px 30px;
  font-size: 14px;
}
@media (max-width: 415px) {
  .content-blocks-with-side-form .content-blocks-with-side-form-wrap .content-blocks .block-image-with-text .text {
    padding: 30px;
  }
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .side-form {
  width: 40%;
  max-width: 515px;
  margin-left: 65px;
  flex-shrink: 0;
  background: #EDEDED;
  padding: 35px 70px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .content-blocks-with-side-form .content-blocks-with-side-form-wrap .side-form {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .side-form .pre-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: rgb(255, 176, 57);
  text-transform: uppercase;
  margin: 0 0 25px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .side-form h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .side-form .separator {
  width: 120px;
  height: 1px;
  background: rgb(255, 176, 57);
  margin: 30px auto 70px;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .side-form .logo {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.content-blocks-with-side-form .content-blocks-with-side-form-wrap .side-form .address {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 80px;
}

.dark-bullet-list-columns {
  width: 100%;
  position: relative;
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.dark-bullet-list-columns .dark-bullet-list-columns-content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.dark-bullet-list-columns .bullet-list-content {
  width: 100%;
  padding: 75px 30px;
}
.dark-bullet-list-columns .bullet-list-content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .dark-bullet-list-columns .bullet-list-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dark-bullet-list-columns .bullet-list-content .description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.dark-bullet-list-columns .bullet-list-content .description a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.dark-bullet-list-columns .bullet-list-content .description a:hover {
  text-decoration: underline;
}
.dark-bullet-list-columns .bullet-list-content .description p {
  margin: 0;
  padding: 0 0 20px;
}
.dark-bullet-list-columns .bullet-list-content .description ul {
  padding-left: 30px;
  margin: 10px 0;
}
.dark-bullet-list-columns .bullet-list-content .bullet-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 60px 0 0 0;
}
.dark-bullet-list-columns .bullet-list-content .bullet-columns .column {
  width: calc(33.33% - 20px);
}
.dark-bullet-list-columns .bullet-list-content .bullet-columns .column > ul {
  list-style: none;
  margin: 40px 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .dark-bullet-list-columns .bullet-list-content .bullet-columns .column > ul {
    display: block;
    max-width: 500px;
    margin: 40px auto 20px;
  }
}
.dark-bullet-list-columns .bullet-list-content .bullet-columns .column > ul li {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 0 30px 30px;
  background: url("/wp-content/themes/cosmotech/assets/images/icon-checkmark.svg") no-repeat top left;
  color: rgb(255, 176, 57);
}
@media (max-width: 1024px) {
  .dark-bullet-list-columns .bullet-list-content .bullet-columns .column > ul li {
    width: 100%;
  }
}
.dark-bullet-list-columns .bullet-list-content .bullet-columns .column > ul li span {
  display: block;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.dark-bullet-list-columns .bullet-list-content .bullet-columns h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.dark-bullet-list-columns .bullet-list-content .bullet-list-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-bullet-list-columns .bullet-list-content .bullet-list-cta .cta-button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.two-cards {
  width: 100%;
}
.two-cards.grey {
  background: rgb(248, 248, 247);
  color: rgb(41, 47, 51);
}
.two-cards.dark-grey {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.two-cards.square-images .two-cards-wrapper {
  max-width: 1340px;
}
@media (max-width: 1140px) {
  .two-cards.square-images .two-cards-wrapper {
    flex-wrap: wrap;
    max-width: 800px;
  }
}
@media (max-width: 1140px) {
  .two-cards.square-images .two-cards-wrapper .two-cards-card {
    width: 100%;
    margin: 0 0 40px;
  }
}
.two-cards.square-images .two-cards-wrapper .two-cards-card .card-image {
  width: 300px;
  aspect-ratio: 1/1;
}
@media (max-width: 640px) {
  .two-cards.square-images .two-cards-wrapper .two-cards-card .card-image {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.two-cards .two-cards-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .two-cards .two-cards-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .two-cards .two-cards-wrapper {
    flex-wrap: wrap;
    max-width: 600px;
  }
}
.two-cards .two-cards-wrapper .two-cards-card {
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .two-cards .two-cards-wrapper .two-cards-card {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 640px) {
  .two-cards .two-cards-wrapper .two-cards-card {
    display: block;
  }
}
.two-cards .two-cards-wrapper .two-cards-card:nth-child(2) {
  text-align: right;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .two-cards .two-cards-wrapper .two-cards-card:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .two-cards .two-cards-wrapper .two-cards-card:nth-child(2) {
    text-align: left;
  }
}
.two-cards .two-cards-wrapper .two-cards-card:nth-child(2) .card-content {
  padding: 0 30px 0 0;
}
@media (max-width: 640px) {
  .two-cards .two-cards-wrapper .two-cards-card:nth-child(2) .card-content {
    padding: 20px 20px 0;
  }
}
.two-cards .two-cards-wrapper .two-cards-card .card-image {
  width: 200px;
  aspect-ratio: 4/6;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .two-cards .two-cards-wrapper .two-cards-card .card-image {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 415px) {
  .two-cards .two-cards-wrapper .two-cards-card .card-image {
    aspect-ratio: 1/1;
  }
}
.two-cards .two-cards-wrapper .two-cards-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.two-cards .two-cards-wrapper .two-cards-card .card-content {
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 640px) {
  .two-cards .two-cards-wrapper .two-cards-card .card-content {
    padding: 20px 20px 0;
  }
}
.two-cards .two-cards-wrapper .two-cards-card .card-content h3 {
  font-size: 28px;
  line-height: 1.2em;
  font-family: "Gotham", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .two-cards .two-cards-wrapper .two-cards-card .card-content h3 {
    font-size: 24px;
  }
}
.two-cards .two-cards-wrapper .two-cards-card .card-content p {
  margin: 0 0 20px;
}
.two-cards .two-cards-wrapper .two-cards-card .card-content .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.logos.grey {
  background: rgb(248, 248, 247);
}
.logos.dark-grey {
  background: rgb(41, 47, 51);
}
.logos .logos-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.logos .logos-wrapper .logo {
  width: 15%;
  padding: 0 30px;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .logos .logos-wrapper .logo {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .logos .logos-wrapper .logo {
    width: 33%;
  }
}
@media (max-width: 640px) {
  .logos .logos-wrapper .logo {
    width: 50%;
  }
}
.logos .logos-wrapper .logo a {
  width: 100%;
  height: 100%;
}
.logos .logos-wrapper .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 640px) {
  .logos .logos-wrapper .logo img {
    max-width: 80%;
    max-height: 80%;
  }
}

.circle-video {
  width: 100%;
  position: relative;
}
.circle-video.grey {
  background: rgb(248, 248, 247);
}
.circle-video.dark-grey {
  background: rgb(41, 47, 51);
  color: rgb(255, 255, 255);
}
.circle-video.dark-grey .circle-video-wrapper .circle-video-content {
  border-color: rgba(255, 255, 255, 0.3);
}
.circle-video.left .circle-video-wrapper {
  flex-direction: row;
}
.circle-video.left .circle-video-wrapper .circle-video-content {
  margin-right: 5%;
  margin-left: 0;
}
.circle-video .circle-video-wrapper {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .circle-video .circle-video-wrapper {
    display: block;
    padding: 40px 20px;
  }
}
.circle-video .circle-video-wrapper .circle-video-content {
  width: 40%;
  margin-left: 5%;
  padding: 40px;
  border: 1px solid rgb(213, 219, 225);
}
@media (max-width: 1024px) {
  .circle-video .circle-video-wrapper .circle-video-content {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .circle-video .circle-video-wrapper .circle-video-content {
    width: 100%;
    margin: 0 0 40px;
    padding: 40px 20px;
  }
}
.circle-video .circle-video-wrapper .circle-video-content h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-family: "Gotham", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .circle-video .circle-video-wrapper .circle-video-content h3 {
    font-size: 24px;
  }
}
.circle-video .circle-video-wrapper .circle-video-content .description {
  margin: 0 0 20px;
}
.circle-video .circle-video-wrapper .circle-video-content .cta-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.circle-video .circle-video-wrapper .circle-video-video {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .circle-video .circle-video-wrapper .circle-video-video {
    width: 100%;
    margin: 0 0 40px;
  }
}
.circle-video .circle-video-wrapper .circle-video-video .circle-video-image {
  width: 360px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.circle-video .circle-video-wrapper .circle-video-video .circle-video-image:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.circle-video .circle-video-wrapper .circle-video-video .circle-video-image:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.circle-video .circle-video-wrapper .circle-video-video .circle-video-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.circle-video .video-container {
  background: rgb(0, 0, 0);
  max-width: 1110px;
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media (max-width: 768px) {
  .circle-video .video-container {
    height: auto;
    aspect-ratio: 1/1;
    top: 40px;
    bottom: unset;
    max-height: 360px;
  }
}
.circle-video .video-container iframe {
  width: 100%;
  height: 100%;
}
.circle-video .video-container .close-video {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgb(255, 176, 57);
  color: rgb(22, 22, 22);
  font-size: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.circle-video .video-container .close-video:before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: rgb(22, 22, 22);
  position: absolute;
  top: 10px;
  left: 18px;
  transform: rotate(45deg);
}
.circle-video .video-container .close-video:after {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  background: rgb(22, 22, 22);
  position: absolute;
  top: 10px;
  left: 18px;
  transform: rotate(-45deg);
}

.content-with-side-image.grey {
  background-color: rgb(248, 248, 247);
}
.content-with-side-image.dark-grey {
  background-color: rgb(41, 47, 51);
}
.content-with-side-image.top-aligned .content-with-side-image-wrap {
  align-items: flex-start;
}
.content-with-side-image.square-image .content-with-side-image-wrap .side-image {
  aspect-ratio: 1/1;
}
.content-with-side-image.landscape-image .content-with-side-image-wrap .side-image {
  aspect-ratio: 4/3;
}
.content-with-side-image.portrait-image .content-with-side-image-wrap .side-image {
  aspect-ratio: 3/4;
}
.content-with-side-image.left-image .content-with-side-image-wrap .side-content {
  order: 2;
}
.content-with-side-image.large-spacing .content-with-side-image-wrap .side-content {
  width: calc(50% - 80px);
}
@media (max-width: 768px) {
  .content-with-side-image.large-spacing .content-with-side-image-wrap .side-content {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.large-spacing .content-with-side-image-wrap .side-image {
  width: calc(50% - 80px);
}
@media (max-width: 768px) {
  .content-with-side-image.large-spacing .content-with-side-image-wrap .side-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-60 .content-with-side-image-wrap .side-content {
  width: calc(60% - 20px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-60 .content-with-side-image-wrap .side-content {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-60 .content-with-side-image-wrap .side-image {
  width: calc(40% - 20px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-60 .content-with-side-image-wrap .side-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-60.large-spacing .content-with-side-image-wrap .side-content {
  width: calc(60% - 60px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-60.large-spacing .content-with-side-image-wrap .side-content {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-60.large-spacing .content-with-side-image-wrap .side-image {
  width: calc(40% - 60px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-60.large-spacing .content-with-side-image-wrap .side-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-70 .content-with-side-image-wrap .side-content {
  width: calc(70% - 20px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-70 .content-with-side-image-wrap .side-content {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-70 .content-with-side-image-wrap .side-image {
  width: calc(30% - 20px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-70 .content-with-side-image-wrap .side-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-70.large-spacing .content-with-side-image-wrap .side-content {
  width: calc(70% - 40px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-70.large-spacing .content-with-side-image-wrap .side-content {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image.content-70.large-spacing .content-with-side-image-wrap .side-image {
  width: calc(30% - 40px);
}
@media (max-width: 768px) {
  .content-with-side-image.content-70.large-spacing .content-with-side-image-wrap .side-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image .content-with-side-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1140px) {
  .content-with-side-image .content-with-side-image-wrap {
    padding: 40px 20px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .content-with-side-image .content-with-side-image-wrap {
    display: block;
  }
}
.content-with-side-image .content-with-side-image-wrap .side-content {
  width: calc(50% - 20px);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .content-with-side-image .content-with-side-image-wrap .side-content {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image .content-with-side-image-wrap .side-image {
  width: calc(50% - 20px);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .content-with-side-image .content-with-side-image-wrap .side-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content-with-side-image .content-with-side-image-wrap .side-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.content.grey {
  background-color: rgb(248, 248, 247);
}
.content.dark-grey {
  background-color: rgb(41, 47, 51);
}
.content .content-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1140px) {
  .content .content-wrap {
    padding: 40px 20px;
  }
}

.image-cards.grey {
  background-color: rgb(248, 248, 247);
}
.image-cards.dark-grey {
  background-color: rgb(41, 47, 51);
}
.image-cards .image-cards-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1140px) {
  .image-cards .image-cards-wrap {
    padding: 40px 20px;
  }
}
.image-cards .image-cards-wrap .image-cards-content {
  margin: 0 0 60px;
}
.image-cards .image-cards-wrap .image-card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .image-cards .image-cards-wrap .image-card-items {
    justify-content: flex-start;
  }
}
.image-cards .image-cards-wrap .image-card-items .single-image-card {
  width: calc(20% - 20px);
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 0 10px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .image-cards .image-cards-wrap .image-card-items .single-image-card {
    padding: 0 30px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1024px) {
  .image-cards .image-cards-wrap .image-card-items .single-image-card {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 768px) {
  .image-cards .image-cards-wrap .image-card-items .single-image-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .image-cards .image-cards-wrap .image-card-items .single-image-card {
    padding: 0 40px;
    width: 100%;
  }
}
.image-cards .image-cards-wrap .image-card-items .single-image-card .single-image-card-image {
  width: 100%;
  aspect-ratio: 3/4;
}
.image-cards .image-cards-wrap .image-card-items .single-image-card .single-image-card-image a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
.image-cards .image-cards-wrap .image-card-items .single-image-card .single-image-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-cards .image-cards-wrap .image-card-items .single-image-card .single-image-card-content {
  padding: 20px 0 0 0;
}
.image-cards .image-cards-wrap .image-card-items .single-image-card .single-image-card-content a {
  text-decoration: none;
}

.new-cta-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.new-cta-button-wrapper.left {
  justify-content: flex-start;
}
.new-cta-button-wrapper.right {
  justify-content: flex-end;
}
.new-cta-button-wrapper a.rounded-yellow {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.new-cta-button-wrapper a.rounded-yellow-large {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
}
.new-cta-button-wrapper a.rounded-blue {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.new-cta-button-wrapper a.rounded-blue-large {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(70, 98, 130);
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
}
.new-cta-button-wrapper a.rounded-white {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.new-cta-button-wrapper a.rounded-white-large {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
}
.new-cta-button-wrapper a.bordered-white {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  border: 1px solid rgb(41, 47, 51);
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.new-cta-button-wrapper a.bordered-white-large {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgb(255, 255, 255);
  color: rgb(41, 47, 51);
  border: 1px solid rgb(41, 47, 51);
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-decoration: none;
}
.new-cta-button-wrapper a.default {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(243, 97, 33);
  position: relative;
  padding-left: 12px;
  margin-top: 30px;
  transition: all 0.3s;
}
.new-cta-button-wrapper a.default:before {
  content: "";
  width: 5px;
  height: 18px;
  display: block;
  border: 1px solid rgb(243, 97, 33);
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.new-cta-button-wrapper a.default:hover {
  color: rgb(255, 176, 57);
}
.new-cta-button-wrapper a.default:hover:before {
  border-color: rgb(255, 176, 57);
}

.error404-page {
  width: 100%;
  background: rgb(255, 176, 57);
  padding: 25vh 0;
}
.error404-page .page-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.error404-page h3 {
  font-size: 40px;
  color: rgb(41, 47, 51);
}
.error404-page p {
  margin: 0 0 20px;
}
.error404-page a {
  font-weight: 500;
}

.blog-category-page .blog-articles-list {
  margin: 50px 0;
}
.blog-category-page .blog-articles-list .blog-articles-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.blog-category-page .blog-articles-list .blog-article {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  min-height: 540px;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: 0 10px 24px rgba(70, 98, 130, 0.3);
  text-align: left;
}
@media (max-width: 1024px) {
  .blog-category-page .blog-articles-list .blog-article {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .blog-category-page .blog-articles-list .blog-article {
    width: 100%;
    height: auto;
  }
}
.blog-category-page .blog-articles-list .blog-article .blog-article-content {
  min-height: 320px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .blog-category-page .blog-articles-list .blog-article .blog-article-content {
    display: block;
    height: auto;
  }
}
.blog-category-page .blog-articles-list .blog-article .category {
  width: 100%;
  line-height: 20px;
  color: rgb(255, 176, 57);
  font-weight: 700;
  font-size: 14px;
  z-index: 3;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.blog-category-page .blog-articles-list .blog-article h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.blog-category-page .blog-articles-list .blog-article h4 a {
  color: rgb(41, 47, 51);
  text-decoration: none;
}
.blog-category-page .blog-articles-list .blog-article .blog-article-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
.blog-category-page .blog-articles-list .blog-article .article-meta {
  margin-top: auto;
}
.blog-category-page .blog-articles-list .blog-article .article-meta > a {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgb(255, 176, 57);
  color: rgb(41, 47, 51);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.blog-category-page .blog-articles-list .blog-article .blog-article-image {
  background-image: url("/wp-content/themes/cosmotech/assets/images/dark-grey-cover-back.png");
  width: 100%;
  height: 220px;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.blog-category-page .blog-articles-list .blog-article .blog-article-image img {
  width: 100%;
  height: auto;
}
.blog-category-page .blog-articles-list .blog-article .blog-article-image:hover:before {
  width: 100%;
}
.blog-category-page .blog-articles-list .blog-article .blog-article-image:before {
  content: "";
  width: 40%;
  height: 4px;
  background: rgb(243, 97, 33);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}
.blog-category-page .blog-articles-list .blog-article .blog-article-image > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.7;
}

div.job_listings .job_filters {
  display: none;
}
div.job_listings .company_logo {
  display: none;
}
div.job_listings ul.job_listings {
  padding: 0;
}
div.job_listings ul.job_listings li.job_listing a {
  padding: 15px;
}
div.job_listings ul.job_listings li.job_listing a div.position {
  padding-left: 0;
  width: 75%;
}
div.job_listings ul.job_listings li.job_listing a div.position .company {
  display: none;
}
div.job_listings ul.job_listings li.job_listing a .location {
  font-size: 12px;
}
div.job_listings ul.job_listings li.job_listing a .meta {
  display: none;
}

.single_job_listing .company {
  display: none;
}
.single_job_listing .job-listing-meta .date-posted {
  display: none;
}
.single_job_listing .job_application .application_button {
  background: rgb(255, 176, 57);
  border-radius: 28px;
  cursor: pointer;
}
.single_job_listing .wp_job_manager_send_application_button {
  background: rgb(255, 176, 57);
  border-radius: 28px;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  cursor: pointer;
}

.default-page-wrapper {
  width: 100%;
  max-width: 740px;
  padding: 50px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  margin: 0 auto;
}
.default-page-wrapper strong, .default-page-wrapper b {
  font-weight: 700;
}
.default-page-wrapper a {
  color: rgb(255, 176, 57);
  text-decoration: none;
}
.default-page-wrapper em, .default-page-wrapper i {
  font-weight: 500;
  font-style: italic;
}
.default-page-wrapper p {
  margin-bottom: 20px;
}
.default-page-wrapper h2 {
  color: rgb(255, 176, 57);
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.default-page-wrapper ul, .default-page-wrapper ol {
  padding-left: 30px;
}
.default-page-wrapper h3 {
  font-size: 20px;
  line-height: 33px;
  color: rgb(255, 176, 57);
  font-weight: 600;
  margin: 0 0 20px 0;
}
.default-page-wrapper h4 {
  font-size: 16px;
  line-height: 33px;
  color: rgb(255, 176, 57);
  font-weight: 600;
  margin: 0 0 20px 0;
}

.external-page {
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .external-page {
    height: calc(100vh - 60px);
  }
}
.external-page iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
