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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 18px;
  color: #120303;
}

body {
  font-size: 18px;
  font-family: "Satoshi-Variable", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  color: #1d7260;
  text-decoration: none;
}

a:hover {
  color: #bb3b3b;
  text-decoration: none;
}

body {
  color: #120303;
}
body.menu-is-showing {
  overflow: hidden;
}

p {
  color: #120303;
  font-family: "Satoshi-Variable", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("fonts/Satoshi-Variable.woff2") format("woff2"), url("fonts/Satoshi-Variable.woff") format("woff"), url("fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 900.0;
  *
  * available axes:

  * 'wght' (range from 300.0 to 900.0)

  */
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("fonts/Satoshi-VariableItalic.woff") format("woff"), url("fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("fonts/Satoshi-Light.woff2") format("woff2"), url("fonts/Satoshi-Light.woff") format("woff"), url("fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("fonts/Satoshi-LightItalic.woff2") format("woff2"), url("fonts/Satoshi-LightItalic.woff") format("woff"), url("fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("fonts/Satoshi-Regular.woff2") format("woff2"), url("fonts/Satoshi-Regular.woff") format("woff"), url("fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("fonts/Satoshi-Italic.woff2") format("woff2"), url("fonts/Satoshi-Italic.woff") format("woff"), url("fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("fonts/Satoshi-Medium.woff2") format("woff2"), url("fonts/Satoshi-Medium.woff") format("woff"), url("fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("fonts/Satoshi-MediumItalic.woff") format("woff"), url("fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("fonts/Satoshi-Bold.woff2") format("woff2"), url("fonts/Satoshi-Bold.woff") format("woff"), url("fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("fonts/Satoshi-BoldItalic.woff") format("woff"), url("fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("fonts/Satoshi-Black.woff2") format("woff2"), url("fonts/Satoshi-Black.woff") format("woff"), url("fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("fonts/Satoshi-BlackItalic.woff") format("woff"), url("fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Averta-Regular";
  src: url("fonts/AvertaDemoPE-Regular.woff2") format("woff2"), url("fonts/AvertaDemoPE-Regular.woff") format("woff"), url("fonts/AvertaDemoPE-Regular.eot") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.cta {
  border: none;
  background: none;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 2px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
  fill: #1d7260;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: #1d7260;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1d7260;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: "Outfit", sans-serif;
  background-color: transparent;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #131313;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand img {
  height: 70px;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #131313;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #131313;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #131313, 0 1em 0 0 #131313;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #131313;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  text-align: center;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  text-align: center;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #131313;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
  transition: all 0.5s ease-in-out;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a,
.nav-menu > li:hover > a {
  color: #fff;
}

.nav-menu > li > a > .span-wrap {
  display: inline-block;
  position: relative;
}
.nav-menu > li > a > .span-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition-duration: 0.8s;
}

.nav-menu > li:hover > a > .span-wrap:before {
  width: 100%;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.nav-button-links {
  height: 70px;
  float: right;
  z-index: 19998;
  display: flex;
  align-items: center;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #131313;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #1d7260;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #131313;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #131313;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #131313;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #131313;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #1d7260;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #1d7260 #1d7260 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*=container] {
  width: 100%;
}

.megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.5833333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.1666666667%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.3333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.9166666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.0833333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.6666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.8333333333%;
}

.megamenu-panel-row .col-11 {
  width: 91.4166666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #131313;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #131313;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #131313;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #1d7260;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  color: #131313;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #fff;
}

.nav-dropdown > li > a {
  color: #131313;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li:hover > a {
  color: #166353;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
}

.header_area.colored .main_header_area.sticky {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header_area.colored .main_header_area.sticky .nav-menu > li > a {
  color: #000;
}
.header_area.colored .main_header_area.sticky .submenu-indicator-chevron {
  border-color: transparent #000 #000 transparent;
}

.header_area.colored .main_header_area.sticky .nav-menu > li:hover > a {
  color: #1d7260;
}

.header_area.colored .main_header_area.sticky .nav-menu > li > a > .span-wrap {
  display: inline-block;
  position: relative;
}
.header_area.colored .main_header_area.sticky .nav-menu > li > a > .span-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #166353;
  transition-duration: 0.8s;
}

.header_area.colored .main_header_area.sticky .nav-menu > li:hover > a > .span-wrap:before {
  width: 100%;
}

.side-link .cta {
  filter: brightness(0) invert(1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

.nav-header {
  margin-right: 50px;
}

.side-link .cta span {
  font-weight: 600;
}

.colored .side-link .cta {
  filter: none;
}

.colored .side-link .hover-underline-animation {
  color: #166353;
}

.colored .side-link .cta svg {
  fill: #166353;
}

.colored .side-link .cta .hover-underline-animation:after {
  background-color: #166353;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .side-link {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .nav-menu > li > a {
    color: #000;
    text-align: left;
  }
  .submenu-indicator-chevron {
    border-color: transparent #131313 #131313 transparent;
  }
}
footer {
  background-color: #fafafa;
  padding-top: 40px;
}
footer h5 {
  margin-bottom: 20px;
}
footer .contact-list p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
footer .contact-list p small {
  font-size: 14px;
  font-weight: 500;
}
footer .contact-list p i {
  font-size: 16px;
}
footer .footer-logo {
  padding: 20px 60px;
}
footer .footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #166353;
  font-family: "Outfit", sans-serif;
}
footer .footer-menu ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin: 6px 0;
}
footer .footer-menu ul li a:hover {
  color: #1d7260;
}

.footer-end {
  text-align: center;
  position: relative;
  padding: 15px 0 0 5px;
}
.footer-end:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background-color: #eaeaea;
}

.contact-box,
.footer-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.social-header a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 40px;
  transition: all 0.5s ease;
}

.social-header a.facebook {
  background-color: #3b5998;
}

.social-header a.insta {
  background-color: #d62976;
}

.social-header a.linkedin {
  background-color: #0072b1;
}

.social-header a.youtube {
  background-color: #ff0000;
}

.social-header a.twitter {
  background-color: #00acee;
}

.social-header a.tiktok {
  background-color: #000;
}

.social-header a .i-plain.i-plain-small {
  font-size: 15px !important;
  padding-left: 0 !important;
}

#landing-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* background-image: url(../images/slide2.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
}
#landing-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4517157205) 0%, rgba(0, 0, 0, 0.2803571429) 100%);
  z-index: 2;
  opacity: 0.75;
}

#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  animation-duration: 1s;
  animation-delay: 0s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}

.landing-content {
  position: relative;
  z-index: 3;
}
.landing-content h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 25px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.5px;
}
.landing-content h2 .overflow-block span {
  transform: translateY(100px);
  display: block;
}
.landing-content h2 .sub-title {
  font-size: 20px;
  font-weight: 400;
  display: block;
}
.landing-content .overflow-block p {
  transform: translateY(100px);
  display: block;
}
.landing-content .cta {
  filter: brightness(0) invert(1);
}

.logo-boxes {
  padding: 40px 0;
}
.logo-boxes .logo-content {
  padding: 20px;
  padding-right: 40px;
}
.logo-boxes .logo-content h4 {
  font-size: 28px;
  font-weight: 800;
  color: #1d7260;
  font-family: "Outfit", sans-serif;
}

.subsidiary-logo {
  padding: 20px;
  border: 1px solid #eaeaea;
}

#scroll-down-animation {
  margin-top: 32px;
  opacity: 0.5;
  position: absolute;
  right: 125px;
  bottom: 25px;
  z-index: 3;
}

#scroll-down-animation p {
  color: #fff;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid #fff;
  height: 50px;
  width: 32px;
  position: relative;
}

.move {
  position: absolute;
  background-color: #fff;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 30px);
    opacity: 0;
  }
}
.company-about {
  padding: 60px 0;
}
.company-about .about-text1 {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.company-about .about-text1 strong {
  font-weight: 800;
}

.company-numbers {
  padding: 80px 0;
  background-color: #fafafa;
  background-image: url(../images/bgpattern.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.company-numbers .number-content {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  padding: 10px 35px;
  text-align: justify;
}
.company-numbers .number-text {
  padding: 0px 60px;
  padding-left: 120px;
}
.company-numbers .number-text .number {
  display: block;
  font-size: 60px;
  font-weight: 800;
  color: #166353;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
}
.company-numbers .number-text .text {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.company-numbers .number-text.number-larger {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 80px 0;
  margin: 40px 0;
}
.company-numbers .number-text.number-larger .number {
  font-size: 72px;
  margin-right: 45px;
  margin-bottom: 0;
  line-height: 1;
}
.company-numbers .number-text.number-larger .text {
  width: 250px;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 10px;
}
.company-numbers .number-text.alt-text {
  padding-left: 40px;
}

.company-products {
  position: relative;
  background-color: #1d7260;
  color: #fff;
}
.company-products.alt {
  background-color: #3742a8;
}
.company-products img {
  max-width: 200px;
}
.company-products .company-product-wrapper {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company-products .company-product-wrapper .image-holder {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 450px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}
.company-products .company-product-wrapper.reversed .image-holder {
  left: auto;
  right: 0;
}
.company-products .company-product-wrapper.reversed img {
  margin-left: auto;
  display: block;
}
.company-products .company-product-wrapper .brand-content h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.company-products .company-product-wrapper .brand-content p {
  color: #fff;
  font-size: 17px;
}
.company-products .company-product-wrapper .brand-content .cta {
  filter: brightness(0) invert(1);
}
.company-products .wedo-text {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
.company-products .cp-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 32px;
  color: #1d7260;
  font-family: "Outfit", sans-serif;
  text-align: left;
}
.company-products .cp-title span {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  color: #bb3b3b;
}
.company-products .firts-t {
  margin-top: 20vh;
}
.company-products .second-t {
  margin-top: -27vw;
}
.company-products .p-content {
  padding: 20px 0px;
}
.company-products .p-content h4 {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #166353;
  text-transform: uppercase;
}

.text-content {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.company-features .title {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}
.company-features .accordion-button {
  border: none;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #166353;
}
.company-features .accordion-button span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 800;
  color: #bb3b3b;
}
.company-features .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.company-features .accordion-button:focus {
  z-index: 3;
  box-shadow: none;
}
.company-features .accordion-item {
  border: none;
  border-top: 1px solid #eaeaea;
}
.company-features .accordion-item:last-of-type {
  border-bottom: 1px solid #eaeaea;
}
.company-features .accordion-body {
  padding: 1.5rem 1.25rem;
  padding-top: 0;
}
.company-features .accordion {
  margin-top: 24px;
}

.company-contact {
  padding: 40px 0;
}
.company-contact .contact-inner {
  padding: 20px 50px;
}
.company-contact .title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 32px;
  color: #1d7260;
  font-family: "Outfit", sans-serif;
  text-align: left;
}
.company-contact .title span {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  color: #bb3b3b;
}
.company-contact p {
  font-size: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .landing-content h2 {
    font-size: 32px;
    line-height: 1;
  }
  .landing-content h2 .overflow-block span {
    margin-top: 10px;
    line-height: 1.2;
  }
  #scroll-down-animation {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-slide .comapnies-box {
    transform: none;
  }
  .swiper-slide .comapnies-box,
  .swiper-slide.swiper-slide-active .comapnies-box {
    transform: none;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .logo-swiper .swiper-wrapper {
    padding-bottom: 15px;
  }
  footer {
    text-align: center;
  }
  footer .foot-contact,
  footer .footer-menu {
    margin-bottom: 32px;
  }
  .company-logo {
    margin-bottom: 25px;
  }
  .about-text1 {
    text-align: center;
  }
  .company-numbers .number-text {
    padding: 0;
    padding-left: 0;
    text-align: center;
    padding: 20px 60px;
  }
  .company-numbers .number-text.number-larger {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 60px;
  }
  .company-numbers .number-text.number-larger .number {
    font-size: 42px;
    margin-right: 0;
  }
  .company-numbers .number-text .number {
    font-size: 42px;
  }
  .company-numbers .number-text.alt-text {
    padding-left: 0;
    padding: 20px 60px;
  }
  .company-products {
    padding: 0px 0;
    text-align: center;
  }
  .company-products .wedo-text {
    font-size: 18px;
  }
  .company-products .firts-t, .company-products .second-t {
    margin-top: 25px;
  }
  .company-features .accordion-button {
    padding-left: 50px;
  }
  .company-features .title {
    text-align: center;
  }
  .company-products .company-product-wrapper .image-holder {
    width: 100%;
    height: 275px;
  }
  .company-products .company-product-wrapper {
    height: auto;
  }
  .company-products img {
    max-width: 175px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .brand-content {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .company-products .company-product-wrapper.reversed img {
    margin-right: auto;
  }
  .company-numbers .number-content {
    text-align: center;
  }
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.overflow-block {
  overflow: hidden;
  display: block;
}

.is-inverted {
  filter: brightness(0) invert(1);
}

.object-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overflow-block span,
.overflow-block p,
.overflow-block .cta {
  transform: translateY(120px);
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #bb3b3b;
}

#fixed-social {
  position: fixed;
  bottom: 130px;
  z-index: 99;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
}

#fixed-social a:hover > span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 200px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}

.fixed-call {
  background-color: #1d7260;
}

.fixed-email {
  background-color: #bb3b3b;
}

.fixed-whatsapp {
  background: #25d366;
}

.fixed-call span {
  background-color: #1d7260;
}

.fixed-email span {
  background-color: #bb3b3b;
}

.fixed-whatsapp span {
  background: #25d366;
}

.fs-18 {
  font-size: 18px;
}

.green-dark-color {
  color: #166353;
}

.green-light-color {
  color: #1d7260;
}

.red-color {
  color: #bb3b3b;
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 17px;
  color: #131313;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  margin-bottom: 20px;
}

.form__field::-moz-placeholder {
  color: transparent;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:-moz-placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #9b9b9b;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  -o-border-image: linear-gradient(to right, #1d7260, #166353);
     border-image: linear-gradient(to right, #1d7260, #166353);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #166353;
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}/*# sourceMappingURL=company.css.map */