







































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/*@font-face {
  font-family: 'Sailec-Bold';    
  src: url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/369993_0_0.eot') format('embedded-opentype'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_0_0.woff2) format('woff2'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_0_0.woff) format('woff'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_0_0.ttf) format('truetype');
}


@font-face {
  font-family: 'Sailec-Medium';    
  src: url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/369993_8_0.eot') format('embedded-opentype'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_8_0.woff2) format('woff2'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_8_0.woff) format('woff'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_8_0.ttf) format('truetype');
}

@font-face {
  font-family: 'Sailec-Regular';    
  src: url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/369993_A_0.eot') format('embedded-opentype'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_A_0.woff2) format('woff2'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_A_0.woff) format('woff'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_A_0.ttf) format('truetype');
}  

@font-face {
  font-family: 'Sailec-BoldItalic';    
  src: url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/369993_4_0.eot') format('embedded-opentype'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_4_0.woff2) format('woff2'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_4_0.woff) format('woff'),
    url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/369993_4_0.ttf) format('truetype');
}

*/
@font-face {
  font-family: 'Gilroy-Regular';
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-Black';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-Bold';    
  src:  url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Gilroy-BoldItalic';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-ExtraBold';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-ExtraBoldItalic';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-Light';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-LightItalic';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-Medium';    
  src:  url(https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/raw_assets/public/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Gilroy-MediumItalic';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-RegularItalic';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-SemiBold';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-SemiBoldItalic';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-Thin_1';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-Thin_1.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-ThinItalic_1';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-ThinItalic_1.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-UltraLight';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy-UltraLightItalic';    
  src:  url('https://9152956.fs1.hubspotusercontent-na1.net/hubfs/9152956/Great_Place_To_Work_March2021/Fonts/Gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  letter-spacing: -0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Gilroy-Regular;
  color: #494a52;
  word-break: break-word;
}

h1,.h1 {
  font-size: 2.1rem;  
  letter-spacing: -1.12px;
  line-height:1.25;
}

h2,.h2 {
  font-size: 1.6rem;  
  letter-spacing: -1.14px;
  line-height:1.33;
}

h3,.h3 {
  font-size: 1.25rem;  
  letter-spacing: -0.65px;
  line-height:1.285;
}

h4,.h4 {    
  font-size: 1.175rem;  
  letter-spacing: -0.56px;
  line-height:1.33;
}

h5,.h5 {
  font-size: 1rem;  
  letter-spacing: -0.47px;
  line-height:1.4;
}

h6,.h6 {
  font-size: .9rem;  
  letter-spacing: -0.37px;
  line-height:1.25;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 20px;
  font-size: 17.5px;
  padding: 0;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (min-width: 992px){
  h1,.h1 {
    letter-spacing: -1.31px;
    line-height:1.214;
  }

  h2,.h2 {
    letter-spacing: -1.12px;
    line-height:1.25;
  }

  h3,.h3 {
    letter-spacing: -0.84px;
    line-height:1.33;
  }

  h4,.h4 {    
    letter-spacing: -0.65px;
    line-height:1.285;
  }

  h5,.h5 {
    letter-spacing: -0.56px; 
    line-height:1.33;
  }

  h6,.h6 {
    letter-spacing: -0.47px; 
    line-height:1.4;
  }
}

.container:after, .container:before,
.row:after, .row:before{
  display: table;
  content: " ";
}

.container:after,
.row:after{
  clear: both;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Gilroy-Regular;
}

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Gilroy-Bold";
  letter-spacing: 2px;
  font-size: 12px ;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 300ms ease;
  border-style:solid;
  font-weight: 400;
  
  text-decoration: none !important;
  white-space:normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  white-space: normal;
  font-family: "Gilroy-Regular";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 100%;
  margin-bottom: 5px;
  display: block;
}

.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}
form .hs-error-msgs label {
  background-color: red;
  color: white;
  padding: 7px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-family: "Gilroy-Regular";
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 48px;  
  border-width: 2px;  
  border-style: solid;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 300ms ease;
  transition-property: border-color, background-color;
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 28px;
  font-weight:400;
}


.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus{
  outline: none;
  box-shadow: 0px 0px 1px 3px #eff5ff;  
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

/*DISEÑO HAL*/

/*Full width*/
.hs_cos_wrapper_type_form, form fieldset, form { max-width: 100%!important; }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-bottom: 40px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Gilroy-Medium";
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-of-type{
  padding-top: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding-top: 2px;
  color: inherit;
}



.custom-menu-primary .hs-menu-wrapper > ul > li > ul,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul{
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.5px;
  min-width: 5rem;
  padding: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul li:first-of-type{
  margin-top: 10px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a{
  color: inherit;
  display: inline-block;
  padding-top: 2px;
}


@media (min-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper > ul{
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
    line-height: 58px;
    height: 60px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    position: relative;
    top: -2px;
    left: 5px;
    transition: transform 400ms ease;    
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-of-type{
    padding-top: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul{
    position: absolute;
    left: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    top: 60px;
    padding-right: 10px;  
    display: block !important;
    background-color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 5%);
    z-index: 2;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    margin-right: -4px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul{
    position: absolute;
    top: 10px;
    padding-right: 10px;
    left: calc(100%);
    opacity: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li{
    line-height: 34px;
    height: 36px;
    width: 100%;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Gilroy-Medium";
    text-decoration: none;
    clear: both;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    content: "";
    background: transparent;
    top: -4px;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 5%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children:before {
    content: "";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: -2px;
    top: 0px;
    z-index: 777;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul{
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li:first-of-type{
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul ul li{
    padding: 0;
    margin-left: 10px;
  }
  .child-trigger{
    display:none !important; 
  }
}


@media (max-width: 1390px) and (min-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul>li>ul{
    left: auto;
    right:100%;
  }
}

@media (max-width: 1365px) and (min-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper>ul {
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {    
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:before {
    content: "";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: 5px;
    top: 2px;
    transition: transform 400ms ease;
  }

  body.mobile-open {
    overflow: hidden;
  }
  .child-trigger {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 10px;
    height: 16px;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul>li>ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
    padding-left: 10px;
    margin: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.banner-area {
  width: 100%;
  background-position: bottom;
  background-size: cover;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.banner-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-md-lft img {
  margin-bottom: 20px;
}


.bn-col-12{
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

p.banner-content{
  font-size: 30px;
  line-height: 36px;
  color: #002171;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Gilroy-Medium";
  letter-spacing: -0.47px;
  font-weight: bold;
}






@media (min-width: 768px){
  .banner-area {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .bn-col-4 {
    width: 33.33333333%;
  }
  .col-md-lft {
    margin-left: 8.33333333%;
  }
  .banner-area {
    padding-top: 65px;
    padding-bottom: 65px;
  } 
}
@media (min-width: 992px){
  p.banner-content{
    font-size: 36px;
    line-height: 44px;
  }
  .banner-area {
    text-align: left;
  }
}

@media screen and (min-width: 992px) and (max-height: 800px){
  p.banner-content{
    font-size: 26px;
    line-height: 30px; 
  }
}

@media (max-width: 1200px) and (min-width: 991px){
  p.banner-content{
    font-size: 26px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1450px){
  .banner-area {
    height: 65vw;
  }
}

@media screen and (max-width: 1010px){
  .banner-area {
    height: auto;
  } 
}

@media screen and (max-width: 991px){
  .banner-area {
    background: none !important;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.footer-gptw{background:black; width:100%; margin:0 auto;display:flex;  max-height:120px; padding:1rem; justify-content:space-between;align-items:center;padding-right:2rem;}
.footer-image-gptw{max-width:260px;}

@media (min-width: 992px){
	
}

@media (min-width: 1200px){
 
}

@media (max-width: 1199px){
  .footer-gptw{flex-direction:column;max-height:fit-content;}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.dnd-section>.row-fluid,
.page-center, 
.content-wrapper, 
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

main.body-container-wrapper ul:not(.hs-error-msgs) li,
.blog-post__body ul li{
  padding-left: 10px;
  position: relative;
}

main.body-container-wrapper ul:not(.hs-error-msgs) li:before,
.blog-post__body ul li:before{
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0da";
  left: -20px;
  width: 20px;
  margin-top: 3px;
  position: absolute;
  text-align: center;
  top: 4px;
}

main.body-container-wrapper ul:not(.hs-error-msgs),
.blog-post__body ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
  position: -webkit-sticky;
  position: sticky;
  top: -38px;
  z-index: 100;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-family: "Gilroy-Regular";
  font-weight:400;
  color: #5c6066;
  z-index: 100;
}

.header-inner {
  z-index: 100;
  position: relative;
}

.mobile-bottom {
  position: fixed;
  bottom: 0;
  z-index: 111;
  width: 100%;
}

.mobile-bottom .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.desktop-top .desktop-right {
  margin-left: initial;
  margin-right: initial;
}

#country-selector {
  padding-left: 20px;
  display: none;
  cursor:pointer;
}
#country-selector img {
  width: 22px;
  margin-right: 10px;
}

#country-selector i.arrow {
  margin-right: 10px;
}

.header-logo,.header-logo>*,.header-logo>*>* {
  height: 100%;
  display: inline;
  width: auto;
  margin-right: 20px;
}

.header-logo a {
  display: block;
  height: 100%;
}

.header-logo img{
  height: 100%;
  width: auto !important;
}



.header-cta-button {
  text-decoration: none !important;
  font-weight: 400;
  border-radius: 50px;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: none !important;
  color: white;
  background-color: #0045FF;
  transition: background-color 300ms ease;
  cursor: pointer;
  line-height: 100%;
  width: auto;
  font-family: "Gilroy-Medium";
  letter-spacing: 2px;
  display: inline-block;
  font-size: 12px;
}

.header-cta-button:hover {
  color: #ffffff;
  background-color: #003bdb;
}


.mobile-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 5%);
  padding-right: 15px;
}


#mobile-nav-close {
  height: 30px;
  display: none;
}
#mobile-nav-open {
  font-weight: normal;
  font-family: "Gilroy-Medium";
  font-size: 12px;
  letter-spacing: 2px;
  color: #002171;
}
.mobile-header .header-logo img {
  height: 60px;
}
.mobile-bottom,
.mobile-middle {
  display: none;
}


#country-selector .menu-form {
  position: relative;
  display: none;
}
.lang-open #country-selector .menu-form {
  display: block;
}
#country-selector .menu-form span a {
  text-decoration: none !important;
}
.select2-container {
  display: block !important;
}
.select2 {
  text-align: left;
  max-width: 340px;
  width: 100% !important;
}
.select2-container, .select2-dropdown, .select2-selection {
  border-color: #dadada !important;
  border-width: 1px !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2 span {
  height: 48px !important;
  line-height: 46px !important;
  padding: 0;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.lang-open .select2-container--default .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-selection__rendered, .select2-results {
  color: #5c6066;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: "Gilroy-Medium";
}
.select2-selection__rendered,
.select2-results li {
  padding: 0 15px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
#country-selector .menu-form span{
  outline: none!important;
}

#country-selector .menu-form .select2-selection__rendered {
  padding-right: 12px !important;
  padding-left: 12px !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  width: 200px !important;

}

.language-menu {
  position: absolute;
  top: 42px;
  left: 60.9531px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  width: 202px;
}

.lang-open .select2-dropdown {
  left: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-results {
  background: #FAFAFA;
  text-transform: uppercase;
  display: block;
}

.select2-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  max-height: 200px;
  overflow-y: auto;
}

.select2-results li {
  font-weight: normal;
  font-family: "Gilroy-Medium";
  color: #9B9B9B;
  margin-bottom: 12px;
  line-height: 22px;
  cursor: pointer;
}

.select2-results li:first-of-type {
  margin-top: 12px;
}
.select2-results li:hover{
  color: #0045FF ;
}
.select2-results li a {
  color: inherit;
  font-family: inherit;
  text-decoration:none;
}

.desktop-right.mobile-middle {
  text-align: center;
}

/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 992px){
  .desktop-right.mobile-middle {
    text-align: left;
  }
}

@media (min-width: 1200px){
  .header-wrapper{
    min-height:98px;
  }

  .scroll-header header.header {
    position: fixed;
    top: -38px;
    left:0;
    right:0;
  }
  .desktop-top {
    display: block;
    border-bottom: 2px solid #E6E6E6;
    width: 100%;
    position: relative;
    z-index: 100;
  }
  .desktop-bottom {
    position: relative;
    padding-bottom: 0;
    z-index: 95;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 5%);
  }
  .desktop-top .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 36px;
  }
  .desktop-top .desktop-left {
    display: block;
    padding-left: 10px;
  }
  #country-selector {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }
  .desktop-bottom > div {
    height: 60px;
  }
  .desktop-bottom .desktop-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .desktop-bottom .desktop-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }
  .mobile-header {
    display: none;
  }
  .lp header.header {
    position: fixed;
    top: 0;
    left:0;
    right:0;
  }
  .header-wrapper.lp {
    min-height: 60px;
  }
}

@media (max-width: 1199px){
  .header-wrapper{
    min-height:60px;
  }
  .mobile-open .mobile-middle {
    display: block;
  }
  .mobile-trigger {
    cursor: pointer;
  }
  .mobile-middle .header-logo {
    display: none;
  }
  .desktop-right.mobile-middle {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .desktop-right.mobile-middle > * {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
    margin-top: 0;
    display: block;
  }

  .mobile-open #mobile-nav-close {
    display: inline;
  }
  .mobile-open #mobile-nav-open{
    display: none;
  }

  .mobile-open .header-inner {
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100%;
    padding-top: 60px;
    background: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  padding-top: 40px;
  float: left;
  width: 100%;
  display: block;
  background: #111111;
}


[class*="ft-col-"]{
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.ft-col-12{
  width: 100%;
}

footer.footer p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-family: inherit;
  font-weight: inherit;
}

/* .row {
  margin-right: -15px;
  margin-left: -15px;
} */

.top-footer {
  padding: 0;
  width: 100%;
  display: block;
}

.footer-link-div .hs-menu-wrapper ul{
  font-size: 16px;
  line-height: 28px;
}

.footer-link-div .hs-menu-wrapper > ul > li {
  padding: 0px;
  margin-bottom: 50px;
  float: left;
  width: 50%;
}

.footer-link-div .hs-menu-wrapper > ul > li:not(:first-child) {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-link-div .hs-menu-wrapper > ul > li>a {
  font-family: 'Gilroy-Bold', sans-serif;

  display: block;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 27px;
  display: block;
}

.footer-link-div .hs-menu-wrapper>ul>li:not(:first-child)>ul {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.footer-link-div .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: -0.25px;
  margin-bottom: 5px;
  display: block;
}
.footer-link-div .hs-menu-wrapper>ul>li>a:hover,
.footer-link-div .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

.footer-link-div .hs-menu-wrapper>ul>li:first-child>ul>li>a {    
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  letter-spacing: -0.33;
  line-height: 21px;
  display: inline-block;
}


.bottom-footer {
  margin-bottom: 23px;
}
.bottom-footer .row>div:not(:last-child) {
  margin-bottom: 40px;
}

.footer-bottom-right {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}


.footer-bottom-right .copyright {
  font-weight: normal;
  font-family: "Gilroy-Bold";
  font-size: 16px;
  text-align: left;
}

.footer-bottom-right .copyright p {
  margin: 0;
}
.footer-bottom-links ul {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  list-style: none;
  margin: 0;
  display:flex;
}

.footer-bottom-links ul li {
  display: block;  
}

.footer-bottom-links ul li a {

  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
}
.live-contact, .live-contact a {
  font-family: 'Gilroy-Bold', sans-serif;
  color: #fff;
  display: block;
  font-size: 24px;
  letter-spacing: 0.8px;
  line-height: 32.5px;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  text-transform: none;
  display: inline-block;
  width: auto;
  float: left;
}

.social-link {
  margin: 0 0 30px;
}
.footer-link-div .hs-menu-wrapper>ul>li>a {
    pointer-events: none;
}
#social-links-title {
  color: white;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 16px;
  letter-spacing: -0.44px;
  line-height: 23px;
  margin-bottom: 10px;
  text-align: left;
}

.bottom-footer ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}


.social-link ul li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 ;
}

.social-link ul li a {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  font-size: 28px;
  height: 100%;
  text-align: center;
  width: 100%;
  line-height: 22px;
  text-decoration: none !important;
}

.social-link ul li a:hover {  
  color: #FFFFFF;
}


/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 768px){
  .footer-link-div .hs-menu-wrapper > ul > li{
    width: 33.33333333%;
  } 
}
@media (min-width: 992px){
  .ft-col-5{
    width: 41.66666667%;
  }
  .ft-col-7{
    width: 58.33333333%;
  }
  .footer-bottom-right {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .footer-bottom-links ul li{
    display: inline-block;
    margin-right: 10px;
  }
  .footer-bottom-links ul {
    display:flex;
    flex-wrap:wrap;
  }
  .live-contact a {
    margin-bottom: 30px;
  }
  .footer-link-div .hs-menu-wrapper>ul>li>a{
    font-size: 17px;
  }
  .footer-link-div .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 14px;
  }
  .top-footer {
    margin-bottom: 16px;
  }
  .bottom-footer .row>div:not(:last-child) {
    margin-bottom: 0px;
  }
  .footer-bottom-right .copyright {
    text-align: right;
  }
}

@media (min-width: 1200px){

  .footer-link-div .hs-menu-wrapper > ul > li{
    width: 16.66666667%;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .footer-link-div .hs-menu-wrapper>ul>li:nth-child(3n+1) {
    clear: both;
  }

}

@media (max-width: 768px){
  .footer-link-div .hs-menu-wrapper>ul>li:nth-child(2n+1) {
    clear: both;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/*==================================================== 
==================== Blog Listing Slider  =============
====================================================*/
#blog-landing-slider {
  background-color: #ffffff;
  color: #5c6066;
}
.bg-col-12 {
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

#blog-landing-slider .row > div img {
  width: 100%;
}

#blog-landing-slider .row > div {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#blog-landing-slider .row>div:first-child>div {
  padding-bottom: 8px;
}
.blog-landing-hero-article.no-image .row>div {
  width: 100%;
}

#blog-landing-slider p.rec-topic {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.47px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

#blog-landing-slider a.large {
  font-size: 30px;
  line-height: 120%;
}

#blog-landing-slider p.author {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
  font-weight: normal;
  margin-top: 15px;
  font-family: "Gilroy-Medium";
}

#blog-landing-slider a.rec-read-more {
  border-radius: 50px;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: none !important;
  color: white;
  background-color: #0045FF;
  transition: background-color 300ms ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 100%;
  width: auto;
  margin: 0;
  font-family: "Gilroy-Bold";
  letter-spacing: 2px;
  display: inline-block;
  font-size: 12px;
  margin-top: 30px;
}
#blog-landing-slider a.rec-read-more:hover {
  color: white;
  background-color: #003bdb;
  text-decoration: none;
}



/*==================================================== 
==================== Blog Listing =====================
====================================================*/
.blog-filters-wrap{
  width: 100%;
  padding-top: 60px;
}

.blog-filters-wrap h1 {
  margin-bottom: 20px;
}
.category-description {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.47px;
  font-weight: normal;
  font-family: "Gilroy-Medium";
  color: #002171;
  margin-top: 20px;
}

.social-wrapper {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: "Gilroy-Bold";
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.social-wrapper > div.text {
  margin-bottom: 0;
  letter-spacing: 1.26px;
}
.social-wrapper > div.text, .social-wrapper > div.addthis_toolbox {
  display: block;
}

.social-wrapper .custom_images {
  display: inline-block;
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: auto;
}

.addthis_toolbox a {
  margin-bottom: 5px;
  line-height: initial;
}
.social-wrapper a {
  margin-left: 8px;
  margin-bottom: 0 !important;
  display: block;
}
div.atclear {
  clear: both;
}
#filters {
  text-align: center;
  display: block;
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: "Gilroy-Bold";
  position:relative;
}


#filters label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 0;
  color: #5c6066;
  white-space: normal;
  font-family: "Gilroy-Regular";
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;

}

#filters > span {
  margin-bottom: 20px;
}
#filters .select2-container,
#filters .select2-container span {
  outline: none !important;
}

#filters>span.topic-menu { 
  position: absolute;
  top: 756px;
  left: 20.5px;
}
.cat-open #filters>span.topic-menu>span {
  left: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#filters>span.topic-menu>span {
  width: 260px;
}
#filters>span.topic-menu {
  position: absolute;
  top: 72px;
  left: 0;
  border-style: solid;
  text-align: left;
}

.cat-open #filters>span.topic-menu>span {
  left: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#filters>span.topic-menu>span {
  width: 260px;
}
.cat-open .select2-container--default .select2-selection--single{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px !important;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  margin-left: auto;
  margin-right: 0;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none !important;
  border-color: none !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  width: 30px !important;
  height: 48px !important;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;                
  position: absolute;        
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  display: block;
  width: 29px;
  height: 48px;
  transition: transform 300ms ease;
  transform-origin: 6px 50%;
  margin-left: 1px;
}

.cat-open .select2 .select2-selection .select2-selection__arrow b:after {
  transform: rotate(180deg) !important;
}

.select2-results li.active {
  color: #5c6066!important;
}

.blog-item-wrapper,
.post-page-wrapper{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.post-item{
  margin-bottom: 40px; 
  color: #5c6066;
}
.row.row-wrapping-columns {
  margin-bottom: -50px !important;
}

.post-item a {
  display: block;
}
.blog-img {
  height: 240px;
  background-size: cover;
  background-position: center;
}

.category-wrapper {
  background: transparent;
  margin-top: 14px;
  margin-bottom: 6px;
  line-height: 14px;
  display: flex;
/*   flex: 1 0 auto; */
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
}

.category-wrapper .category-title {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
  display: block;
  height: 14px;
}

.post-item a.post-item-title {
  display: block;
  margin-bottom: 10px;
}
.post-item a.post-item-title:hover {
  color: #0045FF;
  text-decoration: none !important;
}
.post-item:last-child {
  margin-bottom: 0;
}

.category-wrapper .category-title:not(:last-child) {
  margin-right: 5px;
}
#pagination ul li{
  line-height: 24px;
  font-size: 14px;
  margin-right: 8px;
}
#pagination a {
  color: #b3b3b3;
  display: block;
  text-decoration: none;
}
#pagination a:hover{
  color: #0045FF;
  text-decoration: none;
  border-bottom: 0;
}

#pagination a.active{
  color: #0045FF;
  pointer-events: none;
}

.blog-pagination {
  margin-bottom: 20px;
  margin-top: 30px;
  display: block;
  text-align: center;
}

#pagination .page-links {
  margin-bottom: 10px;
}

#pagination .page-links ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

#pagination ul li.pagination-end,
#pagination ul li.pagination-next,
#pagination ul li.pagination-prev,
#pagination ul li.pagination-start {
  display: list-item;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  color: #b3b3b3;
}

#pagination ul li.pagination-start {
  padding-left: 0;
}

#pagination ul li.pagination-end .pagenav,
#pagination ul li.pagination-next .pagenav,
#pagination ul li.pagination-prev .pagenav,
#pagination ul li.pagination-start .pagenav {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Gilroy-Medium";
  line-height: 30px;
  position: relative;
}

#pagination ul li.pagination-end .pagenav:hover:after,
#pagination ul li.pagination-next .pagenav:hover:after,
#pagination ul li.pagination-prev .pagenav:hover:after,
#pagination ul li.pagination-start .pagenav:hover:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  right: 0;
  z-index: 6666666666;
  border-top-color: #ffffff;
  border-width: 20px 20px 0;
  bottom: -14px;
  left: calc(50% - 13px) !important;
  top: -9px;
}

.no-prev>a,
.no-next>a {
  pointer-events: none;
  color: #b3b3b3;
}

#pagination a:hover{
  color: #0045FF;
  text-decoration: none;
  border-bottom: 0;
}
#pagination ul li.active a {
  color: #0045ff;
}


/* =========Blog ToolTip========= */

.Fade{
  opacity:1;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}


.tooltip {
  position: absolute;
  z-index: 1070;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
  word-break: normal;
  word-spacing: normal;
  box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 30%);
  padding: 12px 16px !important;
  border-radius: 16px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  background-color: white;
  margin-top: -3px;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;

}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  border-top-color: white;
  border-width: 20px 20px 0;
  bottom: -14px;
  left: calc(50% - 13px) !important;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.top .tooltip-arrow {
  border-top-color: white;
  border-width: 20px 20px 0;
  bottom: -14px;
  left: calc(50% - 13px) !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  letter-spacing: -0.37px !important;
  background-color: white;
  padding: 0;
}


.tooltip .tooltip-inner {
  color: #337DFF;
  font-weight: normal;
  font-family: "Gilroy-Medium";
}
#pagination .counter{
  display: block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
  margin-bottom: 40px;
}
.blog-content-wrapper {
  color: #5c6066;
}

.post-item a.post-item-title {
  text-align: left;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100% !important;
}

#blog-landing-slider, 
.blog-content-wrapper {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-family: "Gilroy-Regular";
  color: #5c6066;
}



/*==================================================== 
==================== Blog Post =====================
====================================================*/
.post-page-wrapper {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-family: "Gilroy-Regular";
  color: #5c6066;
}
.row.heading {
  text-align: center;
}
h1.text-left {
  text-align: left;
  margin-bottom: 40px;
}
#article-page #article-wrapper .main-image {
  width: 100%;
  margin-bottom: 20px;
}
#article-body{
  margin-top: 20px;
}


#article-page #right-sidebar  p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.33px;
}


#article-page #right-sidebar .custom p {
  
  margin-bottom: 20px;
}

#article-page #right-sidebar .recent-post-item{
padding-top: 20px;
}

#article-page #right-sidebar .custom .boton-mg {
  text-align: center;
  margin-bottom: 30px;
}

#article-page #right-sidebar .post-list {
  margin-top: 0px;
  margin-bottom: 20px;
}
#article-page #right-sidebar .post-title {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal;
  font-family: "Gilroy-Bold";
}


.recent-post-item {
  margin-bottom: 15px;
}

#article-page #right-sidebar a {
  font-weight: normal;
  text-decoration: none;
  color: #0045FF;
}
#article-page #right-sidebar a:hover {
  border-bottom: 0;
  text-decoration: none;
}

#article-page #right-sidebar .author {
  color: #b3b3b3;
  margin-top: 5px;
}

#article-page .social-wrapper {
  margin-bottom: 30px;
}
#article-page .social-wrapper>div.text {
  margin-bottom: 5px !important;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
}

#article-page .social-wrapper a {
  margin-right: 10px;
}

#article-page #article-body .author, #article-page #article-body .date {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Gilroy-Bold";
  color: #002171;
}
.blog-post__body p {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.blog-post__body img {
  max-width:100%;
}
.recent-post-item.no-image>div {
  width: 100% !important;
}
.component-wrapper {
  margin: 30px 0;
}

.Relevant-title {
  font-weight: normal;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
}

.component-wrapper ul.fa-ul {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}

.component-wrapper ul.fa-ul > li {
  padding-left: 10px;
}

.component-wrapper ul.fa-ul > li .fa-li {
  left: -20px;
  width: 20px;
  margin-top: 3px;
}
h1.text-left{
  line-height: 60px;
}

/*==================================================== 
================BLOG CERTIFICACIONES==================
====================================================*/
#blog-landing-slider.blog_certificaciones .row>div {
    height: auto!important;
}
div#blog-landing-slider.blog_certificaciones {
    padding-top: 70px;
    padding-bottom: 70px;
}
.main_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main_text_certificaciones h1{
    font-size: 48px!important;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}
.main_text_certificaciones h2{
    font-size: 24px;
    color: #292b30;
    text-align: center;
}
.blog-filters-wrap.blog_filters_certificaciones {
    padding-top: 0;
    background: #ffffff;
    padding-bottom: 40px;
}
.blog-filters-wrap.blog_filters_certificaciones #filters {
    margin-left: 0;
    padding-top: 20px;
    text-align: left;
    margin-right: auto;
}
.blog-filters-wrap.blog_filters_certificaciones #filters label {
    margin-bottom: 8px;
    color: #5c6066;
    font-weight: 600;
    font-size: 14px;
}
.blog_item_certificaciones .post-item a.post-item-title {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
}
.blog_certificaciones_pagination#pagination a:hover {
    color: #ff1628;
    text-decoration: none;
    border-bottom: 0;
}
.blog_item_certificaciones .post-item a.post-item-title:hover {
    color: #292b30;
    text-decoration: underline !important;
}
.blog_item_certificaciones .category-wrapper .category-title {
    text-transform: initial;
    height: 14px;
    display: inline-block;
    color: #292b30;
    font-size: 18px;
}
.blog_item_certificaciones .category-wrapper {
    display: block;
}
.certificacion_etiqueta{
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 6px;
}
.certificacion_etiqueta div{
    
}
.certificacion_etiqueta div svg{
    width: auto;
    height: 12px;
    margin-right: 10px;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: 1px;
}
.certificacion_etiqueta span{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #ff1628;
}
@media (max-width: 768px){
  .main_text_certificaciones h1{
    font-size: 36px!important;
    margin-top: 30px;
  }
  .main_text_certificaciones h2{
    font-size: 20px;
  }
}
/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 768px){
  .blog-filters-wrap{
    padding-top: 65px;
  }
  .blog-item-wrapper,
  .post-page-wrapper{
    padding-top: 65px;
    padding-bottom: 65px;
  }
}


@media (min-width: 992px){
  h1.text-left{
    line-height: 68px;
  }
  .Relevant-title{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.33px; 
  }

  .row.row-wrapping-columns {
    margin-bottom: -50px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bg-col-6 {
    width: 50%;
  }

  .bg-col-8 {
    width: 66.66666667%;
  }
  .bg-col-4 {
    width: 33.33333333%;
  }
  #blog-landing-slider .row > div {
    height: 620px;
  }
  #blog-landing-slider .row > div.rec-content {
    padding-right: 50px;
  }
  #blog-landing-slider a.large{
    font-size: 45px;
  }
  .category-description {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.47px;
  }
  .social-wrapper .custom_images {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }


  #filters {
    margin-right: 0;
    padding-top: 20px;
    text-align: left;
  }

  #filters span {
    margin-left: auto;
    margin-right: 0;
  }

  #filters>span.topic-menu {
    top: 92px;
  }
  .post-item{
    margin-bottom: 50px; 
  }
  #pagination ul li{
    font-size: 24px;
    margin-right: 16px;
    display: list-item;
  }
  #pagination ul li.pagination-end .pagenav,
  #pagination ul li.pagination-next .pagenav,
  #pagination ul li.pagination-prev .pagenav,
  #pagination ul li.pagination-start .pagenav {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  #pagination ul li.item-with-elipses {
    display:flex;
  }


  .bg-col-9 {
    width: 75%;
  }
  .bg-col-3 {
    width: 25%;
  }
  h1.text-left {
    margin-bottom: 50px;
  }
  #article-page #right-sidebar .title,
  #article-page #right-sidebar .author {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.33px;
  }
}

@media (max-width: 991px){
  .hidden-sm {
    display: none !important;
  }
  .blog-content-wrapper,
  #blog-landing-slider{
    text-align: center;
  }
  .blog-filters-wrap .row>div:not(:last-child) {
    margin-bottom: 40px;
  }
  #pagination ul li.pagination-next > a:after{
    font-family: "fontawesome";
    content: "";
    margin-left: 10px;
  }
  #pagination ul li.pagination-prev > a:before{
    font-family: "fontawesome";
    content: "";
    margin-right: 10px;
  }
  div#left-sidebar {
    margin-bottom: 40px;
  }

  .recent-post-item .bg-col-8 {
    width: 66.66666667%;
  }
  .recent-post-item .bg-col-4 {
    width: 33.33333333%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Gilroy-Regular;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Gilroy-Regular;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px !important;
}


.systems-page .hs-search-field__bar,
.systems-page .hs_cos_wrapper_type_form,
.systems-page .widget-type-blog_subscribe,
.systems-page .widget-type-google_search,
.systems-page .widget-type-email_simple_subscription, 
.systems-page .widget-type-email_subscriptions, 
.systems-page .widget-type-password_prompt, 
.systems-page .form-container{
  max-width:720px;
}

.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{
    font-size: 35px;
  }
  .systems-page h2{
    font-size: 29px;
  }
}