/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
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 {
  -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 30px;
}
.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: icomoon;
src:url("//8460831.fs1.hubspotusercontent-na1.net/hubfs/8460831/raw_assets/public/Moskit_Blog_Agencias%202024/fonts/icomoon.ttf") format('truetype');
font-weight: 400;
font-style: normal;
font-display: block
}

[class*=" icon-"],[class^=icon-] {
font-family: icomoon!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

.icon-chevron-left:before {
content: "\e900"
}

.icon-chevron-right:before {
content: "\e901"
}

.icon-chevrons-left:before {
content: "\e902"
}

.icon-chevrons-right:before {
content: "\e903"
}


html{
font-size: calc(8px + 2 * ((100vw - 420px)/ 860));
}
@media screen and (min-width: 1280px){
html {
font-size: 10px;
}
}

/* Anchor Links */
a {
color: #0270E0;
text-decoration: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1.6rem;
}

img{
max-width:100%;
height: auto;
}
b, strong {
font-weight: 700;
}
code {
vertical-align: bottom;
}

p{
line-height:1.7;
margin-bottom: 30px;
}

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-top: 1.5rem;
margin-bottom: 1.5rem;
border-left: 2px solid #A9A9A9;
padding-left: 15px;
}

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


@media (max-width: 420px) {
html {
font-size: 8px;
}
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
}

.hs-button {
  outline:none !important;
  border-style: solid;
  box-shadow: 0px 8px 16px 0px rgba(15,50,86,0.2) ;
  font-family: Open Sans, serif;
  font-size: 16px;
  font-weight: 700 ;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
  max-width: 100%;
  text-decoration: none;
  width: 79%;
  display: block;
  text-align: center;
  margin:15px auto;
  cursor: pointer;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

input[type=text],
	input[type=password],
	form select,
	form textarea,
	.hs-input {
  height: auto;
  border: 2px solid;
  overflow: hidden;
  vertical-align: middle;
  font-style: normal;
  line-height: 1.5;
  outline: none !important;
  color: #223454;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans, serif;
  background: rgba(255, 255, 255, 0.11);
  border-style: solid;
  display: block;
  margin-bottom: 10px;
  padding:10px 24px;
  max-width: 100%;
  width: 100%;
}

.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::placeholder{
  color: #223454;
  opacity:1;
}

.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: 2px solid rgb(255, 153, 153);
}
.actions {
  padding: 0;
}


ul.hs-search-field__suggestions li,
ul.hs-search-field__suggestions li a{
background: transparent !important;
}

ul.hs-search-field__suggestions li {
  padding: 5px 5px;
}

.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:20px;
}

ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 14px;
  color: rgb(170, 100, 99);
  margin: 0px 0px 10px;
  text-align: left;
  line-height: 20px;
  font-family: helvetica, arial, sans-serif;
  background-color: rgb(255, 239, 239);
  padding: 12px;
  font-weight: 600;
  border-radius: 3px;
  border: 2px solid rgb(255, 153, 153);
  display: block;
  opacity: 1;
}

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

.hs-form-required {
  color: red;
}
.hs-richtext p {
  color: #223454;
  font-size: 16px;
  font-family: Open Sans, serif;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.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;
}

.hs-search-field--open .hs-search-field__suggestions {
    padding:0px;
}

.submitted-message p {
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 22px;
    padding: 0px 40px;
}

ul.hs-search-field__suggestions {
    background-color: #f0f0f0;
    color: #5b5b5f;
    display: block;
    padding:0;
    transition: all .1s;
    width: 100%;
    border: none !important;
}

ul.hs-search-field__suggestions a:hover {
    background-color: #155bfb !important;
    color: #fff;
}

ul.hs-search-field__suggestions a {
    font-family: Maitree,Arial,Helvetica,serif;
    font-size: 1.6rem;
    color: #5b5b5f; 
  padding: 20px;
    font-weight: 600;
}

.hs-search-field__suggestions li {
    padding: 0 !important;
}

.hs-search-field__suggestions #results-for {
    padding: 20px !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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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-wrap {
box-shadow: 0 2px 30px #dde7f1;
height: 100px;
left: 0;
position: fixed;
top: 0;
transition: height .3s ease;
width: 100%;
will-change: transform;
font-family: 'Open Sans', serif;
z-index: 5;
}

.animate .header-wrap {
height: 65px;
}

.animate .logo-wrapper img {
transform: scale(.8);
}

.animate .logo-wrapper {
margin-bottom: 5px;
transform: translateZ(0);
width: 100px;
}

.header__container {
padding-left: 3rem;
padding-right: 3rem;
align-items: center;
display: flex;
height: 100%;
margin: 0px auto;
}

header.header {
min-height: 100px;
}

.custom-menu-primary nav>ul>li>a {
border-bottom: 2px solid transparent;
font-size: 1.5rem;
padding: 1.5rem;
transition: all .2s;
text-align: center;
display: block;
font-weight: 400;
}

.logo-wrapper {
margin-right: auto;
position: relative;
z-index: 2;
}

.custom-menu-primary {
margin: 0 2rem 0 0;
}

.menu-wrapper {
display: flex;
}

.custom-menu-primary li.has-submenu>ul{
position: absolute;
top: 100%;
left: 0;
min-width: 160px;
z-index:77;
opacity:0;
visibility: hidden;
box-shadow: 0 2px 12px #dde7f1;
}

.custom-menu-primary li.has-submenu:hover>ul{
opacity: 1;
visibility: visible;
}

.custom-menu-primary li.has-submenu {
position: relative;
}

.custom-menu-primary ul ul li a {
padding:10px 20px;
font-size:15px;
display: block;
}

.menu-wrapper .button span {
display: flex;
}

.menu-wrapper .button {
display: flex;
}

.menu-wrapper .button div {
display: flex;
align-items: center;
}

.logo-wrapper img {
width: 110px !important;
height: auto;
transition: .2s all linear;
transform: scale(1);
display: block;
}


@media(min-width:768px){

.mobile-trigger{
display: none;
}



.custom-menu-primary nav>ul{
    display: flex !important;
    align-items: center;
    }

}


@media(max-width:1100px) and (min-width:768px){

.custom-menu-primary {
margin-right: 10px;
}

.header__container{
padding: 0px 20px;
}

.custom-menu-primary nav>ul>li>a {
padding: 1.5rem 9px;
font-size: 13px;
}
}

@media(max-width:767px){

.mobile-trigger {
background: 0 0;
border: 0;
cursor: pointer;
display: block;
height: 18px;
margin-right: 2rem;
margin-top: 33px;
padding: 0;
position: relative;
width: 22px;
z-index: 2;
}

.mobile-trigger span {
font-size: 0;
text-indent: -999em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: #333;
display: block;
height: 3px;
position: relative;
transition: all .3s ease;
width: 100%;
}

.child-trigger {
position: absolute;
height: 48px;
width: 48px;
right: 0;
top: 0;
display: flex;
align-items: center;
cursor: pointer;
justify-content: center;
font-size: 22px;
color: rgba(34,52,84,1.0);
}

.child-trigger:after {
content: '+';
}


.open>.child-trigger:after {
content: '-';
}


.mobile-trigger span:after,.mobile-trigger span:before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: #333;
content: "";
height: 3px;
left: 0;
position: absolute;
top: -7px;
transition: all .3s ease;
width: 100%;
}

.mobile-trigger span:after {
top: 7px;
}

.custom-menu-primary li.has-submenu>ul {
position: static;
opacity: 1;
visibility: visible;
box-shadow: none;
display: none;
}

.custom-menu-primary ul ul li a {
font-size: 1.7rem;
padding: 1.5rem;
transition: all .2s;
display: block;
font-weight: 400;
}

.custom-menu-primary li.has-submenu.open>ul {
display: block;
}
.menu-wrapper {
align-items: center;
background-color: #fff;
-js-display: flex;
display: flex;
flex-direction: column;
height: 110vh;
left: 0;
max-width: 320px;
position: fixed;
top: 0;
transform: translateX(-100%);
transition: transform .3s ease;
width: calc(100vw - 60px);
will-change: transform;
}

.mobile-open .menu-wrapper {
transform: translateX(0);
}

.custom-menu-primary {
margin: 130px 0 32px;
}

.custom-menu-primary nav>ul>li>a {
font-size: 2rem;
text-align: left;
padding-right: 48px;
}

.custom-menu-primary li {
width: 100%;
}

.mobile-open .mobile-trigger span {
background-color: transparent;
}

.mobile-open .mobile-trigger span:after, .mobile-open .mobile-trigger span:before {
background-color: #f0f0f0;
border-radius: 2px;
height: 2px;
}

.animate .mobile-trigger {
margin-top: 25px;
}

.mobile-open .mobile-trigger span:before {
transform: rotate(45deg) translate(3px,3px);
}

.mobile-open .mobile-trigger span:after {
transform: rotate(-45deg) translate(7px,-7px);
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
position: relative;
display: flex;
width: 100%;
padding: 40px 0 0;
flex-direction: column;
}

.footer-bottom {
display: flex;
width: 100%;
flex-direction: row;
margin-top: 10px;
margin-bottom: 21px;
}

.footer__container {
width: 100%;
margin: 0 auto;
display: flex;
padding:0px 24px;
flex-flow: row wrap;
}


.footer-bottom .certified img {
width: 76px !important;
height: 128px;
display: block;
margin-bottom: 5px;
}

.footer-bottom .certified {
margin-left: auto;
display: flex;
}

.footer-top .menu h3,
.footer-top .menu ul>li>a {
font-size: 18px;
line-height: 18px;
margin-top:0;
margin-bottom: 11px;
font-family: Raleway,Open Sans,sans-serif;
font-weight: 700;
  cursor:default;
display: block;
}



.footer-top .title h3 {
font-size: 24px;
font-weight: 500;
margin-bottom: 36px;margin-top:0;
color: inherit;
font-family: Raleway,Open Sans,sans-serif;
}


@media (min-width: 980px){
.footer__container {
padding:0px 16px;
}


.footer-bottom {
margin-top: 36px;
margin-bottom: 91px;
}

}

@media (min-width:1280px){
.footer__container {
padding:0px 24px;
}
}


.footer-top .menu.primary.first ul li,
.footer-top .menu.primary ul ul li {
margin-bottom: 14px;
display: list-item;
font-size: 14px;
}

.footer-top .menu.first ul li {
width: 100%;
}

.footer-top {
width: 100%;
display: flex;
flex-flow: row wrap;
}

.footer-top .menu ul>li {
flex: 1 0 auto;
display: flex;
flex-direction: column;
}

.footer-top .menu ul {
display: flex;
flex-flow: row wrap;
width: 100%;
}

.footer-top>* {
width: 100%;
}

.footer-top .menu nav {
width: 100%;
display: flex;
}

.footer-top .menu ul ul {
margin: 0 0 2rem 0;
display: block;
}

.footer-top .menu.first ul li ,
.footer-top .menu ul ul li {
margin-bottom: 12px;
font-family: Raleway,Open Sans,sans-serif;
}

.footer-top .menu.first ul li a,
.footer-top .menu ul ul li a {
font-family: Raleway,Open Sans,sans-serif;
display: inline;
margin: 0 !important;
line-height: 140%;
font-weight: 500;
font-size: 14px;
  cursor:pointer;
}

.footer-top .menu.first ul li a,
.footer-top .menu.primary ul ul li a {
font-weight: 600;
}

.footer-top .menu.first ul li a:hover, .footer-top .menu ul ul li a:hover {
    text-decoration: underline;
}
.top-menu {
display: flex;
}

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

.menu.first {
width: 30%;
}

.menu.second {
flex: 1;
}

@media (min-width: 980px){

footer.footer{
padding-top: 69px;
}

.footer-bottom .certified {
margin-right: 10rem;
}

.footer-top .menu h3 ,
.footer-top .menu ul>li>a {
margin-bottom: 21px;
}

.footer-top .menu.primary h3, .footer-top .menu.primary ul>li>a {
margin-bottom: 20px;
}

.footer-top .menu.primary.first ul li,
.footer-top .menu.primary ul ul li {
margin-bottom: 17px;
}

.footer-top .menu.first ul li a,
.footer-top .menu ul ul li a {
font-size: 16px;
display: inline;
line-height: 16px;
}

}


@media (max-width: 1024px) and (min-width: 768px){

footer.footer {
padding-top: 69px;
}

}


@media(max-width:979px){

.footer-top .menu.first ul li, .footer-top .menu ul ul li {
margin-bottom: 5px;
}

.footer-top .menu ul ul {
margin: 0 0 2.35rem 0;
}

.footer-top .menu h3, .footer-top .menu ul>li>a {
margin-bottom: 17px;
}

.footer-top .title h3 {
margin-bottom: 38px;
}

.footer-top .menu.primary.first ul li, .footer-top .menu.primary ul ul li {
margin-bottom: 18px;
}
.footer-top .menu.primary.first ul li a, .footer-top .menu.primary ul ul li a {
line-height: normal;
}

}


@media(max-width:767px){

.top-menu .menu.second nav>ul>li:nth-child(1) {
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}

.top-menu .menu.second nav>ul>li:nth-child(2){
-ms-flex: 1 1 25%;
flex: 1 1 25%;
}

.footer-top .menu li {
padding-right:5px;
}

.footer-top .menu ul>li {
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}

.menu.first {
width: 100%;
}

.footer-top .title {
display: none;
}

.top-menu {
flex-direction: column;
}

.footer-top .menu h3, .footer-top .menu ul>li>a {
margin-bottom: 11px;
}

.menu.primary.first {
margin: 0 0 2.35rem 0;
}
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
max-width: 1240px;
margin: 0 auto;
padding-left: 3rem;
padding-right: 3rem;
}

.blog-share a:hover {
text-decoration: underline;
}

.blog-footer .inner>div.content {
  padding: 5px 0;
}

.related-post * {
outline: none !important;
}
.related-post {
width: 1px;
min-width: 100%;
}

.related-post ul.slick-dots {
display: none !important;
}

.blog-post .meta p a:hover {
text-decoration: underline;
}

.blog-share {
border-bottom: 1px solid #dde8f2;
margin-bottom: 2rem;
padding-bottom: 2rem;
width: 100%;
}

section.blog-author {
background-color: #f0f0f0;
-js-display: flex;
display: flex;
flex-wrap: wrap;
margin-bottom: 3rem;
padding: 3rem;
width: 100%;
}

section.blog-author figure {
height: 190px;
margin: 0 2rem 0 0;
width: 190px;
border-radius: 50%;
overflow: hidden;
}

.blog-author-content {
flex: 1;
margin-top: 0;
text-align: left;
width: 100%;
}

.blog-author-content h1 {
font-size: 3.2rem;
color: #223454;
font-family: Maitree,Arial,Helvetica,serif;
line-height: 1.3;
padding-right: 4rem;
margin-right: 4rem;
margin-top: 0;
}

.blog-author-content h2 {
margin: 0 0 1.6rem;
font-weight: 400;
font-size: 1.8rem;
line-height: 1.9;
}

.blog-share h4 {
font-size: 1.6rem;
width: 100%;
margin-top: 0;
}

.blog-share a {
color: #009bdb !important;
display: inline-block;
font-size: 1.6rem;
margin-right: 2rem;
}

.blog-share img {
display: block;
margin: 1.6rem auto;
}

.blog-wrap {
padding: 4rem 4rem 0;
font-family: 'Open Sans', serif;
display: flex;
flex-wrap: wrap;
}

.blog-breadcrumb {
display: flex;
flex: 1 1 100%;
flex-flow: row nowrap;
width: 100%;
list-style: none;
flex-wrap: wrap;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
font-family: 'Open Sans', serif;
padding-left: 3rem;
padding-right: 3rem;
margin-bottom:20px;
padding-top: 85px;
}


.blog-breadcrumb li {
position: relative;
margin: 0 1rem;
font-size: 1.5rem;
}

.blog-breadcrumb li:not(:last-child):after {
position: absolute;
content: '>';
margin: 0 .5rem;
color: inherit;
}

.post-item:last-child {
margin-bottom: 0;
}

.featured-item {
border: 2px solid #dde8f2;
border-radius: 25px;
margin-bottom: 4rem;
color: #223454;
display: flex;
flex-wrap: wrap;
padding: 3rem 0;
width: 100%;
box-shadow: 0 10px 20px 1px rgba(90,130,210,.1);
}

.featured-item>h1 {
padding: 0 3rem;
margin: 0;
width: 100%;
font-size: 3.2rem;
color: #223454;
font-family: Maitree,Arial,Helvetica,serif;
line-height: 1.3;
padding-right: 4rem;
margin-right: 7rem;
margin-bottom: 1.6rem;
}

.featured-item .content {
font-size: 1.5rem;
line-height: 2.4rem;
padding: 0 3rem;
}

.blog-post>h1 {
font-size: 3.2rem;
color: #223454;
font-family: Maitree,Arial,Helvetica,serif;
line-height: 1.3;
padding-right: 4rem;
margin-right: 4rem;
margin-bottom: 1.6rem;
font-weight: 600;
margin-top: 0;
}

.post-item {
border-top: 1px solid #f0f0f0;
color: #223454;
display: flex;
flex-wrap: wrap;
padding: 3rem 0;
width: 100%;
box-shadow: 0 10px 20px 1px rgba(90,130,210,.1);
border-radius: .8rem;
margin-bottom: 1rem;
}

.post-item .image {
height: 166px;
width: 300px;
margin:0;
overflow: hidden;
position: relative;
}

.post-item .image img {
height: auto;
left: 50%;
max-height: 100%;
max-width: 100%;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: auto;
}

.post-item .content {
flex: 1;
display: flex;
flex-wrap: wrap;
max-width: 100%;
padding-left:3rem;
}

.post-item header {
width: 100%;
}

.post-item h2 {
font-weight: 600;
font-size: 2rem;
margin-top:0;
padding: 0 7rem 0 0;
color: #223454;
margin-bottom: 1.6rem;
}

.post-item h2 a {
color: inherit;
}

.post-item .excerpt {
width: 100%;
padding-right: 2.5rem;
}

.post-item .excerpt p a{
display: inline-block;
}
.post-item .excerpt p {
font-size: 1.7rem;
line-height: 2.4rem;
font-family: 'Open Sans', serif;
margin:0;
}

.post-item footer {
align-items: center;
align-self: flex-end;
-js-display: flex;
display: flex;
margin-top: 2rem;
width: 100%;
}

.post-item footer figure {
height: 30px;
width: 30px;
border-radius: 50%;
display: inline-block;
margin: 0 1rem 0 0;
overflow: hidden;
}

.post-item footer figure img {
min-height: 100%;
width: 100%;
}

.post-item footer p {
flex: 1;
font-size: 1.375rem;
margin: 0;
font-weight: 400;
line-height: 1.9;
font-family: 'Open Sans',sans-serif;
}

.featured-item>h1 a {
color: inherit;
}

.featured-item .meta {
padding: 0 3rem;
align-items: center;
align-self: flex-end;
-js-display: flex;
display: flex;
width: 100%;
margin: 0 0 1rem;
}

.featured-item .meta figure {
border-radius: 50%;
display: inline-block;
margin: 0 1rem 0 0;
overflow: hidden;
height: 40px;
width: 40px;
}

.featured-item .meta p {
flex: 1;
font-size: 1.375rem;
margin: 0;
font-weight: 400;
line-height: 1.9;    
font-family: 'Open Sans',sans-serif;
}

.read-more a {
background-color: #155bfb;
color: #fff;
box-shadow: 0 5px 12px 3px rgba(90,130,210,.11);
transition: all .35s;
border: 0;
border-radius: 25px;
cursor: pointer;
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: .1rem;
padding: 1.3rem 3rem;
text-align: center;
display: inline-block;
float: none;
}

.featured-item .image {
height: 360px;
margin: 0 0 3rem;
overflow: hidden;
position: relative;
width: 100%;
}

.featured-item .image img {
max-height: none;
transform: translate(-50%,-50%);
height: auto;
left: 50%;
max-width: 100%;
position: absolute;
top: 50%;
width: auto;
}

.blog-index {
flex: 2;
width: 100%;

}

.blog-sidebar {
flex: 1;
margin: 0 0 0 3rem;
max-width: 360px;
min-width: 300px;
}

.blog-breadcrumb li:not(:last-child) {
color: #155bfb;
}

.blog-breadcrumb li:first-child {
margin-left: 0;
}


.blog-index__post img {
max-width: 100%;
height: auto;
}

.blog-pagination {
align-items: center;
border-top: 1px solid #ddd;
color: #223454;
-js-display: flex;
display: flex;
font-size: 1.6rem;
justify-content: space-between;
width: 100%;
font-family: 'Open Sans',serif;
margin: 5rem 0 5rem 0;
padding: 3rem 0 3rem 0;
}

.blog-pagination ul {
padding-left: 0;
list-style: none;
-js-display: flex;
display: flex;
justify-content: space-between;
width: 100%;
}

.blog-pagination ul li {
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
vertical-align: middle;
transition: all .5s ease;
}

.blog-pagination__link {
display: inline-flex;
padding: .25rem .4rem;
margin: 0 .1rem;
color: #494a52;
text-decoration: none;
border: 2px solid transparent;
line-height: 1;
border-radius: 7px;
}
.blog-pagination__link--active {
border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
display: inline-flex;
align-items: center;
}
.blog-pagination__prev-link {
text-align: right;
margin-right: .25rem;
}
.blog-pagination__next-link {
text-align: left;
margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
color: #B0C1D4;
pointer-events: none;
cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
fill: #494a52;
margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
border: 2px solid #B0C1D4;
}

.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;
}

.blog-comments .comment-reply-to {
border: 0 none;
}
.blog-comments .comment-reply-to:hover {
background-color: transparent;
text-decoration: underline;
color: #494A52;
}


.blog-post .featured-image {
margin: 0 0 2rem;
width: 100%;
}

.blog-post .featured-image img {
display: block;
margin: 1.6rem auto;
  width:100%;
}

.comment-date {
display: block !important;
}
button.comment-reply-to.hs-button.secondary {
box-shadow: none !important;
width: auto !important;
margin: 0;
}

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

.hs-blog-post .blog-index {
    padding-right: 1rem;
}

.post-body img {
display: block;
margin: 1.6rem auto;
}

.blog-post .meta {
max-width: 100%!important;
align-items: center;
align-self: flex-end;
-js-display: flex;
display: flex;
margin: 1rem 0;
width: 100%;
}

.blog-post .meta figure {
min-height: 30px !important;
min-width: 30px !important;
border-radius: 50%;
max-width: 30px;
display: inline-block;
margin: 0 1rem 0 0;
overflow: hidden;
max-height: 30px;
}

.blog-post .meta p * {
display: inline-block;
}

.blog-post .meta p {
font-size: 20px;
line-height: 34px;
font-family: 'Maitree', serif;
font-weight: 400;
margin: 0;
}

.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-search input {
background-color: #fff;
border-radius: 25px !important;
color: #223454;
font-size: 1.5rem;
height: 55px;
max-width: 100%;
  -webkit-font-smoothing: antialiased;
padding: 1rem 2rem;
outline: none !important;
width: 100%;
border: 2px solid #155bfb !important;
font-weight: 400;
font-family: arial;
padding-right: 120px;
}

.blog-search form {
position: relative;
}

.blog-search button {
background-color: #155bfb;
cursor: pointer;
border: 2px solid #155bfb;
border-bottom-right-radius: 25px !important;
border-top-right-radius: 25px !important;
color: #fff;
font-size: 1.5rem;
height: 55px;
position: absolute;
right: 0;
top: 0;
padding-right: 2rem;
padding-left: 2rem;
}

.blog-search button svg {
display: none;
}

.blog-search button:after {
content: 'Pesquisar';
font-family: arial;
}

.sidebar-social {
margin-top: 2rem;
}

.sidebar-social>span {
font-size: 1.6rem;
font-family: 'Open Sans', serif;
}

.sidebar-social nav {
margin-top: 2rem;
}

.sidebar-social a {
margin: 0 .5rem;
}

.sidebar-social svg {
width: 30px;
height: 30px;
fill: #223454;
box-shadow: 0 2px 3px 1px rgba(90,130,210,.2);
border-radius: 40px;
margin-bottom: 2rem;
position: relative;
}

.sidebar-form img{
display: block;
}

.sidebar-form {
padding: 10px 50px 50px;
text-align: center;
max-width: 400px;
margin: 0px auto;
}

.sidebar-form .hs-button {
    margin: 0px auto !important;
    -webkit-font-smoothing: antialiased;
}

.sidebar-form .hs-form label {
margin: 0;
}

.sidebar-form .hs-richtext {
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
}

.blog-authors {
margin-top: 3rem;
margin-bottom: 1.6rem;
}

.blog-sidebar h3 {
font-weight: 600;
margin-top: 0;
color: #223454;
margin-bottom: 1.6rem;
font-family: Maitree,Arial,Helvetica,serif;
font-size: 2.5rem;
}

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

.blog-authors ul li {
align-items: center;
border-top: 1px solid #f0f0f0;
padding: 2rem;
transition: all .3s linear;
display: flex;
}

.blog-authors li>figure {
border-radius: 50%;
height: 40px;
margin: 2rem 3rem 1rem 3rem;
overflow: hidden;
width: 40px;
box-shadow: 0 8px 10px 0 rgba(90,130,210,.2);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjIuOSAyNTYuOTYiPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ye2ZpbGw6I2ZmZjtzdHJva2U6IzIyMzQ1NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MTYuNTZweDt9LmNscy0ye3N0cm9rZS1saW5lY2FwOnJvdW5kO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1hdXRob3JfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjExMS40NSIgY3k9Ijc2Ljg5IiByPSI2OC42MSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjgsMjQ4LjY3YTEwMy4xNywxMDMuMTcsMCwwLDEsMjA2LjM0LDAiLz48L2c+PC9nPjwvc3ZnPg==);
background-position: center;
background-size: 50% 100%;
background-repeat: no-repeat;
}

.blog-authors .info {
display: flex;
flex-direction: column;
justify-content: center;
}

.blog-authors h4 {
font-weight: 300;
color: #223454;
font-size: 2rem;
margin: 0 0 .1rem;
margin-top: 0;
}

.blog-authors .info {
color: #155bfb;
font-size: 1.3rem;
font-weight: 400;
}

.blog-authors li>figure {
border-radius: 50%;
height: 40px;
margin: 2rem 3rem 1rem 3rem;
overflow: hidden;
width: 40px;
box-shadow: 0 8px 10px 0 rgba(90,130,210,.2);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjIuOSAyNTYuOTYiPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ye2ZpbGw6I2ZmZjtzdHJva2U6IzIyMzQ1NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MTYuNTZweDt9LmNscy0ye3N0cm9rZS1saW5lY2FwOnJvdW5kO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1hdXRob3JfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjExMS40NSIgY3k9Ijc2Ljg5IiByPSI2OC42MSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjgsMjQ4LjY3YTEwMy4xNywxMDMuMTcsMCwwLDEsMjA2LjM0LDAiLz48L2c+PC9nPjwvc3ZnPg==);
background-position: center;
background-size: 50% 100%;
background-repeat: no-repeat;
}

.blog-authors .info {
display: flex;
flex-direction: column;
justify-content: center;
}

.blog-authors h4 {
font-weight: 300;
color: #223454;
font-size: 2rem;
margin: 0 0 .1rem;
margin-top: 0;
}

.blog-authors .info {
color: #155bfb;
font-size: 1.3rem;
font-weight: 400;
}

.latest-post h3 {
padding-bottom: 1rem;
border-bottom: 2px solid #f0f0f0;
font-weight: 600;
margin-top: 0;
color: #223454;
margin-bottom: 1.6rem;
font-family: Maitree,Arial,Helvetica,serif;
}

.latest-post ul {
display: flex;
flex-flow: column wrap;
list-style: none;
margin-left: 0;
padding-left: 0;
margin: 20px 0;
}

.latest-post ul li {
flex-direction: row;
display: flex;
flex: 1 1 auto;
padding-bottom: 2rem;
margin-bottom: 2rem;
border-bottom: 2px solid #f0f0f0;
}

.latest-post .info {
display: flex;
flex-flow: column wrap;
flex: 1 1 75%;
padding-left: 2rem;
}

.latest-post figure {
flex: 0 1 25%;
margin: 0;
display: flex;
flex-flow: column wrap;
}

.latest-post h4 {
font-size: 1.7rem;
font-weight: 600;
margin-bottom: 1rem;
line-height: 100%;
margin-top: 0;
color: #223454;
}

.latest-post h4 a {
color: inherit;
}

.latest-post .date {
margin-bottom: .5rem;
margin-top:0;
font-size: 1.5rem;
color: #4c5d6a;
font-weight: 600;
line-height: 95%;
font-family: Maitree,Arial,Helvetica,serif;
}

.latest-post .read-more {
font-size: 1.5rem;
font-family: Maitree,Arial,Helvetica,serif;
line-height: 95%;
color: #0057ff;
font-weight: 600;
margin-bottom: 1rem;
}

.featured-item .meta a:hover {
text-decoration: underline;
}

.featured-item .meta a:hover {
text-decoration: underline;
}

.featured-item .content p {
margin: 0 0 1.6rem;
font-weight: 400;
font-family: 'Open Sans', serif;
font-size: 1.8rem;
line-height: 1.9;
}

.read-more a:hover {
transform: perspective(2px) translate3d(2px,2px,0);
background-color: #155bfb;
color: #fff;
box-shadow: 0 5px 12px 3px rgba(90,130,210,.11);
}

.blog-pagination a {
color: inherit !important;
}

.blog-authors.open li {display: flex !important;}

.blog-footer {
position: relative;
background: none;
padding: 20px;
text-align: center;
margin: 0 auto;
width: 100%;
white-space: normal;
padding-top: 4px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 11px;
}

.blog-footer .inner {
display: flex;
width: 100%;
align-items: center;
background: #000000;
border-radius:8px;
overflow:hidden;
}


.blog-footer .content p {
color: #fff;
font-size: 22px;
font-family: Raleway;
font-weight: 600;
margin: 0;
text-align: left;
line-height: 27px;
margin-bottom: 4px;
}

.blog-footer .content p:last-child {
margin: 0;
}

.blog-footer .content p:last-of-type {
margin: 0;
}

.blog-footer .inner>div {
display: inline-block;
width: 50%;
}

.blog-footer .image img {
width: 88%;
vertical-align: middle;
}

.related-post h6 {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: rgba(34,59,74,.5);
line-height: 1;
font-family: "Helvetica Neue",arial,sans-serif;
}

.related-post h6 strong {
color: #413a3a;
}

.related-post button.slick-arrow {
position: absolute;
background: rgba(255,255,255,.7);
color: rgba(0,0,0,.55);
line-height: .9;
height: 50px;
top: calc(50% - 25px);
border: 1px solid #e7e9ee;
border-radius: 3px;
padding: 8px;
backdrop-filter: blur(2px);
opacity: 0;
transition: all 250ms ease-in-out;
cursor: pointer;
outline: 0;
z-index: 99999;
font-size: 0;
font-weight: 400;
font-family "Helvetica Neue", arial, sans-serif;
font-size 36px
}

.related-post:hover button.slick-arrow {
opacity: 1;
}

.related-post .slick-prev:before {content: '❮';font-size: 36px;}

.related-post button.slick-arrow.slick-prev {
left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding-left: 4px;
}

.related-post button.slick-arrow.slick-next {
right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-right: 4px;
}

.related-post button.slick-arrow:hover {
background: rgba(255,255,255,.8);
color: rgba(0,0,0,.65);
backdrop-filter: blur(6px);
opacity: 1;
}

.related-post .slick-next:after {font-size: 36px;content: '❯';}

.related-post .item {
position: relative;
display: inline-block;
background: #fff;
width: 200px !important;
height: 200px;
border: 1px solid #e7e9ee;
border-radius: 6px;
justify-content: space-between;
vertical-align: middle;
transform: translate3d(0,0,0);
transition: all .2s ease-in-out;
margin: 0 4px;
cursor: pointer;
transform-style: preserve-3d;
backface-visibility: hidden;
}

.related-post header {
position: relative;
width: 100%;
height: 50%;
overflow: hidden;
transition: all .2s linear;
display: block;
}

.related-post .item ul {
color: rgba(30,55,70,.5);
font-size: 12px;
width: 90%;
margin: 8px 5%;
text-overflow: ellipsis;
overflow: hidden;
transition: all 150ms linear 50ms;
padding: 0;
}

.related-post .item ul li {
display: inline;
font-weight: 500;
line-height: 1.2;
}

.related-post .item ul li:not(:first-child):before {
content: '\2022';
position: relative;
font-size: 10px;
top: -1px;
padding-right: 4px;
opacity: .9;
}

.related-post .item h3 {
position: absolute;
color: rgba(255,255,255,.95);
font-size: 16px;
font-weight: 700;
text-shadow: 0 0.5px 2px rgba(0,0,0,.35);
width: 90%;
left: 5%;
bottom: 0;
white-space: normal;
margin: 8px auto;
display: block;
line-height: 1.25;
max-height: calc(2.5em);
overflow: hidden;
font-family: "Helvetica Neue",arial,sans-serif;
}


.related-post header .image {
position: relative;
width: 100%;
height: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
overflow: hidden;
transition: all .2s ease-in-out;
-webkit-mask-image: -webkit-radial-gradient(white,#000);
}

.related-post header .image img {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: calc(100px);
object-fit: cover;
transform: translate(-50%,-50%);
transition: all .2s linear;
}

.related-post header .image .overlay {
position: absolute;
background: linear-gradient(to top,rgba(0,0,0,.35) 10%,rgba(0,0,0,.1) 60%,transparent 90%);
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.related-post .item:hover {
transform: translate3d(0,-2px,0);
}

.related-post .excerpt {
line-height: 1.3;
max-height: calc(3.9em);
padding-top: 0;
color: #333;
width: 90%;
margin: 0 5% 6px;
font-size: 14px;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.blog-footer .button{
padding-top: 15px;
padding-right: 0px;
padding-bottom: 0px;
}

button.show-more {
font-weight: 600;
color: #223454;
margin-bottom: 5px;
font-family: Maitree,Arial,Helvetica,serif;
background: 0;
border-width: 0;
outline: 0;
font-size: 2rem;
cursor: pointer;
margin-top: 5px;
}

.blog-comments {
width: 100%;
max-width: 767px;
margin-bottom: 50px;
}


.blog-pagination li.active {
background-color: #155bfb;
color: #fff !important;
font-weight: 700;
cursor: default;
}

.blog-authors ul li:nth-child(n+5) {
display: none;
}

.blog-pagination li:hover{
background-color: #dde8f2;
}

.post-item footer p a:hover {
text-decoration: underline;
}

.post-item .excerpt p a:hover {
text-decoration: underline;
}

.blog-authors .info a:hover {
text-decoration: underline;
}

@media(max-width:1023px){

.featured-item .image {
height: 27vh;
}

.blog-breadcrumb {
margin-bottom: 18px;
}

.post-item .image {
height: 27vw;
margin: 0 0 3rem;
width: 100%;
}

}

@media(max-width:820px){

.blog-index {
width: 100%;
}

.blog-sidebar {
width: 100%;
margin: 0;
max-width: 100%;
min-width: auto;
}

.blog-wrap {
flex-direction: column;
}

.featured-item>h1 {
margin-right: 0;
}

}



@media(max-width:767px){

.latest-post h4 {
font-size: 2rem;
line-height: 100%;
}

.blog-footer .inner>div {
width: 100% !important;
}

.blog-footer .inner {
flex-wrap: wrap;
}

.blog-footer .inner>div.content {
padding: 0px 15px 15px;
}

.blog-footer {
padding: 4px 0;
}

.post-item .image {
height: 50vw;
margin: 2rem 0 3rem;
overflow: hidden;
position: relative;
width: 100%;
}

}

@media(max-width:567px){

.blog-wrap {
padding: 4rem 0 0;
}


.blog-breadcrumb {
margin-bottom: 16px;
padding-top: 84px;
}


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
overflow: auto;
}

.featured-item .image {
height: 50vw;
margin: 0 0 3rem;
width: 100%;
}


}


@media(max-width:469px){

section.blog-author figure {
border-radius: 50%;
height: 120px;
margin: 0 auto;
overflow: hidden;
width: 120px;
}

.blog-author-content h1 {
padding: 0;
text-align: center;
margin: 0;
}

.blog-author-content {
flex: 100%;
}

.blog-author-content {
margin-top: 2rem;
text-align: center;
}

}
