/* Change only these style */
/*<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;1,300&display=swap');
</style>*/
<style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
</style>

body, .footer {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  color: #e3e3e3;
}

/* Paragraphs */

p, li, ul li, ol li {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin: 0.85em 0;
  line-height: 1.65em;
}

strong {
  font-weight: 800;
}

/* Links */

a {
  color: #177d86;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #177d86;
  text-decoration: underline;
}

a:active {
  color: #177d86;
  text-decoration: underline;
}

/* Core Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #177d86;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

/* Blockquotes */

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

/* End change */

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


/* Headings */


h1 {
  font-size: 62px;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.06px;
}

/* Lists */

ul,
ol {
  margin: 1.5rem 0;
}

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

/* Horizontal Rules */

hr {
  background-color: #e3e3e3;
  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;
}