/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
  font-size: 16px;
}

body {
  color: #00326d;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
}

strong {
  font-weight: 800;
}

/* Links */

a {
  color: #00c6ab;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00a18b;
  text-decoration: underline;
}

a:active {
  color: #28eed3;
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00326d;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 62px;
  font-weight: 600;
      font-family: "roc-grotesk-wide", Sans-serif;
}

h2 {
  font-size: 42px;
  font-weight: 600;
      font-family: "roc-grotesk-wide", Sans-serif;
}

h3 {
  font-size: 32px;
  font-weight: 600;
      font-family: "roc-grotesk-wide", Sans-serif;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.18px;
  font-family: 'Montserrat', sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.18px;
  font-family: 'Montserrat', sans-serif;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.06px;
  font-family: 'Montserrat', sans-serif;
}

/* Lists */

ul,
ol {
  margin: 1.5rem 0;
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-left: 2.8rem;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 1rem solid #ffe890;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  background-color: #eff7ff;
  border: none;
  color: #eff7ff;
  height: 2px;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
}

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




form input[type='submit'], form .hs-button {
    background-color: #ff5238;
    border: #ff5238;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

form input[type='submit']:hover, form input[type='submit']:focus, form .hs-button:hover, form .hs-button:focus{
    background-color: #f94f36;
    border: #ff5238;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.hs-form-field > label, .hs-form-field > label span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 0px;
}

form {
    background-color: rgb(10 10 72);
    border: 1px none #0a0a48;
    border-radius: 18px;
    padding: 20px;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {
    font-family: 'Montserrat', sans-serif;
}

form .legal-consent-container, form .legal-consent-container .hs-richtext, form .legal-consent-container .hs-richtext p{
  font-family: 'Montserrat', sans-serif;
}

form .inputs-list:not(.no-list) label, form .inputs-list:not(.no-list) label > span, form .inputs-list:not(.no-list) label > span p{
  font-family: 'Montserrat', sans-serif;
}

.tns-item {
    padding: 0px 10px;
}

@media (max-width: 575.98px) {
.testimonial__content{
font-size:1.2rem;
}
}