/* ******************************************************************************
*********************************************************************************
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 {
  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: "FontAwesome";
  src: url("https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/GMO_Research_October2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/Fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/Fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/Fonts/fontawesome-webfont.ttf) format("truetype"), 
    url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/Fonts/fontawesome-webfont.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}


html {
  font-size: 100%;
  

}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;

  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Anchor Links */
a {
  color: #0270E0;

    text-decoration: underline;
}
a:hover, a:focus {
  
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.25;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.25;
}

h5 {
  font-size: 1rem;
  line-height: 1.25;
}

h6 {
  font-size: .9rem;
  line-height: 1.25;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

blockquote {
  line-height: 1.5rem;
  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;
}

:focus {
  outline: auto;
  
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;

  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  

  white-space: normal;
  font-size: 21px;
  line-height: normal;
  font-weight: 700;
  font-family: "Roboto", Helvetiva, Arial, sans-serif;
  text-decoration: none !important;
  margin: 10px 0px;
}

.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 {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-form label {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  font-family: "Roboto", Helvetiva, Arial, sans-serif;
  margin: 0;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;

  width: 100%;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #999999;
  border-radius: 3px;
  line-height: normal;
  color: #303030;
  height: 32px;
  font-weight: 400;
  font-size: 16px;
}
.hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}
.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-form-field {
  margin-bottom: 18px;
}

div#hs-search-module form input {
  margin-bottom: 18px;
}
.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;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}



form ul.no-list.hs-error-msgs label.hs-error-msg, 
form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element{
  line-height: 2;
  margin-bottom: 1rem;
  padding: 0.9375rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #f05b28;
  border-radius: 3px;
  
    display: inline-block;
}

@media screen and (min-width: 40em){
form ul.no-list.hs-error-msgs label.hs-error-msg, 
  form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    padding: 1.25rem 1.5625rem;
    font-size: 1rem;
  }

}


@media screen and (min-width: 76.875em){
form ul.no-list.hs-error-msgs label.hs-error-msg,
  form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    font-size: 1.125rem;
  }

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


.lp .mobile-menu {
    opacity: 0;
    visibility: hidden;
}

.lp .f-select-language {
    opacity: 0;
    visibility: hidden;
}


.lp .f-social-link {
    opacity: 0;
    visibility: hidden;
}
.body-container-wrapper.lp-wrap {
    margin-top: 103px;
}
@media(max-width:1229px){
.body-container-wrapper.lp-wrap {
    margin-top: 69px;
}
}


@media(max-width:639px){
.lp .f-select-language {
    display: none;
}
  
.body-container-wrapper.lp-wrap {
    margin-top: 69px;
}
  
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header__container {

  max-width: 1200px;
  margin: 0 auto;

}



/* Styles for the Logo */



/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

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

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

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

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */



/* Mobile Styles */

@media (max-width: 1229px) {

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

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

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

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

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

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

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

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

  .header__close--toggle.show {
    display: block;
  }
}


/* header-keep-css */
.gmoGroupHeader {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 29px;
  background: #fafafa;
  border-bottom: 1px solid #c8c8c8;
  z-index: 10;
  line-height: 1;
  font-size: 12px;

  transition: all .8s ease;
}
.gmoGroupHeader_SPB {
  display: none;
  font-family: "segoe ui",meiryo,"yu gothic","hiragino kaku gothic pron",sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.gmoGroupHeader_keepdistance {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  font-family: "segoe ui",meiryo,"yu gothic","hiragino kaku gothic pron",sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.gmoGroupHeader_keepdistance a {
  color: #005bac;
}

.gmoGroupHeader a {
  font-family: "segoe ui",meiryo,"yu gothic","hiragino kaku gothic pron",sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.gmoGroupHeader_keepdistance>a {
  display: block;
  padding: 4px 16px 4px 11px;
}

.gmoGroupHeader a:link, .gmoGroupHeader a:visited {
  text-decoration: underline;
}
.gmoGroupHeader_keepdistance img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  width: 184px;
  height: 20px;
  border: 0;
}

.gmoGroupHeader_menuBtn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 185px;
  height: 29px;
  width: 28px;
  border-bottom: 1px solid #c8c8c8;
}

.gmoGroupHeader-keepdistance .gmoGroupHeader_menuBtn {
  right: 211px;
}

.gmoGroupHeader div, .gmoGroupHeader span, .gmoGroupHeader a {
  font-family: "segoe ui",meiryo,"yu gothic","hiragino kaku gothic pron",sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.gmoGroupHeader_menuBtn>svg {
  width: 100%;
  height: 100%;
}

.gmoGroupHeader_menuBtn>svg>circle {
  fill: #005bac;
}

.gmoGroupHeader_pickup {
  text-align: left;
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 5px;
  right: 213px;
  height: 18px;
  overflow: hidden;
}

.gmoGroupHeader-keepdistance .gmoGroupHeader_pickup {
  right: 239px;
}

.gmoGroupHeader_pickup>div {
  vertical-align: top;
  display: inline-block;
  line-height: 18px;
  max-width: 100%;
  text-align: left;
}

.gmoGroupHeader div, .gmoGroupHeader span, .gmoGroupHeader a {
  box-sizing: border-box;
}

.gmoGroupHeader_pickup>div>a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 18px;
  font-size: 12px;
  text-overflow: ellipsis;
}

.gmoGroupHeader_pickup>div>a:link, .gmoGroupHeader_pickup>div>a:visited {
  color: #4d4d4d;
  text-decoration: none;
}

.gmoGroupHeader_pickup_ico-blue, .gmoGroupHeader_pickup_ico-red {
  display: inline-block;
  height: 18px;
  height: 100%;
  padding: 0 0.5em;
  margin-right: 0.6em;
  vertical-align: top;
  line-height: 18px;
  font-size: 10px;
}

.gmoGroupHeader_pickup_ico-blue {
  background-color: #005bac;
  color: #fff;
}

.gmoGroupHeader_pickup_ico-blue:after, .gmoGroupHeader_pickup_ico-red:after {
  content: "\3E";
  font-family: Arial,sans-serif;
  margin-left: 0.5em;
}

.gmoGroupHeader_menu {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  top: 29px;
}

.gmoGroupHeader_serviceWrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 850px;
  max-width: 100%;
  border-style: solid;
  border-color: #005bac;
  border-width: 4px 4px 0;
  background: #fff;
}

/* gmoGroupHeader-inner-css-mata */


.gmoGroupHeader_menuBtn-open {
  background: #005bac;
  border-color: #005bac;
}

.gmoGroupHeader_menuBtn-open:hover {
  background: #004798;
  border-color: #004798;
}

.gmoGroupHeader_menuBtn-open>svg {
  display: none;
}

.gmoGroupHeader_menuBtn-open:before, .gmoGroupHeader_menuBtn-open:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
}

.gmoGroupHeader_menuBtn-open:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.gmoGroupHeader_menuBtn-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}


.gmoGroupHeader_menuBtn-open+.gmoGroupHeader_menu {
  display: block;

}

.gmoGroupHeader_menu {}

.gmoGroupHeader_service {
  position: absolute;
  right: 0;
  top: 24px;
  width: 100%;
}

.gmoGroupHeader_service-active {
  position: relative;
  z-index: 4;
  margin-bottom: 24px;
}

.gmoGroupHeader_service_label {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -24px;
  width: 50%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  border-left: 2px solid #005bac;
  background: #dcdcdc;
  white-space: nowrap;
}

.gmoGroupHeader_service-active .gmoGroupHeader_service_label {
  cursor: default;
  background: #fff;
  color: #005bac;
}

.gmoGroupHeader_service-global .gmoGroupHeader_service_label {
  left: 0%;
}

.gmoGroupHeader_service:first-child .gmoGroupHeader_service_label {
  border-left: 0;
}

.gmoGroupHeader_service_label>svg {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

.gmoGroupHeader_service_content {
  display: none;
  overflow: auto;
  text-align: left;

  overflow-y: auto;
  text-align: left;
  height: 100%;
  max-height: calc(100vh - 91px);
}

.gmoGroupHeader_service-active .gmoGroupHeader_service_content {
  display: block;
}

.gmoGroupHeader_service-global .gmoGroupHeader_service_content {
  padding-left: 7.6%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gmoGroupHeader_service_content:after {
  content: "";
  display: block;
  clear: both;
}

.gmoGroupHeader_countries {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.25;
}

.gmoGroupHeader_countries>div {
  width: 24.8%;
  padding-left: 38px;
  padding-bottom: 20px;
}

.gmoGroupHeader_countries_head {
  position: relative;
  line-height: 28px;
  font-size: 12px;
  color: #646464;
  white-space: nowrap;
  margin-bottom: 6px;
  letter-spacing: 0;
}

.gmoGroupHeader_countries_head>span {
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -14px;
  display: inline-block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px #b6b6b6;
  -moz-box-shadow: 0 0 0 1px #b6b6b6;
  box-shadow: 0 0 0 1px #b6b6b6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
}



.gmoGroupHeader_countries_link {
  height: 6.6em;
  font-size: 12px;
}

.gmoGroupHeader_countries_link>div {
  font-size: inherit;
  padding-top: .4em;
}

.gmoGroupHeader_countries_link>div a {
  font-size: inherit;
}

.gmoGroupHeader_countries_link>div a:link, .gmoGroupHeader_countries_link>div a:visited {
  color: #646464;
}
.gmoGroupHeader_countries_head-in>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/in.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-ae>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/ae.png) no-repeat center center;
  background-size: cover;
}

.gmoGroupHeader_countries_head-au>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/au.png) no-repeat center center;
  background-size: cover;
}

.gmoGroupHeader_countries_head-cn>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/cn.png) no-repeat center center;
  background-size: cover;
}

.gmoGroupHeader_countries_head-hk>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/hk.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-jp>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/jp.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-mm>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/mm.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-ph>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/ph.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-sg>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/sg.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-th>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/th.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-vn>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/vn.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-be>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/be.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-de>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/de.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-es>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/es.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-fr>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/fr.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-nl>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/nl.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-ru>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/ru.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-gb>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/gb.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-us>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/us.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-br>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/br.png) no-repeat center center;
  background-size: cover;
}
.gmoGroupHeader_countries_head-la>span {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/la.png) no-repeat center center;
  background-size: cover;
}


.gmoGroupHeader_menuFoot {
  position: relative;
  background: #005bac;
  line-height: 1.6;
  font-size: 12px;
  color: #fff;
  padding-left: 15px;
  padding: 8px 12px;
}
.gmoGroupHeader_menuFoot:after {
  content: "";
  display: block;
  clear: both;
}
.gmoGroupHeader_menuFoot_forall {
  float: none;
  text-align: center;
}
.gmoGroupHeader_countries_link>div a:hover {
  color: #005bac;
}

.gmoGroupHeader_service-culture .gmoGroupHeader_service_label {
  left: 50%;
  width: 50%;
}
.gmoGroupHeader_culture {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

.gmoGroupHeader_culture_link {
  position: relative;
  float: left;
  width: 50%;
  padding: 20px;
}

.gmoGroupHeader_culture_link:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -150px;
  display: block;
  height: 156px;
  width: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gmoGroupHeader_culture_link a {
  position: relative;
  z-index: 6;
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 171px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.gmoGroupHeader_service-culture .gmoGroupHeader_service_content {
  padding-top: 56px;
  padding-bottom: 56px;
}
.gmoGroupHeader_culture_link a:hover {
  color: #005bac;

  text-decoration: none;
}
.gmoGroupHeader_culture_link a:link, .gmoGroupHeader_culture_link a:visited {
  color: #646464;
}
.gmoGroupHeader_culture_link-athletes:before {
  background-image: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/athletes.jpg);
}
.gmoGroupHeader_culture_link-swim:before {
  background-image: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/swim.jpg);
}

.gmoGroupHeader_culture_link-childfund:before {
  background-image: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/childfund.jpg);
}

.gmoGroupHeader_culture_link-yunomaru:before {
  background-image: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/yunomaru.jpg);
}
.gmoGroupHeader_culture_link a:hover {
  color: #005bac !important;
}

.gmoGroupHeader_service_label:hover {
    background: #ececec;
}

.gmoGroupHeader_service-active .gmoGroupHeader_service_label:hover {
    background: #fff;
}

.gmoGroupHeader a:hover {
    text-decoration: none;
}













@media (min-width: 769px){
  .gmoGroupHeader_pickup>div>a:hover {
    color: #005bac;
    text-decoration: underline;
  }

  .gmoGroupHeader_pickup>div>a:hover .gmoGroupHeader_pickup_ico-blue{
    background: #004798;
  }
  .gmoGroupHeader_menuBtn:not(.gmoGroupHeader_menuBtn-open):hover {
    background: #ebebeb;
  }

}



@media(max-width:768px) and (min-width:640px){
  .gmoGroupHeader_countries>div {
    width: 33%;
  }
}



/* max-width-css-group-mobile */

@media(max-width:639px){
  .gmoGroupHeader {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    border: 0;
    border-top: .26667vw solid #c8c8c8;
    font-size: 3.46667vw;
  }

  .gmoGroupHeader_SPB {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    z-index: -1;
    visibility: hidden;
  }

  .gmoGroupHeader_pickup>div {
    display: block;
    line-height: 1;
  }

  .gmoGroupHeader_pickup>div>a {
    line-height: 1;
    font-size: 3.2vw;
    padding: 3.2vw;
    min-height: 48px;
    font-size: 2.66667vw;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .scroll-header .gmoGroupHeader {
    visibility: visible;
    opacity: 1;
  }

  .gmoGroupHeader {
    transition: unset;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .gmoGroupHeader_pickup_ico-blue {
    min-width: 7em;
    text-align: center;
    position: relative;
    line-height: 1;
    height: auto;
    padding: 0.3em;
    padding-right: 1.5em;
    vertical-align: baseline;
    font-size: 2.4vw;
    margin-right: 0.6em;
    width: auto;
  }

  .gmoGroupHeader_pickup_ico-blue:after, .gmoGroupHeader_pickup_ico-red:after {
    position: absolute;
    right: 0.4em;
  }

  .gmoGroupHeader_menu {
    position: relative;
    top: 0;
    width: 100%;
  }

  .gmoGroupHeader-keepdistance .gmoGroupHeader_menuBtn {
    position: relative;
    width: 13.6vw;
    height: 13.6vw;
    right: 0 !important;
    top: 0;
    border-bottom: 0;
    right: 0;
  }

  .gmoGroupHeader_menuBtn>svg {
    width: 75%;
    height: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .gmoGroupHeader_keepdistance {
    position: static;
    width: calc(100% - 13.6vw);
    height: 13.6vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .gmoGroupHeader_keepdistance>a {
    width: 68.26667vw;
    padding: 1.33333vw 2.93333vw;
  }

  .gmoGroupHeader_keepdistance>a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .gmoGroupHeader_pickup {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    border-top: .26667vw solid #e6e6e6;
  }

  .gmoGroupHeader-keepdistance .gmoGroupHeader_pickup {
    right: 0;
  }



  .gmoGroupHeader_menuBtn-open:before, .gmoGroupHeader_menuBtn-open:after {
    width: .53333vw;
    height: 7.46667vw;
    opacity: 1;
  }

  .gmoGroupHeader_serviceWrap {
    position: relative;
    width: auto;
    border: 0;
  }

  .gmoGroupHeader_service {
    position: relative;
    top: 0;
  }

  .gmoGroupHeader_service-active {
    margin-bottom: 0;
  }

  .gmoGroupHeader_service_label {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 4vw;
    padding-right: 10.66667vw;
    line-height: 1.2;
    position: relative;
    top: 0;
    text-align: left;
    white-space: normal;
    font-size: 4.8vw;
    border-left: 0;
    border-bottom: .26667vw solid #004798;
  }

  .gmoGroupHeader_service_label {
    padding: 4.66667vw 10.66667vw 4.66667vw 5.06667vw;
    font-size: 3.73333vw;
    letter-spacing: -0.04em;
  }

  .gmoGroupHeader_service_label, .gmoGroupHeader_service-active 
  .gmoGroupHeader_service_label {
    cursor: pointer;
    background: #005bac;
    color: #fff;
  }

  .gmoGroupHeader_service-japan .gmoGroupHeader_service_label,
  .gmoGroupHeader_service-culture .gmoGroupHeader_service_label,
  .gmoGroupHeader_service-global .gmoGroupHeader_service_label {
    left: 0%;
    width: auto;
  }

  .gmoGroupHeader_service_label>svg {
    display: block;
    position: absolute;
    right: 3.33333vw;
    top: 50%;
    width: 6.49275vw;
    height: 3.73333vw;
    margin-top: -1.86667vw;
  }

  .gmoGroupHeader_service_label>svg>polyline {
    stroke: #fff;
    fill: none;
    stroke-width: 4;
    stroke-linecap: square;
    stroke-linejoin: miter;
  }

  .gmoGroupHeader_service_content {
    overflow: visible;
    max-height: initial !important;
  }

  .gmoGroupHeader_service_content, .gmoGroupHeader_service-active
  .gmoGroupHeader_service_content {
    display: none;
  }

  .gmoGroupHeader_service-japan .gmoGroupHeader_service_content, 
  .gmoGroupHeader_service-global .gmoGroupHeader_service_content, 
  .gmoGroupHeader_service-culture .gmoGroupHeader_service_content {
    padding: 0;
  }

  .gmoGroupHeader_countries {
    display: block;
    margin-bottom: -.26667vw;
  }

  .gmoGroupHeader_menuFoot {
    display: none;
  }

  .gmoGroupHeader_countries>div {
    width: auto;
    height: auto;
    padding: 0;
  }

  .gmoGroupHeader_countries_head {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 13.86667vw;
    padding: 5.33333vw;
    padding-left: 16vw;
    line-height: 1.25;
    font-size: 3.46667vw;
    white-space: normal;
    margin-bottom: 0;
    border: 0;
    border-top: .26667vw solid #e6e6e6;
    background: #fafafa;
  }

  .gmoGroupHeader_countries_head:before, .gmoGroupHeader_countries_head:after {
    content: "";
    height: 2.66667vw;
    width: 2.66667vw;
    position: absolute;
    right: 5.33333vw;
    top: 50%;
    margin-top: -1.33333vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .gmoGroupHeader_countries_head:before {
    background-image: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/vl.svg);
  }

  .gmoGroupHeader_countries_head:after {
    background-image: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/hl.svg);
  }
  .gmoGroupHeader_countries_head>span {
    left: 5.33333vw;
    margin-top: -3.86667vw;
    width: 7.73333vw;
    height: 7.73333vw;
    -webkit-box-shadow: 0 0 0 0.26667vw #b6b6b6;
    -moz-box-shadow: 0 0 0 .26667vw #b6b6b6;
    box-shadow: 0 0 0 0.26667vw #b6b6b6;
  }

  .gmoGroupHeader_countries_link {
    height: auto;
    display: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: .26667vw solid #f5f5f5;
    margin-bottom: -.26667vw;
  }

  .gmoGroupHeader_countries_link>div {
    padding-left: 0;
    padding-top: 0;
    border-bottom: .26667vw solid #f5f5f5;
    width: 50%;
  }

  .gmoGroupHeader_countries_link>div:nth-child(odd) {
    border-right: .26667vw solid #f5f5f5;
  }

  .gmoGroupHeader_countries_link>div a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 13.86667vw;
    padding: 5.33333vw;
    font-size: 3.2vw;
  }

  .gmoGroupHeader_service_content, .gmoGroupHeader_service-active
  .gmoGroupHeader_service_content {}

  .gmoGroupHeader_culture {
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fafafa;
  }

  .gmoGroupHeader_culture_link {
    width: 50%;
    height: 29.86667vw;
    border-top: .26667vw solid transparent;
    padding: 0;
  }

  .gmoGroupHeader_culture_link:before {
    height: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .gmoGroupHeader_culture_link a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 3.2vw;
    background: rgba(0,0,0,0.4);
    line-height: 1.5;
  }

  .gmoGroupHeader_culture_link a:link, .gmoGroupHeader_culture_link a:visited {
    color: #fff;
  }

  .gmoGroupHeader_culture_link a>span {
    text-decoration: inherit;
  }

  .gmoGroupHeader_culture_link:nth-child(even) {
    border-left: .26667vw solid transparent;
  }

  .gmoGroupHeader_culture_link a>span>span {
    display: inline-block;
    text-decoration: inherit;
  }

  .gmoGroupHeader_menuBtn-open:hover {
    background: #005bac;
    border-color: #005bac;
  }

  .gmoGroupHeader_service-activeSP .gmoGroupHeader_service_content {
    display: block;
  }
  .gmoGroupHeader_service-activeSP .gmoGroupHeader_service_label>svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .gmoGroupHeader_culture_link a:hover {
    color: #fff !important;
  }


  .gmoGroupHeader_countries_head-open+.gmoGroupHeader_countries_link {
    display: -webkit-flex;
    display: flex;
  }

  .gmoGroupHeader_countries_head-open:before {
    display: none;
  }

  .gmoGroupHeader_countries_link>div a {
    color: #646464 !important;
  }

.gmoGroupHeader_service-active .gmoGroupHeader_service_label:hover {
    background: #005bac;
}

.gmoGroupHeader_service_label:hover {
    background: #005bac;
}
.gmoGroupHeader_countries_link>div a:hover {
    text-decoration: underline;
}
  .gmoGroupHeader_culture_link a:hover {
    text-decoration: underline;
}
}





















/* header-css */
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #13245a;
}



.header-top {
  padding: 0.625rem 0;
}

.header-top > .header__container {
  padding: 0;
}

.header-top > .header__container:after,.header-top > .header__container:before {
  content: ' ';
  display: table;
}




.logo-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 58.33333%;
}

.logo-wrapper h1.logo {
  font-weight: bold;
  color: #13245a;
  font-size: 1rem;
  line-height: 1;
  margin: 0.9375rem 0 0 0.9375rem;
}



.logo-wrapper h1.logo img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  width: 100% !important;
  transition: width 0.5s;
}




.mobile-menu {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 41.66667%;
  text-align: right;
}





.mobile-menu p {
  display: inline;
  margin: 0;
}

.mobile-menu a.select-language {
  display: inline-block;
  margin: 0 0 0;
  width: 22px;
  height: 22px;
}

.mobile-menu a.select-language img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  width: 100%;
}

.mobile-menu #openMenu {
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  margin: 0 0 0 1.875rem;
  width: 48px;
  height: 48px;
}

.mobile-menu #openMenu img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.header-right-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: right;
}



.header-right-content .header-nav {
  display: block;
}

.header-right-content .header-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2;
}

.header-right-content .header-nav ul:after,.header-right-content .header-nav ul:before {
  content: ' ';
  display: table;
}

.header-right-content .header-nav ul:after {
  clear: both;
}

.header-right-content .header-nav ul > li {
  font-size: inherit;
  vertical-align: middle;
  display: table-cell;
  float: right;
}

.header-right-content .header-nav ul > li .contact {
  line-height: 1;
  display: block;
  width: 9.3125rem;
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #ffffff;
  background-color: #0027a1;
  border-radius: 3px;
  padding: 1.125rem 1rem;
}

.header-right-content .header-nav ul > li .contact strong {
  font-weight: bold;
  line-height: inherit;
  display: block;
  margin: 0 0 0.3125rem;
  font-size: 1rem;
}

.header-right-content .header-nav ul > li .contact:hover {
  color: #ffffff;
  background-color: #1e90ff;
  text-decoration: none;
}

.header-right-content .header-nav ul > li .select-language {
  line-height: 1;
  display: block;
  padding: 0;
  font-size: 0.875rem;
  color: #0027a1;
  margin: 1.5625rem 1.875rem 0 2.8125rem;
  position: relative;
  font-family: "Roboto", sans-serif;
  margin-top: 22px;
}

.header-right-content .header-nav ul > li .select-language:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -30px;
  width: 1.25rem;
  height: 1.25rem;
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/icon_select_language.png) no-repeat center center;
  background-size: cover;
}

.header-right-content .header-nav ul > li .select-language:hover:before {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/icon_select_language_active.png) no-repeat center center;
  background-size: cover;
}

.header-right-content .header-nav ul > li .select-language:hover {
  color: #1e90ff;
  text-decoration: none;
}

.header-right-content .header-nav ul > li .search {
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  margin: 0.625rem 0.3125rem 0;
  padding: 0.625rem;
}

.header-right-content .header-nav ul > li .search img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  width: 1.375rem;
  height: auto;
}

.header-right-content .header-nav ul > li.search-area {
  overflow: hidden;
}

.header-right-content .header-nav ul > li.search-area form {
  max-width: 100%;
}

.header-right-content .header-nav ul > li.search-area form div#searchForm {
  margin: 0;
  padding: 0;

}
.search-open .header-right-content .header-nav ul>li.search-area form div#searchForm {
  display: block;
}
.header-right-content .header-nav ul > li.search-area form div#searchForm .search-form {
  width: 100%;
  display: table;
  margin: 1.25rem 0 0;
}
.header-right-content .header-nav ul>li.search-area form div#searchForm .search-form input.form-text:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.header-right-content .header-nav ul > li.search-area form div#searchForm .search-form input.form-text {
  color: inherit;
  font: inherit;
  margin: 0;
  margin-bottom: 0;
  display: table-cell;
  width: 177px;
  padding: 0.125rem;
  font-size: 1rem;
  line-height: normal;
  border: 1px solid #999999;
  border-radius: 0;
}

.header-right-content .header-nav ul > li.search-area form div#searchForm .search-form input.form-button {
  border-radius: unset;
  font: inherit;
  margin: 0;
  line-height: normal;
  display: table-cell;
  padding: 0.1875rem 0.625rem;
  color: #ffffff;
  background-color: #13245a;
  border: none;
  cursor: pointer;
}

.header-right-content .header-nav ul>li.search-area form div#searchForm {
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search-open .header-right-content .header-nav ul>li.search-area form div#searchForm {
    display: block;
    width: 100%;
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header-right-content .header-nav ul > li.search-area form div#searchForm .search-form input.form-button:hover {
  background-color: #1e90ff;
}
.header-right-content .header-nav ul>li .search .search_on {
  display: none;
}

.header-right-content .header-nav ul>li .search:hover .search_off {
  display: none;
}

.header-right-content .header-nav ul>li .search:hover .search_on {
  display: block;
}

.header-right-content .header-nav ul>li .search {
  cursor: pointer;
}





/* desktop-menu-css */
.header-bottom {
  background-color: #13245a;
}

.custom-menu-primary {
  text-align: center;
  line-height: 0.85;
}

.custom-menu-primary ul.submenu.level-1 {
  line-height: 2;
}

.custom-menu-primary ul.submenu.level-1 > li {
  font-size: inherit;
  vertical-align: middle;
  display: table-cell;
}

.custom-menu-primary ul.submenu.level-1 > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
  padding: 1.5625rem 0.9375rem;
  font-size: 1rem;
  white-space: nowrap;
  color: #ffffff;
  transition: padding 0.5s;
}
.custom-menu-primary ul.submenu.level-1>li:hover>a {
  color: #a6dff3;
  background-color: #1a1a1a;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
  left: 0;
  transform: none;
  width: auto;
  top: 100%;
  background: #13245a;
  border: none;
  min-width: 200px;
  right: auto;
  left: 0;
  top: 100%;
  
    z-index: 9;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li {
  vertical-align: middle;
  width: 100%;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li > a {
  line-height: 1;
  display: block;
  padding: 1.25rem;
  font-size: 1rem;
  text-align: left;
  white-space: nowrap;
  color: #eeeeee;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li > a:hover {
  color: #ffffff;
  background-color: #2c95d3;
}






/* scroll-header-css */

.scroll-header .gmoGroupHeader {
  opacity: 0;
  visibility: hidden;
}

.scroll-header .header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}

.scroll-header .header-top {
  padding: 0.4375rem 0 0.25rem;
}

.scroll-header .logo-wrapper h1.logo img {
  width: 80% !important;
}

.scroll-header .header-right-content .header-nav ul>li .select-language {
  margin: 1.25rem 1.875rem 0 2.8125rem;
  margin-top: 22px;
}

.scroll-header .header-right-content .header-nav ul>li .search {
  margin: 0.3125rem 0.3125rem 0;
}

.scroll-header .header-right-content .header-nav ul>li .contact {
  margin: 0;
  padding: 1rem 1rem;
}

.scroll-header .custom-menu-primary ul.submenu.level-1>li>a {
  padding: 0.625rem 0.9375rem;
}

.header a {
  text-decoration: none;
}
/* .header {
  min-height: 174px;
}

.scroll-header .header {
    min-height: 101px;
} */

.body-container-wrapper {
    margin-top: 174px;
}




/* divsite-css and mobile-css */
div#site-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}
div#site-wrapper:before,div#site-wrapper:after {
  content: ' ';
  display: table;
}

div#site-wrapper:after {
  clear: both;
}

.mobile-content-wrap {
  position: absolute;
  background: #13245a;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: -250px;
  top: 0;
  width: 250px;
  position: fixed;
  right: -80%;
  width: 80%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 12;
  transition: right 0.5s ease;
}


.mobile-menu-area {
  font-family: "Roboto", sans-serif;
}

div#site-wrapper-content {
  min-height: 100%;
  background: #ffffff;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
}
.mobile-content-wrap a {
    text-decoration: none;
}
.slide-close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
  cursor: pointer;
  transition: background 0.5s ease;
  z-index: 11;
}

.mobile-open div#site-wrapper {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  -ms-transform: none;
  transform: none;
}

.mobile-open .mobile-content-wrap {
  right: 0%;
}

.mobile-open .slide-close {
  display: block !important;
}

.mobile-open .gmoGroupHeader {

}

body.mobile-open {
  overflow-y: hidden;
}

.slide-close:before {
  content: "";
  position: fixed;
  top: 15px;
  right: 85%;
  width: 24px;
  height: 24px;
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/icon_menu_close.png) no-repeat center center;
  background-size: contain;
}
.search-form-m {
  display: table;
  width: auto;
  margin: 1.375rem 0.9375rem;
}

.search-form-m .search-text-area {
  display: table-cell;
}

.search-form-m .search-text-area input.form-text {
  color: inherit;
  font: inherit;
  margin: 0;
  display: table-cell;
  border-radius: 0;
  font-size: 1rem;
  line-height: normal;
  padding: 0.5rem 1.125rem;
  width: 100%;
  border: 1px solid #959595;
}

.search-form-m .search-button-area {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 40px;
  height: 100%;
}

.search-form-m .search-button-area button.search-button {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  width: 100%;
  height: 100%;
}

.search-form-m .search-button-area button.search-button img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  width: 22px;
  height: 22px;
}

.search-form-m .search-text-area input.form-text:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.contact-m {}

.contact-m p {
  font-size: inherit;
  line-height: 2;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  font-size: 0.8125rem;
}



.contact-m p a {
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  display: block;
  padding: 0.9375rem 0 0.625rem;
  font-size: 1.0625rem;
  text-align: center;
  color: #ffffff;
  background-color: #0027a1;
}


.custom-menu-primary-mobile {}

.custom-menu-primary-mobile ul.submenu.level-1 {
  line-height: 2;
  margin: 0;
  list-style: none;
  border-top: 1px solid #2c95d3;
}

.custom-menu-primary-mobile ul.submenu.level-1 > li {
  border-bottom: 1px solid #2c95d3;
}

.custom-menu-primary-mobile ul.submenu.level-1 > li > a {
  display: block;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  white-space: normal;
}

.custom-menu-primary-mobile ul.submenu.level-1 > li ul.submenu.level-2 {
  line-height: 2;
  margin: 0;
  list-style: none;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.custom-menu-primary-mobile ul.submenu.level-1 > li ul.submenu.level-2 > li {
  border-top: 1px solid #1a1a1a;
}

.custom-menu-primary-mobile ul.submenu.level-1 > li ul.submenu.level-2 > li > a {
  display: block;
  padding: 0.5rem 0 0.5rem 1.875rem;
  font-size: 0.875rem;
  color: #ffffff;
}

.mobile-bottom-content {}

.mobile-bottom-content ul {
  line-height: 2;
  margin: 0;
  list-style: none;
  padding: 0;
}

.mobile-bottom-content ul li {
  margin: 0.9375rem 1.25rem;
  margin-bottom: 16px;
}
.mobile-bottom-content ul li:first-child {
  margin-bottom: 19px;
  margin-top: 18px;
}
.mobile-bottom-content ul li a {
  font-size: 0.875rem;
  color: #ffffff;
}

.mobile-bottom-content p {
  font-size: inherit;
  line-height: 2;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  font-size: 0.8125rem;
}


.mobile-bottom-content p a {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem 1.25rem 3.4375rem;
  color: #d3d3d3;
  border-top: 1px solid #2c95d3;
}

.mobile-bottom-content p a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 20px;
  width: 1.25rem;
  height: 1.25rem;
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/icon_select_language_sp.png) no-repeat center center;
  background-size: cover;
}























/* min-css */


@media (min-width: 640px){
  body {
    position: relative;
    top: 29px;
  }
}


@media screen and (min-width: 40em){
  .logo-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
  }

  .mobile-menu {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    margin-left: 33.33333%;
  }

  .header-right-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .mobile-content-wrap {
    right: -40%;
    width: 40%;
  }
  .slide-close:before {
    right: 45%;
  }

  .contact-m p {
    font-size: 0.875rem;
  }
  .mobile-bottom-content p {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 76.875em){
  .header {
    position: inherit;
    width: auto;
    border-bottom: none;
    
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
  }
  .header-top {

    padding: 1.5625rem 0;
    transition: padding 0.5s;
  }
  .logo-wrapper {
    width: 25%;
  }
  .logo-wrapper h1.logo{
    margin: 0.9375rem 0;
  }

  .mobile-menu {
    display: none !important;
  }
  .header-right-content {
    width: 75%;
  }

}



/* max-width-css */

@media (max-width: 76.8125em) and (min-width: 40em){
  .header{
    margin-top: 29px;
  } 


  .logo-wrapper h1.logo img{
    width: 216px !important;
  }

  .body-container-wrapper{
    margin-top: 4.3125rem;
  }

  .scroll-header .header {
    margin-top: 0;
  }

  .logo-wrapper h1.logo img {
    transition: unset;
  }

}

/* max-width-1229px */
@media (max-width: 76.8125em){
  .header-right-content{
    display: none !important;
  }

  .header-bottom{
    display: none !important;
  }


  .mobile-menu #openMenu {
    cursor: pointer;
  }

  .mobile-menu p {
    position: relative;
    top: 1px;
  }
  .scroll-header .logo-wrapper h1.logo img {
    width: 216px !important;
  }

  .logo-wrapper h1.logo {}

  .scroll-header .header-top {
    padding: 0.625rem 0;
  }
/*   .header {
    min-height: 69px;
  }
  
  .scroll-header .header {
    min-height: 48px;
} */
}







@media(max-width:639px){

  .scroll-header .logo-wrapper h1.logo img {
    width: 100% !important;
  }

  .body-container-wrapper {
    margin-top: 4.3125rem;
  }

  .scroll-header .gmoGroupHeader {
    visibility: visible;
    opacity: 1;
  }
/*   .header {
    min-height: auto;
  }
.scroll-header .header {
    min-height: auto;
} */
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
 

}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

/* footer-copyright-css */

.footer {
  margin: 6.25rem 0 0;
}

.footer-copyright {
  background-color: #13245a;
  font-family: "Roboto", sans-serif;
  padding: 0.9375rem 0 1.25rem;
}
.footer-copyright > .footer__container {
  padding: 0;
}
.footer-copyright > .footer__container:before, .footer-copyright > .footer__container:after {
  content: ' ';
  display: table;
}
.footer-copyright > .footer__container:after {
  clear: both;
}
.f-select-language {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}



.f-select-language {}

.f-select-language p {
  line-height: 2;
  margin: 0;
  font-size: 0.8125rem;
  margin: 0 0 0.9375rem;
  text-align: center;
}

.f-select-language p a {
  color: #005bac;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 1.5625rem;
  padding: 0 0.4375rem;
  font-size: 0.875rem;
  color: #ffffff;
}


.f-select-language p a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 1.25rem;
  height: 1.25rem;
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/icon_select_language_footer.png) no-repeat center center;
  background-size: cover;
}

.f-select-language p a:hover {
  color: #1ebbff;
}

.f-select-language p a:hover:before {
  background: url(https://4897477.fs1.hubspotusercontent-na1.net/hubfs/4897477/raw_assets/public/GMO_Research_October2020/images/icon_select_language_footer_hover.png) no-repeat center center;
  background-size: cover;
}
.f-copyright {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: right;
}


.f-copyright p{
  font-size: inherit;
  line-height: 2;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  font-size: 0.8125rem;
  margin: 0;
  margin: 0;
  font-size: 0.625rem;
  text-align: center;
  color: #ffffff;
}


/* footer-nav-css */

.footer-nav {
  background-color: #13245a;
  padding: 0;
  border-bottom: 1px solid #999999;
}





.footer-nav > .footer__container {
  padding: 0;
}

.footer-nav > .footer__container:before,.footer-nav > .footer__container:after {
  content: ' ';
  display: table;
}

.footer-nav > .footer__container:after {
  clear: both;
}

.footer-menu {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0;
  padding-right: 0;
}
.footer-menu ul {
  line-height: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  font-size: inherit;
  vertical-align: middle;
  display: table-cell;
  padding: 0.625rem 0.875rem;
  white-space: nowrap;
}

.footer-menu ul li a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
  padding: 0;
  font-size: 0.75rem;
  color: #ffffff;
}

.footer-menu ul li a:hover {
  color: #1ebbff;
  text-decoration: none;
}

.f-social-link {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 0;
  float: right;
}


.f-social-link ul {
  line-height: 2;
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.25rem;
  margin: 1.25rem 0;
  font-size: 0;
  text-align: center;
  list-style-type: none;
}



.f-social-link ul li {
  font-size: inherit;
  display: inline-block;
  padding: 0 0.4375rem;
}

.f-social-link ul li a {
  font-size: 1rem;
  color: #d3d3d3;
}



.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}







.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-circle:before {
  content: "\f111";
}

.fa-stack-1x {
  line-height: inherit;
}

.footer-nav ul li a .fa-inverse {
  color: #13245a;
}

.fa-linkedin:before {
  content: "\f0e1";
}

.footer-nav ul li a:hover .fa-circle, .footer-nav ul li a:focus .fa-circle {
  color: #1ebbff;
}

.fa-circle:before {
  content: "\f111";
}

.fa-twitter:before {
  content: "\f099";
}





/* footer-logo-bottom */



.footer-attr-logo-outer {
  border-top: 1px solid #999999;
}

.footer-attr-logo-outer.content-wrapper {
  float: none;
}

.footer-attr-logo-outer ul {
  margin: 0;
  padding: 0;
  line-height: 2;
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.25rem;
  margin: 1.25rem 0;
  text-align: center;
  list-style-type: none;
}


.footer-attr-logo-outer ul:before,.footer-attr-logo-outer ul:after {
  content: ' ';
  display: table;
}

.footer-attr-logo-outer ul:after {
  clear: both;
}

.footer-attr-logo-outer ul li {
  display: inline-block;
  width: auto;
  height: 32px;
  padding: 0 0.625rem;
}


.footer-attr-logo-outer ul li:last-child {

}


.footer-attr-logo li img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  height: 32px;
  width: auto;
}

.footer-attr-logo li:last-child img{
  height: 25px;
}
.footer-attr-logo li:last-child {
  padding: 0 0.5rem;
}



/* footer-logo-top */

.footer-ext-logo-outer.content-wrapper {
  float: none;
}

.footer-ext-logo-outer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  list-style-type: none;
  line-height: 2;
}

.footer-ext-logo-outer ul:before,.footer-ext-logo-outer ul:after {
  content: ' ';
  display: table;
}

.footer-ext-logo-outer ul:after {
  clear: both;
}

.footer-ext-logo-outer ul li {
  float: left;
  width: auto;
  height: 60px;
  display: inline-block;
  padding: 0 0;
}
.footer-ext-logo-outer ul li img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  height: 60px;
  width: auto;
}


/* footer-logo-css */
.footer-logo-area {
  background-color: #13245a;
  min-height: 58px;
  padding: 1.875rem 0;
}



.footer-logo-area > .content-wrapper {
  padding: 0;
}

.footer-logo-area > .content-wrapper:before,.footer-logo-area > .content-wrapper:after {
  content: ' ';
  display: table;
}

.footer-logo-area > .content-wrapper:after {
  clear: both;
}

.footer-logo-area  .footer-logo {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
  display: none;
}



.footer-logo-area .footer-logo img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.footer-ext-logo-outer-wrapper {
    background-color: #fff;
}

.footer-attr-logo-outer-wrapper {
    background-color: #fff;
}
/* back-to-top */

.totop-area.content-wrapper {
  position: relative;
  float: none;
}

.totop-area .totop {
  margin: 0;
}

.totop-area .totop a {
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  top: 5px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #43bbe6;
  border-radius: 3px;
}

.totop-area .totop a img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  display: block;
  margin-top: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  width: 17px;
}




.totop-area .totop a:hover {
  background-color: #a6dff3;
}


.totop-area .totop a .totop-m {
    display: none;
}



.footer a {
    text-decoration: none;
}








/* min-width-css */



@media (min-width: 40em){
  .footer-copyright {
    padding: 1.5625rem 0 6.25rem;
  }

  .f-select-language {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    position: relative;
    left: 50%;
  }

  .f-select-language p {
    font-size: 0.875rem;
    margin: 0;
    text-align: right;
  }

  .f-select-language p a {
    margin: 0;
    color: #ffffff;
  }


  .f-copyright {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    position: relative;
    left: -50%;
  }

  .f-copyright p{
    font-size: 0.875rem;
    font-size: 0.75rem;
    text-align: left;
  }

  .footer-nav {
    padding: 1.5625rem 0;
  }
  .footer-menu {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .f-social-link {padding: 0;width: 25%;}

  .f-social-link ul {
    margin: 0;
    text-align: right;
  }

  .footer-attr-logo-outer ul {
    margin: 1.875rem 0 2.5rem;
    font-size: 0;
  }

  .footer-attr-logo-outer ul li {
    float: none;
    width: auto;
    height: 30px;
    margin: 0 1.25rem 0 0;
    display: inline-block;
    font-size: 1rem;
  }


  .footer-attr-logo-outer ul li:last-child {
    width: auto;
    margin: 0;
  }
  .footer-attr-logo li img{
    height: 40px;
    width: auto;
  }

  .footer-ext-logo-outer ul {
    margin: 0.9375rem 0;
    font-size: 0;
    text-align: center;
  }

  .footer-ext-logo-outer ul li {
    float: none;
    width: auto;
    height: 80px;
    margin: 0 1.25rem 0 0;
    display: inline-block;
    font-size: 1rem;
  }

  .footer-ext-logo-outer ul li:last-child {
    width: auto;
    margin: 0;
  }

  .footer-ext-logo-outer ul li img{
    height: 80px;
    width: auto;
  }

  .footer-logo-area {
    min-height: 75px;
  }

  .footer-logo-area  .footer-logo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .totop-area .totop a {
    width: 4rem;
    height: 4rem;
  }
  .totop-area .totop a img{
    margin-top: 1.375rem;
    width: 23px;
  }

}


@media screen and (min-width: 76.875em){
  .f-select-language p {
    font-size: 1rem;
  }

  .footer-menu {
    width: 66.66667%;
    padding-left: 0;
    padding-right: 0;
  }

  .f-social-link {
    width: 33.33333%;
  }

  .footer-attr-logo-outer ul {
    margin: 1.875rem 0 1.25rem;
  }

  .footer-attr-logo-outer ul li {
    margin: 0 1.875rem 0 0;
    width: auto;
    height: 60px;
  }

  .footer-attr-logo-outer ul li:last-child {

  }

  .footer-attr-logo li img{
    height: 48px;
    width: auto;
  }


  .footer-attr-logo li:last-child img{
    height: 40px;
  }


  .footer-ext-logo-outer ul li {
    margin: 0 0 0 0;
    width: auto;
    height: 100px;
  }

  .footer-ext-logo-outer ul li img{
    height: 100px;
    width: auto;
  }
  .footer-logo-area  .footer-logo {
    display: block;
    margin-bottom: 0;
    width: 14.375rem;
    line-height: 1rem;
  }


  .totop-area .totop a {
    top: 5px;
    bottom: auto;
    left: auto;
    right: 15px;
    margin: 0;
    width: 4.375rem;
    height: 4.375rem;
    background-color: #43bbe6;
  }
  .totop-area .totop a img{
    width: 25px;
  }

}






/* max-width-css */


@media(max-width:1229px){
.totop-area .totop a .totop-d {
    display: none;
}
.footer-logo-area {
    min-height: 76px;
}
  .totop-area .totop a .totop-m {
    display: block;
}
}




@media(max-width:767px){
.footer-menu {
    width: 100%;
}

.f-social-link {
    width: 100%;
}

.footer-menu ul li {
    display: block;
    padding: 0;
    vertical-align: middle;
}

.footer-menu ul li a {
    display: block;
    width: 100%;
    padding: 1.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    color: #d3d3d3 !important;
    border-bottom: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
}

.footer-nav {padding: 0;}

.f-social-link ul {
    padding: 0;
    margin: 1.25rem 0;
    font-size: 0;
    text-align: center;
    list-style-type: none;
}
  
  .footer-menu ul li a:hover {
    color: #1ebbff !important;
}
  
}



@media(max-width:639px){
.footer-attr-logo-outer ul {
    margin: 18px 0px;
    margin-top: 20px;
}
.footer-logo-area {
    min-height: 61px;
    padding: 1.875rem 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;
}

.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-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.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-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

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

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

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

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}




@media(max-width:950px) and (min-width:768px){
.blog-sidebar-post-listing li a {
    font-size: 13px;
}

.blog-sidebar-post-listing ul li {
    padding-left: 18px;
}

.blog-sidebar-post-listing li:before {
    font-size: 21px;
    margin-right: 4px;
    width: 17px;
}
}
/* ******************************************************************************
*********************************************************************************
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;

  z-index: 1;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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: Merriweather, serif;
  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;
}


ul.no-list.hs-error-msgs {
  padding-left: 0;
}

.sp .systems-page {
  padding-left: 0;
  padding-right: 0;
}

.subscription form#email-prefs-form input.email-edit.hs-input {
  width: 100% !important;
}


form {
  max-width: 767px;
}
main.body-container-wrapper.sp.prompt {}

.prompt form input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #fff;
  border: 2px solid #d1d6dc;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: .3125rem .625rem;
  border: 1px solid #999;
  border-radius: 3px;
  line-height: normal;
  color: #303030;
  height: 32px;
  font-weight: 400;
  font-size: 16px;
  border-color: rgba(153,153,153,1.0);
  color: ;
  border-radius: 3px;
  height: 32px !important;
  margin-bottom: 18px;
}

.prompt form input#hs-pwd-widget-password:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
  border-color: rgba(0,0,0,1.0);
}
.subscriptions form {
    max-width: 100%;
}

.subscriptions form p.header {
    position: static !important;
    border: none !important;
  
    min-height: auto !important;
}