/* Theme base styles */
/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
/* Document */

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections */

body {
  margin: 0;
  background-color: var(--neutral-50)
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics */


abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive */

details {
  display: block;
}

summary {
  display: list-item;
}

/* Objects */



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.dnd-section > .row-fluid,
.content-wrapper {
	max-width: 1280px;
}

.content-wrapper {
	margin: 0 auto;
	padding: 0 40px;
}

.dnd-section {
	padding: 80px 40px;
	background-repeat: no-repeat;
	background-position-x: 15%;
	background-position-y: bottom;
	background-size: auto 90%;
}

.dnd-section > .row-fluid {
	margin: 0 auto;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] .dnd-module.widget-span {
	padding: 0;
}

.content-top {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.content-top-row {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: .55fr .45fr;
}

@media (max-width: 1024px) {
	.content-wrapper {
		padding: 0 20px;
	}

	.dnd-section {
		padding: 48px 20px;
	}

	.content-top {
		gap: 20px
	}

	.content-top-row {
		gap: 32px;
		grid-template-columns: 1fr;
	}
}

/* Elements */

.breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.breadcrumb-item {
  font-family: var(--poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .48px;
  line-height: 130%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--midnight-900)
}

.breadcrumbs.light .breadcrumb-item {
  color: var(--neutral-600)
}

.breadcrumb-item:hover,
.breadcrumb-item:last-child {
  color: var(--pink-600)
}

.breadcrumbs.light .breadcrumb-item:hover,
.breadcrumbs.light .breadcrumb-item:last-child {
  color: var(--pink-300)
}

.breadcrumbs-svg {
  height: 10px;
  width: 20px;
  fill: var(--middle-gray)
}
/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

.center {
  text-align: center;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00263a;
	font-size: 16px;
  letter-spacing: 0.08px;
  line-height: 125%;
}

p.lg {
  font-size: 18px;
  line-height: 150%;
}

p.sm {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.07px;
}

p.pretitle {
  color: var(--pink-600);
  font-family: var(--poppins);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

p.pretitle.light {
  color: var(--pink-300);
}

p.subtitle {
  color: #000;
  font-family: var(--poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.08px;
}

p.subtitle.xl {
  font-size: 24px;
  letter-spacing: 0.12px;
  color: var(--midnight-500);
}

p.subtitle.lg {
  font-size: 18px;
  letter-spacing: 0.09px;
}

p.subtitle.sm {
  font-size: 14px;
  letter-spacing: 0.07px;
}

p.number {
  color: #000;
  font-family: var(--poppins);
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

p.number.lg {
  font-size: 64px;
  font-weight: 600;
}

p.number.md {
  font-size: 48px;
}

p.number.sm {
  font-size: 30px;
}


@media(max-width: 1024px) {
  p {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #00263a;
    font-size: 16px;
  }

  p.lg {
    letter-spacing: 0.09px;
    line-height: 140%;
  }

  p.subtitle.xl {
  font-size: 18px;
  letter-spacing: 0.09px;
}

  p.subtitle.sm {
  font-size: 12.28px;
  letter-spacing: 0.061px;
}

p.number.md,
p.number.lg {
  font-size: 38px;
}
}

/* Anchors */

a {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #00263a;
	font-size: px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.08px;
  transition: .3s all ease;
}

@media(max-width: 1024px) {
  a {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #00263a;
  font-size: px;
}
}

/* Margin */

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

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  color: var(--primary-600);
}

h1.text-white span,
h2.text-white span,
h3.text-white span,
h4.text-white span,
h5.text-white span,
h6.text-white span,
p.text-white span {
  color: var(--primary-400);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
	font-size: 48px;
  letter-spacing: -0.48px;
}

h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: ;
	font-size: 40px;
}

h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: ;
	font-size: 33px;
}

h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: ;
	font-size: 28px;
}

h5 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
	font-size: 24px;
}

h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: ;
	font-size: 20px;
}

@media(max-width: 1024px) {
  h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
	font-size: 40px;
  line-height: 120%;
  letter-spacing: -.4px;
}

h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
	font-size: 32px;
}

h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
	font-size: 28px;
}

h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
	font-size: 24px;
}

h5 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
	font-size: 20px;
}

h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
	font-size: 18px;
}
}

/* Lists */

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

svg {
  transition: .3s all ease;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  text-align: center;
  transition: all 0.3s ease;
  white-space: normal;
  font-family: var(--poppins);
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.principal-button,
.secondary-button,
.outline-button,
.link {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  width: fit-content;
  line-height: 140%;
  letter-spacing: 0.16px;
  transition: .3s all ease;
  font-size: 16px;
}

.principal-button,
a.principal-button {
  background: linear-gradient(90deg, #FA6900 20%, #EE0F76 80%);;
  padding: 14px 24px 14px 24px;
  border: 0px solid #FA6900;
  border-radius: 8px;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  background-size: 500% 100%;
  background-position: left bottom;
}

.principal-button svg {
  fill: #FFFFFF;
  transition: .3s all ease;
}

.principal-button:hover,
a.principal-button:hover {  
  border: 0px solid #1a334e;
  border-radius: 8px;
  color: #FFFFFF;
  background-size: 100% 100%;
}

.principal-button:hover svg,
.principal-button:active svg,
.principal-button:focus svg {
  fill: #FFFFFF
}

.principal-button:active,
.principal-button:focus,
a.principal-button:active,
a.principal-button:focus {
  background: #EE0F76;
  border: 0px solid #1a334e;
  border-radius: 8px;
  color: #FFFFFF;
}


.principal-button.light,
a.principal-button.light {
  background: var(--white);
  color: var(--midnight-500)!important;
}

.principal-button.light:hover,
a.principal-button.light:hover {
  background: var(--neutral-200);
  color: var(--midnight-500)!important;
}

.principal-button.light:focus,
.principal-button.light:active,
a.principal-button.light:focus,
a.principal-button.light:active {
  background: var(--neutral-500);
  color: var(--midnight-500);
}

.principal-button.light svg,
.principal-button.light:hover svg,
.principal-button.light:active svg,
.principal-button.light:focus svg {
  fill: var(--midnight-500);
}

.secondary-button,
a.secondary-button {
  background-color: #00263A;
  padding: 14px 24px 14px 4px;
  border: 0px solid #FA6900;
  border-radius: 8px;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF
}

.secondary-button svg {
  fill: #FFFFFF;
  transition: .3s all ease;
}

.secondary-button:hover,
a.secondary-button:hover {
  background-color: #425563;
  border: 0px solid #1a334e;
  border-radius: 8px;
  color: #FFFFFF
}

.secondary-button:active,
.secondary-button:focus,
a.secondary-button:active,
a.secondary-button:focus {
  background-color: var(--midnight-600);
  border: 0px solid #1a334e;
  border-radius: 8px;
  color: #FFFFFF
}

.secondary-button:hover svg,
.secondary-button:active svg,
.secondary-button:focus svg {
  fill: #FFFFFF
}


.outline-button,
a.outline-button {
  background-color: transparent;
  padding: 14px 24px 14px 24px;
  border: 2px solid #00263A;
  border-radius: 8px;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #00263a
}

.outline-button svg {
  fill: #00263a;
  transition: .3s all ease;
}

.outline-button:hover,
a.outline-button:hover {
  background-color: #425563;
  border: 2px solid #425563;
  border-radius: 8px;
  color: #FFFFFF
}

.outline-button:active,
.outline-button:focus,
a.outline-button:active,
a.outline-button:focus {
  background-color: var(--midnight-600);
  border: 2px solid #001F30;
  border-radius: 8px;
  color: #FFFFFF
}

.outline-button:hover svg,
.outline-button:active svg,
.outline-button:focus svg {
  fill: #FFFFFF
}

.link,
a.link {
  color: var(--midnight-500);
  font-family: var(--poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  min-height: unset;
}

.link svg {
  fill: var(--midnight-500);
  transition: .3s all ease;
}

.link:hover,
a.link:hover {
  color: var(--primary-600);
}

.link:hover svg {
  fill: var(--primary-600);
}

.link:focus,
.link:active,
a.link:focus,
a.link:active {
  color: var(--primary-500);
}

.link:focus svg,
.link:active svg {
  fill: var(--primary-500);
}

@media(max-width: 1024px) {
  .principal-button,
  .secondary-button,
  .outline-button,
  .link {
    font-size: 14px;
  }
}




form,
.submitted-message {
  border-top-left-radius:;
  border-top-right-radius: ;
  border-bottom-left-radius: ;
  border-bottom-right-radius: ;
  background-color: 
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0!important;
}

/* Form title */

.form-title {
  border-top-left-radius:;
  border-top-right-radius:;
  border-bottom-left-radius:;
  border-bottom-right-radius:;
  font-size: ;
  color;
  background-color:;
}


/* Labels */

form label,
[data-hsfc-id=Renderer] .hsfc-FieldLabel {
  color: var(--midnight-900) !important;
  font-family: var(--open-sans) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.08px;
  margin: 0 !important;
}

/* Help text */

form legend {
  color:;
}

/* Inputs */

form input[type=text], 
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
[data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: 1px solid var(--neutral-600) !important;
  background: var(--white) !important;
  color: var(--neutral-800) !important;
  font-family: var(--open-sans) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

[data-hsfc-id=Renderer] .hsfc-RichText {
  color: var(--neutral-800) !important;
  font-family: var(--open-sans) !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

[data-hsfc-id=Renderer] .hsfc-Row {
  margin-bottom: 24px!important;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: 0 !important;
}

.hsfc-TextField,
.hsfc-EmailField,
.hsfc-DropdownField,
.hsfc-PhoneField {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

[data-hsfc-id=Renderer] .hsfc-CheckboxField label>input {
  background-color: var(--white) !important;
  border: 2px solid var(--middle-gray) !important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color:;
}

::-moz-placeholder {
  color:;
}

:-ms-input-placeholder {
  color:;
}

::placeholder {
  color:;
}

/* Submit button */

form input[type=submit],
form .hs-button,
[data-hsfc-id=Renderer] .hsfc-Button {
    transition: .3s all ease !important;
  min-width: 200px !important;
  background: linear-gradient(90deg, var(--primary-500) 20%, var(--pink-500) 80%) !important;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  color: var(--white) !important;
  text-align: center !important;
  font-family: var(--poppins) !important;
  position: relative;
  overflow: hidden;
  background-size: 500% 100% !important;
  background-position: left bottom;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 140%;
  letter-spacing: 0.16px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active,
[data-hsfc-id=Renderer] .hsfc-Button:hover,
[data-hsfc-id=Renderer] .hsfc-Button:focus,
[data-hsfc-id=Renderer] .hsfc-Button:active {
  background-size: 100% 100%!important;
}

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: var(--pink-600);
}

.hs-input.invalid.error {
  border-color: var(--pink-600);
}

.hs-error-msg,
[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  color: var(--pink-600)!important;
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: var(--open-sans) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* Submit button */

[data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons,
.actions  {
  justify-content: start !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }





/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components */





.header {
  background-color: ;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: var(--principal-font);
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color:;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: ;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: ;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: var(--principal-font);
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color:;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill:;
  }
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}






.footer {
  background-color: var(--midnight-700);
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color:;
}
dialog[id*="_dialog"] {
	animation: dialog .3s cubic-bezier(.3,0,.1,1.4) 1 forwards;
	border: none;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
	left: 50%;
	margin: 0;
	max-width: 85vw;
	padding: 22px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	will-change: transform, opacity;
	background: var(--FINAL, linear-gradient(90deg, #662681 -0.17%, #D239E2 107.67%));
}

dialog button[id*="-close"] {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
}
@keyframes dialog {
	0% {
		opacity: 0;
		transform: perspective(500px) translate(-50%,-25%) rotateX(45deg) scale(.1)
	}
}

dialog::backdrop {
	animation: backdrop .5s ease 1 forwards;
	background: radial-gradient(circle at center,rgba(50,50,50,.5),rgba(0,0,0,.5));
	opacity: 0;
	will-change: opacity
}

@keyframes backdrop {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


:root {
	    --white: #fff;
	    --black: #030712;
	    --neutral-10: #FCFDFD;
	    --neutral-50: #F8FAFA;
	    --neutral-100: #F2F5F5;
	    --neutral-200: #ECF0F0;
	    --neutral-300: #E5EBEB;
	    --neutral-400: #DFE6E6;
	    --neutral-500: #D9E1E2;
	    --neutral-600: #B4BBBC;
	    --neutral-700: #909696;
	    --neutral-800: #6C7071;
	    --neutral-900: #484B4B;
	    --neutral-950: #242525;
	    --primary-10: #FFF6F0;
	    --primary-50: #FFF0E5;
	    --primary-100: #FFE1CC;
	    --primary-200: #FFC499;
	    --primary-300: #FFA666;
	    --primary-400: #FF8933;
	    --primary-500: #FF6B00;
	    --primary-600: #DB5F00;
	    --primary-700: #AA4700;
	    --primary-800: #7F3500;
	    --primary-900: #552300;
	    --primary-950: #2A1100;
	    --coral: #FBCBAA;
	    --midnight-10: #F0F2F4;
	    --midnight-50: #D4DADE;
	    --midnight-100: #AAB6BD;
	    --midnight-200: #7F929C;
	    --midnight-300: #556E7B;
	    --midnight-400: #2A4A5A;
	    --midnight-500: #00263A;
	    --midnight-600: #001F30;
	    --midnight-700: #001926;
	    --midnight-800: #00131D;
	    --midnight-900: #000C13;
	    --midnight-950: #000609;
	    --middle-gray: #425563;
	    --berenjena: #672146;
	    --pink-50: #FDE7F1;
	    --pink-100: #FCCFE4;
	    --pink-200: #F99FC9;
	    --pink-300: #F66FAD;
	    --pink-400: #F33F92;
	    --pink-500: #EE0F76;
	    --pink-600: #C00C5F;
	    --pink-700: #900947;
	    --pink-800: #600630;
	    --pink-900: #300318;
	    --pink-950: #18020C;
	    --blue-50: #E0ECFF;
	    --blue-100: #BDD6FF;
	    --blue-200: #80B0FF;
	    --blue-300: #3D87FF;
	    --blue-400: #005FFA;
	    --blue-500: #0047BB;
	    --blue-600: #003894;
	    --blue-700: #002B70;
	    --blue-800: #001D4D;
	    --blue-900: #000E24;
	    --blue-950: #000814;
	    --positive-50: #E6FAEE;
	    --positive-100: #D0F5E1;
	    --positive-200: #A2ECC2;
	    --positive-300: #73E2A4;
	    --positive-400: #45D985;
	    --positive-500: #27BE69;
	    --positive-600: #1F9854;
	    --positive-700: #17723F;
	    --positive-800: #104C2A;
	    --positive-900: #082615;
	    --positive-950: #031109;
	    --negative-50: #FEECEC;
	    --negative-100: #FCD9D9;
	    --negative-200: #FAB3B3;
	    --negative-300: #F78C8C;
	    --negative-400: #F56666;
	    --negative-500: #F24141;
	    --negative-600: #E51010;
	    --negative-700: #AC0C0C;
	    --negative-800: #730808;
	    --negative-900: #390404;
	    --negative-950: #1D0202;
	    --warning-50: #FFF9E5;
	    --warning-100: #FFF5D1;
	    --warning-200: #FFEA9E;
	    --warning-300: #FFE070;
	    --warning-400: #FFD542;
	    --warning-500: #FFCB13;
	    --warning-600: #DBAB00;
	    --warning-700: #A37F00;
	    --warning-800: #6B5400;
	    --warning-900: #382C00;
	    --warning-950: #1A1400;
	    --info-50: #E5FFFD;
	    --info-100: #CCFFFB;
	    --info-200: #94FFF8;
	    --info-300: #61FFF4;
	    --info-400: #29FFF0;
	    --info-500: #00F4E3;
	    --info-600: #00C2B4;
	    --info-700: #00948A;
	    --info-800: #00615A;
	    --info-900: #00332F;
	    --info-950: #001A18;
	    --orange-background: #FA6900;
}


/*- white -*/
.text-white { color: #fff!important; }
.bg-white { background-color: #fff; }
.border-white { border-color: #fff; border-style: solid; }
.hover\:bg-white:hover, .hover\:bg-white:focus, .hover\:bg-white:active { background-color: #fff; }
.hover\:text-white:hover, .hover\:text-white:focus, .hover\:text-white:active { color: #fff!important; }
.hover\:border-white:hover, .hover\:border-white:focus, .hover\:border-white:active { border-color: #fff; }

/*- black -*/
.text-black { color: #030712!important; }
.bg-black { background-color: #030712; }
.border-black { border-color: #030712; border-style: solid; }
.hover\:bg-black:hover, .hover\:bg-black:focus, .hover\:bg-black:active { background-color: #030712; }
.hover\:text-black:hover, .hover\:text-black:focus, .hover\:text-black:active { color: #030712!important; }
.hover\:border-black:hover, .hover\:border-black:focus, .hover\:border-black:active { border-color: #030712; }

/*- neutral-10 -*/
.text-neutral-10 { color: #FCFDFD!important; }
.bg-neutral-10 { background-color: #FCFDFD; }
.border-neutral-10 { border-color: #FCFDFD; border-style: solid; }
.hover\:bg-neutral-10:hover, .hover\:bg-neutral-10:focus, .hover\:bg-neutral-10:active { background-color: #FCFDFD; }
.hover\:text-neutral-10:hover, .hover\:text-neutral-10:focus, .hover\:text-neutral-10:active { color: #FCFDFD!important; }
.hover\:border-neutral-10:hover, .hover\:border-neutral-10:focus, .hover\:border-neutral-10:active { border-color: #FCFDFD; }

/*- neutral-50 -*/
.text-neutral-50 { color: #F8FAFA!important; }
.bg-neutral-50 { background-color: #F8FAFA; }
.border-neutral-50 { border-color: #F8FAFA; border-style: solid; }
.hover\:bg-neutral-50:hover, .hover\:bg-neutral-50:focus, .hover\:bg-neutral-50:active { background-color: #F8FAFA; }
.hover\:text-neutral-50:hover, .hover\:text-neutral-50:focus, .hover\:text-neutral-50:active { color: #F8FAFA!important; }
.hover\:border-neutral-50:hover, .hover\:border-neutral-50:focus, .hover\:border-neutral-50:active { border-color: #F8FAFA; }

/*- neutral-100 -*/
.text-neutral-100 { color: #F2F5F5!important; }
.bg-neutral-100 { background-color: #F2F5F5; }
.border-neutral-100 { border-color: #F2F5F5; border-style: solid; }
.hover\:bg-neutral-100:hover, .hover\:bg-neutral-100:focus, .hover\:bg-neutral-100:active { background-color: #F2F5F5; }
.hover\:text-neutral-100:hover, .hover\:text-neutral-100:focus, .hover\:text-neutral-100:active { color: #F2F5F5!important; }
.hover\:border-neutral-100:hover, .hover\:border-neutral-100:focus, .hover\:border-neutral-100:active { border-color: #F2F5F5; }

/*- neutral-200 -*/
.text-neutral-200 { color: #ECF0F0!important; }
.bg-neutral-200 { background-color: #ECF0F0; }
.border-neutral-200 { border-color: #ECF0F0; border-style: solid; }
.hover\:bg-neutral-200:hover, .hover\:bg-neutral-200:focus, .hover\:bg-neutral-200:active { background-color: #ECF0F0; }
.hover\:text-neutral-200:hover, .hover\:text-neutral-200:focus, .hover\:text-neutral-200:active { color: #ECF0F0!important; }
.hover\:border-neutral-200:hover, .hover\:border-neutral-200:focus, .hover\:border-neutral-200:active { border-color: #ECF0F0; }

/*- neutral-300 -*/
.text-neutral-300 { color: #E5EBEB!important; }
.bg-neutral-300 { background-color: #E5EBEB; }
.border-neutral-300 { border-color: #E5EBEB; border-style: solid; }
.hover\:bg-neutral-300:hover, .hover\:bg-neutral-300:focus, .hover\:bg-neutral-300:active { background-color: #E5EBEB; }
.hover\:text-neutral-300:hover, .hover\:text-neutral-300:focus, .hover\:text-neutral-300:active { color: #E5EBEB!important; }
.hover\:border-neutral-300:hover, .hover\:border-neutral-300:focus, .hover\:border-neutral-300:active { border-color: #E5EBEB; }

/*- neutral-400 -*/
.text-neutral-400 { color: #DFE6E6!important; }
.bg-neutral-400 { background-color: #DFE6E6; }
.border-neutral-400 { border-color: #DFE6E6; border-style: solid; }
.hover\:bg-neutral-400:hover, .hover\:bg-neutral-400:focus, .hover\:bg-neutral-400:active { background-color: #DFE6E6; }
.hover\:text-neutral-400:hover, .hover\:text-neutral-400:focus, .hover\:text-neutral-400:active { color: #DFE6E6!important; }
.hover\:border-neutral-400:hover, .hover\:border-neutral-400:focus, .hover\:border-neutral-400:active { border-color: #DFE6E6; }

/*- neutral-500 -*/
.text-neutral-500 { color: #D9E1E2!important; }
.bg-neutral-500 { background-color: #D9E1E2; }
.border-neutral-500 { border-color: #D9E1E2; border-style: solid; }
.hover\:bg-neutral-500:hover, .hover\:bg-neutral-500:focus, .hover\:bg-neutral-500:active { background-color: #D9E1E2; }
.hover\:text-neutral-500:hover, .hover\:text-neutral-500:focus, .hover\:text-neutral-500:active { color: #D9E1E2!important; }
.hover\:border-neutral-500:hover, .hover\:border-neutral-500:focus, .hover\:border-neutral-500:active { border-color: #D9E1E2; }

/*- neutral-600 -*/
.text-neutral-600 { color: #B4BBBC!important; }
.bg-neutral-600 { background-color: #B4BBBC; }
.border-neutral-600 { border-color: #B4BBBC; border-style: solid; }
.hover\:bg-neutral-600:hover, .hover\:bg-neutral-600:focus, .hover\:bg-neutral-600:active { background-color: #B4BBBC; }
.hover\:text-neutral-600:hover, .hover\:text-neutral-600:focus, .hover\:text-neutral-600:active { color: #B4BBBC!important; }
.hover\:border-neutral-600:hover, .hover\:border-neutral-600:focus, .hover\:border-neutral-600:active { border-color: #B4BBBC; }

/*- neutral-700 -*/
.text-neutral-700 { color: #909696!important; }
.bg-neutral-700 { background-color: #909696; }
.border-neutral-700 { border-color: #909696; border-style: solid; }
.hover\:bg-neutral-700:hover, .hover\:bg-neutral-700:focus, .hover\:bg-neutral-700:active { background-color: #909696; }
.hover\:text-neutral-700:hover, .hover\:text-neutral-700:focus, .hover\:text-neutral-700:active { color: #909696!important; }
.hover\:border-neutral-700:hover, .hover\:border-neutral-700:focus, .hover\:border-neutral-700:active { border-color: #909696; }

/*- neutral-800 -*/
.text-neutral-800 { color: #6C7071!important; }
.bg-neutral-800 { background-color: #6C7071; }
.border-neutral-800 { border-color: #6C7071; border-style: solid; }
.hover\:bg-neutral-800:hover, .hover\:bg-neutral-800:focus, .hover\:bg-neutral-800:active { background-color: #6C7071; }
.hover\:text-neutral-800:hover, .hover\:text-neutral-800:focus, .hover\:text-neutral-800:active { color: #6C7071!important; }
.hover\:border-neutral-800:hover, .hover\:border-neutral-800:focus, .hover\:border-neutral-800:active { border-color: #6C7071; }

/*- neutral-900 -*/
.text-neutral-900 { color: #484B4B!important; }
.bg-neutral-900 { background-color: #484B4B; }
.border-neutral-900 { border-color: #484B4B; border-style: solid; }
.hover\:bg-neutral-900:hover, .hover\:bg-neutral-900:focus, .hover\:bg-neutral-900:active { background-color: #484B4B; }
.hover\:text-neutral-900:hover, .hover\:text-neutral-900:focus, .hover\:text-neutral-900:active { color: #484B4B!important; }
.hover\:border-neutral-900:hover, .hover\:border-neutral-900:focus, .hover\:border-neutral-900:active { border-color: #484B4B; }

/*- neutral-950 -*/
.text-neutral-950 { color: #242525!important; }
.bg-neutral-950 { background-color: #242525; }
.border-neutral-950 { border-color: #242525; border-style: solid; }
.hover\:bg-neutral-950:hover, .hover\:bg-neutral-950:focus, .hover\:bg-neutral-950:active { background-color: #242525; }
.hover\:text-neutral-950:hover, .hover\:text-neutral-950:focus, .hover\:text-neutral-950:active { color: #242525!important; }
.hover\:border-neutral-950:hover, .hover\:border-neutral-950:focus, .hover\:border-neutral-950:active { border-color: #242525; }

/*- primary-10 -*/
.text-primary-10 { color: #FFF6F0!important; }
.bg-primary-10 { background-color: #FFF6F0; }
.border-primary-10 { border-color: #FFF6F0; border-style: solid; }
.hover\:bg-primary-10:hover, .hover\:bg-primary-10:focus, .hover\:bg-primary-10:active { background-color: #FFF6F0; }
.hover\:text-primary-10:hover, .hover\:text-primary-10:focus, .hover\:text-primary-10:active { color: #FFF6F0!important; }
.hover\:border-primary-10:hover, .hover\:border-primary-10:focus, .hover\:border-primary-10:active { border-color: #FFF6F0; }

/*- primary-50 -*/
.text-primary-50 { color: #FFF0E5!important; }
.bg-primary-50 { background-color: #FFF0E5; }
.border-primary-50 { border-color: #FFF0E5; border-style: solid; }
.hover\:bg-primary-50:hover, .hover\:bg-primary-50:focus, .hover\:bg-primary-50:active { background-color: #FFF0E5; }
.hover\:text-primary-50:hover, .hover\:text-primary-50:focus, .hover\:text-primary-50:active { color: #FFF0E5!important; }
.hover\:border-primary-50:hover, .hover\:border-primary-50:focus, .hover\:border-primary-50:active { border-color: #FFF0E5; }

/*- primary-100 -*/
.text-primary-100 { color: #FFE1CC!important; }
.bg-primary-100 { background-color: #FFE1CC; }
.border-primary-100 { border-color: #FFE1CC; border-style: solid; }
.hover\:bg-primary-100:hover, .hover\:bg-primary-100:focus, .hover\:bg-primary-100:active { background-color: #FFE1CC; }
.hover\:text-primary-100:hover, .hover\:text-primary-100:focus, .hover\:text-primary-100:active { color: #FFE1CC!important; }
.hover\:border-primary-100:hover, .hover\:border-primary-100:focus, .hover\:border-primary-100:active { border-color: #FFE1CC; }

/*- primary-200 -*/
.text-primary-200 { color: #FFC499!important; }
.bg-primary-200 { background-color: #FFC499; }
.border-primary-200 { border-color: #FFC499; border-style: solid; }
.hover\:bg-primary-200:hover, .hover\:bg-primary-200:focus, .hover\:bg-primary-200:active { background-color: #FFC499; }
.hover\:text-primary-200:hover, .hover\:text-primary-200:focus, .hover\:text-primary-200:active { color: #FFC499!important; }
.hover\:border-primary-200:hover, .hover\:border-primary-200:focus, .hover\:border-primary-200:active { border-color: #FFC499; }

/*- primary-300 -*/
.text-primary-300 { color: #FFA666!important; }
.bg-primary-300 { background-color: #FFA666; }
.border-primary-300 { border-color: #FFA666; border-style: solid; }
.hover\:bg-primary-300:hover, .hover\:bg-primary-300:focus, .hover\:bg-primary-300:active { background-color: #FFA666; }
.hover\:text-primary-300:hover, .hover\:text-primary-300:focus, .hover\:text-primary-300:active { color: #FFA666!important; }
.hover\:border-primary-300:hover, .hover\:border-primary-300:focus, .hover\:border-primary-300:active { border-color: #FFA666; }

/*- primary-400 -*/
.text-primary-400 { color: #FF8933!important; }
.bg-primary-400 { background-color: #FF8933; }
.border-primary-400 { border-color: #FF8933; border-style: solid; }
.hover\:bg-primary-400:hover, .hover\:bg-primary-400:focus, .hover\:bg-primary-400:active { background-color: #FF8933; }
.hover\:text-primary-400:hover, .hover\:text-primary-400:focus, .hover\:text-primary-400:active { color: #FF8933!important; }
.hover\:border-primary-400:hover, .hover\:border-primary-400:focus, .hover\:border-primary-400:active { border-color: #FF8933; }

/*- primary-500 -*/
.text-primary-500 { color: #FF6B00!important; }
.bg-primary-500 { background-color: #FF6B00; }
.border-primary-500 { border-color: #FF6B00; border-style: solid; }
.hover\:bg-primary-500:hover, .hover\:bg-primary-500:focus, .hover\:bg-primary-500:active { background-color: #FF6B00; }
.hover\:text-primary-500:hover, .hover\:text-primary-500:focus, .hover\:text-primary-500:active { color: #FF6B00!important; }
.hover\:border-primary-500:hover, .hover\:border-primary-500:focus, .hover\:border-primary-500:active { border-color: #FF6B00; }

/*- primary-600 -*/
.text-primary-600 { color: #DB5F00!important; }
.bg-primary-600 { background-color: #DB5F00; }
.border-primary-600 { border-color: #DB5F00; border-style: solid; }
.hover\:bg-primary-600:hover, .hover\:bg-primary-600:focus, .hover\:bg-primary-600:active { background-color: #DB5F00; }
.hover\:text-primary-600:hover, .hover\:text-primary-600:focus, .hover\:text-primary-600:active { color: #DB5F00!important; }
.hover\:border-primary-600:hover, .hover\:border-primary-600:focus, .hover\:border-primary-600:active { border-color: #DB5F00; }

/*- primary-700 -*/
.text-primary-700 { color: #AA4700!important; }
.bg-primary-700 { background-color: #AA4700; }
.border-primary-700 { border-color: #AA4700; border-style: solid; }
.hover\:bg-primary-700:hover, .hover\:bg-primary-700:focus, .hover\:bg-primary-700:active { background-color: #AA4700; }
.hover\:text-primary-700:hover, .hover\:text-primary-700:focus, .hover\:text-primary-700:active { color: #AA4700!important; }
.hover\:border-primary-700:hover, .hover\:border-primary-700:focus, .hover\:border-primary-700:active { border-color: #AA4700; }

/*- primary-800 -*/
.text-primary-800 { color: #7F3500!important; }
.bg-primary-800 { background-color: #7F3500; }
.border-primary-800 { border-color: #7F3500; border-style: solid; }
.hover\:bg-primary-800:hover, .hover\:bg-primary-800:focus, .hover\:bg-primary-800:active { background-color: #7F3500; }
.hover\:text-primary-800:hover, .hover\:text-primary-800:focus, .hover\:text-primary-800:active { color: #7F3500!important; }
.hover\:border-primary-800:hover, .hover\:border-primary-800:focus, .hover\:border-primary-800:active { border-color: #7F3500; }

/*- primary-900 -*/
.text-primary-900 { color: #552300!important; }
.bg-primary-900 { background-color: #552300; }
.border-primary-900 { border-color: #552300; border-style: solid; }
.hover\:bg-primary-900:hover, .hover\:bg-primary-900:focus, .hover\:bg-primary-900:active { background-color: #552300; }
.hover\:text-primary-900:hover, .hover\:text-primary-900:focus, .hover\:text-primary-900:active { color: #552300!important; }
.hover\:border-primary-900:hover, .hover\:border-primary-900:focus, .hover\:border-primary-900:active { border-color: #552300; }

/*- primary-950 -*/
.text-primary-950 { color: #2A1100!important; }
.bg-primary-950 { background-color: #2A1100; }
.border-primary-950 { border-color: #2A1100; border-style: solid; }
.hover\:bg-primary-950:hover, .hover\:bg-primary-950:focus, .hover\:bg-primary-950:active { background-color: #2A1100; }
.hover\:text-primary-950:hover, .hover\:text-primary-950:focus, .hover\:text-primary-950:active { color: #2A1100!important; }
.hover\:border-primary-950:hover, .hover\:border-primary-950:focus, .hover\:border-primary-950:active { border-color: #2A1100; }

/*- coral -*/
.text-coral { color: #FBCBAA!important; }
.bg-coral { background-color: #FBCBAA; }
.border-coral { border-color: #FBCBAA; border-style: solid; }
.hover\:bg-coral:hover, .hover\:bg-coral:focus, .hover\:bg-coral:active { background-color: #FBCBAA; }
.hover\:text-coral:hover, .hover\:text-coral:focus, .hover\:text-coral:active { color: #FBCBAA!important; }
.hover\:border-coral:hover, .hover\:border-coral:focus, .hover\:border-coral:active { border-color: #FBCBAA; }

/*- midnight-10 -*/
.text-midnight-10 { color: #F0F2F4!important; }
.bg-midnight-10 { background-color: #F0F2F4; }
.border-midnight-10 { border-color: #F0F2F4; border-style: solid; }
.hover\:bg-midnight-10:hover, .hover\:bg-midnight-10:focus, .hover\:bg-midnight-10:active { background-color: #F0F2F4; }
.hover\:text-midnight-10:hover, .hover\:text-midnight-10:focus, .hover\:text-midnight-10:active { color: #F0F2F4!important; }
.hover\:border-midnight-10:hover, .hover\:border-midnight-10:focus, .hover\:border-midnight-10:active { border-color: #F0F2F4; }

/*- midnight-50 -*/
.text-midnight-50 { color: #D4DADE!important; }
.bg-midnight-50 { background-color: #D4DADE; }
.border-midnight-50 { border-color: #D4DADE; border-style: solid; }
.hover\:bg-midnight-50:hover, .hover\:bg-midnight-50:focus, .hover\:bg-midnight-50:active { background-color: #D4DADE; }
.hover\:text-midnight-50:hover, .hover\:text-midnight-50:focus, .hover\:text-midnight-50:active { color: #D4DADE!important; }
.hover\:border-midnight-50:hover, .hover\:border-midnight-50:focus, .hover\:border-midnight-50:active { border-color: #D4DADE; }

/*- midnight-100 -*/
.text-midnight-100 { color: #AAB6BD!important; }
.bg-midnight-100 { background-color: #AAB6BD; }
.border-midnight-100 { border-color: #AAB6BD; border-style: solid; }
.hover\:bg-midnight-100:hover, .hover\:bg-midnight-100:focus, .hover\:bg-midnight-100:active { background-color: #AAB6BD; }
.hover\:text-midnight-100:hover, .hover\:text-midnight-100:focus, .hover\:text-midnight-100:active { color: #AAB6BD!important; }
.hover\:border-midnight-100:hover, .hover\:border-midnight-100:focus, .hover\:border-midnight-100:active { border-color: #AAB6BD; }

/*- midnight-200 -*/
.text-midnight-200 { color: #7F929C!important; }
.bg-midnight-200 { background-color: #7F929C; }
.border-midnight-200 { border-color: #7F929C; border-style: solid; }
.hover\:bg-midnight-200:hover, .hover\:bg-midnight-200:focus, .hover\:bg-midnight-200:active { background-color: #7F929C; }
.hover\:text-midnight-200:hover, .hover\:text-midnight-200:focus, .hover\:text-midnight-200:active { color: #7F929C!important; }
.hover\:border-midnight-200:hover, .hover\:border-midnight-200:focus, .hover\:border-midnight-200:active { border-color: #7F929C; }

/*- midnight-300 -*/
.text-midnight-300 { color: #556E7B!important; }
.bg-midnight-300 { background-color: #556E7B; }
.border-midnight-300 { border-color: #556E7B; border-style: solid; }
.hover\:bg-midnight-300:hover, .hover\:bg-midnight-300:focus, .hover\:bg-midnight-300:active { background-color: #556E7B; }
.hover\:text-midnight-300:hover, .hover\:text-midnight-300:focus, .hover\:text-midnight-300:active { color: #556E7B!important; }
.hover\:border-midnight-300:hover, .hover\:border-midnight-300:focus, .hover\:border-midnight-300:active { border-color: #556E7B; }

/*- midnight-400 -*/
.text-midnight-400 { color: #2A4A5A!important; }
.bg-midnight-400 { background-color: #2A4A5A; }
.border-midnight-400 { border-color: #2A4A5A; border-style: solid; }
.hover\:bg-midnight-400:hover, .hover\:bg-midnight-400:focus, .hover\:bg-midnight-400:active { background-color: #2A4A5A; }
.hover\:text-midnight-400:hover, .hover\:text-midnight-400:focus, .hover\:text-midnight-400:active { color: #2A4A5A!important; }
.hover\:border-midnight-400:hover, .hover\:border-midnight-400:focus, .hover\:border-midnight-400:active { border-color: #2A4A5A; }

/*- midnight-500 -*/
.text-midnight-500 { color: #00263A!important; }
.bg-midnight-500 { background-color: #00263A; }
.border-midnight-500 { border-color: #00263A; border-style: solid; }
.hover\:bg-midnight-500:hover, .hover\:bg-midnight-500:focus, .hover\:bg-midnight-500:active { background-color: #00263A; }
.hover\:text-midnight-500:hover, .hover\:text-midnight-500:focus, .hover\:text-midnight-500:active { color: #00263A!important; }
.hover\:border-midnight-500:hover, .hover\:border-midnight-500:focus, .hover\:border-midnight-500:active { border-color: #00263A; }

/*- midnight-600 -*/
.text-midnight-600 { color: #001F30!important; }
.bg-midnight-600 { background-color: #001F30; }
.border-midnight-600 { border-color: #001F30; border-style: solid; }
.hover\:bg-midnight-600:hover, .hover\:bg-midnight-600:focus, .hover\:bg-midnight-600:active { background-color: #001F30; }
.hover\:text-midnight-600:hover, .hover\:text-midnight-600:focus, .hover\:text-midnight-600:active { color: #001F30!important; }
.hover\:border-midnight-600:hover, .hover\:border-midnight-600:focus, .hover\:border-midnight-600:active { border-color: #001F30; }

/*- midnight-700 -*/
.text-midnight-700 { color: #001926!important; }
.bg-midnight-700 { background-color: #001926; }
.border-midnight-700 { border-color: #001926; border-style: solid; }
.hover\:bg-midnight-700:hover, .hover\:bg-midnight-700:focus, .hover\:bg-midnight-700:active { background-color: #001926; }
.hover\:text-midnight-700:hover, .hover\:text-midnight-700:focus, .hover\:text-midnight-700:active { color: #001926!important; }
.hover\:border-midnight-700:hover, .hover\:border-midnight-700:focus, .hover\:border-midnight-700:active { border-color: #001926; }

/*- midnight-800 -*/
.text-midnight-800 { color: #00131D!important; }
.bg-midnight-800 { background-color: #00131D; }
.border-midnight-800 { border-color: #00131D; border-style: solid; }
.hover\:bg-midnight-800:hover, .hover\:bg-midnight-800:focus, .hover\:bg-midnight-800:active { background-color: #00131D; }
.hover\:text-midnight-800:hover, .hover\:text-midnight-800:focus, .hover\:text-midnight-800:active { color: #00131D!important; }
.hover\:border-midnight-800:hover, .hover\:border-midnight-800:focus, .hover\:border-midnight-800:active { border-color: #00131D; }

/*- midnight-900 -*/
.text-midnight-900 { color: #000C13!important; }
.bg-midnight-900 { background-color: #000C13; }
.border-midnight-900 { border-color: #000C13; border-style: solid; }
.hover\:bg-midnight-900:hover, .hover\:bg-midnight-900:focus, .hover\:bg-midnight-900:active { background-color: #000C13; }
.hover\:text-midnight-900:hover, .hover\:text-midnight-900:focus, .hover\:text-midnight-900:active { color: #000C13!important; }
.hover\:border-midnight-900:hover, .hover\:border-midnight-900:focus, .hover\:border-midnight-900:active { border-color: #000C13; }

/*- midnight-950 -*/
.text-midnight-950 { color: #000609!important; }
.bg-midnight-950 { background-color: #000609; }
.border-midnight-950 { border-color: #000609; border-style: solid; }
.hover\:bg-midnight-950:hover, .hover\:bg-midnight-950:focus, .hover\:bg-midnight-950:active { background-color: #000609; }
.hover\:text-midnight-950:hover, .hover\:text-midnight-950:focus, .hover\:text-midnight-950:active { color: #000609!important; }
.hover\:border-midnight-950:hover, .hover\:border-midnight-950:focus, .hover\:border-midnight-950:active { border-color: #000609; }

/*- middle-gray -*/
.text-middle-gray { color: #425563!important; }
.bg-middle-gray { background-color: #425563; }
.border-middle-gray { border-color: #425563; border-style: solid; }
.hover\:bg-middle-gray:hover, .hover\:bg-middle-gray:focus, .hover\:bg-middle-gray:active { background-color: #425563; }
.hover\:text-middle-gray:hover, .hover\:text-middle-gray:focus, .hover\:text-middle-gray:active { color: #425563!important; }
.hover\:border-middle-gray:hover, .hover\:border-middle-gray:focus, .hover\:border-middle-gray:active { border-color: #425563; }

/*- berenjena -*/
.text-berenjena { color: #672146!important; }
.bg-berenjena { background-color: #672146; }
.border-berenjena { border-color: #672146; border-style: solid; }
.hover\:bg-berenjena:hover, .hover\:bg-berenjena:focus, .hover\:bg-berenjena:active { background-color: #672146; }
.hover\:text-berenjena:hover, .hover\:text-berenjena:focus, .hover\:text-berenjena:active { color: #672146!important; }
.hover\:border-berenjena:hover, .hover\:border-berenjena:focus, .hover\:border-berenjena:active { border-color: #672146; }

/*- pink-50 -*/
.text-pink-50 { color: #FDE7F1!important; }
.bg-pink-50 { background-color: #FDE7F1; }
.border-pink-50 { border-color: #FDE7F1; border-style: solid; }
.hover\:bg-pink-50:hover, .hover\:bg-pink-50:focus, .hover\:bg-pink-50:active { background-color: #FDE7F1; }
.hover\:text-pink-50:hover, .hover\:text-pink-50:focus, .hover\:text-pink-50:active { color: #FDE7F1!important; }
.hover\:border-pink-50:hover, .hover\:border-pink-50:focus, .hover\:border-pink-50:active { border-color: #FDE7F1; }

/*- pink-100 -*/
.text-pink-100 { color: #FCCFE4!important; }
.bg-pink-100 { background-color: #FCCFE4; }
.border-pink-100 { border-color: #FCCFE4; border-style: solid; }
.hover\:bg-pink-100:hover, .hover\:bg-pink-100:focus, .hover\:bg-pink-100:active { background-color: #FCCFE4; }
.hover\:text-pink-100:hover, .hover\:text-pink-100:focus, .hover\:text-pink-100:active { color: #FCCFE4!important; }
.hover\:border-pink-100:hover, .hover\:border-pink-100:focus, .hover\:border-pink-100:active { border-color: #FCCFE4; }

/*- pink-200 -*/
.text-pink-200 { color: #F99FC9!important; }
.bg-pink-200 { background-color: #F99FC9; }
.border-pink-200 { border-color: #F99FC9; border-style: solid; }
.hover\:bg-pink-200:hover, .hover\:bg-pink-200:focus, .hover\:bg-pink-200:active { background-color: #F99FC9; }
.hover\:text-pink-200:hover, .hover\:text-pink-200:focus, .hover\:text-pink-200:active { color: #F99FC9!important; }
.hover\:border-pink-200:hover, .hover\:border-pink-200:focus, .hover\:border-pink-200:active { border-color: #F99FC9; }

/*- pink-300 -*/
.text-pink-300 { color: #F66FAD!important; }
.bg-pink-300 { background-color: #F66FAD; }
.border-pink-300 { border-color: #F66FAD; border-style: solid; }
.hover\:bg-pink-300:hover, .hover\:bg-pink-300:focus, .hover\:bg-pink-300:active { background-color: #F66FAD; }
.hover\:text-pink-300:hover, .hover\:text-pink-300:focus, .hover\:text-pink-300:active { color: #F66FAD!important; }
.hover\:border-pink-300:hover, .hover\:border-pink-300:focus, .hover\:border-pink-300:active { border-color: #F66FAD; }

/*- pink-400 -*/
.text-pink-400 { color: #F33F92!important; }
.bg-pink-400 { background-color: #F33F92; }
.border-pink-400 { border-color: #F33F92; border-style: solid; }
.hover\:bg-pink-400:hover, .hover\:bg-pink-400:focus, .hover\:bg-pink-400:active { background-color: #F33F92; }
.hover\:text-pink-400:hover, .hover\:text-pink-400:focus, .hover\:text-pink-400:active { color: #F33F92!important; }
.hover\:border-pink-400:hover, .hover\:border-pink-400:focus, .hover\:border-pink-400:active { border-color: #F33F92; }

/*- pink-500 -*/
.text-pink-500 { color: #EE0F76!important; }
.bg-pink-500 { background-color: #EE0F76; }
.border-pink-500 { border-color: #EE0F76; border-style: solid; }
.hover\:bg-pink-500:hover, .hover\:bg-pink-500:focus, .hover\:bg-pink-500:active { background-color: #EE0F76; }
.hover\:text-pink-500:hover, .hover\:text-pink-500:focus, .hover\:text-pink-500:active { color: #EE0F76!important; }
.hover\:border-pink-500:hover, .hover\:border-pink-500:focus, .hover\:border-pink-500:active { border-color: #EE0F76; }

/*- pink-600 -*/
.text-pink-600 { color: #C00C5F!important; }
.bg-pink-600 { background-color: #C00C5F; }
.border-pink-600 { border-color: #C00C5F; border-style: solid; }
.hover\:bg-pink-600:hover, .hover\:bg-pink-600:focus, .hover\:bg-pink-600:active { background-color: #C00C5F; }
.hover\:text-pink-600:hover, .hover\:text-pink-600:focus, .hover\:text-pink-600:active { color: #C00C5F!important; }
.hover\:border-pink-600:hover, .hover\:border-pink-600:focus, .hover\:border-pink-600:active { border-color: #C00C5F; }

/*- pink-700 -*/
.text-pink-700 { color: #900947!important; }
.bg-pink-700 { background-color: #900947; }
.border-pink-700 { border-color: #900947; border-style: solid; }
.hover\:bg-pink-700:hover, .hover\:bg-pink-700:focus, .hover\:bg-pink-700:active { background-color: #900947; }
.hover\:text-pink-700:hover, .hover\:text-pink-700:focus, .hover\:text-pink-700:active { color: #900947!important; }
.hover\:border-pink-700:hover, .hover\:border-pink-700:focus, .hover\:border-pink-700:active { border-color: #900947; }

/*- pink-800 -*/
.text-pink-800 { color: #600630!important; }
.bg-pink-800 { background-color: #600630; }
.border-pink-800 { border-color: #600630; border-style: solid; }
.hover\:bg-pink-800:hover, .hover\:bg-pink-800:focus, .hover\:bg-pink-800:active { background-color: #600630; }
.hover\:text-pink-800:hover, .hover\:text-pink-800:focus, .hover\:text-pink-800:active { color: #600630!important; }
.hover\:border-pink-800:hover, .hover\:border-pink-800:focus, .hover\:border-pink-800:active { border-color: #600630; }

/*- pink-900 -*/
.text-pink-900 { color: #300318!important; }
.bg-pink-900 { background-color: #300318; }
.border-pink-900 { border-color: #300318; border-style: solid; }
.hover\:bg-pink-900:hover, .hover\:bg-pink-900:focus, .hover\:bg-pink-900:active { background-color: #300318; }
.hover\:text-pink-900:hover, .hover\:text-pink-900:focus, .hover\:text-pink-900:active { color: #300318!important; }
.hover\:border-pink-900:hover, .hover\:border-pink-900:focus, .hover\:border-pink-900:active { border-color: #300318; }

/*- pink-950 -*/
.text-pink-950 { color: #18020C!important; }
.bg-pink-950 { background-color: #18020C; }
.border-pink-950 { border-color: #18020C; border-style: solid; }
.hover\:bg-pink-950:hover, .hover\:bg-pink-950:focus, .hover\:bg-pink-950:active { background-color: #18020C; }
.hover\:text-pink-950:hover, .hover\:text-pink-950:focus, .hover\:text-pink-950:active { color: #18020C!important; }
.hover\:border-pink-950:hover, .hover\:border-pink-950:focus, .hover\:border-pink-950:active { border-color: #18020C; }

/*- blue-50 -*/
.text-blue-50 { color: #E0ECFF!important; }
.bg-blue-50 { background-color: #E0ECFF; }
.border-blue-50 { border-color: #E0ECFF; border-style: solid; }
.hover\:bg-blue-50:hover, .hover\:bg-blue-50:focus, .hover\:bg-blue-50:active { background-color: #E0ECFF; }
.hover\:text-blue-50:hover, .hover\:text-blue-50:focus, .hover\:text-blue-50:active { color: #E0ECFF!important; }
.hover\:border-blue-50:hover, .hover\:border-blue-50:focus, .hover\:border-blue-50:active { border-color: #E0ECFF; }

/*- blue-100 -*/
.text-blue-100 { color: #BDD6FF!important; }
.bg-blue-100 { background-color: #BDD6FF; }
.border-blue-100 { border-color: #BDD6FF; border-style: solid; }
.hover\:bg-blue-100:hover, .hover\:bg-blue-100:focus, .hover\:bg-blue-100:active { background-color: #BDD6FF; }
.hover\:text-blue-100:hover, .hover\:text-blue-100:focus, .hover\:text-blue-100:active { color: #BDD6FF!important; }
.hover\:border-blue-100:hover, .hover\:border-blue-100:focus, .hover\:border-blue-100:active { border-color: #BDD6FF; }

/*- blue-200 -*/
.text-blue-200 { color: #80B0FF!important; }
.bg-blue-200 { background-color: #80B0FF; }
.border-blue-200 { border-color: #80B0FF; border-style: solid; }
.hover\:bg-blue-200:hover, .hover\:bg-blue-200:focus, .hover\:bg-blue-200:active { background-color: #80B0FF; }
.hover\:text-blue-200:hover, .hover\:text-blue-200:focus, .hover\:text-blue-200:active { color: #80B0FF!important; }
.hover\:border-blue-200:hover, .hover\:border-blue-200:focus, .hover\:border-blue-200:active { border-color: #80B0FF; }

/*- blue-300 -*/
.text-blue-300 { color: #3D87FF!important; }
.bg-blue-300 { background-color: #3D87FF; }
.border-blue-300 { border-color: #3D87FF; border-style: solid; }
.hover\:bg-blue-300:hover, .hover\:bg-blue-300:focus, .hover\:bg-blue-300:active { background-color: #3D87FF; }
.hover\:text-blue-300:hover, .hover\:text-blue-300:focus, .hover\:text-blue-300:active { color: #3D87FF!important; }
.hover\:border-blue-300:hover, .hover\:border-blue-300:focus, .hover\:border-blue-300:active { border-color: #3D87FF; }

/*- blue-400 -*/
.text-blue-400 { color: #005FFA!important; }
.bg-blue-400 { background-color: #005FFA; }
.border-blue-400 { border-color: #005FFA; border-style: solid; }
.hover\:bg-blue-400:hover, .hover\:bg-blue-400:focus, .hover\:bg-blue-400:active { background-color: #005FFA; }
.hover\:text-blue-400:hover, .hover\:text-blue-400:focus, .hover\:text-blue-400:active { color: #005FFA!important; }
.hover\:border-blue-400:hover, .hover\:border-blue-400:focus, .hover\:border-blue-400:active { border-color: #005FFA; }

/*- blue-500 -*/
.text-blue-500 { color: #0047BB!important; }
.bg-blue-500 { background-color: #0047BB; }
.border-blue-500 { border-color: #0047BB; border-style: solid; }
.hover\:bg-blue-500:hover, .hover\:bg-blue-500:focus, .hover\:bg-blue-500:active { background-color: #0047BB; }
.hover\:text-blue-500:hover, .hover\:text-blue-500:focus, .hover\:text-blue-500:active { color: #0047BB!important; }
.hover\:border-blue-500:hover, .hover\:border-blue-500:focus, .hover\:border-blue-500:active { border-color: #0047BB; }

/*- blue-600 -*/
.text-blue-600 { color: #003894!important; }
.bg-blue-600 { background-color: #003894; }
.border-blue-600 { border-color: #003894; border-style: solid; }
.hover\:bg-blue-600:hover, .hover\:bg-blue-600:focus, .hover\:bg-blue-600:active { background-color: #003894; }
.hover\:text-blue-600:hover, .hover\:text-blue-600:focus, .hover\:text-blue-600:active { color: #003894!important; }
.hover\:border-blue-600:hover, .hover\:border-blue-600:focus, .hover\:border-blue-600:active { border-color: #003894; }

/*- blue-700 -*/
.text-blue-700 { color: #002B70!important; }
.bg-blue-700 { background-color: #002B70; }
.border-blue-700 { border-color: #002B70; border-style: solid; }
.hover\:bg-blue-700:hover, .hover\:bg-blue-700:focus, .hover\:bg-blue-700:active { background-color: #002B70; }
.hover\:text-blue-700:hover, .hover\:text-blue-700:focus, .hover\:text-blue-700:active { color: #002B70!important; }
.hover\:border-blue-700:hover, .hover\:border-blue-700:focus, .hover\:border-blue-700:active { border-color: #002B70; }

/*- blue-800 -*/
.text-blue-800 { color: #001D4D!important; }
.bg-blue-800 { background-color: #001D4D; }
.border-blue-800 { border-color: #001D4D; border-style: solid; }
.hover\:bg-blue-800:hover, .hover\:bg-blue-800:focus, .hover\:bg-blue-800:active { background-color: #001D4D; }
.hover\:text-blue-800:hover, .hover\:text-blue-800:focus, .hover\:text-blue-800:active { color: #001D4D!important; }
.hover\:border-blue-800:hover, .hover\:border-blue-800:focus, .hover\:border-blue-800:active { border-color: #001D4D; }

/*- blue-900 -*/
.text-blue-900 { color: #000E24!important; }
.bg-blue-900 { background-color: #000E24; }
.border-blue-900 { border-color: #000E24; border-style: solid; }
.hover\:bg-blue-900:hover, .hover\:bg-blue-900:focus, .hover\:bg-blue-900:active { background-color: #000E24; }
.hover\:text-blue-900:hover, .hover\:text-blue-900:focus, .hover\:text-blue-900:active { color: #000E24!important; }
.hover\:border-blue-900:hover, .hover\:border-blue-900:focus, .hover\:border-blue-900:active { border-color: #000E24; }

/*- blue-950 -*/
.text-blue-950 { color: #000814!important; }
.bg-blue-950 { background-color: #000814; }
.border-blue-950 { border-color: #000814; border-style: solid; }
.hover\:bg-blue-950:hover, .hover\:bg-blue-950:focus, .hover\:bg-blue-950:active { background-color: #000814; }
.hover\:text-blue-950:hover, .hover\:text-blue-950:focus, .hover\:text-blue-950:active { color: #000814!important; }
.hover\:border-blue-950:hover, .hover\:border-blue-950:focus, .hover\:border-blue-950:active { border-color: #000814; }

/*- positive-50 -*/
.text-positive-50 { color: #E6FAEE!important; }
.bg-positive-50 { background-color: #E6FAEE; }
.border-positive-50 { border-color: #E6FAEE; border-style: solid; }
.hover\:bg-positive-50:hover, .hover\:bg-positive-50:focus, .hover\:bg-positive-50:active { background-color: #E6FAEE; }
.hover\:text-positive-50:hover, .hover\:text-positive-50:focus, .hover\:text-positive-50:active { color: #E6FAEE!important; }
.hover\:border-positive-50:hover, .hover\:border-positive-50:focus, .hover\:border-positive-50:active { border-color: #E6FAEE; }

/*- positive-100 -*/
.text-positive-100 { color: #D0F5E1!important; }
.bg-positive-100 { background-color: #D0F5E1; }
.border-positive-100 { border-color: #D0F5E1; border-style: solid; }
.hover\:bg-positive-100:hover, .hover\:bg-positive-100:focus, .hover\:bg-positive-100:active { background-color: #D0F5E1; }
.hover\:text-positive-100:hover, .hover\:text-positive-100:focus, .hover\:text-positive-100:active { color: #D0F5E1!important; }
.hover\:border-positive-100:hover, .hover\:border-positive-100:focus, .hover\:border-positive-100:active { border-color: #D0F5E1; }

/*- positive-200 -*/
.text-positive-200 { color: #A2ECC2!important; }
.bg-positive-200 { background-color: #A2ECC2; }
.border-positive-200 { border-color: #A2ECC2; border-style: solid; }
.hover\:bg-positive-200:hover, .hover\:bg-positive-200:focus, .hover\:bg-positive-200:active { background-color: #A2ECC2; }
.hover\:text-positive-200:hover, .hover\:text-positive-200:focus, .hover\:text-positive-200:active { color: #A2ECC2!important; }
.hover\:border-positive-200:hover, .hover\:border-positive-200:focus, .hover\:border-positive-200:active { border-color: #A2ECC2; }

/*- positive-300 -*/
.text-positive-300 { color: #73E2A4!important; }
.bg-positive-300 { background-color: #73E2A4; }
.border-positive-300 { border-color: #73E2A4; border-style: solid; }
.hover\:bg-positive-300:hover, .hover\:bg-positive-300:focus, .hover\:bg-positive-300:active { background-color: #73E2A4; }
.hover\:text-positive-300:hover, .hover\:text-positive-300:focus, .hover\:text-positive-300:active { color: #73E2A4!important; }
.hover\:border-positive-300:hover, .hover\:border-positive-300:focus, .hover\:border-positive-300:active { border-color: #73E2A4; }

/*- positive-400 -*/
.text-positive-400 { color: #45D985!important; }
.bg-positive-400 { background-color: #45D985; }
.border-positive-400 { border-color: #45D985; border-style: solid; }
.hover\:bg-positive-400:hover, .hover\:bg-positive-400:focus, .hover\:bg-positive-400:active { background-color: #45D985; }
.hover\:text-positive-400:hover, .hover\:text-positive-400:focus, .hover\:text-positive-400:active { color: #45D985!important; }
.hover\:border-positive-400:hover, .hover\:border-positive-400:focus, .hover\:border-positive-400:active { border-color: #45D985; }

/*- positive-500 -*/
.text-positive-500 { color: #27BE69!important; }
.bg-positive-500 { background-color: #27BE69; }
.border-positive-500 { border-color: #27BE69; border-style: solid; }
.hover\:bg-positive-500:hover, .hover\:bg-positive-500:focus, .hover\:bg-positive-500:active { background-color: #27BE69; }
.hover\:text-positive-500:hover, .hover\:text-positive-500:focus, .hover\:text-positive-500:active { color: #27BE69!important; }
.hover\:border-positive-500:hover, .hover\:border-positive-500:focus, .hover\:border-positive-500:active { border-color: #27BE69; }

/*- positive-600 -*/
.text-positive-600 { color: #1F9854!important; }
.bg-positive-600 { background-color: #1F9854; }
.border-positive-600 { border-color: #1F9854; border-style: solid; }
.hover\:bg-positive-600:hover, .hover\:bg-positive-600:focus, .hover\:bg-positive-600:active { background-color: #1F9854; }
.hover\:text-positive-600:hover, .hover\:text-positive-600:focus, .hover\:text-positive-600:active { color: #1F9854!important; }
.hover\:border-positive-600:hover, .hover\:border-positive-600:focus, .hover\:border-positive-600:active { border-color: #1F9854; }

/*- positive-700 -*/
.text-positive-700 { color: #17723F!important; }
.bg-positive-700 { background-color: #17723F; }
.border-positive-700 { border-color: #17723F; border-style: solid; }
.hover\:bg-positive-700:hover, .hover\:bg-positive-700:focus, .hover\:bg-positive-700:active { background-color: #17723F; }
.hover\:text-positive-700:hover, .hover\:text-positive-700:focus, .hover\:text-positive-700:active { color: #17723F!important; }
.hover\:border-positive-700:hover, .hover\:border-positive-700:focus, .hover\:border-positive-700:active { border-color: #17723F; }

/*- positive-800 -*/
.text-positive-800 { color: #104C2A!important; }
.bg-positive-800 { background-color: #104C2A; }
.border-positive-800 { border-color: #104C2A; border-style: solid; }
.hover\:bg-positive-800:hover, .hover\:bg-positive-800:focus, .hover\:bg-positive-800:active { background-color: #104C2A; }
.hover\:text-positive-800:hover, .hover\:text-positive-800:focus, .hover\:text-positive-800:active { color: #104C2A!important; }
.hover\:border-positive-800:hover, .hover\:border-positive-800:focus, .hover\:border-positive-800:active { border-color: #104C2A; }

/*- positive-900 -*/
.text-positive-900 { color: #082615!important; }
.bg-positive-900 { background-color: #082615; }
.border-positive-900 { border-color: #082615; border-style: solid; }
.hover\:bg-positive-900:hover, .hover\:bg-positive-900:focus, .hover\:bg-positive-900:active { background-color: #082615; }
.hover\:text-positive-900:hover, .hover\:text-positive-900:focus, .hover\:text-positive-900:active { color: #082615!important; }
.hover\:border-positive-900:hover, .hover\:border-positive-900:focus, .hover\:border-positive-900:active { border-color: #082615; }

/*- positive-950 -*/
.text-positive-950 { color: #031109!important; }
.bg-positive-950 { background-color: #031109; }
.border-positive-950 { border-color: #031109; border-style: solid; }
.hover\:bg-positive-950:hover, .hover\:bg-positive-950:focus, .hover\:bg-positive-950:active { background-color: #031109; }
.hover\:text-positive-950:hover, .hover\:text-positive-950:focus, .hover\:text-positive-950:active { color: #031109!important; }
.hover\:border-positive-950:hover, .hover\:border-positive-950:focus, .hover\:border-positive-950:active { border-color: #031109; }

/*- negative-50 -*/
.text-negative-50 { color: #FEECEC!important; }
.bg-negative-50 { background-color: #FEECEC; }
.border-negative-50 { border-color: #FEECEC; border-style: solid; }
.hover\:bg-negative-50:hover, .hover\:bg-negative-50:focus, .hover\:bg-negative-50:active { background-color: #FEECEC; }
.hover\:text-negative-50:hover, .hover\:text-negative-50:focus, .hover\:text-negative-50:active { color: #FEECEC!important; }
.hover\:border-negative-50:hover, .hover\:border-negative-50:focus, .hover\:border-negative-50:active { border-color: #FEECEC; }

/*- negative-100 -*/
.text-negative-100 { color: #FCD9D9!important; }
.bg-negative-100 { background-color: #FCD9D9; }
.border-negative-100 { border-color: #FCD9D9; border-style: solid; }
.hover\:bg-negative-100:hover, .hover\:bg-negative-100:focus, .hover\:bg-negative-100:active { background-color: #FCD9D9; }
.hover\:text-negative-100:hover, .hover\:text-negative-100:focus, .hover\:text-negative-100:active { color: #FCD9D9!important; }
.hover\:border-negative-100:hover, .hover\:border-negative-100:focus, .hover\:border-negative-100:active { border-color: #FCD9D9; }

/*- negative-200 -*/
.text-negative-200 { color: #FAB3B3!important; }
.bg-negative-200 { background-color: #FAB3B3; }
.border-negative-200 { border-color: #FAB3B3; border-style: solid; }
.hover\:bg-negative-200:hover, .hover\:bg-negative-200:focus, .hover\:bg-negative-200:active { background-color: #FAB3B3; }
.hover\:text-negative-200:hover, .hover\:text-negative-200:focus, .hover\:text-negative-200:active { color: #FAB3B3!important; }
.hover\:border-negative-200:hover, .hover\:border-negative-200:focus, .hover\:border-negative-200:active { border-color: #FAB3B3; }

/*- negative-300 -*/
.text-negative-300 { color: #F78C8C!important; }
.bg-negative-300 { background-color: #F78C8C; }
.border-negative-300 { border-color: #F78C8C; border-style: solid; }
.hover\:bg-negative-300:hover, .hover\:bg-negative-300:focus, .hover\:bg-negative-300:active { background-color: #F78C8C; }
.hover\:text-negative-300:hover, .hover\:text-negative-300:focus, .hover\:text-negative-300:active { color: #F78C8C!important; }
.hover\:border-negative-300:hover, .hover\:border-negative-300:focus, .hover\:border-negative-300:active { border-color: #F78C8C; }

/*- negative-400 -*/
.text-negative-400 { color: #F56666!important; }
.bg-negative-400 { background-color: #F56666; }
.border-negative-400 { border-color: #F56666; border-style: solid; }
.hover\:bg-negative-400:hover, .hover\:bg-negative-400:focus, .hover\:bg-negative-400:active { background-color: #F56666; }
.hover\:text-negative-400:hover, .hover\:text-negative-400:focus, .hover\:text-negative-400:active { color: #F56666!important; }
.hover\:border-negative-400:hover, .hover\:border-negative-400:focus, .hover\:border-negative-400:active { border-color: #F56666; }

/*- negative-500 -*/
.text-negative-500 { color: #F24141!important; }
.bg-negative-500 { background-color: #F24141; }
.border-negative-500 { border-color: #F24141; border-style: solid; }
.hover\:bg-negative-500:hover, .hover\:bg-negative-500:focus, .hover\:bg-negative-500:active { background-color: #F24141; }
.hover\:text-negative-500:hover, .hover\:text-negative-500:focus, .hover\:text-negative-500:active { color: #F24141!important; }
.hover\:border-negative-500:hover, .hover\:border-negative-500:focus, .hover\:border-negative-500:active { border-color: #F24141; }

/*- negative-600 -*/
.text-negative-600 { color: #E51010!important; }
.bg-negative-600 { background-color: #E51010; }
.border-negative-600 { border-color: #E51010; border-style: solid; }
.hover\:bg-negative-600:hover, .hover\:bg-negative-600:focus, .hover\:bg-negative-600:active { background-color: #E51010; }
.hover\:text-negative-600:hover, .hover\:text-negative-600:focus, .hover\:text-negative-600:active { color: #E51010!important; }
.hover\:border-negative-600:hover, .hover\:border-negative-600:focus, .hover\:border-negative-600:active { border-color: #E51010; }

/*- negative-700 -*/
.text-negative-700 { color: #AC0C0C!important; }
.bg-negative-700 { background-color: #AC0C0C; }
.border-negative-700 { border-color: #AC0C0C; border-style: solid; }
.hover\:bg-negative-700:hover, .hover\:bg-negative-700:focus, .hover\:bg-negative-700:active { background-color: #AC0C0C; }
.hover\:text-negative-700:hover, .hover\:text-negative-700:focus, .hover\:text-negative-700:active { color: #AC0C0C!important; }
.hover\:border-negative-700:hover, .hover\:border-negative-700:focus, .hover\:border-negative-700:active { border-color: #AC0C0C; }

/*- negative-800 -*/
.text-negative-800 { color: #730808!important; }
.bg-negative-800 { background-color: #730808; }
.border-negative-800 { border-color: #730808; border-style: solid; }
.hover\:bg-negative-800:hover, .hover\:bg-negative-800:focus, .hover\:bg-negative-800:active { background-color: #730808; }
.hover\:text-negative-800:hover, .hover\:text-negative-800:focus, .hover\:text-negative-800:active { color: #730808!important; }
.hover\:border-negative-800:hover, .hover\:border-negative-800:focus, .hover\:border-negative-800:active { border-color: #730808; }

/*- negative-900 -*/
.text-negative-900 { color: #390404!important; }
.bg-negative-900 { background-color: #390404; }
.border-negative-900 { border-color: #390404; border-style: solid; }
.hover\:bg-negative-900:hover, .hover\:bg-negative-900:focus, .hover\:bg-negative-900:active { background-color: #390404; }
.hover\:text-negative-900:hover, .hover\:text-negative-900:focus, .hover\:text-negative-900:active { color: #390404!important; }
.hover\:border-negative-900:hover, .hover\:border-negative-900:focus, .hover\:border-negative-900:active { border-color: #390404; }

/*- negative-950 -*/
.text-negative-950 { color: #1D0202!important; }
.bg-negative-950 { background-color: #1D0202; }
.border-negative-950 { border-color: #1D0202; border-style: solid; }
.hover\:bg-negative-950:hover, .hover\:bg-negative-950:focus, .hover\:bg-negative-950:active { background-color: #1D0202; }
.hover\:text-negative-950:hover, .hover\:text-negative-950:focus, .hover\:text-negative-950:active { color: #1D0202!important; }
.hover\:border-negative-950:hover, .hover\:border-negative-950:focus, .hover\:border-negative-950:active { border-color: #1D0202; }

/*- warning-50 -*/
.text-warning-50 { color: #FFF9E5!important; }
.bg-warning-50 { background-color: #FFF9E5; }
.border-warning-50 { border-color: #FFF9E5; border-style: solid; }
.hover\:bg-warning-50:hover, .hover\:bg-warning-50:focus, .hover\:bg-warning-50:active { background-color: #FFF9E5; }
.hover\:text-warning-50:hover, .hover\:text-warning-50:focus, .hover\:text-warning-50:active { color: #FFF9E5!important; }
.hover\:border-warning-50:hover, .hover\:border-warning-50:focus, .hover\:border-warning-50:active { border-color: #FFF9E5; }

/*- warning-100 -*/
.text-warning-100 { color: #FFF5D1!important; }
.bg-warning-100 { background-color: #FFF5D1; }
.border-warning-100 { border-color: #FFF5D1; border-style: solid; }
.hover\:bg-warning-100:hover, .hover\:bg-warning-100:focus, .hover\:bg-warning-100:active { background-color: #FFF5D1; }
.hover\:text-warning-100:hover, .hover\:text-warning-100:focus, .hover\:text-warning-100:active { color: #FFF5D1!important; }
.hover\:border-warning-100:hover, .hover\:border-warning-100:focus, .hover\:border-warning-100:active { border-color: #FFF5D1; }

/*- warning-200 -*/
.text-warning-200 { color: #FFEA9E!important; }
.bg-warning-200 { background-color: #FFEA9E; }
.border-warning-200 { border-color: #FFEA9E; border-style: solid; }
.hover\:bg-warning-200:hover, .hover\:bg-warning-200:focus, .hover\:bg-warning-200:active { background-color: #FFEA9E; }
.hover\:text-warning-200:hover, .hover\:text-warning-200:focus, .hover\:text-warning-200:active { color: #FFEA9E!important; }
.hover\:border-warning-200:hover, .hover\:border-warning-200:focus, .hover\:border-warning-200:active { border-color: #FFEA9E; }

/*- warning-300 -*/
.text-warning-300 { color: #FFE070!important; }
.bg-warning-300 { background-color: #FFE070; }
.border-warning-300 { border-color: #FFE070; border-style: solid; }
.hover\:bg-warning-300:hover, .hover\:bg-warning-300:focus, .hover\:bg-warning-300:active { background-color: #FFE070; }
.hover\:text-warning-300:hover, .hover\:text-warning-300:focus, .hover\:text-warning-300:active { color: #FFE070!important; }
.hover\:border-warning-300:hover, .hover\:border-warning-300:focus, .hover\:border-warning-300:active { border-color: #FFE070; }

/*- warning-400 -*/
.text-warning-400 { color: #FFD542!important; }
.bg-warning-400 { background-color: #FFD542; }
.border-warning-400 { border-color: #FFD542; border-style: solid; }
.hover\:bg-warning-400:hover, .hover\:bg-warning-400:focus, .hover\:bg-warning-400:active { background-color: #FFD542; }
.hover\:text-warning-400:hover, .hover\:text-warning-400:focus, .hover\:text-warning-400:active { color: #FFD542!important; }
.hover\:border-warning-400:hover, .hover\:border-warning-400:focus, .hover\:border-warning-400:active { border-color: #FFD542; }

/*- warning-500 -*/
.text-warning-500 { color: #FFCB13!important; }
.bg-warning-500 { background-color: #FFCB13; }
.border-warning-500 { border-color: #FFCB13; border-style: solid; }
.hover\:bg-warning-500:hover, .hover\:bg-warning-500:focus, .hover\:bg-warning-500:active { background-color: #FFCB13; }
.hover\:text-warning-500:hover, .hover\:text-warning-500:focus, .hover\:text-warning-500:active { color: #FFCB13!important; }
.hover\:border-warning-500:hover, .hover\:border-warning-500:focus, .hover\:border-warning-500:active { border-color: #FFCB13; }

/*- warning-600 -*/
.text-warning-600 { color: #DBAB00!important; }
.bg-warning-600 { background-color: #DBAB00; }
.border-warning-600 { border-color: #DBAB00; border-style: solid; }
.hover\:bg-warning-600:hover, .hover\:bg-warning-600:focus, .hover\:bg-warning-600:active { background-color: #DBAB00; }
.hover\:text-warning-600:hover, .hover\:text-warning-600:focus, .hover\:text-warning-600:active { color: #DBAB00!important; }
.hover\:border-warning-600:hover, .hover\:border-warning-600:focus, .hover\:border-warning-600:active { border-color: #DBAB00; }

/*- warning-700 -*/
.text-warning-700 { color: #A37F00!important; }
.bg-warning-700 { background-color: #A37F00; }
.border-warning-700 { border-color: #A37F00; border-style: solid; }
.hover\:bg-warning-700:hover, .hover\:bg-warning-700:focus, .hover\:bg-warning-700:active { background-color: #A37F00; }
.hover\:text-warning-700:hover, .hover\:text-warning-700:focus, .hover\:text-warning-700:active { color: #A37F00!important; }
.hover\:border-warning-700:hover, .hover\:border-warning-700:focus, .hover\:border-warning-700:active { border-color: #A37F00; }

/*- warning-800 -*/
.text-warning-800 { color: #6B5400!important; }
.bg-warning-800 { background-color: #6B5400; }
.border-warning-800 { border-color: #6B5400; border-style: solid; }
.hover\:bg-warning-800:hover, .hover\:bg-warning-800:focus, .hover\:bg-warning-800:active { background-color: #6B5400; }
.hover\:text-warning-800:hover, .hover\:text-warning-800:focus, .hover\:text-warning-800:active { color: #6B5400!important; }
.hover\:border-warning-800:hover, .hover\:border-warning-800:focus, .hover\:border-warning-800:active { border-color: #6B5400; }

/*- warning-900 -*/
.text-warning-900 { color: #382C00!important; }
.bg-warning-900 { background-color: #382C00; }
.border-warning-900 { border-color: #382C00; border-style: solid; }
.hover\:bg-warning-900:hover, .hover\:bg-warning-900:focus, .hover\:bg-warning-900:active { background-color: #382C00; }
.hover\:text-warning-900:hover, .hover\:text-warning-900:focus, .hover\:text-warning-900:active { color: #382C00!important; }
.hover\:border-warning-900:hover, .hover\:border-warning-900:focus, .hover\:border-warning-900:active { border-color: #382C00; }

/*- warning-950 -*/
.text-warning-950 { color: #1A1400!important; }
.bg-warning-950 { background-color: #1A1400; }
.border-warning-950 { border-color: #1A1400; border-style: solid; }
.hover\:bg-warning-950:hover, .hover\:bg-warning-950:focus, .hover\:bg-warning-950:active { background-color: #1A1400; }
.hover\:text-warning-950:hover, .hover\:text-warning-950:focus, .hover\:text-warning-950:active { color: #1A1400!important; }
.hover\:border-warning-950:hover, .hover\:border-warning-950:focus, .hover\:border-warning-950:active { border-color: #1A1400; }

/*- info-50 -*/
.text-info-50 { color: #E5FFFD!important; }
.bg-info-50 { background-color: #E5FFFD; }
.border-info-50 { border-color: #E5FFFD; border-style: solid; }
.hover\:bg-info-50:hover, .hover\:bg-info-50:focus, .hover\:bg-info-50:active { background-color: #E5FFFD; }
.hover\:text-info-50:hover, .hover\:text-info-50:focus, .hover\:text-info-50:active { color: #E5FFFD!important; }
.hover\:border-info-50:hover, .hover\:border-info-50:focus, .hover\:border-info-50:active { border-color: #E5FFFD; }

/*- info-100 -*/
.text-info-100 { color: #CCFFFB!important; }
.bg-info-100 { background-color: #CCFFFB; }
.border-info-100 { border-color: #CCFFFB; border-style: solid; }
.hover\:bg-info-100:hover, .hover\:bg-info-100:focus, .hover\:bg-info-100:active { background-color: #CCFFFB; }
.hover\:text-info-100:hover, .hover\:text-info-100:focus, .hover\:text-info-100:active { color: #CCFFFB!important; }
.hover\:border-info-100:hover, .hover\:border-info-100:focus, .hover\:border-info-100:active { border-color: #CCFFFB; }

/*- info-200 -*/
.text-info-200 { color: #94FFF8!important; }
.bg-info-200 { background-color: #94FFF8; }
.border-info-200 { border-color: #94FFF8; border-style: solid; }
.hover\:bg-info-200:hover, .hover\:bg-info-200:focus, .hover\:bg-info-200:active { background-color: #94FFF8; }
.hover\:text-info-200:hover, .hover\:text-info-200:focus, .hover\:text-info-200:active { color: #94FFF8!important; }
.hover\:border-info-200:hover, .hover\:border-info-200:focus, .hover\:border-info-200:active { border-color: #94FFF8; }

/*- info-300 -*/
.text-info-300 { color: #61FFF4!important; }
.bg-info-300 { background-color: #61FFF4; }
.border-info-300 { border-color: #61FFF4; border-style: solid; }
.hover\:bg-info-300:hover, .hover\:bg-info-300:focus, .hover\:bg-info-300:active { background-color: #61FFF4; }
.hover\:text-info-300:hover, .hover\:text-info-300:focus, .hover\:text-info-300:active { color: #61FFF4!important; }
.hover\:border-info-300:hover, .hover\:border-info-300:focus, .hover\:border-info-300:active { border-color: #61FFF4; }

/*- info-400 -*/
.text-info-400 { color: #29FFF0!important; }
.bg-info-400 { background-color: #29FFF0; }
.border-info-400 { border-color: #29FFF0; border-style: solid; }
.hover\:bg-info-400:hover, .hover\:bg-info-400:focus, .hover\:bg-info-400:active { background-color: #29FFF0; }
.hover\:text-info-400:hover, .hover\:text-info-400:focus, .hover\:text-info-400:active { color: #29FFF0!important; }
.hover\:border-info-400:hover, .hover\:border-info-400:focus, .hover\:border-info-400:active { border-color: #29FFF0; }

/*- info-500 -*/
.text-info-500 { color: #00F4E3!important; }
.bg-info-500 { background-color: #00F4E3; }
.border-info-500 { border-color: #00F4E3; border-style: solid; }
.hover\:bg-info-500:hover, .hover\:bg-info-500:focus, .hover\:bg-info-500:active { background-color: #00F4E3; }
.hover\:text-info-500:hover, .hover\:text-info-500:focus, .hover\:text-info-500:active { color: #00F4E3!important; }
.hover\:border-info-500:hover, .hover\:border-info-500:focus, .hover\:border-info-500:active { border-color: #00F4E3; }

/*- info-600 -*/
.text-info-600 { color: #00C2B4!important; }
.bg-info-600 { background-color: #00C2B4; }
.border-info-600 { border-color: #00C2B4; border-style: solid; }
.hover\:bg-info-600:hover, .hover\:bg-info-600:focus, .hover\:bg-info-600:active { background-color: #00C2B4; }
.hover\:text-info-600:hover, .hover\:text-info-600:focus, .hover\:text-info-600:active { color: #00C2B4!important; }
.hover\:border-info-600:hover, .hover\:border-info-600:focus, .hover\:border-info-600:active { border-color: #00C2B4; }

/*- info-700 -*/
.text-info-700 { color: #00948A!important; }
.bg-info-700 { background-color: #00948A; }
.border-info-700 { border-color: #00948A; border-style: solid; }
.hover\:bg-info-700:hover, .hover\:bg-info-700:focus, .hover\:bg-info-700:active { background-color: #00948A; }
.hover\:text-info-700:hover, .hover\:text-info-700:focus, .hover\:text-info-700:active { color: #00948A!important; }
.hover\:border-info-700:hover, .hover\:border-info-700:focus, .hover\:border-info-700:active { border-color: #00948A; }

/*- info-800 -*/
.text-info-800 { color: #00615A!important; }
.bg-info-800 { background-color: #00615A; }
.border-info-800 { border-color: #00615A; border-style: solid; }
.hover\:bg-info-800:hover, .hover\:bg-info-800:focus, .hover\:bg-info-800:active { background-color: #00615A; }
.hover\:text-info-800:hover, .hover\:text-info-800:focus, .hover\:text-info-800:active { color: #00615A!important; }
.hover\:border-info-800:hover, .hover\:border-info-800:focus, .hover\:border-info-800:active { border-color: #00615A; }

/*- info-900 -*/
.text-info-900 { color: #00332F!important; }
.bg-info-900 { background-color: #00332F; }
.border-info-900 { border-color: #00332F; border-style: solid; }
.hover\:bg-info-900:hover, .hover\:bg-info-900:focus, .hover\:bg-info-900:active { background-color: #00332F; }
.hover\:text-info-900:hover, .hover\:text-info-900:focus, .hover\:text-info-900:active { color: #00332F!important; }
.hover\:border-info-900:hover, .hover\:border-info-900:focus, .hover\:border-info-900:active { border-color: #00332F; }

/*- info-950 -*/
.text-info-950 { color: #001A18!important; }
.bg-info-950 { background-color: #001A18; }
.border-info-950 { border-color: #001A18; border-style: solid; }
.hover\:bg-info-950:hover, .hover\:bg-info-950:focus, .hover\:bg-info-950:active { background-color: #001A18; }
.hover\:text-info-950:hover, .hover\:text-info-950:focus, .hover\:text-info-950:active { color: #001A18!important; }
.hover\:border-info-950:hover, .hover\:border-info-950:focus, .hover\:border-info-950:active { border-color: #001A18; }

/*- orange-background -*/
.text-orange-background { color: #FA6900!important; }
.bg-orange-background { background-color: #FA6900; }
.border-orange-background { border-color: #FA6900; border-style: solid; }
.hover\:bg-orange-background:hover, .hover\:bg-orange-background:focus, .hover\:bg-orange-background:active { background-color: #FA6900; }
.hover\:text-orange-background:hover, .hover\:text-orange-background:focus, .hover\:text-orange-background:active { color: #FA6900!important; }
.hover\:border-orange-background:hover, .hover\:border-orange-background:focus, .hover\:border-orange-background:active { border-color: #FA6900; }



/* Fonts */



@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Black.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Bold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Italic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Light.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Medium.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Regular.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Thin.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}




@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Medium.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-BoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-MediumItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-SemiBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-BoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-ExtraBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-LightItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-MediumItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-SemiBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Bold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-ExtraBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-ExtraBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Italic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Light.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-LightItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Regular.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-SemiBoldItalic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Bold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-ExtraBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Light.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Italic.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Medium.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Regular.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiCondensed';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-SemiBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSansSemiCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Light.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Medium.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('https://5032552.fs1.hubspotusercontent-na1.net/hubfs/5032552/raw_assets/public/IConstruye-Apr26/css/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



:root {
    --poppins: 'Poppins';
    --open-sans: 'Open Sans';
}