







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */




/* 1i. Common Style */






.content-wrapper {
  max-width: 1240px;
}

.ones-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 60px);
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}
/* 手动去除 */
.ones-content-wrapper .ones-dnd-wrapper .dnd-section {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.footer__below--left {
  display: flex;
}

.footer-padding-line {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  background-color: rgba(255,255,255, 0.1);
  height: 20px;
  width: 1px;
  display: inline-block;
}
@media(max-width: 767px) {
  .footer__below--left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-padding-line {
    display: none;
  }
}






html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-weight: normal; text-decoration: none; variant: 400; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', ui-sans-serif, -apple-system, BlinkMacSystemFont,
  Segoe UI, Roboto, Noto Sans JP, Helvetica Neue, Helvetica, Arial, sans-serif;
  /* touch-action: pan-x pan-y;patch for 'user-scalable=no' */
}

[lang="en"] html,
body {
  font-family: 'Plus Jakarta Sans', ui-sans-serif, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Noto Sans JP, Helvetica Neue, Helvetica, Arial, sans-serif;
}

[lang="ja"] html,
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, Segoe UI,
    Noto Sans JP, "メイリオ", Meiryo, Helvetica Neue, Helvetica, Arial,
    sans-serif;
}
/* Paragraphs */

p {
  font-weight: normal; text-decoration: none; variant: 400; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; variant: 400; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #0064FF;
  font-family: 'Plus Jakarta Sans';
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; variant: 400; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #003cd7;
  font-family: 'Plus Jakarta Sans';
}

a:active {
  font-weight: normal; text-decoration: none; variant: 400; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #288cff;
  font-family: 'Plus Jakarta Sans';
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
  font-size: 30px;
  text-transform: none;
  font-family: 'Plus Jakarta Sans';
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
  font-size: 24px;
  text-transform: none;
  font-family: 'Plus Jakarta Sans';
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
  font-size: 20px;
  text-transform: none;
  font-family: 'Plus Jakarta Sans';
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; variant: 700; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171A;
  font-size: 16px;
  text-transform: none;
  font-family: 'Plus Jakarta Sans';
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; variant: 700; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
  font-family: 'Plus Jakarta Sans';
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; variant: 700; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
  font-size: 16px;
  text-transform: none;
  font-family: 'Plus Jakarta Sans';
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: calc(30px - 10px);
  }
  h2,
  .h2 {
    font-size: calc(24px - 6px);
  }
  h3,
  .h3 {
    font-size: calc(20px - 2px);
  }
  h4,
  .h4 {
    font-size: calc(16px - 2px);
  }
  h5,
  .h5 {
    font-size: calc(16px - 2px);
  }
  h6,
  .h6 {
    font-size: calc(16px - 2px);
  }
  body {
    font-size: calc(16px - 2px);
  }
  p {
    font-size: calc(16px - 2px);
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  h1,
  .h1 {
    font-size: calc(30px - 6px);
  }
  h2,
  .h2 {
    font-size: calc(24px - 2px);
  }
  h3,
  .h3 {
    font-size: calc(20px - 2px);
  }
  h4,
  .h4 {
    font-size: calc(16px - 0px);
  }
  h5,
  .h5 {
    font-size: calc(16px - 0px);
  }
  h6,
  .h6 {
    font-size: calc(16px - 0px);
  }
  body {
    font-size: calc(16px - 0px);
  }
  p {
    font-size: calc(16px - 0px);
  }
}


/* Blockquote */

blockquote {
  border-left-color: #2B2C2F;
}





button,
.button {
  border: 1px solid #16171a;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'Plus Jakarta Sans', serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(22, 23, 26, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
  font-family: 'Plus Jakarta Sans';
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: #000000;
}

button:active,
.button:active {
  background-color: rgba(62, 63, 66, 1.0);
  border-color: #3e3f42;
}





form,
.submitted-message {
  font-weight: normal; text-decoration: none; variant: 400; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  font-family: 'Plus Jakarta Sans';
}

/* Form title */

.form-title {
  color: #2B2C2F;
}

/* Labels */

form label {
  color: #16171a;
}

/* Help text */

form legend {
  color: #16171a;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #16171a;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #16171a;
}

::-moz-placeholder {
  color: #16171a;
}

:-ms-input-placeholder {
  color: #16171a;
}

::placeholder {
  color: #16171a;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #16171a;
}

.fn-date-picker td.is-selected .pika-button {
  background: #16171a;
}

.fn-date-picker td .pika-button:hover {
  background-color: #16171a !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #16171a;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #16171a;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'Plus Jakarta Sans', serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(22, 23, 26, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: #000000;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(62, 63, 66, 1.0);
  border-color: #3e3f42;
}





/* Table */

table {
  border: 1px solid #16171a;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #16171a;

  padding: 18px;

  color: #16171a;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(22, 23, 26, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #16171a;
}





.header {
  background-color: 

  
  
    
  


  rgba(43, 44, 47, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #16171a;
  font-family: Plus Jakarta Sans;
}

.menu__child-toggle-icon {
  border-top-color: #16171a;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #3e3f42;
}

.menu__child-toggle-icon:active {
  border-top-color: #3e3f42;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #16171a;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #16171a;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #16171a;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #16171a;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #16171a;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(43, 44, 47, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(43, 44, 47, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Plus Jakarta Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #16171a;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(43, 44, 47, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #16171a;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(43, 44, 47, 1.0)

;
  overflow: hidden;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #16171a;
}

.footer .social-links {
  line-height: 60px;
}

.footer__above {
  overflow: hidden;
}

.footer__logo {
  margin-top: 80px;
  width: 86px;
  cursor: pointer;
  display: inline-block;
}

.footer__above--right {
  float: right;
  margin: 80px 0;
  width: calc(100% - 180px);
  justify-content: right;
}

.footer__below {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  position: relative;
}

.footer__below--right {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
} 

@media(max-width: 1023px) {
  .footer__logo {
    margin-top: 60px;
  }
  .footer__above--right {
    margin: 60px 0;
    margin-top: 40px;
    width: 100%;
    float: unset;
    justify-content: unset;
  }
  .ones-content-wrapper {
    max-width: 964px;
  }
}

@media(max-width: 767px) {
  .ones-content-wrapper {
    max-width: 708px;
    width: calc(100% - 40px);
  }
  .footer__logo {
    display: block;
    margin-top: 40px;
  }
  .footer__below {
    height: 100%;
  }
  .footer__below--right {
    position: unset;
    transform: none;
    text-align: center;
    margin-top: -20px;
  }
  .footer .social-links {
    line-height: 1;
    padding-top: 20px;
    justify-content: center;
  }
  .social-links__icon {
    height: 44px
  }
}





.blog-post,
.blog-header__inner {
  padding: 40px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #16171a;
}

.blog-post__tag-link {
  color: #16171a;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0064FF;
}

.blog-post__tag-link:active {
  color: #0032BE;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #16171a;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #3e3f42;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: #0064FF;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #003cd7;
}

#comments-listing .comment-reply-to:active {
  color: #288cff;
}





/* .hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
} */





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #16171a;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #3e3f42;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #16171a;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #16171a;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #3e3f42;
}

.pagination__link-icon svg {
  fill: #16171a;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #16171a;
  font-size: 20px;
}

.card__body svg {
  fill: #16171a;
}

/* ones-header */
/* reset tag a style */
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
/* TODO: 移动到统一自适应样式文件 */
body {
  margin: 0;
}
.header {
  position: fixed;
  top:0;
  width: 100%;
  z-index: 100;
}
/* hubspot site_logo 样式覆写 */
.header__logo--main {
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.body-container-wrapper {
  padding-top: 64px;
  overflow: hidden;
}
/* TODO: header 部分样式移动到 css/components/_header.css */
/* 搜索框样式 */
.header__search {

}

.header--element {

}
/* 基础按钮样式 */
.global-button__primary {
  
  background: #0064FF;
  border-radius: 3px;
  align-items: center;
  margin: auto 0;
  width: 118px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  line-height: 22px;
}
.global-button__primary:hover {
  color: #fff;
  background: #226AFF;
  cursor: pointer;
}

.global-button__primary:active {
  color: #fff;
  background: #0032BE;
}

.global-button__primary a.button-link { 
  display: inline-block;
  box-sizing:border-box;
  width: 100%;
  padding: 8px 0px;  
  color: #fff;
}
.global-button__primary a.button-link:active { 
  color: #fff;
}
.global-button__primary a.button-link:hover { 
  color: #fff;
}
.global-button__primary a.button-link:visited { 
  color: #fff;
}
/* 无框按钮样式 */
.blank-link__primary {
  box-sizing: border-box;
  padding: 21px 10px;
  line-height: 20px;
  width: 88px;
  height: 100%;
  margin-right: 10px;
  font-size: 16px;
  color: #696A6D;
}
.header__container-right a.blank-link__primary:hover {
    color: #0064FF;
    cursor: pointer;
}
.header__container-right a.blank-link__primary:active {
    color: #0032BE;
    cursor: pointer;
}
a.blank-link__primary:visited {
    color: #696A6D;
    cursor: pointer;
}

/* 装饰条 */
.padding-line {
  margin-left: 10px !important;
  background-color: #E6E6E8;
  height: 20px;
  width: 1px;
  margin: auto 0;
  display: inline-block;
}






.ones-fp {
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
}

.ones-heading-1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 68px;
}

.ones-heading-2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}

.ones-heading-3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.ones-heading-4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.ones-text-1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.ones-text-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* 按钮内文字、强调文字 */
.ones-highlight-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
/* 下拉框文本 */
.ones-option-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
/* 提示文字 */
.ones-tips-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
/* 导航Tab文字、说明文字 */
.ones-tab-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
/* 按钮文字 */
.ones-button-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
/* 重要文字 - 大 */
.ones-important-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.ones-brand1 {
  color: #0064FF;
}

.ones-brand2 {
  color: #00007A;
}

.ones-brand3 {
  color: #0064FF;
}

.ones-brand4 {
  color: #0032BE;
}

.ones-brand5 {
  color: #8DAAFF;
}

.ones-brand6 {
  color: #DEEFFF;
}

@media(max-width: 1259px) {

  .ones-fp {
    font-size: 48px;
    line-height: 56px;
  }

  .ones-heading-1 {
    font-size: 44px;
    line-height: 52px;
  }

  .ones-heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .ones-heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

}

@media(max-width: 1023px) {
  
  .ones-heading-1 {
    font-size: 40px;
    line-height: 48px;
  }
  
  .ones-heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
  
  .ones-heading-4 {
    font-size: 14px;
    line-height: 22px;
  }
  
  .ones-text-1 {
    font-size: 16px;
    line-height: 24px;
  }
  
  .ones-text-2 {
    font-size: 14px;
    line-height: 22px;
  }

}

@media(max-width: 767px) {
  .ones-fp {
    font-size: 30px;
    line-height: 38px;
  }
  
  .ones-heading-1 {
    font-size: 26px;
    line-height: 34px;
  }
  
  .ones-heading-2 {
    font-size: 16px;
    line-height: 24px;
  }
  
  .ones-heading-3 {
    font-size: 16px;
    line-height: 24px;
  }
  
  .ones-text-1 {
    font-size: 14px;
    line-height: 22px;
  }
  
  .ones-text-2 {
    font-size: 12px;
    line-height: 20px;
  }
  
}






.error-page-text-notification .global-button__primary {
  width: 173px;
  height: 48px;
}
.error-page-text-notification .global-button__primary .back_home_link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 15px;
}

.server-error-page .global-button__primary {
  height: 48px;
}
.server-error-page .global-button__primary .back_home_link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 15px;
}

.destination-container p,
.possible-destination p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.destination-container button{
  outline: none;
  border: none;
}

  @media(min-width: 1260px) {
    .back_home_link_button {
      width: 172px;
      margin-top: 40px;
    }
    .server-error-page .global-button__primary{
      margin-top: 40px;
      width: 177px;
    }
    .server-error-page .contact_us_link:hover {
      color: #226AFF
    }
    .error-page .ones-heading-2 {
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
    }
    .error-page-text-notification .ones-heading-2 {
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
    }
    .error-page .ones-text-1 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 400;
    }
  }

  @media (min-width: 1024px) and (max-width: 1259px)  {
    .back_home_link_button {
      width: 172px;
      margin-top: 40px;
    }
    .server-error-page .global-button__primary{
      width: 177px;
      margin-top: 40px;
    }
    .error-page .ones-heading-2 {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
    }
    .error-page-text-notification .ones-heading-2 {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
    }
    .error-page .ones-text-1 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 400;
    }
  }

  @media (min-width: 768px) and (max-width:1023px) {
    .back_home_link_button {
      width: 172px;
      margin: 0 auto;
      margin-top: 30px;
    }
    .error-page .global-button__primary:hover {
      background: #0064FF;
      color: #fff;
    }
    .server-error-page .global-button__primary:hover {
      background: #0064FF;
      color: #fff;
    }
    .server-error-page .global-button__primary{
      width: 177px;
      margin: 0 auto;
      margin-bottom: 0px;
      margin-top: 30px;
    }
    .server-error-page .global-button__primary a:hover {
      color:#0064ff
    }
    .error-page .ones-heading-2 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
    }
    .error-page-text-notification .ones-heading-2 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
    }
    .error-page .ones-text-1 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
    }
  }

  @media (max-width: 767px) {
    .back_home_link_button {
      width: 100% !important;
      margin: 0 auto;
      margin-top: 30px;
    }
    .server-error-page .global-button__primary{
      width: 100%;
      margin: 0 auto;
    }
    .error-page .global-button__primary:hover {
      background: #0064FF;
      color: #fff;
    }
    .server-error-page .global-button__primary:hover {
      background: #0064FF;
    }
    .server-error-page .global-button__primary .a.button-link: hover {
      color: #FFF;
    }
    .server-error-page .global-button__primary a:hover {
      color:#0064ff
    }
    .error-page .ones-heading-2 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
    }
    .error-page-text-notification .ones-heading-2 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
    }
    .error-page .ones-text-1 {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
    }
    .error-page-text-notification .global-button__primary {
      margin: 0 auto;
      margin-bottom: 0px;
      margin-top: 30px;
    }
  }

  @media(min-width: 1024px) {
    .error-page .button {
      margin-top: 40px;
    }
  }

  @media(min-width: 0px) and (max-width: 1023px) {
    .error-page .button {
      margin-top: 30px;
    }
  }

.error-page .global-button__primary:active {
  color: #fff;
  background: #0032BE;
}
.server-error-page .global-button__primary:active {
  color: #fff;
  background: #0032BE;
}

.server-error-page .global-button__primary a.button-link:hover {
  color: #FFF;
}