@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-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;
}

/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
/*brand colors*/
/*--------------------------------------------------------------
# global
--------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

.container-fluid {
  padding: 0 50px;
}

.emp {
  font-size: 13.8px;
  color: #2b2b2b;
}

a:hover {
  text-decoration: none;
}

.sec-pad {
  padding: 180px 0;
}

.sub-sec-pad {
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  .sec-pad {
    padding: 90px 0;
  }
}
@media (max-width: 540px) {
  .sec-pad {
    padding: 45px 0;
  }
}
.bg-grey {
  background-color: #FCFCFC;
}

.video-wrap {
  webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.video-wrap:hover {
  transition: all 0.15s ease;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
}

@media (max-width: 540px) {
  .video-wrap {
    margin-bottom: 45px;
  }
}
.modal {
  webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/*21 or older pop-up*/
.modal-header {
  text-align: center;
  border: none;
  background-color: white;
  display: block;
}

.modal-title {
  line-height: 1.3;
}

.modal-body {
  font-size: 0.5em;
  text-align: center;
}

.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-dialog.wider {
  max-width: 1000px;
}

.modal-img img {
  width: 100%;
}
.modal-img a {
  display: grid;
}
.modal-img a.desktop {
  display: none;
}
@media screen and (min-width: 650px) {
  .modal-img a.desktop {
    display: grid;
  }
  .modal-img a.mobile {
    display: none;
  }
}
.modal-img a > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.modal-img .hover {
  opacity: 0;
  transition: opacity 300ms ease;
}
.modal-img:hover .hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
html {
  font-family: "Muli", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

h2 {
  color: #383838;
  font-size: 2.5em;
  text-transform: uppercase;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.25em;
}

p {
  font-size: 1em;
}

p.contact {
  font-weight: bold;
  margin-bottom: 0;
}

li {
  letter-spacing: 1px;
  font-size: 0.8em;
  font-weight: 700;
}

.sub-head {
  margin-bottom: 0.8em;
}

.sub-head::before {
  content: "";
  border-bottom: 5px solid #70B844;
  width: 80px;
  position: absolute;
  top: 35%;
  left: -100px;
}

.about p {
  line-height: 2;
  color: #ACD395;
}

@media (max-width: 992px) {
  .sub-head:before {
    content: none;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.825em;
  }
}
/*line animation*/
.trans--grow {
  width: 0px;
  border-top: 4px solid #70B844;
  margin: 1em 0;
  -webkit-transition: width 1s ease-out;
  /* For Safari 3.1 to 6.0 */
  transition: width 1s ease-out;
  text-align: left;
}

.sub-head-hr {
  width: 0px;
  border-top: 4px solid #70B844;
  margin: 1em 0;
}

.grow {
  width: 80px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav.navbar {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.navbar-nav {
  margin-right: 100px !important;
}

.navbar .nav-link {
  text-transform: uppercase;
  color: #70B844;
  margin: 0px 15px;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.navbar .nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #70B844;
  transition: all 0.2s ease-in-out;
}

.navbar-nav ul {
  padding-right: 50px;
}

.navbar-brand img {
  width: 70px;
  margin-left: 100px;
}
@media screen and (min-width: 996px) {
  .navbar-brand img {
    width: 80px;
  }
}

@media (max-width: 996px) {
  .navbar-brand-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar-brand {
    margin: 0;
  }
  .navbar-brand img {
    margin-left: 0;
    margin-top: 10px;
  }
}
.custom-toggler {
  padding: 0;
  border: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2370B844' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  position: absolute;
  top: 25px;
  right: 20px;
}

@media (max-width: 992px) {
  .navbar .nav-link:hover {
    box-shadow: none;
  }
}
/*social icons on mobile / back to top buttom*/
.bktotop {
  bottom: 40%;
  width: 13px;
  height: auto;
  position: fixed;
  right: 20px;
  z-index: 9999999;
}

.on-mobile {
  display: none;
}

@media (max-width: 768px) {
  .bktotop {
    display: none;
  }

  .on-mobile {
    display: contents;
  }
  .on-mobile span i {
    font-size: 2em;
    padding: 15px;
    color: #70B844;
  }
  .on-mobile span i:hover {
    color: #70B844;
  }
}
.navbar {
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 0;
  top: 0;
  z-index: 9999999;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-primary {
  color: #FCFCFC;
  background-color: #70B844;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn-primary:hover {
  background-color: #70B844;
  -webkit-box-shadow: 0 10px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #70B844;
  border: none;
}

.btn-primary:focus {
  border: none;
}

.btn-secondary {
  color: #70B844;
  background-color: #FCFCFC;
  font-weight: 700;
  border: 3px solid #70B844;
  -webkit-box-shadow: 0 5px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn-secondary:hover {
  color: #70B844;
  background-color: #FCFCFC;
  border: 3px solid #70B844;
  -webkit-box-shadow: 0 10px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 15px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #70B844;
  border: none;
}

.btn-primary:focus {
  border: none;
}

.modal-footer .btn-primary {
  border: 3px solid #70B844;
}
.modal-footer .btn-primary:hover {
  border: 3px solid #70B844;
}

/*--------------------------------------------------------------
# Layout - header
--------------------------------------------------------------*/
.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #888;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}

@media (max-width: 768px) {
  .mouse {
    display: none;
  }
}
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #888;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
header h1 {
  font-size: 3.5em;
  color: #FCFCFC;
}

@media (max-width: 768px) {
  header h1 {
    font-size: 2em;
  }
}
header p {
  color: #FCFCFC;
}

.sect {
  width: 100%;
  height: 500px;
  background-color: red;
}

.social-header {
  position: fixed;
  bottom: 40%;
  left: 25px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}
.social-header .fa-facebook-f,
.social-header .fa-instagram,
.social-header .fa-twitter,
.social-header .fa-youtube {
  padding-bottom: 10px;
}
.social-header .v-border {
  border-left: 1px solid #FCFCFC;
  height: 0;
  margin-bottom: 20px;
  margin-left: 5px;
  transition: all 1s ease;
}

@media (max-width: 768px) {
  .social-header {
    display: none;
  }
}
@keyframes border-anim {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
@keyframes social-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.social-header span {
  opacity: 0;
}

.social-header span:nth-child(2) {
  animation: social-anim 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.social-header span:nth-child(3) {
  animation: social-anim 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.social-header span:nth-child(4) {
  animation: social-anim 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
.social-header span:nth-child(5) {
  animation: social-anim 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

.v-border {
  animation: border-anim 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.v-border-2 {
  border-left: 1px solid #383838;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 5px;
  transition: all 0.5s ease;
}

.social-wt {
  color: #FCFCFC;
  transition: all 0.5s ease;
}

.social-blk {
  color: #383838;
  transition: all 0.5s ease;
}

header {
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: center center;
}

/*--------------------------------------------------------------
# Layout - footer
--------------------------------------------------------------*/
.content-wrap {
  display: flex;
  flex-direction: column;
}

.content {
  overflow: hidden;
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

footer .sec-1 {
  background-color: #FCFCFC;
}
footer .sec-1 .row {
  padding: 40px;
}
footer .sec-1 p {
  color: #777777;
  font-weight: 700;
  font-size: 0.8em;
  margin: 0;
}
footer .sec-1 h4 {
  font-size: 1em;
}
footer .sec-1 h6 {
  font-family: Muli, sans-serif;
  font-size: 0.8em;
  margin-bottom: 0;
  color: #777777;
}
footer .sec-1 span {
  margin: 0 5px;
}
footer .sec-1 span .fa-facebook-f,
footer .sec-1 span .fa-instagram,
footer .sec-1 span .fa-twitter,
footer .sec-1 span .fa-youtube {
  color: #70B844;
  font-size: 110%;
}

.footer .sec-1 span:nth-child(1) {
  margin: 0;
}

/*section 2 footer*/
.footer .sec-2 {
  background-color: #70B844;
}

/*footer navigation*/
.footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.footer-nav li {
  padding: 30px;
}
.footer-nav li a {
  color: #FCFCFC;
  text-transform: uppercase;
  font-size: 0.8em;
}
.footer-nav li a:hover {
  text-decoration: none;
}
.footer-nav li a::after {
  content: "|";
  margin-left: 30px;
  margin-right: -30px;
}

.footer-nav li:last-of-type a::after {
  content: none;
}

/*center navigation on mobile*/
@media (max-width: 992px) {
  .footer-nav li {
    padding: 15px;
  }
  .footer-nav li a::after {
    margin-left: 15px;
    margin-right: -15px;
  }

  .footer .sec-1 .col-lg-3 {
    padding-top: 25px;
  }
}
.sec-2 .container-fluid {
  padding-bottom: 1px;
}
.sec-2 .container-fluid .row {
  justify-content: center;
  text-align: center;
  font-size: 70% !important;
  margin-block: 20px;
}
.sec-2 .container-fluid span {
  color: #FCFCFC;
}
.sec-2 .container-fluid a {
  color: inherit;
}
.sec-2 .container-fluid .disclaimer {
  max-width: 80em;
}

.sec-2 hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #FCFCFC;
}

hr {
  margin: 0;
}

@media (max-width: 768px) {
  .ft-bottom .col-md-3,
.ft-bottom .col-md-6 {
    text-align: left !important;
    padding: 5px;
  }
}
/*--------------------------------------------------------------
# Pages - home
--------------------------------------------------------------*/
section.brands {
  background-color: #FCFCFC;
}
section.brands a img {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  margin: 1.5em;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: 0.8;
}
section.brands a img:hover {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.logos {
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*partners section*/
#panda-logo {
  width: 30%;
  height: auto;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  #panda-logo {
    width: 90%;
  }
}
.partners-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 200px;
}

.partners .col-sm-6 {
  padding: 5px;
}

#chart {
  width: 100%;
  height: auto;
  display: inline-block;
}

#seed {
  width: 100%;
  height: auto;
  display: inline-block;
}

.partners .col-md-3 {
  padding: 0;
  margin: 0;
}

.technology {
  background-color: #FCFCFC;
}

.card-container .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 996px) {
  .card-container .card-body {
    display: block;
  }

  #seed,
#chart {
    width: 40%;
    margin: auto;
  }
}
.card-container .card {
  webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.card-container a .card-body:hover {
  text-decoration: none;
}
.card-container a .card-body h4 {
  color: #70B844;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
}
.card-container a .card-body p {
  color: #383838;
}

.card-container a:hover {
  text-decoration: none;
}

.card-container a .card-body h4:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: #ACD395;
  left: 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-container a:hover .card-body h4:after {
  left: 15px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-container {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FCFCFC), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #FCFCFC 50%, #fff 50%);
}

.card-container a:hover .card {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
  .card-container .card {
    margin-bottom: 40px;
  }
}
#div-top {
  height: 390px;
  width: 330px;
  background-image: url(../img/FrostFactory.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#div-bottom {
  width: 330px;
  height: 390px;
  background-size: cover;
  background-image: url(../img/FemaleTanks.jpg);
  background-position: center center;
  position: absolute;
  top: 150px;
  left: 200px;
  z-index: 1;
}

#div-top,
#div-bottom {
  border-radius: 6px;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border: none;
}

.store-img {
  margin-top: 150px;
  height: 300px;
  width: 90%;
  background-size: cover;
  border-radius: 6px;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  background-position: center center;
  background-image: url(../img/vapePen.jpeg);
}

#store h2 {
  margin-bottom: 0;
}

.store-mobile {
  display: none;
}

.bp-wrapper {
  padding-bottom: 180px;
}

@media (max-width: 768px) {
  .store-mobile {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .store-desktop {
    display: none;
  }

  #div-top,
#div-bottom {
    width: 100%;
    height: 200px;
    position: static;
  }

  #div-top {
    margin-right: 15px;
  }

  .s-img-container {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .store-img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #store .col-md-6 {
    display: flex;
    flex-flow: column;
  }
  #store .col-md-6:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    order: 0;
  }
  #store .col-md-6 hr {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #store .col-md-6:last-child {
    order: 1;
  }

  .bp-wrapper {
    padding-bottom: 90px;
  }
}
.social-media {
  background-color: #FCFCFC;
}

@media (max-width: 540px) {
  .insta-widget {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bp-wrapper {
    padding-bottom: 45px;
  }
}
/*news section*/
.news .card-body h4 {
  font-size: 1em;
  font-weight: 600;
  color: #383838;
}

.news .card-footer {
  padding: 0;
  margin: 0;
  border: none;
  background-color: #FCFCFC;
}
.news .card-footer p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.725em;
  font-weight: 700;
  margin: 0;
  text-align: center;
  padding: 5px;
  color: #383838;
}

.news .card {
  webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.news .card:hover {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.09);
}
.news .card a .card-body {
  text-decoration: none;
}

.news .col-lg-3,
.news .col-md-4,
.news .col-sm-6 {
  margin: 20px 0;
}

.news .card-body {
  padding-bottom: 0;
}

.news .card:hover .card-footer {
  background-color: #70B844;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.news .card:hover .card-footer p {
  color: #FCFCFC;
}

@media (max-width: 768px) {
  .news .card {
    margin: 0 15px;
  }
}
.inline-b {
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .inline-b {
    padding-bottom: 45px;
  }
}
.inline-b p {
  padding: 15px 0;
}

/*Grid Area*/
.partners {
  display: grid;
  grid-row: 2/span 2;
  grid-column: 2/span 3;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}

.product-logo {
  display: flex;
  align-items: center;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.product-logo img {
  object-fit: cover;
  width: 75%;
}

.product-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  width: 100%;
}
.product-photo img {
  width: 100%;
  object-fit: cover;
}

.product-description {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}

@media (max-width: 768px) {
  .product-description a {
    display: flex;
    justify-content: center;
  }
  .product-description p {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Pages - systems
--------------------------------------------------------------*/
.check-container {
  display: inline;
}
.check-container h4 {
  font-size: 1em;
  padding-left: 25px;
  margin-bottom: 0;
}

.check-wrap {
  margin: 25px 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .div-wrapper {
    display: block;
    margin-left: 15px;
  }
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
}

.checkmark {
  webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.09);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #7ac142;
  box-shadow: inset 0px 0px 0px #7ac142;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}

.checkmark--animate {
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.check--animate {
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.circle--animate {
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.pp-info .col-md-6:nth-child(1) {
  border-right: 3px solid rgba(112, 184, 68, 0.15);
  height: 100%;
}

.pp-info .col-9 h4,
.pp-info-2 .col-9 h4 {
  font-size: 1.5em;
}

@media (max-width: 540px) {
  .check-container h4 {
    font-size: 0.8em;
  }

  .checkmark {
    width: 30px;
    height: 30px;
  }
}
.check-description {
  opacity: 0;
}

@-webkit-keyframes check-description {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes check-description {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.check-desc-anim {
  -webkit-animation: check-description 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: check-description 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*mockup images*/
#div-seed-1 {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#div-seed-2 {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#div-seed-3 {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
}

@media (max-width: 768px) {
  #div-seed-2,
#div-seed-1 {
    position: static;
  }
}
/*--------------------------------------------------------------
# Pages - contact
--------------------------------------------------------------*/
.box {
  background-color: #FCFCFC;
  padding: 40px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.box-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-social span a {
  font-size: 30px;
  color: #70B844;
  padding: 20px;
  padding-bottom: 0px;
}

.box-container {
  width: 100%;
  height: 100vh;
}

.box-header {
  text-align: center;
  background-color: #fff;
}

.box-body {
  padding: 30px;
}

.box-body a {
  color: #383838;
}
.box-body a:hover {
  text-decoration: none;
  color: #383838;
}

/*--------------------------------------------------------------
# Pages - careers
--------------------------------------------------------------*/
.careers-page .navbar {
  box-shadow: none;
}

.careers-content {
  --inline-padding: max(20px, 12.5vw);
  font-family: Inter, Open Sans, sans-serif;
  color: #000000;
  padding-top: 100px;
  padding-inline: var(--inline-padding);
}
.careers-content * {
  font-family: inherit;
}
.careers-content h1 {
  font-size: clamp(3rem, 5vw, 6rem);
  margin-block: 0.5em;
  font-weight: 700;
}
.careers-content .banner {
  margin-inline: calc(-1 * var(--inline-padding));
  padding: 0;
  position: relative;
  min-height: 50vw;
  display: grid;
  gap: clamp(1rem, 5vw, 2rem);
  align-items: flex-end;
  padding: max(20px, 6.25vw) var(--inline-padding);
}
.careers-content .banner > h1 {
  grid-column: 1/-1;
  color: #ffffff;
  margin: 0;
}
.careers-content .banner > img, .careers-content .banner > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.careers-content .banner .gradient {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.careers-content .banner::before, .careers-content .banner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 16/1;
  background-image: url("/assets/img/careers/paper-tear.png");
  background-size: cover;
  background-position: center bottom;
}
.careers-content .banner::before {
  top: 0;
}
.careers-content .banner::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .careers-content .banner {
    grid-template-columns: repeat(2, 1fr);
  }
  .careers-content .banner .card:last-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 1200px) {
  .careers-content .banner {
    grid-template-columns: repeat(3, 1fr);
  }
  .careers-content .banner .card:last-child {
    grid-column: auto/span 1;
  }
}
.careers-content .card {
  border-radius: 2rem;
  border: 0.5rem solid #EBEBEB;
  padding: clamp(1rem, 5vw, 2rem);
}
.careers-content .card img {
  width: 115px;
  height: 100px;
  object-fit: contain;
  object-position: left top;
  margin-bottom: clamp(1.5rem, 5vw, 2rem);
}
.careers-content .card p {
  opacity: 0.6;
  margin-bottom: 0;
}
.careers-content .card .heading {
  font-size: clamp(1.5rem, 1.75vw, 2rem);
  margin-bottom: 0.25em;
  opacity: 1;
}
.careers-content .card .heading strong {
  font-weight: 600;
}
.careers-content .card a {
  color: inherit;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  font-weight: 600;
}
.careers-content .card a::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url("/assets/img/careers/arrow_right.svg");
  background-size: 75%;
  background-position: center;
  border: 1.5px solid #1C1B1F;
  border-radius: 50%;
  transition: transform 300ms ease;
}
.careers-content .card a:hover::after {
  transform: translateX(0.25rem);
}
.careers-content .card .img-wrapper {
  position: relative;
  margin-bottom: clamp(1.5rem, 5vw, 2rem);
  border-radius: 20px;
  overflow: hidden;
}
.careers-content .card .img-wrapper img {
  margin-bottom: 0;
}
.careers-content .card .img-wrapper img:not(.icon) {
  object-fit: cover;
  object-position: center;
  height: clamp(8rem, 30vw, 12rem);
}
.careers-content .card .img-wrapper .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(4rem, 15vw, 6.875rem);
  margin: 0;
}
.careers-content .card .img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.42;
}
.careers-content .card.special {
  border-color: #CBE1B6;
  background-color: #F1F7EB;
}
.careers-content .card.special .heading {
  font-size: clamp(1.75rem, 2.5vw, 3rem);
}
.careers-content .card.dark {
  border-color: #4A4A4A;
  background-color: #1C1B1F;
}
.careers-content .card.full-width .img-wrapper img {
  height: auto;
  aspect-ratio: 3/2;
}
.careers-content .card.full-width .img-wrapper::before {
  content: none;
}
.careers-content h2 {
  text-transform: none;
  color: inherit;
  font-size: clamp(2.5rem, 4.2vw, 5rem);
  font-weight: 700;
}
.careers-content .benefits {
  padding-block: clamp(40px, 10vw, 120px);
  display: grid;
  gap: clamp(1rem, 5vw, 2rem);
  grid-template-rows: auto;
}
.careers-content .benefits h2 {
  margin-bottom: 0.5em;
}
.careers-content .benefits .card .heading {
  margin-bottom: 0.5em;
}
.careers-content .benefits .card img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .careers-content .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .careers-content .benefits h2 {
    grid-column: 1/-1;
  }
  .careers-content .benefits .card.full-width {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    grid-template-areas: "img empty" "img heading" "img text" "img empty2";
  }
  .careers-content .benefits .card.full-width .img-wrapper {
    grid-area: img;
    margin-block: auto;
  }
  .careers-content .benefits .card.full-width .heading {
    grid-area: heading;
  }
  .careers-content .benefits .card.full-width p {
    grid-area: text;
  }
  .careers-content .benefits .card.full-width ~ .card:nth-child(odd):last-child {
    grid-column: 1/-1;
  }
  .careers-content .benefits .card.full-width ~ .card:nth-child(even):last-child {
    grid-column: auto/span 1;
  }
}
@media (min-width: 1366px) {
  .careers-content .benefits {
    grid-template-columns: repeat(6, 1fr);
  }
  .careers-content .benefits .card {
    grid-column: auto/span 2;
  }
  .careers-content .benefits .card.full-width ~ .card:nth-child(n):last-child {
    grid-column: auto/span 2;
  }
  .careers-content .benefits .card.full-width ~ .card:nth-child(3n+6):nth-last-child(2),
.careers-content .benefits .card.full-width ~ .card:nth-child(3n+7):last-child {
    grid-column: auto/span 3;
  }
}
@media (min-width: 1440px) {
  .careers-content .benefits .card.full-width {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "img empty empty" "img heading text" "img empty2 empty2";
  }
  .careers-content .benefits .card.full-width .heading {
    padding-right: 70px;
    border-right: 4px solid #70BB44;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-block: 1.5rem;
  }
  .careers-content .benefits .card.full-width p {
    margin-block: auto;
    max-width: 13em;
  }
}
.careers-content .brands {
  --gap: clamp(2rem, 10vw, 4rem);
  padding-block: clamp(20px, 5vw, 60px) clamp(40px, 10vw, 120px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 10vw, 4rem);
}
.careers-content .brands img {
  max-height: 80px;
}
.careers-content .brands h2 {
  font-size: clamp(1.5rem, 1.75vw, 2rem);
  font-weight: 600;
  margin-block: 1em 0.75em;
}
.careers-content .brands p.large {
  font-size: 1.25rem;
}
.careers-content .brands .brand {
  width: 100%;
}
@media (min-width: 1200px) {
  .careers-content .brands {
    flex-wrap: nowrap;
  }
}
.careers-content .openings {
  padding-block: clamp(40px, 10vw, 120px) 20px;
}
.careers-content .openings h2 {
  margin-bottom: 0;
}
.careers-content .openings .card {
  border-radius: 1.5rem;
  padding: 1rem;
  margin-block: clamp(2rem, 10vw, 4rem) clamp(2.5rem, 12vw, 5rem);
}
.careers-content .openings select {
  font-size: 1rem;
  padding: 0.625rem 1.5rem 0.625rem 0.875rem;
  border-radius: 8px;
  border: 0.0625rem solid #4A4A4A;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.careers-content .openings .select-wrapper {
  position: relative;
  min-width: 13rem;
  margin-right: auto;
}
.careers-content .openings .select-wrapper::after {
  content: "›";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0;
  padding: 0.7em 0 0.4em 0;
  background-color: transparent;
  color: #1C1B1F;
  transform: translateY(-50%) rotate(90deg) scaleX(1.4);
}
.careers-content .openings .resumator-job {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border: 0.0625rem solid #D0D5DD;
  outline: 0.0625rem solid transparent;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  transition-property: background-color, border-color, outline-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
@media screen and (min-width: 767px) {
  .careers-content .openings .resumator-job {
    grid-template-columns: 1fr auto;
  }
}
.careers-content .openings .resumator-job .resumator-job-view-details, .careers-content .openings .resumator-job .resumator-job-location.resumator-job-heading {
  display: none;
}
.careers-content .openings .resumator-job .resumator-job-title, .careers-content .openings .resumator-job .resumator-job-info {
  margin: auto 0;
  padding: 0;
  border: none;
}
.careers-content .openings .resumator-job .resumator-job-title {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.3;
  font-weight: 600;
  font-family: inherit;
  padding-right: 1.5em;
}
.careers-content .openings .resumator-job .resumator-job-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1.3em;
  background-image: url("/assets/img/chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-bottom: 0.2em;
  margin-left: 0.2em;
  opacity: 0;
  transition-property: opacity transform;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.careers-content .openings .resumator-job .resumator-job-info {
  font-size: 0.875rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #D0D5DD;
  background-color: #fff;
  padding: 0.25rem 0.625rem;
}
.careers-content .openings .resumator-job-link {
  text-decoration: none;
}
.careers-content .openings .resumator-job-link:hover .resumator-job {
  background-color: rgba(113, 173, 58, 0.1);
  border-color: rgba(113, 173, 58, 0.3);
  outline-color: rgba(113, 173, 58, 0.3);
}
.careers-content .openings .resumator-job-link:hover .resumator-job .resumator-job-title::after {
  opacity: 1;
  transform: translateX(0.25em);
}
.careers-content .openings .resumator-job-link.inactive {
  display: none;
}
.careers-content .openings .no-openings {
  font-size: clamp(1.5rem, 1.75vw, 2rem);
  font-weight: 600;
}

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