*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}
::-moz-selection {
  background-color: #590c41;
  color: #fff;
}
::selection {
  background-color: #590c41;
  color: #fff;
}
input,
textarea {
  outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
body {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  min-width: 320px;
  position: relative;
  padding-right: 0 !important;
}
@media (max-width: 1399px) {
  body {
    overflow-x: hidden;
  }
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #e6204d;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}
.wrapper footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}
.container {
  max-width: 1300px; width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1399px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.project_team {
  width: 100%;
  color: #333;
  background: #f2f3f9;
  padding: 67px 0 75px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .project_team {
    padding: 60px 0 67px 0;
  }
}
.project_team.bg-white {
  background: #fff;
}
.project_team-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.project_team-title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .project_team-title {
    margin-bottom: 50px;
  }
}
.project_team-title_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .project_team-title_wrap {
    margin-bottom: 35px;
  }
}
.project_team-title_wrap .title {
  margin-bottom: 0;
}
.project_team .coop {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .project_team .coop {
    display: none;
  }
}
.project_team .coop-mob {
  font-size: 20px;
  padding-top: 30px;
  display: none;
}
@media screen and (max-width: 991px) {
  .project_team .coop-mob {
    display: block;
  }
}
.project_team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .project_team-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .project_team-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.project_team__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}
@media screen and (max-width: 767px) {
  .project_team__block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project_team__block:last-child {
    margin-bottom: 0;
  }
}
.project_team__block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .project_team__block-icon {
    margin-bottom: 13px;
  }
}
.project_team__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}
.project_team__block-title b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  color: #e6204d;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .project_team__block-title b {
    font-weight: 700;
  }
}
.project_team__block-title b span {
  display: block;
}
.technologies_used {
  width: 100%;
  padding: 107px 0 124px 0;
}
@media screen and (max-width: 767px) {
  .technologies_used {
    padding: 75px 0;
  }
}
.technologies_used.bg-white {
  background: #fff;
}
.technologies_used-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.technologies_used-title {
  margin-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .technologies_used-title {
    margin-bottom: 56px;
  }
}
.technologies_used-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify; */
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .technologies_used-box {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .technologies_used-box {
    gap: 24px 10px;
  }
}
.technologies_used-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.default_main {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .default_main {
    margin-bottom: 80px;
  }
}
.default_main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 500px;
  padding: 197px 0 141px 0;
}
@media screen and (max-width: 767px) {
  .default_main-wrap {
    min-height: auto;
    padding: 140px 0 185px 0;
  }
}
.default_main-box {
  width: 100%;
  color: #fff;
  text-align: center;
  background: -o-linear-gradient(325.21deg, #3b0944 33.09%, #b11237 100%);
  background: linear-gradient(124.79deg, #3b0944 33.09%, #b11237 100%);
}
.default_main-title {
  font-weight: 800;
  font-size: 70px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .default_main-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .default_main-title {
    font-size: 36px;
  }
}
.default_main-title:last-child {
  margin-bottom: 0;
}
.default_main-desc {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .default_main-desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .default_main-desc {
    font-size: 20px;
  }
}
.default_main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: -117px;
}
.default_main-img {
  width: 100%;
  max-width: 816px;
  border-radius: 16px;
  -webkit-filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.17));
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.17));
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .default_main-img {
    border-radius: 20px;
  }
}
.default_main-img img {
  width: 100%;
  height: auto;
}
.default_goals {
  width: 100%;
  color: #333;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .default_goals {
    margin-bottom: 80px;
  }
}
.default_goals-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.default_goals-title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .default_goals-title {
    margin-bottom: 32px;
  }
}
.default_goals-title:last-child {
  margin-bottom: 0;
}
.default_goals-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .default_goals-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.default_goals-desc {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 711px;
  font-size: 24px;
  line-height: 1.5;
  margin-right: 40px;
}
.default_goals-desc--small {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .default_goals-desc {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .default_goals-desc {
    font-size: 16px;
    margin-right: 0;
  }
}
.default_goals-desc p {
  margin-bottom: 24px;
}
.default_goals-desc p:last-child {
  margin-bottom: 0;
}
.default_goals-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 460px;
}

@media screen and (max-width: 991px) {
  .default_goals-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .default_goals-logo {
    width: 100%;
    margin-top: 24px;
  }
}
.default_goals-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.default_tasks {
  width: 100%;
  color: #333;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .default_tasks {
    margin-bottom: 80px;
  }
}
.default_tasks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.default_tasks-title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .default_tasks-title {
    margin-bottom: 32px;
  }
}
.default_tasks-title:last-child {
  margin-bottom: 0;
}
.default_tasks-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .default_tasks-box {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.default_tasks-block {
  list-style: none;
  padding: 0;
  margin: 0;
}
.default_tasks-item {
  font-size: 24px;
  line-height: 1.5;
  padding-left: 23px;
  margin-bottom: 8px;
  position: relative;
}
.default_tasks-item--small {
  font-size: 18px;
}
.default_tasks-item--small:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .default_tasks-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .default_tasks-item {
    font-size: 16px;
  }
}
.default_tasks-item:last-child {
  margin-bottom: 0;
}
.default_tasks-item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .default_tasks-item:after {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}
.default_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 590px;
  background: -o-linear-gradient(325.21deg, #3b0944 33.09%, #b11237 100%);
  background: linear-gradient(124.79deg, #3b0944 33.09%, #b11237 100%);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .default_pages {
    height: 330px;
  }
}
@media screen and (max-width: 480px) {
  .default_pages {
    height: 190px;
  }
}
.default_pages-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: -130px;
  margin-right: -140px;
  -webkit-transform: rotate(-11.62deg);
  -ms-transform: rotate(-11.62deg);
  transform: rotate(-11.62deg);
}

@media screen and (max-width: 991px) {
  .default_pages-box {
    gap: 20px;
    margin-top: -90px;
    margin-right: -160px;
  }
}
@media screen and (max-width: 480px) {
  .default_pages-box {
    gap: 10px;
    margin-top: -45px;
    margin-right: -85px;
  }
}
.default_pages-item {
  width: 335px;
}
@media screen and (max-width: 991px) {
  .default_pages-item {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .default_pages-item {
    width: 110px;
  }
}
.default_pages-item img {
  width: 100%;
  height: auto;
}
.default_result {
  color: #333;
  padding-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .default_result {
    margin-bottom: 80px;
  }
}
.default_result-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.default_result-title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .default_result-title {
    margin-bottom: 32px;
  }
}
.default_result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .default_result-box {
    margin-bottom: 64px;
  }
}
.default_result-box:last-child {
  margin-bottom: 0;
}
.default_result-bg {
  width: 100%;
  height: 2000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .default_result-bg {
    height: 1000px;
  }
}
.default_result-bg.position1 {
  top: 162px;
}
@media screen and (max-width: 991px) {
  .default_result-bg.position1 {
    top: 250px;
  }
}
.default_result-bg.position2 {
  top: 74px;
}
.default_result-bg img {
  width: 100%;
  height: 100%;
}
.default_result__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .default_result__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.default_result__block.style1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 317px;
}
@media screen and (max-width: 1199px) {
  .default_result__block.style1 {
    padding-top: 230px;
  }
}
@media screen and (max-width: 991px) {
  .default_result__block.style1 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .default_result__block.style1 {
    padding-top: 0;
  }
}
.default_result__block-content.style1 {
  padding-top: 208px;
}
@media screen and (max-width: 1199px) {
  .default_result__block-content.style1 {
    padding-top: 230px;
  }
}
@media screen and (max-width: 991px) {
  .default_result__block-content.style1 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .default_result__block-content.style1 {
    padding-top: 0;
  }
}
.default_result__block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .default_result__block-title {
    font-size: 20px;
  }
}
.default_result__block-title:last-child {
  margin-bottom: 0;
}
.default_result__block-desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.default_result__block-desc--medium {
  max-width: 714px;
}
@media screen and (max-width: 767px) {
  .default_result__block-desc {
    font-size: 16px;
  }
}
.default_result__block-desc:last-child {
  margin-bottom: 0;
}
.default_result__block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.default_result__block-list li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}
.default_result__block-list li b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.default_result__block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 816px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .default_result__block-img {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .default_result__block-img {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .default_result__block-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 24px;
  }
}
.default_result__block-img--right {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .default_result__block-img--right {
    margin-left: 0;
  }
}
.default_result__block-img--left {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .default_result__block-img--left {
    margin-right: 0;
  }
}
.default_result__block-img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -webkit-box-shadow: 0 8px 64px rgba(15, 34, 67, 0.05), 0 0 1px rgba(15, 34, 67, 0.08);
  box-shadow: 0 8px 64px rgba(15, 34, 67, 0.05), 0 0 1px rgba(15, 34, 67, 0.08);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .default_result__block-img img {
    border-radius: 20px;
  }
}
.default_result__block-img img.style1 {
  width: 711px;
  position: absolute;
  top: -317px;
  left: 212px;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .default_result__block-img img.style1 {
    width: 600px;
    top: -230px;
  }
}
@media screen and (max-width: 991px) {
  .default_result__block-img img.style1 {
    width: 400px;
    top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .default_result__block-img img.style1 {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    position: relative;
    top: 0;
    left: 0;
  }
}
.default_mobile {
  color: #333;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .default_mobile {
    margin-bottom: 80px;
  }
}
.default_mobile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.default_mobile-title {
  margin-bottom: 64px;
}
.default_mobile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
.default_mobile-box.slick-slider .slick-list {
  overflow: visible;
  width: 100%;
}
.default_mobile-block {
  width: calc(25% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .default_mobile-block {
    width: 200px;
  }
}
.default_mobile-block img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 64px rgba(15, 34, 67, 0.05), 0 0 1px rgba(15, 34, 67, 0.08);
  box-shadow: 0 8px 64px rgba(15, 34, 67, 0.05), 0 0 1px rgba(15, 34, 67, 0.08);
}
