:root {
  /*text colors*/
  /*bg colors*/
}

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

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

@font-face {
  /* thin */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-Thin.ttf);
  font-weight: 100;
}
@font-face {
  /* ExtraLight */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  /* Light */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-Light.ttf);
  font-weight: 300;
}
@font-face {
  /* Regular */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-Regular.ttf);
}
@font-face {
  /* Medium */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-Medium.ttf);
  font-weight: 500;
}
@font-face {
  /* SemiBold */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  /* Bold */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-Bold.ttf);
  font-weight: 700;
}
@font-face {
  /* ExtraBold */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  /* Black */
  font-family: inter;
  src: url(../fonts/inter/static/Inter-Black.ttf);
  font-weight: 900;
}
@font-face {
  /* Segoe-UI light */
  font-family: Segoe-UI;
  src: url(../fonts/Segoe-UI/Segoe-UI-Light-300.ttf);
  font-weight: 200;
}
@font-face {
  /* Segoe-UI semi light */
  font-family: Segoe-UI;
  src: url(../fonts/Segoe-UI/Segoe-UI-Semilight-350.ttf);
  font-weight: 300;
}
@font-face {
  /* Segoe-UI regular */
  font-family: Segoe-UI;
  src: url(../fonts/Segoe-UI/Segoe-UI-400.ttf);
}
@font-face {
  /* Segoe-UI semi bold */
  font-family: Segoe-UI;
  src: url(../fonts/Segoe-UI/Segoe-UI-Semibold-600.ttf);
  font-weight: 500;
}
@font-face {
  /* Segoe-UI bold */
  font-family: Segoe-UI;
  src: url(../fonts/Segoe-UI/Segoe-UI-Gras-700.ttf);
  font-weight: 600;
}
@font-face {
  /* Segoe-UI black */
  font-family: Segoe-UI;
  src: url(../fonts/Segoe-UI/Segoe-UI-Black-900.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?r8r0h7");
  src: url("fonts/icomoon.eot?r8r0h7#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?r8r0h7") format("truetype"), url("fonts/icomoon.woff?r8r0h7") format("woff"), url("fonts/icomoon.svg?r8r0h7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-open-book:before {
  content: "\e900";
}

.icon-cubes:before {
  content: "\e901";
}

.icon-file-code-o:before {
  content: "\e903";
}

.icon-note:before {
  content: "\e904";
}

.icon-arrow-down:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-arrow-new:before {
  content: "\e907";
}

.icon-right-arrow:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-data:before {
  content: "\e90a";
}

.icon-cube:before {
  content: "\e90b";
}

.icon-box:before {
  content: "\e90c";
}

.icon-check:before {
  content: "\e916";
}

.icon-arrow-right:before {
  content: "\e91f";
}

.icon-user-line:before {
  content: "\e92c";
}

.icon-github:before {
  content: "\e943";
}

.icon-linkedin:before {
  content: "\e944";
}

.icon-twitter:before {
  content: "\e945";
}

.icon-menu:before {
  content: "\e902";
}

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: inter;
}
body.segoe-font {
  font-family: Segoe-UI;
}

ul {
  padding: 0;
}

.mr-15 {
  margin-right: 15px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-100 {
  margin-top: 100px;
}

.container {
  max-width: 1450px;
  margin: auto;
}

.container-md {
  max-width: 958px;
  margin: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.grey-bg {
  background: rgba(217, 217, 217, 0.2);
}

.logo {
  font-family: inter;
  font-size: 24px;
  font-weight: 600;
  float: left;
  color: #1d1d1d;
}

.navbar {
  height: 150px;
  border-bottom: 1px solid rgba(99, 99, 99, 0.2);
  background-color: #fff;
}
.navbar .header-section {
  position: relative;
  padding: 75px 0 0 12px;
}
.navbar .header-section .logo {
  float: left;
}
.navbar .header-section .nav-list {
  margin: 5px 0 0;
}
.navbar .header-section .nav-list > ul > li {
  list-style: none;
  float: left;
  padding: 0 0 0 28px;
}
.navbar .header-section .nav-list > ul > li:hover a.active-submenu:after {
  opacity: 1;
}
.navbar .header-section .nav-list > ul > li > a {
  float: left;
  padding: 0 28px 0 0;
  position: relative;
}
.navbar .header-section .nav-list > ul > li > a:hover {
  padding-bottom: 47px;
}
.navbar .header-section .nav-list > ul > li > a:hover + .sub-menu-section {
  max-height: 500px;
}
.navbar .header-section .nav-list > ul > li > a:hover i {
  transform: rotate(-90deg);
}
.navbar .header-section .nav-list > ul > li > a.active-submenu:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-bottom-color: #000;
  position: absolute;
  top: 57px;
  left: 30%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.3 ease-in-out;
}
.navbar .header-section .nav-list > ul > li > a span {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;
  cursor: pointer;
}
.navbar .header-section .nav-list > ul > li > a i {
  float: left;
  font-size: 13px;
  cursor: pointer;
  color: #636363;
  display: inline-block;
  transform: rotate(90deg);
  margin: 4px -18px 0 11px;
  transition: all 0.3s ease-in-out;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section {
  position: absolute;
  max-width: 1450px;
  max-height: 0;
  overflow: hidden;
  top: 147px;
  left: 0;
  right: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 12px 12px;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section:hover {
  max-height: 500px;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section .sub-menu-section-main {
  border-top: 2px solid #000;
  padding: 19px 44px 14px;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section .sub-menu-section-9-col {
  width: 970px;
  float: left;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section .sub-menu-section-3-col {
  width: 392px;
  float: left;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section .menu-list-section + .menu-list-section {
  margin: 35px 0 0;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section .menu-list-section .menu-list-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: rgba(116, 116, 116, 0.5);
  margin: 0 0 39px;
}
.navbar .header-section .nav-list > ul > li .sub-menu-section .menu-list-section ul li {
  list-style: none;
  min-height: 57px;
  margin: 0 0 40px;
}
.navbar .header-section .btn-explore {
  height: 44px;
  border-radius: 36px;
  margin-left: 175px;
  margin-top: -10px;
}
.navbar .container {
  height: 150px;
}

.menu-card {
  position: relative;
  padding: 0 0 0 82px;
}
.menu-card .menu-card-img {
  width: 57px;
  height: 57px;
  float: left;
  border-radius: 12px;
  background: rgba(99, 99, 99, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.menu-card .menu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-card .menu-card-title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(13, 13, 13, 0.6);
  margin: 5px 0 8px;
}
.menu-card .menu-card-title span {
  color: #0d0d0d;
}
.menu-card .menu-card-desc {
  font-size: 16px;
  color: #0d0d0d;
}

header {
  width: 100%;
  float: left;
  padding: 75px 0 0;
}
header.border-active {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.2);
}
header .logo {
  margin-top: 4px;
}
header .header-top {
  width: 100%;
  float: left;
}
header .header-top .header-left {
  float: left;
}
header .header-top .header-right {
  float: right;
}
header .header-top .header-right .profile-menu {
  float: right;
}
header .header-top .header-right .profile-menu .profile-icon {
  width: 36px;
  height: 36px;
  border-radius: 40px;
  float: left;
  background: rgba(99, 99, 99, 0.1);
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  color: #a5a5a5;
}
header .header-menu {
  width: 100%;
  float: left;
  margin: 51px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.2);
}
header .header-menu .menu-left {
  float: left;
}
header .header-menu .menu-left li {
  list-style: none;
  float: left;
  margin: 0 37px 0 0;
}
header .header-menu .menu-left li:last-child {
  margin: 0;
}
header .header-menu .menu-left li a {
  font-size: 18px;
  color: #5f6c80;
  cursor: pointer;
}
header .header-menu .menu-right {
  float: right;
}
header .header-menu .menu-right li {
  list-style: none;
  float: left;
  margin: 0 0 0 37px;
}
header .header-menu .menu-right li:first-child {
  margin: 0;
}
header .header-menu .menu-right li a {
  font-size: 18px;
  color: #5f6c80;
  cursor: pointer;
}

.sitemap h2 {
  margin: 50px 0 100px;
  font-size: 50px;
}
.sitemap ul {
  width: 100%;
  float: left;
}
.sitemap ul li {
  width: 20%;
  float: left;
  list-style: none;
  margin: 0 0 50px;
}
.sitemap ul li a {
  font-weight: 500;
  color: #1d1d1d;
  text-decoration: none;
}

.top-section {
  width: 100%;
  float: left;
}

.respresent-bg {
  width: 100%;
  float: left;
  padding: 0 0 190px;
}
.respresent-bg.text-left .respresent-in-bg {
  margin: 0;
}
.respresent-bg.text-left .respresent-in-bg ul li {
  text-align: left;
}
.respresent-bg .respresent-in-read-more {
  width: 100%;
  float: left;
  margin: 142px 0 31px;
}
.respresent-bg .respresent-in-read-more a {
  float: left;
  color: #919191;
  font-size: 14px;
  font-weight: 700;
}
.respresent-bg .respresent-in-bg {
  width: 1077px;
  margin: 0 auto;
}
.respresent-bg .respresent-in-bg.sm-card ul li img {
  width: 142px;
}
.respresent-bg .respresent-in-bg.sm-card ul li .respresent-title {
  font-size: 17px;
  line-height: 27px;
}
.respresent-bg .respresent-in-bg.sm-card ul li .respresent-desc {
  width: 146px;
  font-size: 11px;
  line-height: 15px;
}
.respresent-bg .respresent-in-bg .respresent-bg-title {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #919191;
  font-weight: 700;
  text-align: left;
  margin: 74px 0 39px;
}
.respresent-bg .respresent-in-bg ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.respresent-bg .respresent-in-bg ul li {
  width: 194px;
  float: left;
  list-style: none;
  text-align: center;
}
.respresent-bg .respresent-in-bg ul li:nth-child(2n) img {
  transform: rotate(238deg);
}
.respresent-bg .respresent-in-bg ul li img {
  width: 189px;
}
.respresent-bg .respresent-in-bg ul li .respresent-title {
  width: 100%;
  float: left;
  text-align: left;
  color: #1d1d1d;
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 600;
  margin: 32px 0 14px;
}
.respresent-bg .respresent-in-bg ul li .respresent-desc {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #737373;
  line-height: 20px;
}

.decentral.page-center-content {
  min-height: 832px;
  max-height: 1078px;
  display: flex;
  align-items: center;
}
.decentral.decentral-divid .help-text {
  font-size: 16px;
  color: #747474;
  width: 100%;
  float: left;
  margin: 21px 0 0;
}
.decentral.decentral-divid .decentral-section {
  width: 792px;
  float: left;
}
.decentral.decentral-divid .decentral-section h1 {
  margin-top: 123px;
  font-size: 86px;
  width: 100%;
}
.decentral.decentral-divid .decentral-section + .decentral-section {
  width: 545px;
}
.decentral.decentral-divid .decentral-section p {
  width: 100%;
  font-size: 28px;
  color: #1d1d1d;
  margin-top: 134px;
  margin-bottom: 74px;
}
.decentral.decentral-divid .respresent-bg .respresent-in-bg {
  margin-top: 13px;
}
.decentral h1 {
  display: inline-block;
  width: 1100px;
  font-size: 78px;
  font-weight: 600;
  line-height: 86px;
  margin: 108px 0 0;
  letter-spacing: -2px;
  color: #1d1d1d;
}
.decentral p {
  display: inline-block;
  width: 580px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  color: #747474;
  margin: 34px 0 9px;
  letter-spacing: -2px;
}
.decentral .email-form {
  display: inline-block;
  width: 540px;
  clear: both;
}
.decentral .email-form input[type=text] {
  width: 373px;
  height: 53px;
  float: left;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 10px;
  margin-right: 14px;
}
.decentral .email-form input[type=text]::placeholder {
  color: rgba(116, 116, 116, 0.5);
}
.decentral .email-form button {
  padding: 16px 24px 15px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  color: #f46c56;
  background: rgba(244, 108, 86, 0.1);
  border: 1px solid #f46c56;
  cursor: pointer;
}

.computer-society .computer-society-title {
  max-width: 1100px;
  margin: 226px 0 46px;
  float: left;
  font-size: 76px;
  letter-spacing: -2px;
  line-height: 86px;
  font-weight: 600;
  color: #1d1d1d;
}
.computer-society .computer-society-desc {
  max-width: 580px;
  float: left;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #747474;
}
.computer-society .computer-society-btn {
  width: 100%;
  float: left;
  margin: 41px 0 50px;
}
.computer-society .computer-society-btn .get-start-btn {
  cursor: pointer;
  float: left;
  background: #131719;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 3px;
  border: 0;
  padding: 12px 20px 13px 21px;
}

.apple-computer-right {
  width: 890px;
  float: left;
  margin: 217px 0 50px;
}
.apple-computer-right .apple-computer-title {
  width: 100%;
  float: left;
  font-size: 66px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #1d1d1d;
  margin: 0 0 47px;
}
.apple-computer-right .apple-computer-sub-title {
  width: 100%;
  float: left;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #1d1d1d;
  margin: 0 0 62px;
  line-height: 36px;
}
.apple-computer-right .apple-computer-desc {
  width: 100%;
  float: left;
  font-size: 28px;
  font-weight: 500;
  color: #747474;
  line-height: 36px;
  letter-spacing: -1px;
}
.apple-computer-right .apple-computer-btn {
  width: 100%;
  float: left;
  margin: 78px 0 0;
}
.apple-computer-right .apple-computer-btn .get-start-btn {
  cursor: pointer;
  float: left;
  background: #131719;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 3px;
  border: 0;
  padding: 12px 20px 13px 21px;
}

.apple-computer-left {
  float: right;
  width: 435px;
  padding: 277px 0 0;
}
.apple-computer-left img {
  width: 100%;
}

.title-52 {
  padding: 0;
  margin: 0;
  font-size: 52px;
  color: #1d1d1d;
  padding-bottom: 70px;
}

.title-56 {
  padding: 0;
  margin: 0;
  font-size: 56px;
  color: #1d1d1d;
  padding-bottom: 70px;
}

.title-64 {
  padding: 0;
  margin: 0;
  font-size: 64px;
  color: #131719;
}

.title-36 {
  padding: 0;
  margin: 0;
  font-size: 36px;
  color: #1d1d1d;
  padding-bottom: 10px;
  font-weight: 700;
}

.title-24 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #1d1d1d;
  padding-bottom: 10px;
  font-weight: 700;
}

.para-28 {
  color: #747474;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}

.para-20 {
  color: #747474;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.para-18 {
  color: #747474;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 24px;
}

.para-16 {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 12px;
}

.column-5-section {
  display: flex;
}
.column-5-section > div {
  flex: auto;
}

.title-left-vline {
  font-size: 26px;
  color: #1d1d1d;
  position: relative;
  padding-left: 13px;
  margin-top: 26px;
}
.title-left-vline::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 33px;
  background-color: #bdbdbd;
  left: 0;
  top: -3px;
}

.title-accordion {
  font-size: 20px;
  color: #1d1d1d;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}
.title-accordion::before {
  content: "+";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #bdbdbd;
  padding-right: 7px;
}
.title-accordion + .ul-list {
  display: none;
}
.title-accordion.active + .ul-list {
  display: block;
}
.title-accordion.active::before {
  content: "-";
}

.ul-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
}
.ul-list li {
  padding-left: 16px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-600 {
  font-weight: 600 !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.max-w-20 {
  max-width: 20% !important;
}

.max-w-25 {
  max-width: 25% !important;
}

.icon-list li {
  font-family: inter;
  color: #1d1d1d;
}
.icon-list li [class^=icon-] {
  width: 30px;
  text-align: left;
  color: #636363;
  display: inline-block;
}

.d-flex {
  display: flex;
}
.d-flex .box-container:nth-child(2) {
  margin: 0 60px;
}

.box-container {
  flex: auto;
  border: 1px solid rgba(91, 91, 91, 0.3);
  padding: 30px;
  border-radius: 6px;
}
.box-container h1 {
  font-size: 18px;
  margin: 0;
  padding: 0 20px 26px 0;
}
.box-container p {
  font-size: 14px;
  line-height: 22px;
  color: #747474;
}
.box-container .icon-arrow-new {
  float: right;
  font-size: 9px;
}

.kpi-wrap {
  display: flex;
  padding-top: 113px;
  padding-left: 43px;
  padding-bottom: 50px;
}
.kpi-wrap > div {
  flex: auto;
}
.kpi-wrap > div h1 {
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
  padding-bottom: 25px;
}
.kpi-wrap > div .label {
  font-weight: 600;
  color: rgba(29, 29, 29, 0.5);
  font-size: 18px;
}

.open-vision {
  width: 100%;
  float: left;
  padding: 151px 0 100px;
}
.open-vision .accordion-main {
  margin: 170px 0 0;
}
.open-vision .content-section {
  width: 100%;
  float: left;
}
.open-vision .content-section .content-title {
  width: 100%;
  float: left;
  font-size: 48px;
  font-weight: 600;
  color: #1d1d1d;
  letter-spacing: -2px;
  margin: 21px 0 24px;
}
.open-vision .content-section .content-desc {
  width: 100%;
  float: left;
  font-size: 24px;
  line-height: 38px;
  color: #2d3748;
}

.accordion-main {
  width: 100%;
  float: left;
}
.accordion-main .accordion-bg {
  width: 100%;
  float: left;
}
.accordion-main .accordion-bg + .accordion-bg {
  margin-top: 90px;
}
.accordion-main .accordion-bg + .accordion-bg:first-child {
  margin-top: 0;
}
.accordion-main .accordion-bg .accordion-head {
  width: 100%;
  float: left;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(95, 108, 128, 0.3);
}
.accordion-main .accordion-bg .accordion-head.accordion.active .accordion-icon {
  font-size: 28px;
}
.accordion-main .accordion-bg .accordion-head.accordion.active .accordion-icon::before {
  content: "-";
}
.accordion-main .accordion-bg .accordion-head.accordion.active ~ .accordion-content {
  padding-top: 38px;
  height: auto;
}
.accordion-main .accordion-bg .accordion-head .accordion-icon {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1%;
  color: #1d1d1d;
  cursor: pointer;
}
.accordion-main .accordion-bg .accordion-head .accordion-icon::before {
  content: "+";
}
.accordion-main .accordion-bg .accordion-head .accordion-title {
  float: left;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  cursor: pointer;
}
.accordion-main .accordion-bg .accordion-head .accordion-all-post {
  float: right;
  font-size: 16px;
  line-height: 36px;
  color: #5f6c80;
}
.accordion-main .accordion-bg .accordion-content {
  width: 100%;
  float: left;
  height: 0;
  padding: 0 0 0 34px;
  overflow: hidden;
}
.accordion-main .accordion-bg .accordion-content ul {
  width: 100%;
  float: left;
}
.accordion-main .accordion-bg .accordion-content ul li {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0 0 45px;
}
.accordion-main .accordion-bg .accordion-content ul li:last-child {
  margin: 0 0 55px;
}
.accordion-main .accordion-bg .accordion-content ul li .mark-bg {
  width: 100%;
  float: left;
}
.accordion-main .accordion-bg .accordion-content ul li .mark-bg .mark-title {
  width: 100%;
  float: left;
  font-size: 28px;
  color: #2d3748;
}
.accordion-main .accordion-bg .accordion-content ul li .mark-bg .mark-date {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #5f6c80;
}

.title-sego-36 {
  font-size: 36px;
  color: #1d1d1d;
  font-weight: 600;
  font-family: Segoe-UI;
  margin: 0 0 44px;
  padding: 0;
}

.title-sego-30 {
  font-size: 30px;
  color: #1d1d1d;
  font-weight: 600;
  font-family: Segoe-UI;
  margin: 0 0 35px;
  padding: 0;
}

.title-sego-24 {
  font-size: 24px;
  color: #5f6c80;
  font-weight: 500;
  font-family: Segoe-UI;
  margin: 0 0 12px;
  padding: 0;
}

.title-sego-20 {
  font-size: 20px;
  color: #5f6c80;
  font-family: Segoe-UI;
  margin: 0 0 10px;
  padding: 0;
  font-weight: normal;
}
.title-sego-20 span {
  border-bottom: 1px dashed #5f6c80;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.p-sego {
  font-size: 20px;
  color: #2d3748;
  font-family: Segoe-UI;
  margin: 0 0 30px;
  padding: 0;
  font-weight: normal;
  line-height: 32px;
}

.text-sego {
  font-size: 20px;
  color: #2d3748;
  font-family: Segoe-UI;
  margin: 0 0 16px;
  padding: 0;
  font-weight: normal;
  line-height: 33px;
}

.num-list {
  margin: 0;
  padding: 0 0 27px 45px;
}
.num-list li {
  margin-bottom: 2px;
}

.quotes-vline {
  border-left: 4px solid #d9d9d9;
  padding-left: 31px;
  font-style: italic;
  padding-top: 6px;
  padding-bottom: 5px;
  line-height: 33px;
  margin-bottom: 9px;
}

.w-440 {
  width: 440px;
}

.btn-red {
  height: 37px;
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  border: 0;
  border-radius: 3px;
  padding: 0 25px;
  cursor: pointer;
}
.btn-red:hover {
  background: #3d3d3d;
}

.btn-primary {
  height: 37px;
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  border: 0;
  border-radius: 3px;
  padding: 0 25px;
  cursor: pointer;
}
.btn-primary:hover {
  background: #3d3d3d;
}
.btn-primary.large {
  height: 52px;
  padding: 0 46px;
  border-radius: 6px;
}

.position-abs {
  position: absolute;
}

.top-50 {
  top: 50%;
}

.mt-n108 {
  margin-top: -108px;
}

.letter-space-n1 {
  letter-spacing: -1px;
}

.letter-space-n05 {
  letter-spacing: -0.5px;
}

.flex-auto {
  flex: auto;
}

.text-right {
  text-align: right;
}

.h-100 {
  height: 100%;
}

.placeholder-circle {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.2);
  display: inline-block;
  margin-bottom: 14px;
}

.text-left {
  text-align: left;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.btn-arrow {
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 11px 10px 9px 13px;
  cursor: pointer;
}
.btn-arrow i {
  font-size: 12px;
  color: #000;
  margin: 0 1px 0 7px;
}

.team-section {
  align-items: center;
  flex-wrap: wrap;
}
.team-section.team-section-sm .team-img {
  width: 108px;
}
.team-section.team-section-sm .team-title {
  font-size: 30px;
  line-height: 34px;
  margin: 22px 0 10px;
}
.team-section.team-section-sm .team-desc {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}
.team-section .team-img {
  float: left;
  width: 229px;
}
.team-section .team-img img {
  width: 100%;
}
.team-section .team-title {
  width: 100%;
  float: left;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 86px;
  color: #1d1d1d;
  margin: 31px 0 10px;
}
.team-section .team-desc {
  width: 100%;
  float: left;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  color: #747474;
}

.never-section {
  align-items: center;
  flex-wrap: wrap;
}
.never-section.never-section-sm .never-img {
  width: 108px;
}
.never-section.never-section-sm .never-title {
  font-size: 30px;
  line-height: 39px;
  margin: 31px 0 11px;
}
.never-section.never-section-sm .never-desc {
  font-size: 16px;
  line-height: 25px;
}
.never-section .never-img {
  float: left;
  width: 229px;
}
.never-section .never-img img {
  width: 100%;
}
.never-section .never-title {
  width: 100%;
  float: left;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  color: #1d1d1d;
  margin: 36px 0 29px;
}
.never-section .never-desc {
  width: 100%;
  float: left;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  color: #747474;
}

.page-middle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.innovative-section .innovation-team-section {
  display: flex;
  flex-wrap: inherit;
}
.innovative-section .innovation-team-section .innovative-left {
  margin-right: auto;
}
.innovative-section .innovation-team-section .innovative-left .innovative-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  color: #1d1d1d;
  letter-spacing: -0.02em;
  margin: 124px 0 14px;
}
.innovative-section .innovation-team-section .innovative-right {
  margin-left: auto;
}
.innovative-section .innovation-team-section .innovative-right .innovative-img {
  float: left;
  width: 322px;
}
.innovative-section .innovation-team-section .innovative-right .innovative-img img {
  width: 100%;
}
.innovative-section .innovation-team-section .innovative-testimonial {
  width: 100%;
  float: left;
  margin: 108px 0 100px;
}
.innovative-section .innovation-team-section .innovative-testimonial ul {
  margin: 0 -34px;
}
.innovative-section .innovation-team-section .innovative-testimonial ul li {
  width: 33%;
  float: left;
  list-style: none;
  padding: 0 34px;
}

.testimonial-card {
  width: 100%;
  float: left;
}
.testimonial-card .testimonial-card__title {
  width: 90px;
  height: 40px;
  float: left;
  background: rgba(217, 217, 217, 0.2);
}
.testimonial-card .testimonial-card__desc {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #6c6c6c;
  line-height: 24px;
  font-weight: 600;
  margin: 15px 0 21px;
  letter-spacing: -0.01em;
}
.testimonial-card .testimonial-card__posted {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 67px;
}
.testimonial-card .testimonial-card__posted .testimonial-card__img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50px;
  background: rgba(217, 217, 217, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-card .testimonial-card__posted .testimonial-card__name {
  width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 6px 0 6px;
}
.testimonial-card .testimonial-card__posted .testimonial-card__position {
  width: 100%;
  float: left;
  color: #747474;
  font-size: 14px;
  font-weight: 500;
}

.try-notion-free-btn {
  color: #fff;
  border: 0;
  background: #1d1d1d;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border-radius: 6px;
  padding: 6px 19px 5px 18px;
}

.camera-network-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #000000 10.9%, #a2a2a2 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.smart-gradient-text {
  width: 720px;
  display: inline-block;
  background: linear-gradient(90deg, #131719 10.9%, #7a7a7a 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.list-cam-card {
  list-style: none;
  margin: 0;
  padding: 62px 0 0 75px;
}
.list-cam-card li {
  float: left;
  padding: 0 0 20px 20px;
}

.cam-card {
  width: 310px;
  background-color: #fff;
  border-radius: 12px;
  padding: 37px 39px 38px;
}
.cam-card .title-24 {
  padding-bottom: 12px;
}
.cam-card .para-16 {
  font-weight: 600;
  padding-bottom: 19px;
}
.cam-card .icon-holder {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  background-color: rgba(99, 99, 99, 0.1);
  display: inline-block;
  margin-bottom: 39px;
}

.line-height-24 {
  line-height: 24px;
}

.tag-grey-light {
  background-color: rgba(217, 217, 217, 0.2);
  color: #000;
  font-size: 16px;
  border-radius: 24px;
  display: inline-block;
  padding: 10px 19px 9px;
  font-weight: 600;
  cursor: pointer;
}

.tag-grey-light-md {
  background-color: rgba(217, 217, 217, 0.2);
  color: #000;
  font-size: 16px;
  border-radius: 6px;
  height: 30px;
  line-height: 36px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 24px;
  border: 0;
  cursor: pointer;
}

.btn-outline {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 6px;
  color: #131719;
  font-weight: 500;
  height: 37px;
  padding: 0 12px;
  cursor: pointer;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-500 {
  font-weight: 500;
}

.li-style-none {
  list-style: none;
}

.articles-list {
  font-size: 20px;
  color: #1d1d1d;
  font-weight: 600;
}
.articles-list li {
  border-bottom: 1px solid rgba(95, 108, 128, 0.2);
  float: left;
  width: 100%;
  line-height: 40px;
  padding: 15px 0;
}
.articles-list li span {
  float: left;
  width: 40px;
  height: 40px;
  background-color: rgba(217, 217, 217, 0.4);
  margin-right: 32px;
  border-radius: 50%;
}

.table-list > li {
  display: flex;
  width: 100%;
  padding: 15px 0 23px;
}
.table-list > li > div {
  flex: auto;
  font-size: 20px;
}
.table-list > li > div:first-child {
  min-width: 261px;
  max-width: 261px;
  color: #747474;
  font-size: 20px;
  font-weight: 500;
}
.table-list > li > div:first-child .icon-note {
  margin-right: 8px;
}

.empty {
  color: rgba(29, 29, 29, 0.5);
}

.label-grey {
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.5);
  color: #1d1d1d;
  font-size: 20px;
  padding: 2px 5px;
  border-radius: 6px;
  font-weight: 500;
}

.label-grey-md {
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.5);
  color: #1d1d1d;
  font-size: 16px;
  padding: 2px 15px;
  border-radius: 6px;
  font-weight: 500;
  height: 30px;
  line-height: 24px;
}

.circle-grey {
  width: 36px;
  height: 36px;
  background-color: rgba(217, 217, 217, 0.4);
  display: inline-block;
  border-radius: 50%;
}

.list-header {
  border-bottom: 1px solid rgba(95, 108, 128, 0.2);
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.list-header .nav-item {
  font-size: 16px;
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 500;
  float: left;
  line-height: 35px;
}
.list-header .nav-item.active {
  border-bottom: 3px solid #1d1d1d;
}
.list-header .nav-item span {
  float: left;
  font-size: 23px;
  margin-top: 6px;
  margin-right: 5px;
}
.list-header .right-part {
  float: right;
}
.list-header .right-part a {
  text-decoration: none;
  color: #1d1d1d;
  font-weight: 500;
  font-size: 16px;
  margin-right: 24px;
  float: left;
  line-height: 30px;
}

.btn-grey {
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  color: #1d1d1d;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
}
.btn-grey [class^=icon-] {
  color: #636363;
  float: right;
  line-height: 33px;
  font-size: 22px;
}

.circle-list {
  list-style: none;
}
.circle-list li {
  float: left;
  margin-right: -8px;
}

.notes-list > li {
  padding: 8px 0;
}

.catch-all-latest {
  width: 100%;
  float: left;
  margin: 94px 0 327px;
}
.catch-all-latest .upcoming-event {
  float: left;
  text-transform: uppercase;
  color: rgba(13, 13, 13, 0.75);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 13px;
}
.catch-all-latest .upcoming-event-title {
  float: left;
  color: #1d1d1d;
  font-size: 42px;
  font-weight: 700;
}
.catch-all-latest .see-schedule {
  margin: 23px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: rgba(13, 13, 13, 0.75);
  cursor: pointer;
}
.catch-all-latest .see-schedule i {
  font-size: 12px;
  color: #636363;
  margin: 0 0 0 16px;
}

.slick-slide {
  padding: 0 22px;
}

.catch-all-latest-slider {
  overflow: hidden;
  position: relative;
  margin: 94px 0 0;
}
.catch-all-latest-slider .catch-all-latest-row {
  margin: 0 -22px;
}
.catch-all-latest-slider .catch-all-latest-row .catch-all-latest-slider-main {
  width: 100%;
  float: left;
  padding: 0 0 64px;
}
.catch-all-latest-slider .catch-all-latest-row .catch-all-latest-slider-main .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #c4c4c4;
  color: #fff;
  font-size: 15px;
  transform: rotate(180deg);
  border: 0;
  position: absolute;
  bottom: 0;
  left: 22px;
}
.catch-all-latest-slider .catch-all-latest-row .catch-all-latest-slider-main .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #c4c4c4;
  color: #fff;
  font-size: 15px;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 77px;
}

.catch-latest-card {
  width: 420px;
  float: left;
  border-radius: 12px;
  background: #fff;
  padding: 44px 40px;
}
.catch-latest-card .catch-latest-left {
  width: 255px;
  float: left;
  margin: 0 0 37px;
}
.catch-latest-card .catch-latest-left .catch-latest-solution {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #747474;
  width: 100%;
  float: left;
  margin: 0 0 5px;
}
.catch-latest-card .catch-latest-left .catch-latest-name {
  font-size: 24px;
  font-weight: 700;
  color: #0d0d0d;
  width: 183px;
  height: 64px;
  float: left;
  line-height: 32px;
  margin: 0 0 17px;
}
.catch-latest-card .catch-latest-left .catch-latest-time {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  margin: 0 0 6px;
}
.catch-latest-card .catch-latest-left .catch-latest-status {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #747474;
}
.catch-latest-card .catch-latest-right {
  width: 80px;
  float: right;
  text-align: right;
  margin: -3px 0 0;
}
.catch-latest-card .catch-latest-right .catch-latest-date {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: #0d0d0d;
  margin: 0 0 7px;
}
.catch-latest-card .catch-latest-right .catch-latest-month {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #747474;
}
.catch-latest-card .catch-latest-img {
  width: 100%;
  height: 314px;
  float: left;
  border-radius: 12px;
  overflow: hidden;
}
.catch-latest-card .catch-latest-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catch-latest-action {
  padding: 0 0 396px;
}
.catch-latest-action.grey {
  background: rgba(217, 217, 217, 0.2);
}
.catch-latest-action .catch-latest-action-title {
  width: 100%;
  float: left;
  font-size: 42px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  margin: 96px 0 91px;
}
.catch-latest-action .catch-latest-action-cards-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-width: 1000px;
  max-width: 1338px;
  margin: 0 auto;
}

.catch-latest-action-card {
  width: 420px;
  background: #fff;
  padding: 44px 40px 36px;
  border-radius: 12px;
}
.catch-latest-action-card.gradient {
  background: linear-gradient(152.9deg, #e4e4e4 0.52%, rgba(239, 239, 239, 0) 99.48%);
}
.catch-latest-action-card .catch-latest-action-card-name {
  width: 100%;
  float: left;
  font-size: 26px;
  font-weight: 700;
  color: #0d0d0d;
  margin: 0 0 21px;
}
.catch-latest-action-card .catch-latest-action-card-desc {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(13, 13, 13, 0.75);
  margin: 0 0 32px;
}
.catch-latest-action-card .catch-latest-action-card-btn {
  width: 100%;
  float: left;
}
.catch-latest-action-card .catch-latest-action-card-btn button {
  background: #1d1d1d;
  border: 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 12px 24px;
  margin: 0 0 26px;
}
.catch-latest-action-card .catch-latest-action-card-img {
  width: 100%;
  float: left;
  text-align: center;
}
.catch-latest-action-card .catch-latest-action-card-img img {
  width: 264px;
  height: 229px;
}

.smart-camera-net {
  padding: 0 0 496px;
}
.smart-camera-net .container {
  max-width: 1193px;
}
.smart-camera-net .smart-camera-net-left {
  float: left;
  width: 55%;
  margin: 136px 0 0;
}
.smart-camera-net .smart-camera-net-left .smart-camera-net-title {
  width: 100%;
  float: left;
  font-size: 64px;
  font-weight: 700;
  color: #131719;
  line-height: 72px;
}
.smart-camera-net .smart-camera-net-left .smart-camera-net-desc {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #747474;
  margin: 29px 0 0;
}
.smart-camera-net .smart-camera-net-left .smart-camera-net-btn {
  width: 100%;
  float: left;
  margin: 68px 0 0;
}
.smart-camera-net .smart-camera-net-left .smart-camera-net-btn button {
  float: left;
  color: #fff;
  background: #1d1d1d;
  border: 0;
  font-size: 20px;
  border-radius: 70px;
  padding: 18px 18px 17px 20px;
}
.smart-camera-net .smart-camera-net-right {
  float: right;
  width: 471px;
  margin: 63px 0 0;
}
.smart-camera-net .smart-camera-net-right img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}
.smart-camera-net .smart-camera-net-kpi {
  width: 100%;
  float: left;
}
.smart-camera-net .smart-camera-net-kpi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-width: 100%;
  max-width: 100%;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 6px;
  margin: 191px 0 0;
  padding: 45px 35px 34px 30px;
}
.smart-camera-net .smart-camera-net-kpi ul li {
  list-style: none;
  min-width: 150px;
  text-align: center;
}
.smart-camera-net .smart-camera-net-kpi ul li .kpi-count {
  width: 100%;
  float: left;
  font-size: 42px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 17px;
}
.smart-camera-net .smart-camera-net-kpi ul li .kpi-title {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: rgba(29, 29, 29, 0.5);
  text-transform: capitalize;
}

.learn-build-app {
  margin: 145px 0 0;
  padding: 0 0 418px;
}
.learn-build-app .learn-build-app-title {
  width: 100%;
  float: left;
  font-size: 52px;
  font-weight: 700;
  color: #131719;
  margin: 0 0 77px;
}
.learn-build-app .learn-build-app-card-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-width: 100%;
  max-width: 100%;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card {
  width: 700px;
  float: left;
  border-radius: 6px;
  padding: 38px 41px 44px;
  background: rgba(217, 217, 217, 0.2);
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left {
  width: 347px;
  float: left;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left .learn-build-app-card-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 36px;
  color: rgba(29, 29, 29, 0.6);
  padding: 0 0 0 3px;
  margin: 0 0 84px;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left .learn-build-app-card-title span {
  color: #1d1d1d;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left .learn-build-app-card-btn {
  width: 100%;
  float: left;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left .learn-build-app-card-btn button {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  border: 0;
  padding: 12px 28px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left .learn-build-app-card-btn button i {
  margin: 5px 0 0 16px;
  float: right;
  font-size: 11px;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-right {
  float: right;
  width: 227px;
}
.learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metaverse-on-chain {
  background: rgba(217, 217, 217, 0.2);
  padding: 0 0 239px;
}
.metaverse-on-chain .container {
  max-width: 1312px;
}
.metaverse-on-chain .container .metaverse-on-chain-title {
  width: 100%;
  float: left;
  font-size: 64px;
  font-weight: 700;
  color: #131719;
  margin: 135px 0 22px;
}
.metaverse-on-chain .container .metaverse-on-chain-desc {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #747474;
  letter-spacing: -0.01em;
  margin: 0 0 53px;
}
.metaverse-on-chain .container .metaverse-on-chain-cards-list ul {
  margin: 0 -12px;
}
.metaverse-on-chain .container .metaverse-on-chain-cards-list ul li {
  width: 25%;
  padding: 0 12px 24px;
  float: left;
  list-style: none;
}

.metaverse-on-chain-card {
  width: 100%;
  height: 365px;
  float: left;
  background: #fff;
  border-radius: 12px;
  padding: 31px 39px;
  position: relative;
}
.metaverse-on-chain-card .metaverse-on-chain-card-img {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  float: left;
  background: rgba(99, 99, 99, 0.1);
}
.metaverse-on-chain-card .metaverse-on-chain-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.metaverse-on-chain-card .metaverse-on-chain-card-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 57px 33px 39px;
}
.metaverse-on-chain-card .metaverse-on-chain-card-content .metaverse-on-chain-card-title {
  width: 143px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #0d0d0d;
}
.metaverse-on-chain-card .metaverse-on-chain-card-content .metaverse-on-chain-card-desc {
  margin: 9px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #747474;
}

.txt-20 {
  font-size: 20px;
}

.box-wrap {
  border-right: 1px solid rgba(95, 108, 128, 0.4);
  border-bottom: 1px solid rgba(95, 108, 128, 0.4);
  float: left;
  margin-bottom: 50px;
}
.box-wrap .box-item {
  width: 25%;
  height: 366px;
  padding: 40px 32px 25px;
  border: 1px solid rgba(95, 108, 128, 0.4);
  border-right: 0;
  border-bottom: 0;
  position: relative;
  float: left;
}
.box-wrap .box-item .label {
  height: 37px;
  background-color: rgba(217, 217, 217, 0.2);
  color: #000000;
  line-height: 36px;
  display: inline-block;
  padding: 0 18px;
  position: absolute;
  bottom: 25px;
  font-weight: 600;
}
.box-wrap .box-item h2 {
  font-size: 20px;
  color: #0d0d0d;
  margin-bottom: 10px;
}
.box-wrap .box-item p {
  line-height: 30px;
  color: #000;
}

.card-table-wrap {
  float: left;
  margin-bottom: 100px;
}
.card-table-wrap .card-item {
  float: left;
  width: 50%;
  display: flex;
  border: 1px solid rgba(95, 108, 128, 0.2);
  padding: 55px 46px;
  align-items: center;
}
.card-table-wrap .card-item h3 {
  font-size: 24px;
  color: #0d0d0d;
  margin-bottom: 10px;
}
.card-table-wrap .card-item > div {
  flex: auto;
}
.card-table-wrap .card-item > div .square-box {
  width: 65px;
  height: 65px;
  background-color: rgba(99, 99, 99, 0.1);
  border-radius: 6px;
  display: inline-block;
  margin-right: 50px;
}
.card-table-wrap .card-item > div .link {
  text-decoration: none;
  color: #636363;
  float: right;
}
.card-table-wrap .card-item > div p {
  color: rgba(13, 13, 13, 0.75);
  line-height: 28px;
  font-weight: 500;
}
.card-table-wrap .card-item:first-child {
  border-right: 0;
  border-bottom: 0;
}
.card-table-wrap .card-item:last-child {
  border-left: 0;
  border-top: 0;
}
.card-table-wrap.three-column > div {
  display: block;
}
.card-table-wrap.three-column .card-item {
  width: 33.3%;
  height: 269px;
  padding: 40px;
  position: relative;
  border-color: rgba(95, 108, 128, 0.2);
}
.card-table-wrap.three-column .card-item .link {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.card-table-wrap.three-column .card-item .square-box {
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
.card-table-wrap.three-column .card-item h1 {
  font-size: 28px;
}
.card-table-wrap.three-column .card-item:nth-child(3) {
  border-left: 0;
}
.card-table-wrap.three-column .card-item:nth-child(5) {
  border-left: 0;
  border-top: 0;
}

.ai-app-card {
  float: left;
  width: 50%;
}
.ai-app-card .square-box {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(99, 99, 99, 0.1);
  border-radius: 6px;
  margin-bottom: 30px;
}
.ai-app-card h3 {
  font-size: 20px;
  color: #0d0d0d;
  margin-bottom: 10px;
}
.ai-app-card p {
  color: #747474;
  font-size: 16px;
  margin-bottom: 30px;
}
.ai-app-card .see-more-link {
  color: #0d0d0d;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.ai-app-card .see-more-link .icon-arrow-new {
  color: #636363;
  font-size: 10px;
  font-weight: 900;
  margin-left: 8px;
}

.clear::before,
.clear::after {
  display: block;
  clear: both;
  content: "";
  box-sizing: border-box;
}

.overview-box {
  width: 1150px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 12px;
  margin-top: 136px !important;
  margin-bottom: 115px;
}
.overview-box .tag {
  height: 37px;
  background-color: rgba(217, 217, 217, 0.2);
  color: #000;
  border-radius: 24px;
  padding: 0 20px;
  font-weight: 500;
  display: inline-block;
  line-height: 36px;
}
.overview-box h1 {
  font-size: 48px;
  color: #1d1d1d;
  font-weight: 700;
}
.overview-box p {
  font-size: 18px;
  color: #747474;
  font-weight: 500;
  line-height: 30px;
}
.overview-box .img-section {
  float: right;
  padding-top: 120px;
  padding-left: 80px;
  margin-bottom: 30px;
}

.row-list {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid rgba(95, 108, 128, 0.2);
  margin-bottom: 75px;
}
.row-list .title {
  flex: auto;
  width: 40%;
}
.row-list .title h2 {
  font-size: 28px;
  color: #1d1d1d;
}
.row-list .list {
  flex: auto;
  padding-bottom: 45px;
}
.row-list .list ul {
  list-style: none;
}
.row-list .list ul li {
  font-size: 20px;
  font-weight: 500;
  color: #747474;
  padding-bottom: 10px;
  display: flex;
}
.row-list .list ul li [class^=icon-] {
  background-color: rgba(99, 99, 99, 0.2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin-right: 13px;
  margin-bottom: 20px;
}
.row-list .list ul li > span:last-child {
  padding-top: 4px;
}

.mw-518px {
  min-width: 518px;
}

.mw-600px {
  min-width: 600px;
}

.accord-arrow-line {
  border-bottom: 1px solid rgba(95, 108, 128, 0.2);
  padding-top: 35px;
  padding-bottom: 35px;
}
.accord-arrow-line h2 {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0;
}
.accord-arrow-line h2 [class^=icon-] {
  float: right;
  font-size: 13px;
  color: rgba(99, 99, 99, 0.4);
  transform: rotate(90deg);
}
.accord-arrow-line h2.active [class^=icon-] {
  transform: rotate(-90deg);
}
.accord-arrow-line .accordion.active + .accordion-cnt {
  display: block;
}
.accord-arrow-line .accordion-cnt {
  padding-right: 65px;
  display: none;
  padding-top: 10px;
}
.accord-arrow-line .accordion-cnt p {
  font-size: 16px;
  color: rgba(13, 13, 13, 0.75);
  font-weight: 500;
  line-height: 26px;
}

.footer-wrap {
  margin-top: 136px;
  border-top: 1px solid rgba(95, 108, 128, 0.2);
  border-bottom: 1px solid rgba(95, 108, 128, 0.2);
  padding-top: 58px;
  padding-bottom: 40px;
  display: flex;
}
.footer-wrap .footer-col {
  flex: auto;
}
.footer-wrap h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
}
.footer-wrap ul {
  list-style: none;
  color: rgba(13, 13, 13, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}

.footer-btm {
  display: flex;
  padding: 40px 0;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 600;
}
.footer-btm > div {
  flex: auto;
}
.footer-btm > div:last-child {
  text-align: right;
}

.font-16 {
  font-size: 16px !important;
}

.font-w700 {
  font-weight: 700 !important;
}

.font-42 {
  font-size: 42px !important;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.d-inline-block {
  display: inline-block;
}

.color-0d-75 {
  color: rgba(13, 13, 13, 0.75);
}

.color-0d-30 {
  color: rgba(13, 13, 13, 0.3);
}

.l-hight30 {
  line-height: 30px;
}

.sm-row {
  display: flex;
  margin-bottom: 30px;
}
.sm-row .brand {
  flex: auto;
  min-width: 50%;
  font-size: 18px;
  color: #747474;
  font-weight: 500;
  line-height: 27px;
}
.sm-row .brand [class^=icon-] {
  font-size: 27px;
  margin-right: 30px;
  float: left;
}
.sm-row .userid {
  font-size: 18px;
  color: #747474;
  font-weight: 500;
}

.keep-touch-img {
  position: absolute;
  bottom: 0;
}

.box-white-wrap {
  width: 1150px;
  height: 567px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding-top: 50px;
  padding-left: 60px;
  margin-top: 136px;
  position: relative;
}
.box-white-wrap .box-image {
  float: right;
  margin-top: -30px;
}
.box-white-wrap h1 {
  font-size: 64px;
  color: #131719;
  margin: 0;
  padding: 0 0 30px;
}
.box-white-wrap p {
  font-size: 18px;
  color: #747474;
  line-height: 30px;
  font-weight: 500;
}
.box-white-wrap button {
  position: absolute;
  bottom: 50px;
  height: 44px;
  padding: 0 20px;
}

.bg-d9-20 {
  background-color: rgba(217, 217, 217, 0.2);
}

.radius-36 {
  border-radius: 36px;
}

.radius-6 {
  border-radius: 6px;
}

.sign-up-wraper {
  display: flex;
  padding-top: 140px;
}
.sign-up-wraper .left-part {
  min-width: 900px;
  padding-left: 150px;
}
.sign-up-wraper .left-part h1 {
  font-size: 52px;
  color: #131719;
  padding: 0;
  margin: 0;
  line-height: 72px;
  padding-bottom: 30px;
}
.sign-up-wraper .left-part .input-group {
  position: relative;
  width: 575px;
}
.sign-up-wraper .left-part .input-group input {
  width: 575px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 42px;
  border: 0;
  padding-left: 48px;
  font-size: 18px;
  font-weight: 500;
}
.sign-up-wraper .left-part .input-group input:focus {
  outline: none;
}
.sign-up-wraper .left-part .input-group button {
  border: 0;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  height: 72px;
  border-radius: 42px;
  line-height: 72px;
  padding: 0 38px;
  position: absolute;
  right: 0;
  font-weight: 500;
}
.sign-up-wraper .right-part {
  flex: auto;
  padding-top: 15px;
}
.sign-up-wraper .right-part ul {
  list-style: none;
}
.sign-up-wraper .right-part ul li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
.sign-up-wraper .right-part ul li [type=radio]:checked + label:before,
.sign-up-wraper .right-part ul li [type=radio]:not(:checked) + label:before {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border-color: rgba(0, 0, 0, 0.3);
  border-width: 2px;
}
.sign-up-wraper .right-part ul li [type=radio]:checked + label,
.sign-up-wraper .right-part ul li [type=radio]:not(:checked) + label {
  padding: 10px 0 0 50px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.sign-up-wraper .right-part ul li [type=radio]:checked + label:after,
.sign-up-wraper .right-part ul li [type=radio]:not(:checked) + label:after {
  top: 9px;
  width: 20px;
  height: 20px;
  left: 8px;
  background-color: #2196f3;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f87da9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.welcome-camkid {
  padding: 0 0 205px;
}
.welcome-camkid .container {
  max-width: 1300px;
}
.welcome-camkid .welcome-camkid-title {
  font-size: 48px;
  font-weight: 700;
  color: #131719;
  text-align: center;
  margin: 163px 0 0;
}
.welcome-camkid .tab-container {
  margin: 48px 0 0;
}
.welcome-camkid .welcome-camkid-card-section {
  margin: 120px 0 0;
}
.welcome-camkid .welcome-camkid-card-section ul {
  margin: 0 -10px;
}
.welcome-camkid .welcome-camkid-card-section ul li {
  width: 25%;
  float: left;
  padding: 0 10px;
  list-style: none;
  margin: 0 0 20px;
}

.welcome-camkid-card {
  width: 100%;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 36px 20px 33px 38px;
}
.welcome-camkid-card .welcome-camkid-card-img {
  width: 76px;
  height: 76px;
  background: rgba(99, 99, 99, 0.1);
  border-radius: 16px;
}
.welcome-camkid-card .welcome-camkid-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-camkid-card .welcome-camkid-card-type {
  font-size: 14px;
  font-weight: 500;
  color: #747474;
  margin: 13px 0 0;
}
.welcome-camkid-card .welcome-camkid-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0d0d;
  margin: 49px 0 12px;
}
.welcome-camkid-card .welcome-camkid-card-desc {
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  line-height: 24px;
}

.tab-menu {
  width: 100%;
  float: left;
  text-align: center;
}

.tab-menu ul {
  margin: 0;
  padding: 0;
}

.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 23px;
}

.tab-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #0d0d0d;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  padding: 0 22px 18px;
  cursor: pointer;
}

.tab-menu ul li a.active-a {
  border-color: #000;
}

.tab {
  width: 100%;
  float: left;
  display: none;
}

.tab-active {
  display: block;
}

.our-journey {
  padding: 0 0 288px;
}
.our-journey .our-journey-title {
  font-size: 48px;
  font-weight: 700;
  color: #131719;
  margin: 233px 0 59px;
}
.our-journey ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 50px;
}

.journey-card::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  float: left;
  margin: 8px 44px 0 0;
  background: #dedede;
}
.journey-card .journey-card-year-main {
  float: left;
  width: 450px;
  position: relative;
}
.journey-card .journey-card-year-main::before {
  content: "";
  height: 1px;
  position: absolute;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
  top: 16px;
  left: 17px;
  right: 0;
}
.journey-card .journey-card-year-main::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 40px;
  position: absolute;
  background: #dbdbdb;
  top: 0;
  right: 0;
}
.journey-card .journey-card-year-main .journey-card-year {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: #dbdbdb;
  padding: 9px 27px;
  border-radius: 40px;
  position: relative;
  z-index: 10;
}
.journey-card .journey-card-title {
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 0 0 27px;
}
.journey-card .journey-card-title span {
  color: #000;
}

.we-are-the-talk {
  padding: 0 0 202px;
}
.we-are-the-talk .container {
  max-width: 1200px;
}
.we-are-the-talk .container .we-are-the-talk-heading {
  width: 375px;
  float: left;
  margin: 227px 0 0;
}
.we-are-the-talk .container .we-are-the-talk-heading .we-are-the-talk-title {
  font-size: 48px;
  font-weight: 700;
  color: #131719;
  line-height: 68px;
  margin: 0 0 22px;
}
.we-are-the-talk .container .we-are-the-talk-heading .we-are-the-talk-desc {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 34px;
}
.we-are-the-talk .container .we-are-the-talk-heading .we-are-the-talk-view {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.we-are-the-talk .container .we-are-the-talk-listing {
  max-width: 640px;
  margin: 241px 0 0;
}
.we-are-the-talk .container .we-are-the-talk-listing ul li {
  list-style: none;
  margin: 0 0 30px;
}

.we-are-the-talk-card {
  min-width: 640px;
  float: left;
  position: relative;
  padding: 0 0 0 346px;
  min-height: 190px;
}
.we-are-the-talk-card .we-are-the-talk-card-img {
  width: 310px;
  height: 190px;
  float: left;
  border-radius: 12px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.we-are-the-talk-card .we-are-the-talk-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.we-are-the-talk-card .we-are-the-talk-card-content .we-are-the-talk-card-type {
  margin: 21px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: rgba(13, 13, 13, 0.6);
  text-transform: uppercase;
}
.we-are-the-talk-card .we-are-the-talk-card-content .we-are-the-talk-card-title {
  margin: 12px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #0d0d0d;
}
.we-are-the-talk-card .we-are-the-talk-card-content .we-are-the-talk-card-date {
  margin: 66px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(13, 13, 13, 0.6);
}

.new-features {
  padding: 0 0 282px;
}
.new-features .container {
  max-width: 983px;
}
.new-features .container .new-features-heading {
  text-align: center;
  margin: 124px 0 0;
}
.new-features .container .new-features-heading .new-features-heading-title {
  font-size: 72px;
  font-weight: 500;
  color: #353535;
  line-height: 82px;
  margin: 0 0 27px;
}
.new-features .container .new-features-heading .new-features-heading-desc {
  font-size: 28px;
  color: #484848;
  line-height: 34px;
}
.new-features .container .new-features-content-section {
  margin: 164px 0 0;
}
.new-features .container .new-features-content-section .new-features-content-section-title {
  font-size: 38px;
  font-weight: 500;
  color: #353535;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}
.new-features .container .new-features-content-section ul li {
  list-style: none;
  border-top: 1px solid rgba(99, 99, 99, 0.25);
  margin: 0 0 13px;
}

.new-features-content-card {
  min-width: 100%;
  margin: 73px 0 0;
}
.new-features-content-card :first-child {
  min-width: 246px;
}
.new-features-content-card :nth-child(2) {
  min-width: 431px;
  padding-right: 95px;
}
.new-features-content-card :last-child {
  min-width: 309px;
}
.new-features-content-card > div {
  margin: 0 0 62px;
}
.new-features-content-card > div > div {
  line-height: 24px;
  font-size: 16px;
  color: #484848;
}
.new-features-content-card > div > div b {
  font-size: 19px;
  font-weight: 500;
}

.openvision-was-sunset {
  padding: 0 0 69px;
}
.openvision-was-sunset .container {
  max-width: 1253px;
}
.openvision-was-sunset .container .openvision-was-sunset-header {
  margin: 46px 0 82px;
}
.openvision-was-sunset .container .openvision-was-sunset-header .openvision-was-sunset-logo {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1d;
  letter-spacing: -0.02em;
}
.openvision-was-sunset .container .openvision-was-sunset-header ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 51px;
}
.openvision-was-sunset .container .openvision-was-sunset-header ul li:first-child {
  margin: 0;
}
.openvision-was-sunset .container .openvision-was-sunset-header ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #737373;
  cursor: pointer;
}
.openvision-was-sunset .container .openvision-was-sunset-page .openvision-was-sunset-main {
  max-width: 693px;
  margin: 0 auto;
}
.openvision-was-sunset .container .openvision-was-sunset-page .openvision-was-sunset-main .openvision-was-sunset-img {
  width: 192px;
  height: 167px;
  text-align: center;
  display: inline-block;
}
.openvision-was-sunset .container .openvision-was-sunset-page .openvision-was-sunset-main .openvision-was-sunset-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.openvision-was-sunset .container .openvision-was-sunset-page .openvision-was-sunset-main .openvision-was-sunset-title {
  font-size: 34px;
  font-weight: 500;
  color: #353535;
  line-height: 42px;
  margin: 66px 0 40px;
}
.openvision-was-sunset .container .openvision-was-sunset-page .openvision-was-sunset-main .openvision-was-sunset-desc {
  font-size: 15px;
  color: #484848;
  line-height: 24px;
}
.openvision-was-sunset .container .openvision-was-sunset-page .openvision-was-sunset-main .openvision-was-sunset-desc p {
  margin: 0 0 24px;
}
.openvision-was-sunset .container .openvision-was-sunset-page .openvision-was-sunset-main .openvision-was-sunset-desc p a {
  cursor: pointer;
  color: #484848;
  text-decoration: underline;
}

.we-are-releasing-tempo {
  padding: 0 0 225px;
}
.we-are-releasing-tempo .openvision-was-sunset-title {
  margin-bottom: 17px !important;
}
.we-are-releasing-tempo .we-are-releasing-tempo-desc {
  font-size: 20px;
  font-weight: 500;
  color: #737373;
  letter-spacing: -0.02em;
}
.we-are-releasing-tempo .we-are-releasing-tempo-btn {
  margin: 95px 0 0;
}
.we-are-releasing-tempo .we-are-releasing-tempo-btn button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 6px;
  padding: 14px 0 15px;
  min-width: 399px;
  cursor: pointer;
}
.we-are-releasing-tempo .we-are-releasing-tempo-short {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #737373;
  margin: 27px 0 0;
}

.we-are-opensource {
  padding: 0 0 153px;
}
.we-are-opensource .openvision-was-sunset-header {
  margin-bottom: 75px !important;
}
.we-are-opensource .openvision-was-sunset-page .openvision-was-sunset-main {
  max-width: 715px !important;
}
.we-are-opensource .openvision-was-sunset-page .openvision-was-sunset-main .we-are-opensource-title {
  font-size: 34px;
  font-weight: 500;
  color: #1d1d1d;
}
.we-are-opensource .openvision-was-sunset-page .openvision-was-sunset-main .we-are-opensource-decs {
  margin: 19px 0 70px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #737373;
}
.we-are-opensource .openvision-was-sunset-page .openvision-was-sunset-main .we-are-opensource-short {
  font-size: 15px;
  color: #484848;
  line-height: 24px;
  margin-bottom: 59px;
}
.we-are-opensource .openvision-was-sunset-page .openvision-was-sunset-main .we-are-opensource-listing li {
  float: left;
  list-style: none;
  margin: 0 0 47px;
}
.we-are-opensource .openvision-was-sunset-page .openvision-was-sunset-main .we-are-opensource-listing li:nth-child(even) {
  float: right;
}

.we-are-opensource-card {
  width: 334px;
  float: left;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.we-are-opensource-card .we-are-opensource-card-img {
  width: 100%;
  float: left;
  height: 161px;
  background: #f7f7f7;
}
.we-are-opensource-card .we-are-opensource-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.we-are-opensource-card .we-are-opensource-card-content {
  width: 100%;
  float: left;
  background: #fff;
  padding: 19px 15px 20px;
}
.we-are-opensource-card .we-are-opensource-card-content .we-are-opensource-card-title {
  width: 100%;
  float: left;
  color: #0e0e0e;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 7px;
}
.we-are-opensource-card .we-are-opensource-card-content .we-are-opensource-card-desc {
  width: 100%;
  float: left;
  color: #737373;
  font-size: 15px;
}

.credits {
  min-height: 1039px;
  padding: 0 0 153px;
}
.credits .openvision-was-sunset-main {
  max-width: 653px !important;
}
.credits .openvision-was-sunset-main .credits-title {
  font-size: 34px;
  font-weight: 500;
  color: #1d1d1d;
}
.credits .openvision-was-sunset-main .credits-list {
  margin: 36px 0 0;
}

.credits-card {
  width: 100%;
  float: left;
  margin: 0 0 23px;
}
.credits-card :first-child span {
  font-size: 15px;
  color: #373737;
  letter-spacing: 0.01em;
}
.credits-card :first-child i {
  font-size: 11px;
  color: #373737;
  margin: 0 0 0 7px;
}
.credits-card :last-child {
  font-size: 15px;
  color: #737373;
  letter-spacing: 0.01em;
}

.special-thanks {
  padding: 0 0 90px;
}
.special-thanks .openvision-was-sunset-main {
  max-width: 800px !important;
}
.special-thanks .openvision-was-sunset-main .special-thanks-title {
  font-size: 34px;
  font-weight: 500;
  color: #1d1d1d;
}
.special-thanks .openvision-was-sunset-main .special-thanks-desc {
  font-size: 20px;
  font-weight: 500;
  color: #737373;
  letter-spacing: -0.01em;
  margin: 19px 0 37px;
}
.special-thanks .openvision-was-sunset-main .special-thanks-list {
  margin: 36px 0 0;
}
.special-thanks .openvision-was-sunset-main .special-thanks-list li {
  list-style: none;
  width: 25%;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #737373;
  letter-spacing: 0.01em;
  min-height: 55px;
  padding: 0 25px;
}
.special-thanks .openvision-was-sunset-main .special-thanks-img-main {
  margin: 71px 0 0;
}
.special-thanks .openvision-was-sunset-main .special-thanks-img-main .special-thanks-img {
  width: 199px;
  height: 170px;
  display: inline-block;
}
.special-thanks .openvision-was-sunset-main .special-thanks-img-main .special-thanks-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq {
  padding: 0 0 162px;
}
.faq .openvision-was-sunset-main {
  max-width: 693px !important;
}
.faq .openvision-was-sunset-main .faq-title {
  font-size: 34px;
  font-weight: 500;
  color: #1d1d1d;
  margin: 0 0 79px;
}
.faq .openvision-was-sunset-main .faq-content {
  line-height: 28px;
  font-size: 16px;
  color: #484848;
  margin: 0 0 34px;
}
.faq .openvision-was-sunset-main .faq-content .faq-q {
  font-weight: 500;
}
.faq .openvision-was-sunset-main .faq-content .faq-a {
  color: #737373;
}

.curated-directory .container .curated-directory-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 46px;
  color: #1d1d1d;
}
.curated-directory .container .curated-directory-listing-section {
  max-width: 1040px;
  float: left;
}
.curated-directory .container .curated-directory-listing-section.text-center {
  margin: 0 auto;
  float: none;
}
.curated-directory .container .curated-directory-listing-section.text-center .curated-directory-category li {
  float: none;
  display: inline-block;
}
.curated-directory .container .curated-directory-listing-section .curated-directory-category {
  margin: 0 0 64px;
}
.curated-directory .container .curated-directory-listing-section .curated-directory-category li {
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
}
.curated-directory .container .curated-directory-listing-section .curated-directory-category li span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border-radius: 25px;
  border: 1px solid rgba(217, 217, 217, 0.2);
  float: left;
  padding: 8px 19px 7px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.curated-directory .container .curated-directory-listing-section .curated-directory-category li span.active {
  background: rgba(217, 217, 217, 0.2);
  border-color: transparent;
}
.curated-directory .container .curated-directory-listing-section .curated-directory-category li span:hover {
  background: rgba(217, 217, 217, 0.2);
  border-color: transparent;
}
.curated-directory .container .curated-directory-listing-section .curated-directory-card-listing {
  margin: 0 -15px;
}
.curated-directory .container .curated-directory-listing-section .curated-directory-card-listing li {
  list-style: none;
  float: left;
  padding: 0 15px;
  margin: 0 0 30px;
}

.curated-directory-card {
  width: 326px;
  float: left;
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 24px 31px 127px;
  text-align: left;
}
.curated-directory-card .curated-directory-card-img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 24px;
  left: 24px;
}
.curated-directory-card .curated-directory-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curated-directory-card .curated-directory-card-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: -1px 0 0;
}
.curated-directory-card .curated-directory-card-company {
  font-size: 14px;
  font-weight: 500;
  color: #737373;
  margin: 10px 0 0;
}
.curated-directory-card .curated-directory-card-perform {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 15px 0 0;
}
.curated-directory-card .curated-directory-card-free {
  font-size: 14px;
  font-weight: 500;
  color: #737373;
  margin: 6px 0 0;
}

.side-projects {
  padding: 0 0 200px;
}
.side-projects .side-projects-page .side-projects-section {
  float: left;
  max-width: 1134px;
}
.side-projects .side-projects-page .side-projects-section .side-projects-title {
  font-size: 20px;
  font-weight: 600;
  color: #737373;
  margin: 177px 0 0;
}
.side-projects .side-projects-page .side-projects-section .side-projects-listing {
  margin: 37px 0 0;
}
.side-projects .side-projects-page .side-projects-section .side-projects-listing ul {
  margin: 0 -11px;
}
.side-projects .side-projects-page .side-projects-section .side-projects-listing ul li {
  list-style: none;
  padding: 0 11px;
  width: 50%;
  float: left;
  margin: 0 0 32px;
}

.side-projects-card {
  width: 100%;
  float: left;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.2);
  padding: 23px 31px 16px;
}
.side-projects-card .side-projects-card-header {
  position: relative;
  padding-left: 51px;
}
.side-projects-card .side-projects-card-header .side-projects-card-img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
}
.side-projects-card .side-projects-card-header .side-projects-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-projects-card .side-projects-card-header .side-projects-card-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin: 4px 0 0;
}
.side-projects-card .side-projects-card-desc {
  font-size: 16px;
  color: #737373;
  line-height: 26px;
  margin: 17px 0 0;
}

.main-header {
  display: flex;
}
.main-header > div {
  flex: auto;
}
.main-header .logo {
  font-size: 24px;
  width: 200px;
  color: #1d1d1d;
  font-weight: 500;
}
.main-header .logo h1 {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 500;
  margin-top: 50px;
}
.main-header .header-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .header-nav > ul > li {
  float: left;
  padding-right: 24px;
  padding-top: 55px;
  position: relative;
}
.main-header .header-nav > ul > li > a {
  text-decoration: none;
  color: rgba(13, 13, 13, 0.75);
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding: 0 10px 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main-header .header-nav > ul > li > a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 9px;
  bottom: 0px;
  z-index: 9999;
  background: #000;
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.main-header .header-nav > ul > li .dropdown {
  display: none;
}
.main-header .header-nav > ul > li:hover > a, .main-header .header-nav > ul > li.active > a {
  border-color: #000;
}
.main-header .header-nav > ul > li:hover > a::before, .main-header .header-nav > ul > li.active > a::before {
  opacity: 1;
}
.main-header .header-nav > ul > li:hover .dropdown, .main-header .header-nav > ul > li.active .dropdown {
  display: block;
}
.main-header .contact-detail {
  padding-top: 55px;
  color: rgba(13, 13, 13, 0.75);
  font-size: 16px;
  text-align: right;
}

.sec-header {
  padding-top: 27px;
  display: flex;
}
.sec-header > div {
  flex: auto;
}
.sec-header > div.sec-header-title {
  max-width: 257px;
}
.sec-header > div.sec-header-btn {
  max-width: 200px;
}
.sec-header > div ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}
.sec-header > div ul li {
  display: inline-block;
}
.sec-header > div ul li a {
  text-decoration: none;
  color: rgba(13, 13, 13, 0.75);
  font-size: 16px;
  padding: 0 20px;
}
.sec-header > div ul li a:hover, .sec-header > div ul li a.active {
  color: #000;
}
.sec-header h3 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1d;
  padding-top: 15px;
}
.sec-header .btn-red {
  float: right;
  height: 52px;
  padding: 0 48px;
  border-radius: 6px;
}

.banner1 {
  padding-left: 125px;
  padding-top: 140px;
  padding-bottom: 90px;
}
.banner1 h1 {
  font-size: 56px;
  color: #131719;
  margin: 0;
  padding: 0;
  font-weight: 700;
  padding-bottom: 10px;
}
.banner1 h3 {
  font-size: 36px;
  color: #747474;
  margin: 0;
  padding: 0;
  font-weight: 600;
  padding-bottom: 38px;
}
.banner1 p {
  color: #131719;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.img-cnt1 {
  display: flex;
}
.img-cnt1 > div {
  flex: auto;
  background-color: rgba(217, 217, 217, 0.2);
}
.img-cnt1 > div.img-area {
  min-width: 670px;
  background-color: rgba(217, 217, 217, 0.3);
}
.img-cnt1 .cnt-area {
  padding-left: 100px;
  padding-top: 55px;
  padding-bottom: 150px;
}
.img-cnt1 .cnt-area h2 {
  font-size: 48px;
  color: #131719;
  font-weight: 600;
  padding-bottom: 64px;
}
.img-cnt1 .cnt-area ul {
  list-style: none;
  font-size: 18px;
  color: #1e2122;
}
.img-cnt1 .cnt-area ul li {
  float: left;
  width: 100%;
  line-height: 30px;
  padding-bottom: 33px;
}
.img-cnt1 .cnt-area ul li .icon-check {
  float: left;
  width: 30px;
  height: 30px;
  background-color: rgba(99, 99, 99, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  margin-right: 13px;
}
.img-cnt1 .cnt-area .btn-red {
  height: 52px;
  width: 180px;
  border-radius: 6px;
  font-weight: 500;
}

.cnt-img1 .cnt-img1-container {
  display: flex;
  width: 100%;
}
.cnt-img1 .cnt-img1-container > div {
  flex: auto;
}
.cnt-img1 .cnt-img1-container > div.text-content {
  width: 800px;
  padding-left: 125px;
  padding-top: 150px;
  padding-bottom: 140px;
}
.cnt-img1 .cnt-img1-container > div.text-content h2 {
  font-size: 48px;
  color: #131719;
  font-weight: 500;
  margin: 0;
  padding: 0 0 30px;
}
.cnt-img1 .cnt-img1-container > div.text-content p {
  font-size: 20px;
  color: #131719;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cnt-img1 .cnt-img1-container > div.text-content ul {
  list-style: none;
  font-size: 18px;
  color: #1e2122;
  padding-top: 85px;
  padding-left: 33px;
}
.cnt-img1 .cnt-img1-container > div.text-content ul li {
  float: left;
  width: 100%;
  line-height: 30px;
  padding-bottom: 33px;
}
.cnt-img1 .cnt-img1-container > div.text-content ul li .icon-check {
  float: left;
  width: 30px;
  height: 30px;
  background-color: rgba(99, 99, 99, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  margin-right: 13px;
}
.cnt-img1 .cnt-img1-container > div.img-content {
  padding-left: 133px;
  padding-top: 200px;
}

.bg-d9-20 {
  background-color: rgba(217, 217, 217, 0.2);
}

.txt-24 {
  font-size: 24px;
  font-weight: 600;
  color: #131719;
}

.font-w500 {
  font-weight: 500;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-125 {
  padding-left: 125px;
}

.pt-70 {
  padding-top: 70px;
}

.dropdown {
  position: absolute;
  width: 235px;
  border: 1px solid rgba(95, 108, 128, 0.2);
  margin-top: 18px;
  margin-left: -50%;
  padding: 10px 0;
  margin-left: -70px;
  background-color: #fff;
}
.dropdown ul {
  list-style: none;
}
.dropdown ul li {
  float: left;
  width: 100%;
  line-height: 18px;
}
.dropdown ul li a {
  font-size: 14px;
  color: #0d0d0d;
  padding: 12px 15px 12px 28px;
  float: left;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.dropdown ul li a span {
  float: left;
  color: #636363;
  margin-right: 10px;
  font-size: 18px;
}
.dropdown.large {
  width: 413px;
  max-height: 444px;
  margin-left: -160px;
}
.dropdown.large .dcard-wrap {
  display: flex;
}
.dropdown.large .dcard-wrap > div {
  flex: auto;
}
.dropdown.large .dcard-wrap > div strong {
  display: block;
  color: #0d0d0d;
  font-size: 14px;
  margin-bottom: 10px;
}
.dropdown.large .dcard-wrap > div p {
  font-size: 14px;
  color: #747474;
}
.dropdown.large .dcard-wrap > div.nav-img {
  padding-top: 30px;
  padding-right: 15px;
}
.dropdown.large ul li a {
  padding-right: 20px;
}

.secondary-header {
  text-align: center;
  border-bottom: 1px solid rgba(99, 99, 99, 0.2);
  background-color: #fff;
  height: 44px;
}
.secondary-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.secondary-header ul li {
  display: inline-block;
}
.secondary-header ul li a {
  text-decoration: none;
  color: rgba(116, 116, 116, 0.6);
  font-weight: 500;
  padding: 12px 25px;
  display: inline-block;
  font-size: 15px;
}
.secondary-header ul li a:hover, .secondary-header ul li a.active {
  color: #0d0d0d;
}
.secondary-header.search-active > ul {
  display: none;
}
.secondary-header.search-active .search-bar {
  display: block;
}
.secondary-header .search-bar {
  margin: 0 auto;
  width: 600px;
  position: relative;
  display: none;
}
.secondary-header .search-bar .input-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
}
.secondary-header .search-bar .input-wrap input {
  height: 42px;
  border: 0;
  width: 600px;
  padding-left: 35px;
}
.secondary-header .search-bar .input-wrap input:focus {
  outline: none;
}
.secondary-header .search-bar .input-wrap .search-icon {
  max-width: 20px;
  color: #747474;
  padding-top: 15px;
}
.secondary-header .search-bar .icon-close {
  font-size: 8px;
  display: inline-block;
  background: rgba(99, 99, 99, 0.25);
  padding: 3px;
  border-radius: 50%;
  cursor: pointer;
  color: #636363;
  margin-top: 13px;
  width: 16px;
  height: 16px;
  line-height: 11px;
  position: relative;
  right: 35px;
}
.secondary-header .search-bar .search-dropdown {
  position: absolute;
  width: 600px;
  max-height: 420px;
  overflow: auto;
  background-color: #fff;
  border-radius: 10px;
  top: 55px;
  text-align: left;
  padding: 15px 0;
}
.secondary-header .search-bar .search-dropdown ul li {
  display: block;
  padding: 15px 50px;
  cursor: pointer;
}
.secondary-header .search-bar .search-dropdown ul li h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.secondary-header .search-bar .search-dropdown ul li p {
  font-size: 16px;
  color: rgba(13, 13, 13, 0.6);
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navbar-bottom {
  display: flex;
}
.navbar-bottom .logo {
  padding-top: 35px;
}
.navbar-bottom .logo h1 {
  font-size: 24px;
  color: #1d1d1d;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.navbar-bottom .logo h1 span {
  font-weight: 550;
}
.navbar-bottom .nav-links {
  text-align: right;
  flex: auto;
  padding-top: 40px;
}
.navbar-bottom .nav-links ul {
  list-style: none;
}
.navbar-bottom .nav-links ul li {
  display: inline-block;
  padding: 0 18px;
}
.navbar-bottom .nav-links ul li:last-child {
  padding-right: 0;
}
.navbar-bottom .nav-links ul li a {
  text-decoration: none;
  color: #747474;
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
}
.navbar-bottom .nav-links ul li a.strong {
  color: #0d0d0d;
}

.banner2 {
  text-align: center;
  padding-top: 100px;
}
.banner2 h3 {
  font-size: 40px;
  font-weight: 400;
  color: #131719;
  letter-spacing: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 40px;
}
.banner2 h1 {
  font-size: 60px;
  color: #131719;
  font-weight: 800;
  margin: 0;
  padding: 0 0 40px;
}
.banner2 h4 {
  font-size: 32px;
  color: rgba(19, 23, 25, 0.75);
  font-weight: 400;
  margin: 0;
  padding: 0 0 90px;
  line-height: 45px;
}
.banner2 p {
  color: #131719;
  font-size: 20px;
  margin: 0;
  padding: 0 0 135px;
  line-height: 30px;
}

.text-36 {
  font-size: 36px !important;
}

.text-60 {
  font-size: 60px !important;
}

.ux-designer-strategist {
  padding: 0 0 200px;
}
.ux-designer-strategist .ux-designer-strategist-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 63px;
  color: #1d1d1d;
  max-width: 998px;
  margin: 140px 0 0;
}
.ux-designer-strategist .ux-designer-strategist-content {
  margin: 187px 0 0;
  border-top: 1px solid #000;
}
.ux-designer-strategist .ux-designer-strategist-content .ux-designer-strategist-list li {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #000;
}
.ux-designer-strategist .ux-designer-strategist-content .ux-designer-strategist-list li .ux-designer-strategist-list-title {
  min-width: 356px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 49px 0 40px 82px;
}
.ux-designer-strategist .ux-designer-strategist-content .ux-designer-strategist-list li .ux-designer-strategist-list-desc {
  max-width: 651px;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 46px 0 57px;
}

.engineering-wiki.engineering-wiki-sm .engineering-wiki-banner {
  height: 230px;
}
.engineering-wiki.engineering-wiki-sm .engineering-wiki-content .engineering-wiki-logo {
  width: 100px;
  height: 100px;
  margin: -50px 0 44px;
}
.engineering-wiki .engineering-wiki-banner {
  width: 100%;
  height: 383px;
  float: left;
}
.engineering-wiki .engineering-wiki-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.engineering-wiki .engineering-wiki-content {
  max-width: 1040px;
  float: left;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-logo {
  width: 132px;
  height: 132px;
  float: left;
  margin: -66px 0 44px;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-short-title {
  font-size: 15px;
  font-weight: 600;
  color: rgba(115, 115, 115, 0.5);
  text-transform: uppercase;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-title {
  font-size: 56px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 6px 0 0;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-short-desc {
  font-size: 15px;
  color: #737373;
  max-width: 607px;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin: 28px 0 0;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list {
  margin: 90px 0 0;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 34px;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list ul li .engineering-wiki-list-title {
  width: 270px;
  float: left;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list ul li .engineering-wiki-list-title i {
  font-size: 18px;
  width: 39px;
  float: left;
  color: #747474;
  float: left;
  margin: 1px 0 0;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list ul li .engineering-wiki-list-title .engineering-wiki-list-label {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #747474;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list ul li .engineering-wiki-list-desc {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #1d1d1d;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list ul li .engineering-wiki-list-desc .engineering-wiki-list-tag {
  float: left;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  padding: 3px 5px 4px;
  margin: 0 10px 0 0;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-list ul li .engineering-wiki-list-desc .engineering-wiki-list-tag:last-child {
  margin: 0;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-desc {
  font-size: 16px;
  color: #737373;
  line-height: 30px;
  margin: 64px 0 134px;
}
.engineering-wiki .engineering-wiki-content .engineering-wiki-desc p {
  margin: 0 0 30px;
}

.profile-view-page {
  max-width: 357px;
  margin: 0 auto;
}
.profile-view-page .profile-view-logo {
  width: 48px;
  height: 48px;
  float: left;
  margin: 107px 0 0;
}
.profile-view-page .profile-view-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-view-page .profile-view-title {
  font-size: 22px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 18px 0 0;
}
.profile-view-page .profile-view-desc {
  font-size: 18px;
  color: #1d1d1d;
  margin: 13px 0 0;
}

@media (max-width: 1500px) {
  .container {
    padding: 0 20px;
  }
  .decentral.decentral-divid .decentral-section {
    width: 50%;
  }
  .decentral.decentral-divid .decentral-section h1 {
    font-size: 68px;
  }
  .apple-computer-right {
    width: 60%;
  }
  .apple-computer-right .apple-computer-title {
    font-size: 60px;
  }
  .apple-computer-right .apple-computer-sub-title {
    font-size: 23px;
  }
  .apple-computer-right .apple-computer-desc {
    font-size: 23px;
  }
  .apple-computer-left {
    width: 28%;
    padding-right: 20px;
  }
  .learn-build-app .learn-build-app-card-section .learn-build-app-card {
    width: 48.5%;
  }
  .learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left {
    width: 60%;
  }
  .learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-left .learn-build-app-card-title {
    font-size: 21px;
    margin: 0 0 54px;
  }
  .learn-build-app .learn-build-app-card-section .learn-build-app-card .learn-build-app-card-right {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .decentral h1 {
    width: 100%;
  }
}
.welcome-section {
  text-align: center;
  padding-top: 35px;
}
.welcome-section > span {
  color: rgba(19, 23, 25, 0.75);
  display: block;
  padding-bottom: 30px;
}
.welcome-section h1 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  color: #131719;
  margin-bottom: 30px;
}
.welcome-section p {
  padding: 0;
  margin: 0 0 20px;
  font-size: 18px;
  color: rgba(19, 23, 25, 0.75);
  line-height: 30px;
}

.two-column-content {
  display: flex;
  padding-top: 100px;
}
.two-column-content .left-column {
  flex: auto;
  min-width: 315px;
  max-width: 315px;
}
.two-column-content .left-column h1 {
  font-size: 42px;
  color: #000;
}
.two-column-content .left-column .left-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 20px;
  line-height: 55px;
}
.two-column-content .left-column .left-navbar ul li a {
  text-decoration: none;
  color: #000000;
}
.two-column-content .left-column .left-navbar ul li a:hover {
  color: #5873f9;
}
.two-column-content .left-column .left-navbar ul li a.active {
  color: #5873f9;
  text-decoration: underline;
}
.two-column-content .right-column {
  flex: auto;
  padding-left: 100px;
  padding-right: 80px;
}
.two-column-content .right-column h2 {
  font-size: 42px;
  color: #000000;
  margin: 0;
  padding: 0 0 25px;
}
.two-column-content .right-column h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 30px;
}
.two-column-content .right-column p {
  font-size: 16px;
  color: rgba(19, 23, 25, 0.75);
  margin: 0;
  padding: 0 0 45px;
  line-height: 28px;
}
.two-column-content .right-column ul {
  font-size: 16px;
  color: rgba(19, 23, 25, 0.75);
  margin: 0;
  padding: 0 0 60px 20px;
  line-height: 40px;
}

.ham-menu {
  color: #000000;
  font-size: 20px;
  border: 1px solid #d9d9d9;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  cursor: pointer;
}
.ham-menu .icon-menu {
  float: left;
  padding: 15px 30px 0 18px;
  color: #000;
}

/*# sourceMappingURL=index.css.map */
