/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Sans:400,700&display=swap');

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

::after,
::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

address,
hr {
  margin-bottom: 1rem
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin-top: 0
}

dl,
ol,
p,
ul {
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote,
figure {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:focus {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

samp {
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  display: block;
  font-size: 87.5%;
  color: #212529
}

.pre-custom {
  margin-bottom: 0px;
  background-color: #f2f2f2;
  padding: 25px;
  white-space: pre-line;
}

img,
svg {
  vertical-align: middle
}

img {
  border-style: none
}

svg {
  overflow: hidden;
  fill: currentColor;
  display: block;
  width: 100%;
  height: 100%
}

table {
  border-collapse: collapse
}

.caution-notes td {
  vertical-align: top;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

.nowrap {
  white-space: nowrap;
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p,
li {
  font-size: 14px;
}
@media (min-width: 576px) {
  p,
  li {
    font-size: 16px;
  }
}

.display-1,
.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  line-height: 1.2
}

.display-2,
.display-3,
.display-4 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3,
.display-4 {
  font-size: 4.5rem
}

.display-4 {
  font-size: 3.5rem
}

.smaller {
  font-size: 70%;
  font-weight: 400
}

.little-heading {
  font-size: 1rem; /* 16px */
}
@media (min-width: 576px) {
  .little-heading {
    font-size: 1.125rem; /* 18px */
  }
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code,
kbd {
  font-size: 87.5%
}

code {
  word-break: break-word;
  color: #e83e8c
}

a>code,
pre code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre code {
  font-size: inherit;
  word-break: normal
}

.word-break {
  word-break: break-all;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.service-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.card>hr,
.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th,
.table-dark.table-bordered,
.table-responsive>.table-bordered {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody {
  border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
  display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.text-link {
  transition: 0.3s ease;
}

.text-link:hover {
  color: #5B8BF4;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

.fade {
  transition: opacity .15s linear
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle::after {
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group-append,
.input-group-prepend {
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label::after,
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}

.custom-control-label::before {
  pointer-events: none;
  background-color: #fff;
  border: #adb5bd solid 1px
}

.custom-control-label::after {
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + .75rem + 2px)
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse)
}

.custom-file-label,
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057
}

.custom-file-label {
  left: 0;
  font-weight: 400;
  border: 1px solid #ced4da;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  background-color: #fff;
  border-radius: .25rem
}

.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}

.nav-register {
  transition: 0.5s ease;
  color: #2b2b2b;
  font-weight: 600;
  font-size: 14px;
}

.nav-register:hover {
  text-decoration: none;
  color: #FF5F4A;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck,
.card-group {
  display: flex;
  flex-direction: column
}

.card-deck .card,
.card-group>.card {
  margin-bottom: 15px
}

.card-columns .card {
  margin-bottom: .75rem
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card .card-header {
  margin-bottom: -1px
}

.breadcrumb,
.pagination {
  display: flex;
  list-style: none;
  border-radius: .25rem
}

.breadcrumb {
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  background-color: transparent
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #76838f;
  content: none
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #3c424c;
  font-weight: 700;
}
.dark-banner .breadcrumb-item.active {
  color: #F1F1F1;
}

.pagination {
  padding-left: 0
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.about-lead p strong,
.alert-link,
.contact-lead p strong,
.registration-lead p strong {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

.media {
  display: flex;
  align-items: flex-start
}

.media-body {
  flex: 1
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

a.close.disabled {
  pointer-events: none
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
  padding: .75rem
}

.modal,
.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.tooltip,
.tooltip .arrow {
  position: absolute;
  display: block
}

.tooltip {
  z-index: 1070;
  margin: 0;
  font-family: "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover,
.popover .arrow {
  position: absolute;
  display: block
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  left: calc((.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  right: calc((.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel,
.carousel-inner,
.pricing-tbl tbody td .ng.req,
.pricing-tbl tbody td .ok.req {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  width: 100%;
  overflow: hidden
}

.carousel-inner::after,
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-right,
.rounded-top {
  border-top-right-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important
}

.rounded-right {
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-top {
  top: 0
}

.fixed-bottom {
  bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

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

.w-50 {
  width: 50% !important
}

.w-60 {
  width: 60%;
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-90 {
  width: 90%;
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-40 {
  height: 40% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.p-6 {
  padding: 5rem !important
}

.pt-6,
.py-6 {
  padding-top: 5rem !important
}

.pr-6,
.px-6 {
  padding-right: 5rem !important
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important
}

.pl-6,
.px-6 {
  padding-left: 5rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important;
  display: inline-block;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

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

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-wrapper {
  z-index: 1;
  display: flex;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1*var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Regular"), url(../font/NotoSans-Regular.woff) format("woff"), url(../font/NotoSans-Regular.ttf) format("truetype")
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Medium"), url(../font/NotoSans-Medium.woff) format("woff"), url(../font/NotoSans-Medium.ttf) format("truetype");
  font-weight: 500
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans SemiBold"), url(../font/NotoSans-SemiBold.woff) format("woff"), url(../font/NotoSans-SemiBold.ttf) format("truetype");
  font-weight: 600
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Bold"), url(../font/NotoSans-Bold.woff) format("woff"), url(../font/NotoSans-Bold.ttf) format("truetype");
  font-weight: 700
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), url(../font/Roboto-Regular.woff) format("woff"), url(../font/Roboto-Regular.ttf) format("truetype");
  font-weight: 400
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), url(../font/Roboto-Medium.woff) format("woff"), url(../font/Roboto-Medium.ttf) format("truetype");
  font-weight: 600
}

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  outline: 0
}

body,
html {
  height: 100%
}

body {
  overflow-y: scroll;
  overflow-x: hidden
}

.main {
  padding-top: 50px
}

.lock-scroll {
  overflow: hidden;
}

.breadcrumb {
  align-items: center;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0 15px;
  margin-bottom: 50px;
  padding-top: 15px
}

.breadcrumb-item a {
  color: #76838f;
  font-size: 16px
}

.dark-banner .breadcrumb-item span {
  color: #FFFFFF;
}

.breadcrumb-item span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
  content: '';
  width: 5px;
  height: 8px;
  vertical-align: middle;
  box-sizing: content-box;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNSA4IiB3aWR0aD0iNSIgaGVpZ2h0PSI4Ij4KPHBvbHlnb24gZmlsbD0iIzc2ODM4RiIgcG9pbnRzPSIwLDAuOSAzLjEsNCAwLDcuMSAwLjksOCA0LjksNCAwLjksMCAiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat
}

.dark-banner .breadcrumb-item+.breadcrumb-item:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNSA4IiB3aWR0aD0iNSIgaGVpZ2h0PSI4Ij4KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIwLDAuOSAzLjEsNCAwLDcuMSAwLjksOCA0LjksNCAwLjksMCAiLz4KPC9zdmc+);
}

.btn-gray,
.btn-more,
.btn-orange,
.btn-ghost,
.btn-dark-cta,
.btn-orange-ghost,
.btn-light-gray  {
  background-color: #76838F;
  color: #fff;
  font-size: 16px;
  padding: 0 16px;
  font-weight: 600;
  display: inline-block;
  transition: 0.5s ease;
  text-align: center;
}

.btn-gray,
.btn-gray:disabled:hover {
  background-color: #3c424c;
}

.btn-gray,
.btn-orange,
.btn-ghost,
.btn-dark-cta,
.btn-orange-ghost,
.btn-light-gray {
  border-radius: 30px;
  line-height: 30px;
  font-weight: 400;
  min-width: 140px;
}

.btn-more:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3c424c;
}

.btn-gray:hover {
  text-decoration: none;
  color: #fff;
  background-color: #FF5F4A;
}

.btn-more {
  line-height: 40px;
  margin-top: 25px
}

.btn-more.about-more {
  background-color: transparent;
  color: #FF5F4A;
  padding: 0px;
  margin-top: 20px;
  line-height: 20px;
}
.btn-more.about-more .link-out-icon {
  fill: #FF5F4A;
  transform: scale(0.8);
  margin-left: 10px;
  margin-bottom: 2px;
}

.blog-inner .link-out-icon {
  fill: #FF5F4A;
  transform: scale(0.8);
  margin-left: 0px;
  margin-bottom: 2px;
}

.btn-more.about-more[target=_blank]:after {
  content: none;
}
.btn-more.feature-more,
.btn-more.resources-more {
  background-color: transparent;
  color: #FFFFFF;
  padding: 0px;
  margin-top: 20px;
  line-height: 20px;
}
.btn-more.about-more::after,
.btn-more.feature-more::after {
  /* content: "\27F6"; */
  top: 2px;
  position: relative;
  left: 13px;
  font-size: 25px;
  content: "\203A";
}

.btn-more.about-more:hover,
.btn-more.about-more:focus {
  color: #32424c;
  text-decoration: none;
}
.btn-more.about-more:hover .link-out-icon,
.btn-more.about-more:focus .link-out-icon {
  fill: #32424c;
}
.btn-more.feature-more:hover,
.btn-more.feature-more:focus,
.btn-more.resources-more:hover,
.btn-more.resources-more:focus {
  color: #FF5F4A;
}

.btn-back {
  color: #FF5F4A;
  text-decoration: none;
  font-weight: 600;
  transition: 0.5s ease;
}
.btn-back::before {
  top: 2px;
  position: relative;
  right: 13px;
  font-size: 25px;
  content: "\2039";
}
.btn-back:hover,
.btn-back:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.grey-org-btn {
  background-color: #ebeef2;
  color: #FF5F4A;
  border-radius: 30px;
  padding: 10px 22px;
  transition: 0.5s ease;
}
.grey-org-btn:hover,
.grey-org-btn:focus {
  background-color: #2B2B2B;
  color: #FFFFFF;
  text-decoration: none;
}

.home-portfolio .btn-more.about-more {
  margin-top: 0px;
}
.home-portfolio .btn-more.about-more:hover {
  color: #FFFFFF;
}

.btn-orange {
  background-color: #FF5F4A;
  color: #fff;
}

.btn-orange.with-border {
  border: 2px solid #FF5F4A;
}

.btn-light-gray {
  background-color: #F5F6F7;
  color: #515153;
  border: 2px solid transparent;
}

.btn-dark-cta {
  background-color: #2B2B2B;
  color: #FFFFFF;
}

.btn-orange-ghost {
  background-color: transparent;
  color: #FF5F4A;
  border: 2px solid #FF5F4A;
  font-weight: 600;
}

.cta .btn-orange,
.dark-bg .btn-orange,
.specs-section .btn-orange,
.btn-orange .rounded-0,
.btn-dark-cta,
.btn-orange-ghost,
.btn-light-gray {
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-dark-cta:disabled,
.btn-dark-cta:hover:disabled {
  opacity: 0.5;
  background-color: #2B2B2B;
}

.btn-orange .link-out-icon {
  fill: #ffffff;
  transform: scale(0.7);
}

.light-gradient-bg .btn-orange:hover,
.light-gradient-bg .btn-orange:focus,
.light-bg .btn-orange:hover,
.light-bg .btn-orange:focus,
.white-bg .btn-orange:hover,
.white-bg .btn-orange:focus  {
  background-color: #000000;
  text-decoration: none;
  color: #FFFFFF;
}

.white-bg .btn-orange {
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.white-bg .btn-orange.with-border:hover,
.white-bg .btn-orange.with-border:focus {
  border: 2px solid #000000;
}

.gr-whitebg .btn-gray {
  border-radius: 0px;
}

.btn-orange:hover {
  text-decoration: none;
  color: #32424c;
  background-color: #fff;
}

.btn-light-gray:hover,
.btn-light-gray:focus  {
  text-decoration: none;
  color: #5B8BF4;
  border: 2px solid rgba(91, 139, 244, 0.5);
}

.btn-light-gray:focus {
  box-shadow: 0 0 0 1px rgba(91, 139, 244, 0.5);
  outline: none;
}

.btn-light-gray.active,
.btn-light-gray.active:focus,
.btn-light-gray.active:hover {
  background-color: #515153;
  color: #FFFFFF;
  border: none;
}

.btn-dark-cta:hover {
  text-decoration: none;
  background-color: #FF5F4A;
  color: #FFFFFF;
}

.btn-orange-ghost:hover {
  text-decoration: none;
  background-color: #FF5F4A;
  color: #FFFFFF;
  cursor: pointer;
}

.btn-orange-ghost.light-hover:hover {
  background-color: rgba(255,95,74, 0.08);
  color: #FF5F4A;
}

.btn-ghost {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}


.btn-ghost:hover {
  text-decoration: none;
  color: #4A5051;
  background-color: #FFFFFF;
}

.btn-scroll-org,
.btn-scroll-blue {
  color: #ff5f4a;
  text-decoration: none;
  transition: 0.5s ease;
  font-weight: 600;
  font-size: calc(16px + 0.1vw);
  font-size: -webkit-calc (100% + 0.1vw);
  font-size: -ms-calc (16px + 0.1vw);
}

.btn-scroll-blue {
  color: #5B8BF4;
}

.btn-scroll-blue.with-border {
  border-left: 3px solid #5B8BF4;
  padding: 12px;
  background-color: rgba(85, 127, 208, 0.06);
}


.btn-scroll-org:hover,
.btn-scroll-blue:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-scroll-org::after,
.btn-scroll-blue::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/common/btn-scroll-org.svg") no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: -4%;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.btn-scroll-blue::after {
  background: url("../img/common/btn-scroll-blue.svg") no-repeat;
}

.btn-scroll-org:hover::after,
.btn-scroll-blue:hover::after {
  animation: btn-scroll 0.8s ease-in-out;
  opacity: 1;
}

@keyframes btn-scroll {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0px, 3px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

.btn-linkout-light,
.btn-linkout-dark {
  display: inline-block;
  color: #5B8BF4;
  text-decoration: none;
  transition: 0.5s ease;
  font-weight: 500;
  font-size: calc(16px + 0.1vw);
  font-size: -webkit-calc (100% + 0.1vw);
  font-size: -ms-calc (16px + 0.1vw);
  border: 2px solid #5B8BF4;
  padding: 6px 10px;
  border-radius: 3px;
}

.btn-linkout-dark {
  color: #FFFFFF;
  background-color: #5B8BF4;
}

.btn-linkout-light:hover {
  text-decoration: none;
  color: #5B8BF4;
  background-color: #EAF0F9;
}

.btn-linkout-light.orange {
  color: #FF5F4A;
  border: 2px solid #FF5F4A;
}
.btn-linkout-light.orange .link-out-icon {
  fill: #FF5F4A;
  transform: scale(0.8);
  margin-top: -5px;
}
.btn-linkout-light.orange:hover,
.btn-linkout-light.orange:focus {
  color: #FFFFFF;
  background-color: #2B2B2B;
  border: 2px solid #2B2B2B;
}
.btn-linkout-light.orange:hover .link-out-icon,
.btn-linkout-light.orange:focus .link-out-icon {
  fill: #FFFFFF;
}

.btn-linkout-dark:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: rgba(91, 139, 244, 0.7);
}

.btn-linkout-light:focus,
.btn-linkout-dark:focus {
  text-decoration: none;
  box-shadow: 0 0 0 2px #5B8BF4;
}

.btn-linkout-light.outside-link:focus,
.partner .partner-grid .btn-linkout-light:focus {
  box-shadow: 0 0 0 2px rgba(81,81,83, 0.3);
}

.btn-linkout-light.outside-link,
.partner .partner-grid .btn-linkout-light {
  color: #515153;
  border: 2px solid #515153;
}

.btn-linkout-light.outside-link::after {
  content: "";
  background: url("../img/common/ico_blank.svg") no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: 10px;
  filter: invert(28%) sepia(7%) saturate(5%) hue-rotate(237deg) brightness(60%) contrast(82%);
}

.btn-linkout-light.outside-link:hover,
.partner .partner-grid .btn-linkout-light:hover {
  background-color: rgba(81, 81, 83, 0.08);
}

.btn-linkout-light.orange:focus {
  box-shadow: none;
}

.btn-linkout-light:disabled,
.partner .partner-grid .btn-linkout-light:disabled {
  background-color: #e4e4e6;
  opacity: 0.7;
  cursor: default;
  border: 2px solid #bcbcbd;
}

.btn-show-more {
  border: 1px solid #FF5F4A;
  background-color: #FFFFFF;
  color: #FF5F4A;
  border-radius: 30px;
  padding: 5px 16px;
  transition: background-color 0.5s ease;
  display: flex;
  align-items: center;
}

.btn-show-more.clear-blue {
  background-color: transparent;
  border: none;
  color: #5B8BF4;
}

.btn-show-more::before {
  content: "";
  border-top: 2px solid #FF5F4A;
  border-right: 2px solid #FF5F4A;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  margin-right: 10px;
}

.btn-show-more.clear-blue::before {
  border-top: 2px solid #5B8BF4;
  border-right: 2px solid #5B8BF4;
  order: 2;
  margin-right: 0px;
  margin-left: 10px;
}

.btn-show-more.activated::before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.btn-show-more:hover {
  background-color: rgba(255,95,74,0.1);
}

.btn-show-more.clear-blue:hover {
  background-color: rgba(91, 139, 244, 0.08);
}

.btn-show-more:focus {
  box-shadow: 0 0 0 1px rgba(255,95,74, 0.3);
  outline: none;
}

.btn-show-more.clear-blue:focus {
  box-shadow: 0 0 0 1px rgba(91, 139, 244, 0.3);
  outline: none;
}

.search,
.search-btn {
  width: 20px;
  height: 25px
}

.search {
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  transition: all .3s linear;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.search.is-open {
  width: 100%
}

.search-btn {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+CjxwYXRoIGZpbGw9IiM0MjQyNDIiIGQ9Ik0xNy4xLDE1LjFoLTEuMWwtMC40LTAuNGMzLjItMy44LDIuOC05LjUtMS0xMi43UzUuMi0wLjcsMiwzcy0yLjgsOS41LDEsMTIuN2MzLjQsMi45LDguMywyLjksMTEuNywwbDAuNCwwLjQKCXYxLjFsNyw2LjhsMi0yTDE3LjEsMTUuMXogTTguOSwxNS4xYy0zLjQsMC02LjItMi44LTYuMi02LjJjMC0zLjQsMi44LTYuMiw2LjItNi4yYzMuNCwwLDYuMiwyLjgsNi4yLDYuMmMwLDAsMCwwLDAsMAoJQzE1LjEsMTIuMywxMi4zLDE1LjEsOC45LDE1LjFDOC45LDE1LjEsOC45LDE1LjEsOC45LDE1LjF6Ii8+Cjwvc3ZnPgo=) no-repeat center center;
  background-size: contain;
  border: 0;
  cursor: pointer;
  display: block
}

.search input {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  border-bottom: 1px solid #d1d3d5;
  background-color: #fff;
  width: calc(100% - 34px)
}

.category {
  transition: opacity .3s linear, visibility 0s linear 0s
}

.category.is-hide {
  transition: opacity .3s linear, visibility 0s linear .3s;
  visibility: hidden;
  opacity: 0
}

.category-btn {
  color: #3c424c;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-right: 20px
}

.category-btn:hover,
.category-list li a,
.pricing-tbl-link a:hover {
  color: #3c424c;
  text-decoration: none
}

.category-btn[aria-expanded=true]:before {
  left: 0;
  right: 0
}

.category-btn[aria-expanded=true]:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg)
}

.category-btn:after,
.header-nav-submenubtn:after {
  content: '';
  border-top: 2px solid #76838F;
  border-right: 2px solid #76838F;
  display: block;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  margin-top: -3px
}
.second-nav .header-nav-submenubtn:after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.category-list,
.header-nav-submenu ul {
  list-style: none;
  padding-left: 0
}

.category-list li a {
  display: block;
  background-color: #fff;
  font-size: 14px;
  padding: 2px 0 2px 5px;
  transition: all .2s linear
}

.category-list li a:hover {
  background-color: #FF5F4A
}

.swiper-pagination {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 15px;
  z-index: 1
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #dae4e5;
  margin: 0 3px;
  opacity: 1
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #76838f
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2B2B2B;
}

/* .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
} */

.header-inner.first-nav,
.first-nav .header-nav {
  background-color: #FFFFFF;
}
.first-nav .language-links {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}

.second-nav .header-contents {
  position: relative;
  z-index: 0;
}

.header-logo {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  /* width: 144px; */
  margin: 10px;
}

.header-logo svg {
  fill: #000000;
}

.header-logo a {
  /* position: absolute;
  top: 0;
  left: 0; */
  /* width: 110px;
  display: block;
  color: #3c424c */
  display: flex;
}

.header-logo .jigsaw-logo {
  width: 80px;
  height: 24px;
}

.header-logo .neqto-logo {
  width: 60px;
}

.header-logo .logo-divider {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #2b2b2b;
  margin: 0 15px 0 10px;
  padding-left: 1px;
}

@media (min-width: 768px) {
  .header-logo {
    margin-left: 15px;
    height: 24px;
  }
  .header-logo .jigsaw-logo {
    width: 115px;
  }
  .header-logo .logo-divider {
    height: 25px;
    margin: 0 20px 0 15px;
  }
  .header-logo .neqto-logo {
    width: 85px;
  }
}

.header-contents,
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-nav {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2B2B2B;
  min-height: 100vh;
  height: calc(100vh - 60px);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform, -webkit-transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.25, .25, .75, .75), cubic-bezier(.25, .25, .75, .75), cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

.header-nav.is-open {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.header-nav-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: scroll;
}

.header-nav-submenu {
  display: none
}

.mobile-menu .header-nav-submenu {
  border: 1px solid #F2F2F2;
  border-top: none;
}

.header-nav-submenu ul {
  padding-top: 10px;
  margin-bottom: 0;
  width: 100%
}

.header-nav-submenu ul li {
  width: 100%;
  position: relative
}

.header-nav-submenu ul li:first-child {
  margin-top: 5px
}

.header-nav-submenu ul li a {
  text-align: center;
  display: block;
  width: 100%;
  color: #3c424c;
  font-size: 14px;
  line-height: 1;
  transition: all .2s linear;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-bottom: 1px solid #525252;
}
.second-nav .header-nav-submenu ul li a {
  background-color: #2B2B2B;
  color: #FFFFFF;
}
.second-nav .header-nav-submenu ul li a:hover {
  color: #2B2B2B;
}

.header-nav-submenu ul li a:hover {
  background-color: #F2F2F2;
  text-decoration: none
}

.language-links a[onclick="setLang('en')"]:lang(en),
.language-links a[onclick="setLang('ja')"]:lang(ja) {
  background-color: #dcdcdc;
  text-decoration: none;
}

.language-links a {
  transition: 0.5s ease;
}

.header-nav-submenu ul li a span {
  display: inline-block;
  vertical-align: middle
}

.header-nav-submenu ul li a[target=_blank]:after,
.footer-nav ul li a[target=_blank]:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle
}

.header-nav-submenubtn {
  outline: 0 !important;
  white-space: nowrap
}

.header-nav-submenubtn.header-nav-link {
  padding-right: 30px
}

.header-nav-submenubtn[aria-expanded=true]:before {
  left: 0;
  right: 0
}

.header-nav-submenubtn[aria-expanded=true]:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg)
}

.header-nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}

.mobile-menu {
  display: flex;
  align-items: center;
}
.mobile-menu .language-links {
  margin-right: 20px;
}
.mobile-menu .header-nav-submenu {
  position: absolute;
}
.mobile-menu .header-nav-submenu ul {
  margin-top: -2px;
  padding-top: 0px;
  border-top: none;
  width: 70px;
  margin-top: -5px;
}

.header-nav-item {
  text-align: center;
  margin-top: 35px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s linear;
}

/* .header-nav-item:hover.is-submenu,
.language-links .header-nav-submenubtn:hover,
.language-links button[aria-expanded="true"]{
  background-color: white;
} */

.footer-nav ul li:first-child,
.header-nav-item:first-child {
  margin-top: 0
}

.header-nav-link {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #76838F;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  display: inline-block;
  z-index: 1;
  transition: 0.2s linear;
}
.second-nav .header-nav-link {
  color: #FFFFFF;
}
.second-nav .header-nav-item:first-of-type .header-nav-link {
  padding-left: 0px;
}
.second-nav .header-nav-inner {
  margin-left: 0px;
}

.language-links {
  padding-left: 10px;
}
.language-links .header-nav-link {
  padding: 0px;
  padding-right: 30px;
  padding-left: 30px;
}
.mobile-menu .language-links .header-nav-link {
  padding-left: 15px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.language-links a:not([href]):not([tabindex]) {
  color: #76838F;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: none;
}
.language-links a:not([href]):not([tabindex]):hover,
.language-links a:not([href]):not([tabindex]):focus,
.language-links a[onclick="setLang('en')"]:lang(en),
.language-links a[onclick="setLang('ja')"]:lang(ja)  {
  color: #3c424c;
}
.language-links span {
  color: #76838F;
}
.footer-link a:not([href]):not([tabindex])[onclick="setLang('en')"]:lang(en) {
  text-decoration: underline;
  color: #fff;
}
.footer-link a:not([href]):not([tabindex])[onclick="setLang('ja')"]:lang(ja) {
  text-decoration: underline;
  color: #fff;
}
.language-links img {
  width: 25px;
  height: 46px;
}

/* .header-nav-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: #FF5F4A;
  height: 3px
} */

.header-nav-link:hover {
  text-decoration: none;
  color: #FF5F4A;
}

.header-nav-link:before,
.header-nav-register {
  transition: all .2s linear
}

.header-nav-register:hover {
  text-decoration: none;
  /*opacity: .5;*/
  background-color: #000000;
  color: #FFFFFF;
}

.globalnav-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  position: relative;
  outline: 0 !important;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  margin-right: 15px;
}

.globalnav-btn span:after,
.globalnav-btn span:before,
.globalnav-btn:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  background-color: #000;
  transition: all .2s cubic-bezier(.25, .46, .45, .94) 0s;
  border-radius: 2px;
  overflow: hidden;
  width: 100%
}

.globalnav-btn:before {
  top: 50%;
  margin-top: -1px
}

.globalnav-btn span {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color:transparent;
}

.globalnav-btn span:after,
.globalnav-btn span:before {
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.globalnav-btn span:before {
  top: 6px
}

.globalnav-btn span:after {
  bottom: 6px
}

.globalnav-btn[aria-expanded=false]:before {
  opacity: 0
}

.globalnav-btn[aria-expanded=false] span:before {
  width: 31px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 3px
}

.globalnav-btn[aria-expanded=false] span:after {
  width: 31px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 3px;
  left: 3px
}

.footer {
  /* background-color: #30373B; */
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 20px
}

.footer-logo {
  color: #e0e0e0;
  width: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-image {
  width: 100%
}

.footer-nav {
  margin-top: 25px
}

.footer-nav ul,
.footer-social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.footer-nav ul {
  text-align: center;
}

.footer-nav .sitemap {
  color: #FFFFFF;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: calc(12px + 0.25vw);
  font-size: -webkit-calc (75% + 0.25vw);
  font-size: -ms-calc (12px + 0.25vw);
}

.footer-nav ul li {
  margin-top: 20px;
  border-top: 1px solid #f1f1f1a1;
  padding-top: 20px;
}

.footer-nav ul li strong {
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}

.footer-nav ul li strong a {
  padding: 0px;
}

.footer-nav ul li a,
.footer-url a,
.footer-link a,
.footer-link span {
  color: #e0e0e0;
  font-size: 14px
}

.footer-nav ul li a {
  padding: 10px 0;
  display: block;
}

.footer-social {
  margin: 60px auto 0;
  width: 186px;
}

.footer-social-list {
  display: flex;
  justify-content: space-between
}

.footer-social-list li {
  width: 30px;
  height: 30px
}

.footer-social-list li a {
  display: block;
  color: #e0e0e0;
  width: 100%;
  height: 100%;
  position: relative
}

.footer-social-list li a svg {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-url {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0
}

.footer-url a {
  text-decoration: none
}

.footer-link {
  list-style: none;
  padding-left: 0;
  width: 216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px
}

.footer-link li {
  line-height: 1
}

.footer-copyrights,
.footer-link li a {
  font-size: 12px;
  color: #e0e0e0
}

.footer-link a:not([href]):not([tabindex]) {
  color: #e0e0e0;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.2s linear;
}

.footer-link a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
  color: #fff;
}

.footer-copyrights {
  margin-top: 20px;
  margin-bottom: 0
}

.home-mv-container {
  padding-bottom: 50px;
  position: relative;
}

.home-mv-title {
  color: #cbcbca;
  padding-top: 70px;
  font-weight: 700;
  font-size: calc(26px + 1vw);
  font-size: -webkit-calc (162.5% + 1vw);
  font-size: -ms-calc (26px + 1vw);
}
@media (min-width: 992px) {
  .home-mv-title {
    padding-top: 0px;
  }
}
.home-mv-title .title-highlight,
.home-mv-title a:not([href]):not([tabindex]).title-highlight {
  color: #FFFFFF;
  padding-left: 10px;
}

.home-mv-subtitle {
  color: #cbcbca;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: calc(12px + 1vw);
  font-size: -webkit-calc (75% + 1vw);
  font-size: -ms-calc (12px + 1vw);
}
@media (min-width: 992px) {
  .home-mv-subtitle {
    font-size: calc(6px + 1vw);
    font-size: -webkit-calc (37.5% + 1vw);
    font-size: -ms-calc (6px + 1vw);
  }
}

.home .carousel-indicators {
  bottom: auto;
  top: 60px;
}
.home .carousel-indicators li {
  background-color: #d0d6dc;
}
.home-carousel-slidebtn {
  text-align: center;
  width: 100%;
  padding-bottom: 100px;
}
.spresense-slide .home-carousel-slidebtn {
  margin-top: 50px;
}
.home .carousel-item.spresense-slide {
  background-image: url('../img/home/sony-slide-bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
}
.home .carousel-item .spresense-title-img {
  max-width: 190px;
  margin-top: 120px;
  width: 100%;
}
.home .carousel-item .spresense-board-img {
  max-width: 300px;
  width: 100%;
}
.home .carousel-item {
  min-height: 800px;
}
.home .spresense-slider-wrapper {
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .spresense-slide .home-carousel-slidebtn {
    margin-top: 105px;
  }
  .home .carousel-item .spresense-title-img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .home .spresense-slider-wrapper {
    padding-top: 150px;
    padding-bottom: 230px;
  }
  .spresense-slide .home-carousel-slidebtn {
    margin-top: 0px;
  }
  .home-carousel-slidebtn {
    position: absolute;
    bottom: 130px;
    padding-bottom: 0px;
  }
  .home .carousel-item .spresense-title-img {
    max-width: 700px;
    margin-top: 0px;
  }
  .home .carousel-item .spresense-board-img {
    max-width: 400px;
  }
  .home .carousel-item {
    min-height: 800px;
  }
}

.home-iot-info-list ul li,
.home-mv-figurecaption {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #3c424c
}

.home-mv-scroll {
  font-size: 14px;
  line-height: 2.43;
  color: #FFFFFF;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.home-mv-scroll-arrow {
  display: block;
  width: 28px;
  height: 28px;
  border-top: 7px solid #c5c7ca;
  border-left: 7px solid #c5c7ca;
  bottom: 10px;
  transition: bottom .2s linear;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.home-mv-scroll-arrow:hover {
  opacity: .7;
  bottom: 5px
}

.home-iot-title {
  margin-top: 100px;
  text-align: center
}

.home-iot-title-image {
  width: 160px;
  margin-left: auto;
  margin-right: auto
}

.home-iot-title small {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.home-iot-lead {
  margin-bottom: 0;
  font-size: 14px;
  color: #3c424c;
  line-height: 1.86;
  margin-top: 30px
}

.home-iot-info {
  margin-top: 45px
}

.blog-item-image img,
.home-iot-info-image img {
  width: 100%;
  height: auto;
  display: block
}

.home-iot-info-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between
}

.home-iot-info-list ul li {
  width: 30%;
  font-size: 14px;
  line-height: 1.21;
  color: #76838f;
  padding-top: 8px
}

.home-iot-info-list ul li:nth-of-type(1) {
  border-top: 1px solid #3c424c;
  color: #3c424c
}

.home-iot-info-list ul li:nth-of-type(2) {
  color: #76838f;
  border-color: #d1d3d5
}

.home-iot-info-list ul li:nth-of-type(3) {
  color: #76838f
}

.home-feature .container {
  margin-top: 50px;
}

.home-feature .feature-intro,
.sub-heading {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.home-feature .feature-intro {
  text-decoration: underline;
}

.home-feature h2 {
  text-align: center;
}

.home-feature h2 small {
  font-size: 22px;
}

.home-feature .feature-image {
  text-align: center;
  padding-bottom: 30px;
}

.home-feature .feature-image img {
  width: 70%;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-feature .sub-section .row .col-12.col-lg-7 img {
  width: 100%;
}

.home-feature .sub-section .row {
  margin-top: 30px;
}

.home-feature .sub-section .icons-section {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  flex-direction: column;
}

.home-feature .sub-section .control-icons {
  text-align: center;
  display: flex;
  font-size: 0.85em;
  justify-content: space-around;
  margin-bottom: 20px;
}

.home-feature .sub-section .control-icons p {
  margin-right: 10px;
  margin-left: 10px;
  width: 120px;
}

.home-feature .sub-section .control-icons img {
  margin-bottom: 20px;
  height: 60px;
  width: auto;
}

.home-feature .sub-section .row .col-12.col-lg-5 {
  order: 2;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .home-feature .sub-section .row .col-12.col-lg-5 {
    align-self: center;
    order: -1;
  }
  .home-feature .solutions-section .row .col-12.col-lg-5 {
    order: 0;
  }
}

.home-feature .solutions-section .btn-gray {
  margin-top: 15px;
}

.home-feature .home-video {
  width: 100%;
  height: 100%;
  /* max-width: 1034px; */
  max-width: 800px;
  max-height: 543px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home-feature .home-video {
    margin-top: -50px;
  }
}

.home-feature .home-video-wrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
}

.home-feature .home-video-wrapper .laptop-video {
  box-sizing: border-box;
  background: url("../img/home/laptop.png") center center no-repeat;
  background-size: contain;
  padding: 12.80% 16.4% 17.9% 16%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-started .sub-section {
  margin-top: 50px;
  padding-bottom: 30px;
}

.home-started .sub-heading {
  padding-top: 50px;
}

.home-started .step-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.home-started .step-section img {
  max-width: 170px;
}

@media (max-width: 575.98px) {
  .home-started .step-section .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.home-started .step-heading {
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
}

.home-started .step-sub {
  font-size: 14px;
}

.home .sub-text {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 810px;
}

.home-portfolio {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0.9) 100%);
  color: #FFFFFF;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.hardware-desc,
.engine-desc,
.solutions-desc {
  margin-bottom: 45px;
  margin-top: 45px;
}

.engine-desc2 {
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: center;
}

.engine-desc2 .cpu-img {
  max-width: 130px;
  width: auto;
}

.engine-logos {
  display: flex;
  align-items: center;
}

.engine-logos img {
  width: 80%;
}

.hardware-img,
.bridge-lte-img {
  max-width: 190px;
}

.hardware-img-2 {
  max-width: 398px;
  width: 100%;
}

.outline-img {
  max-width: 360px;
}

.twocolumn-img {
  max-width: 500px;
}

.partner-store-logos {
  height: 58px;
}

.cloud-desc {
  font-size: 16px;
}

.light-grey-bg {
  background-color: #F2F2F2;
}

.white-gradient-bg {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}

.white-gradient-divider {
  height: 2px;
  width: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}

.white-gradient-divider.start-left {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}

.light-gradient-bg {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(228,228,228,1) 100%);
}

.product-gradient-bg {
  /* background: linear-gradient(0deg, rgba(242,246,249,1) 56.5%, rgba(255,255,255,1) 56.51%, rgba(255,255,255,1) 100%); */
}
@media (min-width: 453px) {
  .product-gradient-bg {
    /* background: linear-gradient(0deg, rgba(242,246,249,1) 59.5%, rgba(255,255,255,1) 59.51%, rgba(255,255,255,1) 100%); */
  }
}
@media (min-width: 576px) {
  .product-gradient-bg {
    /* background: linear-gradient(0deg, rgba(242,246,249,1) 62.5%, rgba(255,255,255,1) 62.51%, rgba(255,255,255,1) 100%); */
  }
}
@media (min-width: 992px) {
  .product-gradient-bg {
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 53.5%, rgba(242,246,249,1) 53.51%, rgba(242,246,249,1) 100%); */
  }
}

.grey-gradient-divider {
  height: 2px;
  width: 100%;
  background: rgb(242,242,242);
  background: linear-gradient(90deg, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 20%, rgba(242,242,242,1) 80%, rgba(242,242,242,0) 100%);
}

.center-paragraph {
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
}

.dark-banner,
.dark-bg {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0.9) 100%);
}
.dark-bg {
  margin-bottom: 0px;
}
.dark-banner.product-bg {
  /* background-image: url('../img/product/hardware/product-bg_mobile.png'), linear-gradient(90deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0.9) 100%); */
  background-image: linear-gradient(90deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0.9) 100%);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) {
  .dark-banner.product-bg {
    /* background-image: url('../img/product/hardware/product-bg.png'), linear-gradient(90deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0.9) 100%); */
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0.9) 100%);
  }
}
@media (min-width: 768px) {
  .hardware-desc,
  .engine-desc,
  .solutions-desc {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .cloud-desc {
    font-size: 20px;
  }
}

.wrapper-shadow {
  -webkit-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
}

.twocolumn-img.wrapper-shadow {
  -webkit-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.75);
}

/* Header, Subheader, Secondary title Fonts */
.light-gradient-bg h1,
.blog-header h1 {
  color: #000000;
  font-size: calc(26px + 1vw);
  font-size: -webkit-calc (162.5% + 1vw);
  font-size: -ms-calc (26px + 1vw);
  font-weight: 600;
}

.dark-banner h1 {
  color: #FFFFFF;
  font-size: calc(26px + 1vw);
  font-size: -webkit-calc (162.5% + 1vw);
  font-size: -ms-calc (26px + 1vw);
  font-weight: 600;
}

.dark-banner-subtitle {
  color: #CBCBCA;
  font-size: calc(16px + 0.1vw);
  font-size: -webkit-calc (100% + 0.1vw);
  font-size: -ms-calc (16px + 0.1vw);
  font-weight: 400;
}

.light-banner-subtitle {
  color: #333333;
  font-size: calc(16px + 0.1vw);
  font-size: -webkit-calc (100% + 0.1vw);
  font-size: -ms-calc (16px + 0.1vw);
  font-weight: 400;
}

.secondary-title {
  color: #000000;
  font-weight: 700;
  font-size: calc(20px + 1vw);
  font-size: -webkit-calc (140% + 1vw);
  font-size: -ms-calc (20px + 1vw);
}

.secondary-title.white-title,
.cta .secondary-title {
  color: #FFFFFF;
}

.secondary-title .syllable-order {
  font-size: 16px;
  padding-left: 15px;
}

.startneqto-category {
  display: block;
}

.campaign-title {
  font-size: 26px;
}
.dark-banner .solutions-mv {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .dark-banner .solutions-mv {
    margin-top: 50px;
  }
}

p.title-sub {
  font-size: 18px;
}

.dark-bg p {
  color: #FFFFFF;
}

.home-portfolio h2 {
  line-height: 1.3em;
}

.portfolio-productheading {
  font-size: 18px;
}

@media (min-width: 768px) {
  p.title-sub {
    font-size: 25px;
  }
  .portfolio-product {
    height: 96px;
  }
}

.light-bg {
  background-color: #F1F1F1;
}

.light-alt-bg {
  background-color: #F5F7F7;
}

.engine-illust img {
  max-width: 100px;
}

.cta p {
  color: #fff;
  font-size: 16px;
}

.cta p.regular {
  font-size: 14px;
}

.cta.cta-feature p {
  font-size: 20px;
}

.cta .col-12 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-partners-title {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  color: #000000;
}

.home-partners-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 30px
}

.home-partners-item {
  margin-top: 40px
}

.home-partners-item:nth-of-type(-n+2) {
  margin-top: 0
}

.home-news {
  background-color: #f9f9f9;
}

.home-news-title {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
}

.home-news-body {
  background-color: #F2F2F2;
  margin-top: 25px;
  padding: 20px 5px;
  box-shadow: 0 3px 5px 2.5px rgba(0, 0, 0, .2)
}

.home-news-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0 25px;
}

.home-news-item {
  margin-top: 55px
}

.contact-info-contents section:first-child,
.contact-lead p:first-child,
.registration-lead p:first-child,
.home-news-item:first-child {
  margin-top: 0
}

.home-news-item p,
.home-news-item time {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0
}

.home-news-item time {
  display: block;
  text-align: center
}

.home-news-item p {
  text-align: left
}

.contact-title,
.registration-title {
  font-size: 25px;
  letter-spacing: .016em;
  text-align: center;
  color: #3c424c;
  font-weight: 600
}

.contact-lead p,
.registration-lead p {
  font-size: 14px;
  line-height: 1.29;
  color: #3c424c;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-weight: 400
}

.contact-form,
.registration-form {
  margin-top: 35px;
  margin-bottom: 38px
}

.contact-note,
.registration-note {
  color: red;
  font-weight: 600;
  font-size: 13px
}

.contact-item,
.contact-label,
.registration-label,
.registration-item {
  display: block;
  font-size: 16px;
  color: #3c424c
}

.contact-label,
.registration-label {
  font-weight: 600
}

.contact-label.req:after,
.registration-label.req:after {
  content: '*';
  color: red;
  font-weight: 400
}

.contact-item,
.registration-item {
  /* padding: 0; */
  padding: 8px 5px 5px 5px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  width: 100%;
  line-height: 1.19;
  border-bottom: 1px solid #d1d3d5;
  min-height: 40px;
  padding-left: 5px;
}

.contact-item:focus,
.registration-item:focus,
.support-problem-inquiry textarea:focus {
  border-color: #3c424c
}

.contact-textarea {
  height: 3em
}

.nq-form-submit,
.nq-submit {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background-color: #3c424c;
  font-weight: 600;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border: none;
  transition: 0.5s ease;
}

.nq-form-submit:hover,
.nq-form-submit:focus,
.nq-submit:hover,
.nq-submit:focus {
  background-color: #FF5F4A;
}

.nq-form-submit:disabled,
.nq-submit:disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none
}

.contact-info {
  margin-top: 40px
}

.contact-info-title {
  font-size: 14px;
  font-weight: 600;
  color: #3c424c
}

.contact-info-body {
  margin-top: 15px;
  border: 1px solid #d3d3d3;
  width: 100%;
  height: 230px;
  overflow-y: auto
}

.contact-info-contents {
  padding: 15px
}

.contact-info-contents section {
  margin-top: 2rem
}

.contact-info-contents p {
  font-size: 14px;
  line-height: 1.21;
  color: #3c424c
}

.contact-info-contents p:last-child {
  margin-bottom: 0
}

.contact-info-contents ol,
.contact-info-contents ul {
  padding-inline-start: 1.25em;
}

.contact-info-contents ol ol,
.contact-info-contents ul ol {
  list-style-type: decimal-leading-zero;
  padding-inline-start: 40px;
}

.contact-info-contents ul {
  list-style: none;
}

.contact-info-description {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.36;
  color: #3c424c
}

.compcode-info {
  font-size: 13px;
  margin-top: 5px;
  color: #6c757d;
}

.terms-info-agree {
  margin-top: 10px;
}

.terms-info-agree label {
  display: inline-block;
  padding-left: 40px;
  position: relative
}

.terms-info-agree label::before {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #f1f1f1;
  border: 1px solid #aaa;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s ease;
}

.terms-info-agree label:hover::before {
  background-color: #dee2e6;
}

.terms-info-agree input[type=checkbox] {
  position: absolute;
}

.terms-info-agree input[type=checkbox]:focus + label::before {
  border: 1px solid #6c757d;
  background-color: #dee2e6;
}

.terms-info-agree input[type=checkbox]:checked + label span::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/common/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  left: 3px;
  top: 50%;
  margin-top: -7px;
}

.terms-info-agree input[type=checkbox].disabled + label span::before {
  content: '';
  display: block;
  position: absolute;
  background-image: none;
  background-color: #ffcccb;
  left: 0;
  width: 26px;
  height: 26px;
  margin-top: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.terms-condition {
  font-size: 12px;
  color: #dc3545;
  margin-bottom: 10px;
}

.terms-info-agree label:hover {
    cursor: pointer;
}

.terms-info-agree label span {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #3c424c;
}

.terms-info-agree label span:after,
.pricing-calc-form-item label.req:after,
.support-problem-inquiry label.req:after {
  content: '*';
  color: red
}

/*Blog styles 2021-10 */

/*Font scaling rate: 34pt on 1200px screens to 24pt font on 320px screens.*/
.blog-title2{
  color: #2b2b2b;
  font-size: calc(1.5rem + 10 * (100vw - 320px)/880);
  font-size: -webkit-calc (150% + 10 * (100vw - 320px)/880);
  font-size: -ms-calc (34px + 0.1vw);
  font-weight: 600;
  padding: 28px 0px 28px 0px;
  text-align: left;
  border: none;
}

.blog-contents h2,
h2.blog-h2{
  color: #404649;
  font-size: calc(1.25rem + 6 * (100vw - 320px)/880);
  font-size: -webkit-calc (125.5% + 6 * (100vw - 320px)/880);
  font-size: -ms-calc (26px + 0.1vw);
  font-weight: 600;
  padding: 46px 0px 20px 0px;
  text-align: left;
  border: none;
}

h3.blog-keypoint {
  color: #2b2b2b;
  font-size: calc(1.125rem + 2 * (100vw - 320px)/880);
  font-size: -webkit-calc (112.5% + 2 * (100vw - 320px)/880);
  font-size: -ms-calc (20px + 0.1vw);
  font-weight: 600;
}

h4.blog-toc,
.blog-toc > li a {
  color: #404649;
  font-size: calc(1.125rem + 2 * (100vw - 320px)/880);
  font-size: -webkit-calc(120% + 2 * (100vw - 320px)/880);
  font-size: -ms-calc (20px + 0.1vw);
  font-weight: 600;
  margin: 8px 0px 8px 0px;
  line-height: 2.5rem;
}

/*ToC sub-heading style*/
.blog-toc > ul > li a {
  color: #53595A;
  font-size: calc(1rem + 2 * (100vw - 320px)/880);
  font-size: -webkit-calc(100% + 1 * (100vw - 320px)/880);
  font-size: -ms-calc (16px + 0.1vw);
  line-height: 2.5rem;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid #D6DADD;
}

.blog-contents p,
.blog-body-copy,
.blog-list,
.blog-list > li {
  color: #2b2b2b;
  font-size: calc(0.9375rem + 1 * (100vw - 320px)/880);
  font-size: -webkit-calc (93.75% + 1 * (100vw - 320px)/880);
  font-size: -ms-calc (16px + 0.1vw);
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
}

.blog-contents p {
  margin-bottom: 1rem;
}

p.img-caption{
  color: #404649;
  font-weight: 400;
  font-size: calc(0.875rem + 1 * (100vw - 320px)/880);
  font-size: -webkit-calc (87.5% + 1 * (100vw - 320px)/880);
  font-size: -ms-calc (14px + 0.1vw);
  text-align: center;
  opacity: 0.8;
  margin: 0 0 3rem 0;
}

.blog-keypoint-container{
  padding: calc(1em + 1.1vw);
  padding: -webkit-calc (1em + 1.1vw);
  padding: -ms- (1em + 1.1vw);
  margin: 50px;
  border: 1px solid #dfe4e8;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#ff5f4a), to(#5b8bf4))0 0 0 100% stretch;
  border-width: 0px 0px 0px 5px;
  background-color: #F1F5F8;
  margin-left: auto;
  margin-right: auto;
}

.blog-keypoint-container p {
  margin-bottom: 1rem;
}

.blog-keypoint-container p:last-of-type {
  margin-bottom: 0px;
}

.blog-toc-container {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px 10px 0px;
}

.blog-toc-container li:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: 0.3s ease;
}

.blog-toc-container {
  transition: 0.3s ease;
}

.blog-contents ul,
.blog-list-container {
  padding: calc(0.5em + 1.1vw);
  padding: -webkit-calc (0.5em + 1.1vw);
  padding: -ms-calc (0.5em + 1.1vw);
  margin: 1.25rem auto 1.25rem auto;
  background-color: #F1F5F8;
  padding-left: 2.5rem;
  width: 95%;
}

.blog-contents ul ul {
  margin: 0px auto 0px auto;
  padding: 0.5rem;
}

.blog-toc-container a{
  text-decoration: none;
}

.blog-img-container{
  /* max-width: 100%; */
  border: 1px solid #dfe4e8;
  margin: 1.75rem 0rem 0.75rem 0rem;
  margin-left: auto;
  margin-right: auto;
}

ul.blog-toc{
  padding: 0px 8px 0px 0px;
  margin: 0;
}

.blog-list-container {
  padding: calc(0.5em + 1.1vw);
  padding: -webkit-calc(0.5em + 1.1vw);
  padding: -ms-calc (0.5em + 1.1vw);
  margin: 1.25rem;
  background-color: #F1F5F8;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.blog-list-container li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.blog-img-container img {
  display: block;
  width: 75%;
  margin: 10px auto 10px auto;
}

.blog-latest-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
  column-gap: 3rem;
}

.blog-related-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 0 auto 0 auto;
}

.blog-img.related {
  width: 100%;
  transition: 0.5s ease;
}

.blog-img-wrapper.related {
  overflow:hidden;
  object-fit: cover;
}

.main.blog tr,
.main.blog th,
.main.blog td {
  border: 1px solid #c6cacc;
  padding: 0.5rem;
  vertical-align: top;
}

.blog-item-info.related {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #DEDDDD;
  padding: 0.5rem 0 0.5rem 0;
  transition: 0.5s ease;
  text-decoration: none;
}

.blog-related-tag {
  display: inline-block;
  margin: 0.75rem 0 0.5rem 0;
  padding: 2px 8px 2px 8px;
  border: 1px solid #B6BDC5;
  border-radius: 4px;
  font-size: 14px;
  color: #9A9DA0;
}

.blog-item-info.related:hover {
  border-bottom: 1px solid #2b2b2b;
}

.blog-item-title.related {
  display: block;
  font-size: 1rem;
  transition: 0.5s ease;
  text-decoration: none;
  color: #3C424C;
  margin: 0.25rem 0 0.25rem 0;
}

.blog-item-info.related:hover .blog-item-title.related {
  color: #3c424c;
  opacity: 0.7;
  text-decoration: none;
}

.blog-item-info.related:hover .blog-img.related {
  transform: scale(1.1);
}

.blog-related-desc {
  margin: 0;
}

.blog-related-list {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width:768px) {
  .blog-img-container{
    /* max-width: 100%; */
    border-right: none;
    border-left: none;
    margin: 20px 0px 10px 0px;
  }

  .blog-img-container img {
    width: 100%;
  }
}

.blog-latest-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
  column-gap: 3rem;
}

@media (min-width:768px) {
  .blog-related-wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
  }

  .blog-latest-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 3rem;
  }

  .blog-item-info.related {
    flex-direction: row;
    align-items: center;
  }

  .blog-img-wrapper.related {
    width: 35%;
  }

  .blog-related-desc {
    width: 60%;
    margin: 0 0 0 1rem;
  }

  .blog-related-tag {
    margin: 0 0 0.5rem 0;
  }

  .blog-related-list {
    width: 100%;
  }

  .blog-img-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
  .blog-img-flex .blog-img-container img {
    max-height: 315px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .blog-item-info.related {
    flex-direction: column;
  }

  .blog-related-wrapper {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 2rem;
  }

  .blog-img-wrapper.related {
    width: 100%;
  }

  .blog-related-desc {
    width: 100%;
    margin: 0;
  }

  .blog-related-tag {
    margin: 0.75rem 0 0.5rem 0;
  }
}

@media (min-width:1024px) {
  .blog-latest-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
    column-gap: 4rem;
  }

  .blog-newest {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  p.img-caption {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* End blog styles 2021-10 */

/*Page Top Button Styles */
.page-top {
  opacity: 0;
  display: block;
  position: fixed;
  bottom: 0.5rem;
  right: 0.25rem;
  color: #FFFFFF;
  background: #000000;
  padding: 0.75rem;
  border-radius: 0.25rem;
  z-index: 99;
  border: none;
  box-shadow: 0px 3px rgb(34 42 51 / 20%);
  transform: translateY(50px);
  transition: all 0.3s ease;
}

.page-top.show {
  opacity: 1;
  transform: translateY(0);
}

.page-top:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}

.page-top:hover,
.page-top:focus {
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
}

@media (min-width:768px) {
  .page-top {
    bottom: 0.75rem;
    right: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .page-top {
    bottom: 1.5rem;
    right: 2.5rem;
  }
}
/*End of Page Top Button Styles*/

.blog-title {
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #3c424c;
  padding-bottom: 12px;
  font-weight: 400
}

.blog-nav {
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

.blog-item {
  padding-left: 5px;
  padding-right: 5px
}

.blog-item-image {
  display: block;
  transition: opacity .3s linear
}

.blog-item-title,
.news-item-title {
  font-size: 18px;
  letter-spacing: .016em;
  line-height: 1.22;
  color: #3c424c;
  margin-top: 8px;
  font-weight: 600
}

@media (max-width: 767.98px) {
  .blog-detail {
    flex: none;
    max-width: none;
  }
}

.blog-item-info {
  display: flex;
  margin-bottom: 0;
}

.blog-detail img{
  width: 240px;
  height: 140px;
  transition: 0.3s ease;
  object-fit: cover;
}

.blog-detail img:hover {
  opacity: 0.6;
  transition: 0.3s ease;
}

.blog-detail {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.blog-item-info time {
  position: relative;
  font-size: 16px;
  color: #76838f;
  margin-right: 15px;
}

.blog-item-info .tag {
  border: 1px solid #76838f;
  border-radius: 4px;
  font-size: 14px;
  color: #76838f;
  padding: 2px 5px 2px 5px;
  width: auto;
  transition: 0.3s ease;
}

.blog-item-info .tag a {
  color: #76838f;
}

.blog-item-info .tag:hover,
.blog-item-info .tag:focus,
.blog-item-info .tag a:hover,
.blog-item-info .tag a:focus {
  color: #76838f;
  text-decoration: none !important;
  opacity: 0.8;
  transition: 0.3s ease;
  cursor: pointer;
}

.blog-item-txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.57;
  color: #3c424c
}

.blog-pickup-list {
  padding-left: 0;
  list-style: none
}

.blog-pickup-list:after {
  content: '';
  display: table;
  clear: both
}

.blog-pickup-item-image {
  margin-left: -20px;
  margin-right: -20px
}

.blog-latest {
  margin-top: 60px
}

.blog-latest-title {
  font-size: 18px;
  color: #3c424c;
  letter-spacing: .016em;
  border-bottom: 1px solid #3c424c;
  margin-bottom: 20px;
  font-weight: 600
}

.blog-latest-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 55px
}

.support-lead,
.support-title {
  text-align: center;
  font-weight: 600
}

.support-title {
  border-bottom: 1px solid #3c424c;
  padding-bottom: 12px;
  font-size: 25px
}

.support-lead {
  font-size: 18px;
  letter-spacing: .016em;
  margin-bottom: 0
}

.support-nav {
  margin-top: 12px;
  position: relative;
  z-index: 1
}

.support-faq {
  margin-top: 35px
}

.support-faq:nth-of-type(1) {
  margin-top: 0
}

.support-faq-title {
  font-size: 16px;
  color: #3c424c;
  font-weight: 600
}

.support-faq-list,
.pricing-faq-list {
  list-style: none;
  padding-left: 0
}

.support-faq-item {
  margin-top: 10px
}

.faq-link,
.faq-link:hover,
.faq-link:focus {
  color: #FF5F4A;
}

.pricing-faq-item {
  border-bottom: 1px solid white;
  padding: 20px 0px;
}

.pricing-faq {
  background-color: #F2F2F2;
}

.pricing-tbl tbody td p:first-child,
.pricing-tbl tbody th p:first-child,
.support-faq-item:first-child,
.support-problem-lead p:first-child {
  margin-top: 0
}

.support-faq-item-q,
.pricing-faq-item-q {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  display: block;
  font-weight: 500
}

.support-faq-item-q,
.pricing-faq-item-q,
.support-faq-item-q:hover,
.pricing-faq-item-q:hover,
.pricing-faq-item-q:focus,
.support-faq-item-q:focus {
  text-decoration: none;
  color: #3c424c
}

.support-faq-item-q:after {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  height: 3px;
  background-color: #FF5F4A;
  bottom: -10px;
  width: 0;
  transition: width .3s linear
}

.support-faq-item-q:before,
.pricing-faq-item-q:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTMgMTMiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyI+CjxwYXRoIGZpbGw9IiMxRTJDMzMiIGQ9Ik0xMS41LDUuM0g3LjdWMS41YzAtMC42LTAuNS0xLjItMS4yLTEuMlM1LjMsMC45LDUuMywxLjV2My44SDEuNWMtMC42LDAtMS4yLDAuNS0xLjIsMS4yczAuNSwxLjIsMS4yLDEuMmgzLjgKCXYzLjhjMCwwLjYsMC41LDEuMiwxLjIsMS4yczEuMi0wLjUsMS4yLTEuMlY3LjdoMy44YzAuNiwwLDEuMi0wLjUsMS4yLTEuMlMxMi4xLDUuMywxMS41LDUuM3oiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 5px
}

.support-faq-item-q[aria-expanded=true]:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTMgMTMiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyI+CjxwYXRoIGZpbGw9IiMxRTJDMzMiIGQ9Ik0xMS41LDcuN2gtMTBjLTAuNiwwLTEuMi0wLjUtMS4yLTEuMnMwLjUtMS4yLDEuMi0xLjJoMTBjMC42LDAsMS4yLDAuNSwxLjIsMS4yUzEyLjEsNy43LDExLjUsNy43eiIvPgo8L3N2Zz4K)
}

.pricing-faq-item-q[aria-expanded=true]:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTMgMTMiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyI+CjxwYXRoIGZpbGw9IiNGRjVGNEEiIGQ9Ik0xMS41LDcuN2gtMTBjLTAuNiwwLTEuMi0wLjUtMS4yLTEuMnMwLjUtMS4yLDEuMi0xLjJoMTBjMC42LDAsMS4yLDAuNSwxLjIsMS4yUzEyLjEsNy43LDExLjUsNy43eiIvPgo8L3N2Zz4=)
}

.support-faq-item-q[aria-expanded=true]:after {
  width: calc(100% - 30px)
}

.support-faq-item-a {
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.5;
  color: #3c424c
}

.pricing-faq-item-a {
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.5;
  color: #3c424c
}

.calculator-box {
  -webkit-box-shadow: 0px 0px 13px 1px rgba(211,211,211,0.25);
  box-shadow: 0px 0px 13px 1px rgba(211,211,211,0.25);
  border-radius: 5px;
  color: #ffffff;
}

.calculator-item {
  padding: 7px 5px 5px 5px;
  border-radius: 5px;
  outline: 0;
  background: 0 0;
  width: 100%;
  line-height: 1.19;
  border: 1px solid #d1d3d5;
  min-height: 40px;
  padding-left: 5px;
}

.calculator-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: Noto Sans;
  color: #212529;
}

.calculator-heading {
  font-size: 20px;
  font-weight: 600;
  font-family: Noto Sans;
  color: #212529;
  background-color: #eeeeee;
}

.calculator-subheading {
  padding: 30px 0px 6px 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  font-family: Noto Sans;
  color: #212529;
}

.dark-divider-line {
  height: 2px;
  width: 100%;
  background: #212529;
}

.support-faq-item-a p {
  margin-top: 20px;
  margin-bottom: 0
}

.pricing-faq-item-a p {
  margin-top: 10px;
}

.support-problem {
  margin-top: 90px;
  margin-bottom: 100px
}

.support-problem-lead {
  margin-top: 35px
}

.support-problem-lead p {
  margin-top: 30px
}

.support-problem-method {
  margin-top: 55px
}

.support-problem-method p {
  font-size: 13px;
  color: #3c424c;
  margin-top: 5px
}

.support-problem-method p.mail {
  color: #76838f;
  font-weight: 600;
  font-size: 14px
}

.support-problem-method p a {
  color: #3c424c;
  text-decoration: underline
}

.pricing-calc-btn a:hover,
.support-problem-method p a:hover {
  color: #3c424c
}

.support-problem-inquiry {
  margin-top: 35px
}

.support-problem-inquiry label {
  font-size: 16px;
  font-weight: 600
}

.support-problem-inquiry textarea,
.support-problem-inquiry-submit button {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  display: block;
  font-size: 16px
}

.support-problem-inquiry textarea {
  height: 3em;
  border-bottom: 1px solid #d1d3d5;
  width: 100%;
  line-height: 1.19;
  color: #3c424c
}

.support-problem-inquiry-submit {
  margin-top: 60px;
  margin-left: -40px
}

.support-problem-inquiry-submit button {
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #3c424c;
  width: 120px;
  margin-left: auto;
  margin-right: auto
}

.solutions-inner {
  margin-bottom: 110px
}

.solutions-header {
  text-align: center
}

.solutions-header h2,
.solutions-title {
  color: #3c424c;
  font-weight: 600
}

.solutions-header h1,
.solutions-header h2 {
  letter-spacing: .016em;
  margin-bottom: 0;
  font-size: 25px
}

.solutions-header h1 {
  color: #3c424c;
  margin-top: 20px;
  font-weight: 400
}

.solutions-lead {
  font-size: 14px;
  line-height: 1.36;
  margin-top: 15px
}

.solutions-title {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 65px;
  text-align: center
}

.engine-one {
  text-align: center;
  width: 100%;
}

.engine-one img {
  max-height: 130px;
}

.solutions-mv {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solutions-mv.hardware-diagram {
  margin-top: 0px;
  margin-bottom: 20px;
}

.solutions-mv .solution-category {
  margin-bottom: 30px;
}


.startneqto-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.startneqto-h1{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .solutions-mv {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .solutions-mv.hardware-diagram {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .solutions-mv .solution-category {
    margin-left: 15px;
    margin-right: 15px;
  }
  .solutions-heading {
    height: 60px;
  }
}

.console-mosaic li img,
.solutions-mv img {
  display: block;
  width: 100%;
  height: auto;
}

.solutions-mv .solution-category img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.about-inner .solutions-mv {
  display: block;
}

.about-inner .solutions-mv img {
  margin-right: auto;
  max-width: 650px;
  margin-left: auto;
  margin-top: 30px;
}

.gradient-bg {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 100px;
  /* background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(225,232,233,1) 70%, rgba(240,244,244,0.7) 100%); */
  background-color: #F1F1F1;
}
.gradient-line {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 1px;
  border: 0;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}
@media (min-width: 768px) {
  .gradient-line {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.engine-heading {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
  margin-bottom: 0px;
  color: #FF5F4A;
}

.solutions-text {
  text-align: center;
  padding-top: 10px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}


@media  (max-width: 425px) {
  .industry-section {
    padding: 0px;
  }
}

@media  (max-width: 767.98px) {
  .solutions-heading,
  .engine-heading,
  .industry-heading  {
    font-size: 20px;
  }

  .solutions-text,
  .home-iot .iot-sub {
    font-size: 14px;
  }
  /* .gradient-bg {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(225,232,233,1) 60%);
  } */
}

.solutions-sec {
  position: relative;
  margin-top: 75px
}

.solutions-sec:first-child {
  margin-top: 50px
}

.solutions-sec-title {
  font-size: 18px;
  line-height: 1.17;
  color: #3c424c;
  text-align: center;
  font-weight: 600
}

.solutions-sec-figure {
  display: block;
  width: 43.33333%;
  margin: 20px auto
}

.solutions-sec-figure.is-full {
  display: block;
  width: 100%;
  margin-top: 50px
}

.solutions-sec-txt p {
  font-size: 14px;
  color: #3c424c;
  line-height: 1.36
}

.solutions-sec-txt dl {
  padding-left: 0
}

.solutions-sec-txt dd,
.solutions-sec-txt dt {
  color: #3c424c;
  font-weight: 400
}

.solutions-sec-txt dt {
  margin-top: 25px;
  font-size: 17px
}

.solutions-sec-txt dd {
  font-size: 14px;
  line-height: 1.29
}

.console-mv {
  width: 75.33333%;
  max-width: 226px
}

.console-mosaic {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}

.console-mosaic ul,
.engine-chart-tbl ul,
.pricing-ctbl-body ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0
}

.engine-sec-last-fig {
  display: block;
  max-width: 250px;
  width: 86.2069%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto
}

.engine-chart {
  margin-top: 80px
}

.engine-chart-title {
  text-align: center;
  font-size: 20px;
  color: #3c424c;
  font-weight: 600
}

.engine-chart-tbl {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden
}

.engine-chart-header {
  display: none
}

.engine-chart-header h3,
.engine-chart-item h3 {
  font-size: 23px;
  line-height: 1.13;
  border-bottom: 2px solid #3c424c;
  padding-bottom: 15px;
  text-align: center
}

.engine-chart-header-txts {
  border-top: 1px solid #c9d2d3
}

.engine-chart-header-txt {
  border-bottom: 1px solid #c9d2d3;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 30px 60px
}

.engine-chart-body {
  margin-top: 40px
}

.engine-chart-item h3 {
  font-weight: 400;
  color: #3c424c;
  margin-bottom: 0
}

.engine-chart-item-img {
  margin-top: 20px;
  max-width: 158px;
  margin-left: auto;
  margin-right: auto
}

.about-mv img,
.about-sec-figure img,
.engine-chart-item-img img,
.solutions-sec-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.solutions-sec-figure img {
  padding-bottom: 0px;
}

.engine-chart-item-txts {
  border-top: 1px solid #c9d2d3;
  margin-top: 20px
}

.engine-chart-item-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c9d2d3;
  padding: 30px 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400
}

.engine-chart-item-txt span,
.engine-chart-item-txt:before,
.pricing-ctbl-item-txt span {
  display: block;
  width: 50%;
  text-align: center
}

.engine-chart-item-txt:nth-of-type(1):before {
  content: 'CPU'
}

.engine-chart-item-txt:nth-of-type(2):before {
  content: 'Connectivity'
}

.engine-chart-item-txt:nth-of-type(3):before {
  content: 'Bluetooth LE'
}

.engine-chart-item-txt:nth-of-type(4):before {
  content: 'Extensions'
}

.engine-chart-item-txt:nth-of-type(5):before {
  content: 'Purchase'
}

.about-copy {
  color: #3c424c;
  text-align: center
}

.secondary-title {
  color: #000000;
  font-weight: 700;
  font-size: calc(20px + 1vw);
  font-size: -webkit-calc (140% + 1vw);
  font-size: -ms-calc (20px + 1vw);
}

.secondary-title.dark-title {
  color: #000000;
  font-weight: 600;
}

.secondary-title.white-title {
  color: #FFFFFF;
  font-weight: 600;
}

.small-secondary-title {
  color: #000000;
  font-weight: 500;
  font-size: calc(20px + 1vw);
  font-size: -webkit-calc (50% + 1vw);
  font-size: -ms-calc (20px + 1vw);
}

.secondary-subheading {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.top-title {
  font-size: 28px;
}

.category-heading {
  font-size: 16px;
  color: #FF5F4A;
}

.bridge-section .category-heading,
.specs-section .category-heading,
.tertiary-title {
  font-size: 20px;
}

.specs-section .category-heading,
.tertiary-title {
  color: #000000;
  font-weight: 600;
}

.about-copy {
  font-size: 14px;
  line-height: 1.87;
  font-weight: 400
}

.about-lead {
  margin-top: 50px
}

.about-lead p {
  font-size: 15px;
  color: #3c424c;
  line-height: 1.27
}

.about-mv {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  width: 205px
}

.about-sec {
  position: relative;
}

.about-sec-body.alt,
.about-sec-body {
    text-align: center;
}

.about-sec.first-feature {
  margin-top: 50px;
}

.about-sec.first-feature .about-sec-inner {
  flex-direction: column;
}

.about-sec-title {
  color: #FF5F4A;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.about-sec-figure {
  margin-top: 20px;
  margin-bottom: 50px;
  display: block;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}
.about-sec-figure.alt.linux {
  max-width: none;
}

.about-sec.first-feature .about-sec-figure {
  width: 100%;
  max-width: 631px;
  margin-bottom: 40px;
}

.about-sec.first-feature .about-sec-figure img {
  max-height: 400px;
}

.about-sec-txt {
  margin-top: 15px;
}

.about-subheading {
  text-align: center;
  padding-top: 15px;
}

.about-sec-txt p {
  font-size: 14px;
  color: #3c424c;
  line-height: 1.5;
}

.about-sec-txt p:last-child,
.about-summary-txt p:last-child {
  margin-bottom: 0
}

.about-summary {
  position: relative;
  margin-top: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.about-summary .about-sec-title {
  text-align: center;
}

.about-sec.first-feature .about-sec-body {
  width: 100%;
}

.about-sec.first-feature .about-sec-title {
  text-align: center;
}

.about-summary-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2
}

.about-summary-txt {
  margin-top: 15px
}

.about-summary-txt p strong {
  font-size: 17px;
  font-weight: 700
}

.about-summary-txt p a {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: #3c424c
}

.about-summary-txt p a:after {
  content: '';
  display: block;
  width: 100%;
  border-top: 2px solid #FF5F4A;
  bottom: -5px;
  left: 0
}

.about-carousel {
  margin-top: 30px;
}

.about-carousel .carousel-item,
.bridge-section .tab-pane,
.specs-section .tab-pane {
  text-align: center;
}

.bridge-section .tab-pane {
  min-height: 272px;
}

@media (min-width: 380px) {
  .bridge-section .tab-pane {
    min-height: 230px;
  }
}

@media (min-width: 576px) {
  .bridge-section .tab-pane {
    min-height: 224px;
  }
}

@media (min-width: 768px) {
  .bridge-section .tab-pane {
    min-height: 207px;
  }
}

@media (min-width: 992px) {
  .bridge-section .tab-pane {
    min-height: 183px;
  }
}

.about-carousel .carousel-item img {
  width: 90%;
  max-width: 700px;
  margin-bottom: 70px;
  -webkit-box-shadow: 0px 15px 25px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 15px 25px -8px rgba(0,0,0,0.3);
  box-shadow: 0px 15px 25px -8px rgba(0,0,0,0.3);
}

.about-carousel .carousel-indicators {
  margin-left: 0px;
  margin-right: 0px;
  z-index: 1;
}


.about-carousel .carousel-indicators li {
  width: 100%;
  background-color: #4A4F50;
  margin-left: 0px;
  margin-right: 0px;
  text-indent: inherit;
  max-width: 250px;
  position: relative;
  transition: .6s ease;
}

.bridge-tabs,
.specs-tabs {
  border-bottom: none;
  justify-content: center;
  flex-wrap: nowrap;
}

.bridge-tabs .nav-item,
.specs-tabs .nav-item {
  font-weight: 600;
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
}

#specsInnerTab.specs-tabs .nav-item {
  max-width: 200px;
  align-self: flex-end;
}

.specs-inner tbody th {
  font-weight: 400;
  background-color: #FFFFFF;
}

.specs-inner th,
.specs-inner td {
  vertical-align: middle;
}

.specs-inner thead {
  border: 1px solid transparent;
}

.specs-notes {
  padding-left: 27px;
  position: relative;
}

.specs-notes li::before {
  content: "*";
  position: absolute;
  left: 0px;
}

.specs-notes li {
  font-size: inherit;
}

.module-tab-img {
  max-width: 150px;
}

.module-chart-heading {
  color: #FF5F4A;
}

.bridge-tabs .nav-link,
.specs-tabs .nav-link {
  border: none;
  border-bottom: 3px solid #4A4F50;
  color: #4A4F50;
  opacity: 0.5;
  transition: 0.6s ease;
}

.bridge-tabs .nav-link.active,
.specs-tabs .nav-link.active {
  border-bottom: 3px solid #FF5F4A;
  color: #FF5F4A;
  opacity: 1;
  background-color: transparent;
}

.about-carousel .carousel-indicators li:hover,
.bridge-tabs .nav-link:hover,
.specs-tabs .nav-link:hover {
  opacity: 1;
}

.bridge-tabs .nav-link:hover,
.specs-tabs .nav-link:hover {
  border-color: inherit;
}

.about-carousel .carousel-indicators li span {
  position: absolute;
  top: 10px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  text-align: center;
  transition: .6s ease;
  padding-left: 10px;
  padding-right: 10px;
}

.about-carousel .carousel-indicators .active {
  background-color: #FF5F4A;
  opacity: 1;
}

.about-carousel .carousel-indicators .active span {
  color: #FF5F4A;
}

.pricing-title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: .016em;
  color: #3c424c;
  text-align: center;
  font-weight: 600
}

.pricing-inner {
  padding-bottom: 70px
}

.pricing-sec {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-top: 50px
}

.pricing-sec-title {
  font-size: 17px;
  font-weight: 600;
  color: #3c424c;
  padding-left: 20px;
  margin-bottom: 20px
}

.pricing-sec-lead {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px
}

.pricing-tbl {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%
}

.pricing-tbl thead th {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.63;
  color: #3c424c;
  border-bottom: 2px solid #3c424c;
  padding-left: 5px;
  padding-bottom: 12px
}

.pricing-tbl thead th:first-child {
  padding-left: 20px;
  text-align: left
}

.pricing-tbl tbody td,
.pricing-tbl tbody th {
  border-bottom: 1px solid #c9d2d3;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.36;
  color: #3c424c;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px
}

.pricing-tbl tbody td.note,
.pricing-tbl tbody th.note {
  border-bottom: none;
  text-align: center
}

.pricing-tbl tbody td:first-child,
.pricing-tbl tbody th:first-child {
  padding-left: 20px;
  white-space: nowrap
}

.pricing-tbl tbody td p,
.pricing-tbl tbody th p {
  margin-bottom: 0;
  margin-top: 1em
}

.pricing-tbl tbody td {
  padding-left: 5px
}

.pricing-tbl tbody td .ng,
.pricing-tbl tbody td .ok {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain
}

.pricing-tbl tbody td .ng.req:after,
.pricing-tbl tbody td .ok.req:after {
  content: '*';
  position: absolute;
  left: 105%;
  top: 0
}

.pricing-tbl tbody td .ok {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjggMjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4IDIxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzFFMkMzMzt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTAuNCwxMi44IDQuMSw2LjUgMCwxMC42IDEwLjMsMjAuOSAxMC4zLDIwLjkgMTUuMiwxNiAyNy4yLDQgMjMuNCwwICIvPgo8L3N2Zz4K);
  width: 28px;
  height: 21px
}

.pricing-tbl tbody td .ng {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik05LDYuNkwxMy42LDBoNC4ybC02LjksOC45TDE4LDE4aC00LjJMOSwxMS4zTDQuMiwxOEgwbDcuMS05LjFMMC4yLDBoNC4xTDksNi42eiIvPgo8L3N2Zz4K);
  width: 18px;
  height: 18px
}

@media (max-width: 767.98px) {
  .pricing-tbl tbody td .ok {
    width: 20px;
    background-position: center;
  }
  .pricing-tbl tbody td .ng {
    width: 15px;
    background-position: bottom;
  }
}

.pricing-tbl tbody .nowrap {
  white-space: nowrap
}

.pricing-tbl-note {
  text-align: right;
  font-size: 14px;
  line-height: 2.21;
  color: #3c424c;
  padding-right: 20px
}

.pricing-tbl .tac {
  text-align: center
}

.pricing-tbl-links {
  text-align: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important
}

.pricing-tbl-links-inner {
  display: inline-block;
  text-align: left
}

.pricing-tbl-link {
  margin-top: 12px
}

.pricing-tbl-link:first-child {
  margin-top: 0
}

.pricing-tbl-link a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #3c424c;
  text-decoration: none;
  font-size: 14px;
  line-height: 1
}

.pricing-tbl-link a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzFFMkMzMzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjgsMTBMMC4xLDUuNFYwLjhsOSw3LjNjMS4xLDEuMSwxLjEsMi44LDAsMy45YzAsMCwwLDAsMCwwbC05LDcuM3YtNC43TDUuOCwxMHoiLz4KPC9zdmc+Cg==);
  width: 10px;
  height: 20px;
  margin-top: -10px
}

.pricing-ctbl {
  overflow: hidden
}

.pricing-ctbl-header {
  display: none
}

.pricing-ctbl-header h3,
.pricing-ctbl-header-txt {
  margin-bottom: 0;
  font-size: 23px;
  white-space: nowrap
}

.pricing-ctbl-header h3 {
  padding-bottom: 15px;
  padding-left: 40px;
  color: #3c424c;
  line-height: 1.13;
  border-bottom: 2px solid #3c424c
}

.pricing-ctbl-header-txt {
  border-bottom: 1px solid #c9d2d3;
  line-height: 1.55;
  font-weight: 400;
  padding: 20px 60px 20px 40px
}

.pricing-ctbl-body {
  overflow: hidden;
  width: 100%
}

.pricing-ctbl-item-title,
.pricing-ctbl-item-txt {
  margin-bottom: 0;
  font-weight: 400
}

.pricing-ctbl-item-title {
  color: #3c424c;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.13;
  border-bottom: 2px solid #3c424c
}

.pricing-ctbl-item-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c9d2d3;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.55
}

.pricing-ctbl-item-txt:before {
  display: block;
  width: 50%;
  text-align: left;
  padding-left: 20px
}

.pricing-ctbl-item-txt:nth-of-type(1):before {
  content: 'Support Tier'
}

.pricing-ctbl-item-txt:nth-of-type(2):before {
  content: 'Basic'
}

.pricing-ctbl-item-txt:nth-of-type(3):before {
  content: 'Standard'
}

.pricing-ctbl-item-txt:nth-of-type(4):before {
  content: 'Professional'
}

.pricing-calc {
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(182, 203, 204, .3);
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 20px 35px
}

.pricing-calc-nav {
  display: flex;
  justify-content: center
}

.pricing-calc-nav-btn {
  border: 1px solid #dae4e5;
  background-color: #fff;
  font-size: 14px;
  color: #3c424c;
  line-height: 40px;
  padding: 0;
  width: 110px;
  font-family: 'Roboto'
}

.pricing-calc-nav-btn.active {
  border-color: #FF5F4A;
  background-color: #FF5F4A
}

.pricing-calc-input {
  margin-top: 25px
}

.pricing-calc-input-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.pricing-calc-input-item .error {
  margin-top: 5px;
  color: red;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0
}

.error {
  color: red;
}

#confirmationRetry label.error {
  position: absolute;
  top: 80px;
}

.registration-item.error + .error {

}

.registration-item.error {
  font-size: inherit;
}

.pricing-calc-input-item-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.pricing-calc-input-item h3,
.pricing-calc-input-item input,
.pricing-calc-support {
  font-size: 14px;
  font-weight: 400
}

.pricing-calc-input-item h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #3c424c
}

.pricing-calc-input-item h3 .ico-help {
  font-size: 11px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  width: 12px;
  height: 12px;
  background-color: #3c424c;
  border-radius: 50%;
  margin-left: 5px
}

.pricing-calc-input-item input {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  background: 0 0;
  text-align: right;
  width: 102px;
  border-bottom: 1px solid #3c424c;
  display: block;
  line-height: 1.36
}

.pricing-calc-support {
  color: red;
  line-height: 1;
  margin-top: 5px
}

.pricing-calc-cost {
  position: relative;
  padding-left: 70px
}

.pricing-calc-cost:before {
  content: '=';
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #FF5F4A;
  color: #3c424c;
  font-size: 37.5px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
  border-radius: 50%
}

.pricing-calc-cost-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px
}

.pricing-calc-cost-item:first-child,
.pricing-calc-form-item:first-child {
  margin-top: 0
}

.pricing-calc-cost-item-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0
}

.pricing-calc-cost-item-result {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  background: 0 0;
  text-align: right;
  width: 74px;
  border-bottom: 1px solid #3c424c;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
  font-family: 'Roboto'
}

.pricing-calc-btn {
  margin-top: 25px;
  text-align: center
}

.pricing-calc-btn a {
  display: inline-block;
  color: #3c424c;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 600;
  position: relative;
  padding-left: 25px
}

.pricing-calc-btn a[aria-expanded=true]:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pricing-calc-btn a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzFFMkMzMzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMSw0LjlsNS41LDYuOEgyMkwxMy4zLDFDMTItMC4zLDEwLTAuMyw4LjcsMUwwLDExLjdoNS41TDExLDQuOXoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 11px;
  left: 0;
  top: 3px;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.pricing-calc-form {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px
}

.pricing-contact {
  margin: 0 0 !important;
  font-size: 18px !important;
}

.pricing-contact-mobile {
  margin: 0 0 !important;
  font-size: 14px !important;
  width: 100% !important;
}

.pricing-calc-form-textarea {
  margin-top: 45px;
  width: 100%;
  height: 170px;
  border: 1px solid #FF5F4A;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.36;
  color: #3c424c;
  font-family: 'Noto Sans';
  font-weight: 400
}

.pricing-calc-form-note {
  color: red;
  font-size: 13px;
  font-weight: 600;
  margin-top: 40px
}

.pricing-calc-form-item {
  margin-top: 22px
}

.pricing-calc-form-item label {
  font-size: 14px;
  font-family: 'Noto Sans';
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0
}

.pricing-calc-form-item input {
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  background: 0 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #FF5F4A;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 3px;
  color: #3c424c
}

.pricing-calc-form-item input:focus {
  border-width: 2px
}

.pricing-calc-form-submit {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background-color: #3c424c;
  font-weight: 600;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px
}

.pricing-calc-form-submit:disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none
}

.pricing-accordion-table .borderless-cell {
  border-bottom: 1px solid transparent;
}

.pricing-accordion-table.table tbody+tbody {
  border-top: none;
}

.pricing-accordion-table .borderless-cell2,
.pricing-accordion-table .borderless-cell {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.pricing-accordion-table .left-heading,
.pricing-carousel .left-heading {
  padding-left: 40px;
}

.pricing-accordion-table .pricing-tooltip,
.pricing-carousel .pricing-tooltip {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0px, -50%);
}

.pricing-accordion-table .info-icon,
.pricing-carousel .info-icon {
  width: 18px;
  height: 18px;
}

.pricing-accordion-table .info-icon .info,
.pricing-carousel .info-icon .info {
  fill: #808080;
  transition: 0.5s ease;
}

.pricing-accordion-table .info-icon:hover .info,
.pricing-accordion-table .info-icon:focus .info,
.pricing-carousel .info-icon:hover .info,
.pricing-carousel .info-icon:focus .info  {
  fill: #1E1E1E;
}

.pricing-page .tooltip {
  top: -5px !important;
}

.pricing-page .tooltip-inner {
  max-width: 205px;
}

.pricing-accordion-table {
  margin-top: 4rem;
}

.pricing-accordion-table td {
  text-align: center;
  /* width: 15%; */
  max-width: 222px;
  vertical-align: middle;
}

.pricing-accordion-table .recommended-plan {
  background-color: #F2F2F2;
}

.pricing-accordion-table th.recommended-plan {
  position: relative;
}

/* .pricing-accordion-table th.recommended-plan::before {
  content: "Recommended";
  position: absolute;
  bottom: 52px;
  background-color: #FF5F4A;
  width: 100%;
  left: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 5px;
} */

@media (min-width: 1200px) {
  .pricing-accordion-table th.recommended-plan::before {
    bottom: 58px;
  }
}

.pricing-accordion-table tr.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}


/* ACCORDION SHOW/COLLAPSE ALL BUTTON */
.accordion-show-all,
.accordion-show-all:not([href]):not([tabindex]),
.accordion-show-all:not([href]):not([tabindex]):focus,
.accordion-show-all:not([href]):not([tabindex]):hover {
  display: inline-block;
  color: #FF5F4A;
  margin-top: 30px;
  transition: 0.5s ease;
}

.accordion-show-all:not([href]):not([tabindex]):focus,
.accordion-show-all:not([href]):not([tabindex]):hover {
  cursor: pointer;
  color: #e28073;
}

.accordion-show-all-before {
  font-size: 20px;
}

.mobile-recommended {
  background-color: #FF5F4A;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 5px;
}

.recommended-space {
  height: 31px;
}

@media (min-width: 576px) {
  .recommended-space {
    height: 34px;
  }
}

.pricing-carousel,
.support-carousel {
  padding-top: 100px;
}

.pricing-carousel .carousel-section-heading,
.support-carousel .carousel-section-heading {
  font-size: 20px;
  font-weight: 600;
}

.pricing-carousel .carousel-section-wrapper,
.support-carousel .carousel-section-wrapper {
  border: 1px solid #E6E6E6;
  padding: 15px 0px;
  border-collapse: collapse;
}

.support-carousel .carousel-section-wrapper {
  background-color: #e6e6e6;
  border: none;
}

.pricing-carousel .carousel-price {
  font-size: 18px;
}

.pricing-carousel .carousel-indicators,
.support-carousel .carousel-indicators {
  bottom: auto;
  top: 0px;
  margin-top: 50px;
}

.pricing-carousel .carousel-indicators::before,
.support-carousel .carousel-indicators::before {
  content: "Swipe left/right to explore all our plans.";
  position: absolute;
  bottom: 30px;
  text-align: center;
  font-size: 14px;
}

.pricing-carousel .carousel-indicators li,
.support-carousel .carousel-indicators li {
  background-color: #999999;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 1;
  border-radius: 50%;
}

.pricing-carousel .carousel-indicators .active,
.support-carousel .carousel-indicators .active {
  background-color: #FF5F4A;
}

.pricing-accordion-table .sub-row-heading,
.pricing-carousel .sub-row-heading  {
  padding-right: 42px;
  font-weight: 400;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .pricing-accordion-table .table-heading {
    font-size: 18px;
  }
  .pricing-accordion-table .table-price {
    font-size: 18px;
  }
  .pricing-accordion-table .sub-row-heading {
    width: 191px;
  }
}

@media (min-width: 1200px) {
  .pricing-accordion-table .table-heading {
    font-size: 22px;
  }
  .pricing-accordion-table .table-price {
    font-size: 20px;
  }
  .pricing-accordion-table .sub-row-heading {
    width: 205px;
  }
}



.pricing-accordion-table .table-accordion-btn,
.pricing-accordion-table .collapsed .table-accordion-btn:hover,
.pricing-carousel .table-accordion-btn,
.pricing-carousel .collapsed .table-accordion-btn:hover {
  background-color: #ff5f4a2e;
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}

.pricing-accordion-table .collapsed .table-accordion-btn,
.pricing-carousel .collapsed .table-accordion-btn {
  background-color: #E6E6E6;
  transition: 0.5s ease;
}

.pricing-carousel .table-accordion-btn {
  padding-bottom: 12px;
  min-height: 49px;
  padding-top: 12px;
  padding-right: 10px;
}

.pricing-carousel .carousel-accordion-section,
.support-carousel .carousel-body-text {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #E6E6E6;
  margin-top: -1px;
  border-top: 0px;
}

.pricing-accordion-table .checkmark,
.pricing-carousel .checkmark,
.support-carousel .checkmark {
  width: 16px;
}

.pricing-accordion-table .table-accordion-btn::before,
.pricing-carousel .table-accordion-btn::before {
  content: "\2304";
  position: absolute;
  font-size: 25px;
  bottom: 65%;
  left: 15px;
  color: #FF5F4A;
  -moz-transform: rotate(180deg) translate(0px, -95%);
  -webkit-transform: rotate(180deg) translate(0px, -95%);
  -o-transform: rotate(180deg) translate(0px, -95%);
  -ms-transform: rotate(180deg) translate(0px, -95%);
  transform: rotate(180deg) translate(0px, -95%);
}

.pricing-accordion-table .collapsed .table-accordion-btn::before,
.pricing-carousel .collapsed .table-accordion-btn::before {
  color: #808080;
  -moz-transform: rotate(0deg) translate(0px, 50%);
  -webkit-transform: rotate(0deg) translate(0px, 50%);
  -o-transform: rotate(0deg) translate(0px, 50%);
  -ms-transform: rotate(0deg) translate(0px, 50%);
  transform: rotate(0deg) translate(0px, 50%);
}

.solutions-accordion .phase-btn:hover,
.solutions-accordion .phase-btn:focus,
.solutions-accordion .collapsed.phase-btn:hover,
.solutions-accordion .collapsed.phase-btn:focus,
.solutions-accordion .phase-btn {
  text-decoration: none;
  color: #FF5F4A;
  font-size: 22px;
  position: relative;
  border-top: 3px solid #F1F1F1;
  border-radius: 0px;
  font-weight: 600;
  padding: 15px 20px;
}

.solutions-accordion .phase-btn.collapsed {
  color: #000000;
}

.solutions-accordion .phase-category {
  font-weight: 500;
}

.solutions-accordion .phase-btn::after {
  content: "\2304";
  position: absolute;
  font-size: 25px;
  top: 2px;
  right: 5%;
  color: #FF5F4A;
  -moz-transform: rotate(180deg) translate(0px, -100%);
  -webkit-transform: rotate(180deg) translate(0px, -100%);
  -o-transform: rotate(180deg) translate(0px, -100%);
  -ms-transform: rotate(180deg) translate(0px, -100%);
  transform: rotate(180deg) translate(0px, -100%);
}

.solutions-accordion .collapsed.phase-btn::after {
  color: #808080;
  -moz-transform: rotate(0deg) translate(0px, 50%);
  -webkit-transform: rotate(0deg) translate(0px, 50%);
  -o-transform: rotate(0deg) translate(0px, 50%);
  -ms-transform: rotate(0deg) translate(0px, 50%);
  transform: rotate(0deg) translate(0px, 50%);
}

.solutions-accordion .phase-btn:hover::after {
  color: #FF5F4A;
}

.phase-title {
  font-size: 22px;
}

.solutions-accordion .phase-title {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  line-height: 1.25;
  padding: 20px 20px 10px;
}

.solutions-accordion .phase-body {
  padding: 10px 20px 20px;
}

.solutions-phase-left,
.solutions-phase-right {
  background-color: #FFFFFF;
  font-size: 14px;
  padding: 15px;
  border-bottom: solid 2px #F1F1F1;
}

.phase-section:nth-of-type(1) {
  border-top: solid 2px #F1F1F1;
}

.solutions-phase-left .phase-category {
  color: #FF5F4A;
  font-weight: 500;
}

.phase-body .phase-category-line {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #FF5F4A;
  align-self: center;
  margin-right: 10px;
}

.phase-category {
  color: #FF5F4A;
  font-size: 14px;
}

.phase-section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 900px;
}

.phase-section .phase-number {
  color: #000000;
  font-size: 25px;
  min-width: 200px;
  align-self: center;
  font-weight: 600;
  text-align: center;
}


.phase-section .phase-category,
.phase-section .phase-desc {
  font-size: 16px;
}

.solutions-phase-grey {
  position: relative;
}

.service-portfolio .wrapper-shadow,
.paid-support .wrapper-shadow {
  min-width: 230px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
  height: 100%;
}

.paid-support .wrapper-shadow {
  width: auto;
}

@media (min-width: 1200px) {
  .paid-support .wrapper-shadow {
    width: 320px;
    min-height: 260px;
  }

  .service-portfolio.center-line {
    border-right: solid 1px #F1F1F1;
  }

  .paid-support:nth-child(-n+2) {
    border-right: solid 1px #F1F1F1;
  }
}

.service-portfolio-svg {
  width: 20%;
}

.service-portfolio-heading,
.paid-support-heading {
  color: #000000;
  font-weight: 600;
  font-size: calc(16px + 0.25vw);
  font-size: -webkit-calc (100% + 0.25vw);
  font-size: -ms-calc (16px + 0.25vw);
  text-align: center;
}

.industry-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 0px;
  row-gap: 0px;
  margin: 40px 0px;
}

.industry-goals {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 70px;
  row-gap: 10px;
  margin: 40px 0px;
}

.industry-goals img {
  margin-bottom: 15px;
}

.industry-goals .industry-heading {
  color: #000000;
  font-size: calc(23px + 0.25vw);
  font-size: -webkit-calc (140% + 0.25vw);
  font-size: -ms-calc (23px + 0.25vw);
  font-weight: 600;
  text-align: center;
}

.industry-goals .industry-goals-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.paid-support:nth-of-type(-n+2) {
  border-bottom: solid 1px #f1f1f1;
}

.service-portfolio:nth-of-type(1) {
  border-bottom: solid 1px #f1f1f1;
}


.tablet-divider-grey {
  color: #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  margin-left: auto;
  margin-right: auto;
}

.tablet-divider-grey-lg{
  color: #f1f1f1;
  border-bottom: solid 3px #f1f1f1;
  margin-left: auto;
  margin-right: auto;
}

.privacy-heading p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.privacy-heading h1 {
  color: #000000;
  font-weight: 600;
}

.privacy-body {
  text-indent: 2rem;
  margin-bottom: 0px;
}

.privacy-list {
  padding-inline-start: 25px;
}

.privacy-list .privacy-list-point {
  position: relative;
  padding-left: 8px;
}

.footer-terms-link {
  color: #e0e0e0;
  font-size: 14px;
  text-align: center;
  display: block;
}

.footer-terms-link:hover,
.footer-terms-link:active {
  color: #e0e0e0;
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }

  .service-container {
    max-width: 570px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333%
  }

  .offset-sm-2 {
    margin-left: 16.66667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333%
  }

  .offset-sm-5 {
    margin-left: 41.66667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333%
  }

  .offset-sm-8 {
    margin-left: 66.66667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333%
  }

  .offset-sm-11 {
    margin-left: 91.66667%
  }

  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline label {
    justify-content: center
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }

  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }

  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }

  .card-deck {
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px
  }

  .card-deck,
  .card-group {
    flex-flow: row wrap
  }

  .card-deck .card,
  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }

  .jumbotron {
    padding: 4rem 2rem
  }

  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem)
  }

  .modal-sm {
    max-width: 300px
  }

  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }

  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }

  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }

  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }

  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-auto-mobile {
    width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333%
  }

  .offset-md-2 {
    margin-left: 16.66667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333%
  }

  .offset-md-5 {
    margin-left: 41.66667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333%
  }

  .offset-md-8 {
    margin-left: 66.66667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333%
  }

  .offset-md-11 {
    margin-left: 91.66667%
  }

  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }

  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .list-group-horizontal-md,
  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }

  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }

  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }

  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .p-md-6 {
    padding: 5rem !important
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }

  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }

  /* custom */
  .text-md-justify {
    text-align: justify !important;
  }

  .main {
    padding-top: 60px
  }

  .support-redirect {
    height: 100vh;
  }

  .btn-gray,
  .btn-more {
    line-height: 40px;
    font-size: 18px;
    padding: 0 18px
  }

  .search,
  .search.is-open {
    width: 176px
  }

  .search:before {
    content: '';
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+CjxwYXRoIGZpbGw9IiM0MjQyNDIiIGQ9Ik0xNy4xLDE1LjFoLTEuMWwtMC40LTAuNGMzLjItMy44LDIuOC05LjUtMS0xMi43UzUuMi0wLjcsMiwzcy0yLjgsOS41LDEsMTIuN2MzLjQsMi45LDguMywyLjksMTEuNywwbDAuNCwwLjQKCXYxLjFsNyw2LjhsMi0yTDE3LjEsMTUuMXogTTguOSwxNS4xYy0zLjQsMC02LjItMi44LTYuMi02LjJjMC0zLjQsMi44LTYuMiw2LjItNi4yYzMuNCwwLDYuMiwyLjgsNi4yLDYuMmMwLDAsMCwwLDAsMAoJQzE1LjEsMTIuMywxMi4zLDE1LjEsOC45LDE1LjFDOC45LDE1LjEsOC45LDE1LjEsOC45LDE1LjF6Ii8+Cjwvc3ZnPgo=) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px
  }

  .search input {
    width: 140px
  }

  .category-btn {
    padding-right: 20px
  }

  .category-btn:after {
    right: 20px
  }

  .category-list {
    display: flex !important;
    align-items: center;
    justify-content: center
  }

  .category-list li {
    margin-left: 15px;
    margin-right: 15px
  }

  .category-list li a {
    background-color: transparent;
    font-size: 16px;
    padding: 0
  }

  .category-list li a:hover {
    background-color: transparent;
    opacity: .5
  }

  .engine-chart-item-txt:before,
  .pricing-ctbl-item-txt:before,
  .swiper-pagination {
    display: none
  }

  .footer-logo {
    width: auto
  }

  .footer-logo-image {
    max-width: 150px
  }

  .footer-nav {
    margin-top: 0
  }

  .footer-nav ul {
    display: flex;
    text-align: left;
    padding-left: 10px;
  }

  .footer-nav ul li {
    margin-top: 0;
    margin-left: 40px
  }

  .footer-link li:first-child,
  .footer-nav ul li:first-child {
    margin-left: 0
  }

  .footer-social {
    margin: 0
  }

  .footer-social-list {
    max-width: 150px;
  }

  .footer-social .footer-follow {
    text-align: left;
  }

  .footer-social-list li {
    width: 20px;
    height: 20px
  }

  .footer-info {
    margin-top: 90px
  }

  .footer-link li a,
  .footer-url a {
    font-size: 14px
  }

  .footer-url {
    order: 3;
    margin-top: 0;
    width: 33.33%;
    text-align: right
  }

  .footer-link {
    margin: 0;
    /* width: 33.33% */
  }

  .footer-link li {
    margin-left: 9.25926%
  }

  .footer-copyrights {
    order: 2;
    margin-top: 0;
    /* width: 33.33%; */
    font-size: 14px
  }

  .home-mv-figurecaption {
    font-size: 36px
  }

  .home-mv-scroll {
    left: 0;
    font-size: 16px;
  }

  .home-iot-title-image {
    width: 300px
  }

  .home-iot-title small {
    font-size: 28px;
  }

  .home-iot-info {
    margin-top: 240px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    align-items: center
  }

  .home-iot-info-image {
    flex-shrink: 1;
    flex-grow: 1
  }

  .home-iot-info-list {
    margin-left: 4.5045%;
    width: 240px;
    flex-grow: 0;
    flex-shrink: 0
  }

  .home-iot-info-list h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #3c424c;
    font-weight: 600
  }

  .home-iot-info-list ul {
    display: block
  }

  .home-iot-info-list ul li {
    padding-top: 0;
    width: auto;
    text-align: left;
    display: flex;
    align-items: center;
    border-left: 1px solid #3c424c;
    padding-left: 18px;
    line-height: 1;
    margin-top: 15px;
    font-size: 18px;
    height: 40px
  }

  .home-iot-info-list ul li:nth-of-type(1) {
    border-top: none;
    margin-top: 30px
  }

  .solutions-mv .solution-category img {
    object-fit: cover;
    height: 135px;
  }

  .home-feature .container-fluid,
  .home-feature-list {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto
  }

  .home-feature-list {
    padding-bottom: 20px;
    max-width: 1500px
  }

  .home-feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .home-feature-item:nth-of-type(odd) .home-feature-item-image {
    order: 2
  }

  .home-feature-item:nth-of-type(odd) .home-feature-item-body {
    order: 1
  }

  .home-feature-item:first-child {
    margin-top: 60px
  }

  .home-feature-item-image {
    margin: 0;
    max-width: none;
    flex-shrink: 0;
    flex-grow: 0
  }

  .home-feature-item-image.is-feature1 {
    width: 298px
  }

  .home-feature-item-image.is-feature2 {
    width: 298px
  }

  .home-feature-item-image.is-feature3 {
    width: 298px
  }

  .home-feature-item .is-feature2+.home-feature-item-body {
    margin-left: 30px
  }

  .home-feature-item-body {
    margin-top: 0
  }

  .home-feature-item-body h3 {
    font-size: 27px;
    text-align: left;
    margin-top: 0
  }

  .home-feature-item-body p {
    font-size: 18px;
    text-align: left
  }

  .home-feature-item-body ul {
    margin-top: 35px;
    display: block
  }

  .home-feature-item-body ul li {
    font-size: 18px
  }

  .home-feature-item-body ul li:before {
    top: 8px
  }

  .home-feature .sub-section .icons-section {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .home-feature .sub-section .control-icons {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-feature .sub-section .control-icons p {
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
  }

  .home-feature .solutions-section .btn-gray {
    margin-top: 40px;
  }

  .home-started .step-section {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .home-started .step-section img {
    max-width: none;
    min-height: 200px;
    width: 100%;
  }

  .home-started .step-heading {
    font-size: 20px;
    padding-top: 0px;
    display: flex;
  }

  .home-started .step-heading span {
    width: 80px;
    display: inline-block;
  }

  .home-started .step-sub {
    margin-left: 80px;
    font-size: 18px;
  }

  .home-started .orange-line {
    display: block;
    width: 2px;
    height: 150px;
    position: absolute;
    background-color: #FF5F4A;
    top: 45px;
    left: 50px;
  }

  .home-partners-title {
    font-size: 28px;
  }

  .home-partners-list {
    margin-top: 40px
  }

  .home-partners-item {
    margin-top: 50px
  }

  .home-partners-item:nth-of-type(-n+3) {
    margin-top: 0
  }

  .home-news-title {
    font-size: 27px
  }

  .home-news-body {
    margin-top: 40px;
    padding: 65px 5px;
  }

  .home-news-item {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 25px
  }

  .home-news-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 6%
  }

  .contact-inner,
  .registration-inner {
    max-width: 672px;
    margin-left: auto;
    margin-right: auto
  }

  .contact-title,
  .registration-title {
    font-size: 41px
  }

  .contact-lead p,
  .registration-lead p {
    font-size: 18px
  }

  .contact-form,
  .registration-form {
    margin-top: 45px;
    margin-bottom: 90px
  }

  .contact-info {
    margin-top: 35px
  }

  .contact-info-title {
    font-size: 16px
  }

  .contact-info-body {
    border-width: 2px;
    height: 172px
  }

  .contact-info-contents {
    padding: 20px
  }

  .contact-info-contents p {
    font-size: 15px;
    line-height: 1.2
  }

  .contact-info-description {
    font-size: 16px;
  }

  .terms-info-agree {
    margin-top: 10px;
  }

  .terms-info-agree label span {
    font-size: 17px
  }

  .blog-header,
  .blog-inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
  }

  .blog-title {
    font-size: 41px;
    letter-spacing: .016em
  }

  .blog-category {
    position: relative
  }

  .blog-search {
    position: absolute;
    right: 0;
    top: 0
  }

  .blog-item {
    padding-left: 0;
    padding-right: 0
  }

  .blog-item-title {
    overflow: hidden;
    text-overflow: ellipsis
  }

  .blog-item-info .date {
    width: auto;
    font-size: 16px
  }

  .blog-item-info .tag {
    width: auto;
    font-size: 14px
  }

  .blog-item-txt,
  .pricing-calc-form-item label,
  .support-problem-method p.mail {
    font-size: 16px
  }

  .blog-pickup {
    /* width: 94.625%; */
    margin-left: auto;
    margin-right: auto
  }

  .blog-pickup-item {
    width: 29.72259%;
    float: right
  }

  .blog-pickup-item:first-child {
    width: 100%;
    float: left
  }

  .blog-pickup-item:first-child .blog-item-info .date,
  .blog-pickup-item:first-child .blog-item-info .tag {
    font-size: 18px
  }

  .blog-pickup-item:first-child .blog-item-title {
    margin-top: 25px;
    font-size: 25px;
    margin-bottom: 15px
  }

  .blog-pickup-item:first-child .blog-item-info {
    margin-bottom: 10px
  }

  .blog-pickup-item-image {
    margin-left: 0;
    margin-right: 0
  }

  .blog-latest {
    margin-top: 60px;
    width: 94.625%;
    margin-left: auto;
    margin-right: auto
  }

  .blog-latest-title {
    font-size: 25px;
    width: 26.42008%;
    padding-bottom: 7px
  }

  .blog-latest-item:nth-of-type(1),
  .blog-latest-item:nth-of-type(4n),
  .blog-latest-item:nth-of-type(7n) {
    margin-left: 0
  }

  .blog-latest-item-image {
    padding: 0 0 1rem 0;
  }

  .support-title {
    font-size: 41px;
    letter-spacing: .016em
  }

  .support-faq {
    margin-top: 40px
  }

  .support-faq-title {
    font-size: 18px
  }

  .support-faq-item {
    margin-top: 15px
  }

  .support-faq-item-q,
  .pricing-faq-item-q {
    font-size: 18px
  }

  .support-faq-item-a {
    font-size: 16px;
    padding-left: 50px
  }

  .pricing-faq-item {
    padding: 20px 30px;
  }

  .pricing-faq-item-a {
    font-size: 16px;
    padding-left: 30px;
  }

  .support-problem {
    margin-top: 110px
  }

  .support-problem-lead {
    margin-top: 35px
  }

  .support-problem-lead p {
    margin-top: 25px
  }

  .support-problem-method p {
    font-size: 15px
  }

  .support-problem-inquiry-submit {
    margin-top: 30px
  }

  .solutions-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 944px;
    margin-bottom: 160px
  }

  .solutions-header h2 {
    font-size: 33px
  }

  .solutions-header h1 {
    margin-top: 35px;
    font-size: 46px
  }

  .solutions-lead {
    margin-top: 55px;
    font-size: 21px
  }

  .solutions-title {
    text-align: left;
    font-size: 26px;
    margin-top: 70px
  }

  .solutions-sec {
    margin-top: 60px
  }

  .solutions-sec:first-child {
    margin-top: 60px
  }

  .solutions-sec:nth-of-type(odd) .solutions-sec-figure {
    left: auto;
    right: 0
  }

  .solutions-sec:nth-of-type(odd) .solutions-sec-txt {
    margin-left: 0;
    margin-right: auto
  }

  .solutions-sec:nth-of-type(even) .solutions-sec-title {
    margin-left: calc(31.57% + 15px)
  }

  .solutions-sec-title {
    font-size: 24px;
    text-align: left
  }

  .solutions-sec-figure {
    width: 31.5678%;
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .solutions-sec-figure.is-full {
    position: relative;
    width: 74.6822%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 95px
  }

  .solutions-sec-txt {
    width: 66.84322%;
    margin-right: 0;
    margin-left: auto
  }

  .solutions-sec-txt p {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 1.5rem
  }

  .solutions-sec-txt dt {
    font-size: 22px;
    margin-top: 35px
  }

  .solutions-sec-txt dt:first-child {
    margin-top: 10px
  }

  .solutions-sec-txt dd {
    font-size: 18px;
    line-height: 1.44;
    margin-top: 10px
  }

  .console-mv {
    width: 100%;
    max-width: 418px
  }

  .console-mosaic ul {
    width: 100%;
    display: block
  }

  .console-mosaic ul:after {
    content: '';
    display: table;
    clear: both
  }

  .console-mosaic li {
    width: 48.94068%;
    float: left
  }

  .console-mosaic li:nth-of-type(even) {
    float: right
  }

  .console-mosaic li:nth-of-type(n+3) {
    margin-top: 3.17797%
  }

  .solutions-sec-figure img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }

  .engine-sec-last-fig img {
    width: 100%;
    padding-bottom: 0px;
  }

  .engine-sec-last {
    width: 82.62712%
  }

  .engine-sec-last-fig {
    position: relative;
    max-width: none;
    width: 74.6822%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 95px
  }

  .engine-chart {
    margin-top: 130px
  }

  .engine-chart-title {
    font-size: 26px;
    text-align: left
  }

  .engine-chart-tbl {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 85px;
    width: 100%
  }

  .engine-chart-tbl ul {
    display: flex
  }

  .engine-chart-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }

  .engine-chart-header h3,
  .engine-chart-header-txt {
    padding-left: 10px;
    padding-right: 10px
  }

  .engine-chart-body {
    margin-top: 0;
    width: 100%
  }

  .engine-chart-item {
    width: 33.33%
  }

  .engine-chart-item-txt span {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px
  }

  .top-title {
    font-size: 2rem;
  }

  .category-heading {
    font-size: 20px;
  }

  .bridge-section .category-heading,
  .specs-section .category-heading,
  .tertiary-title {
    font-size: 26px;
  }

  .bridge-lte-img {
    max-width: 360px;
  }

  .about-copy {
    font-size: 18px
  }

  .about-lead {
    margin-top: 65px
  }

  .about-lead p,
  .pricing-calc-input-item h3 {
    font-size: 20px
  }

  .about-mv {
    margin-top: 75px;
    width: 100%
  }

  .about-sec.first-feature .about-sec-body {
    text-align: center;
  }

  .about-sec-title {
    font-size: 25px;
    text-align: left
  }

  .about-sec-inner {
    display: flex;
    align-items: center;
  }

  .about-sec-figure {
    order: 2;
    width: 41.52542%;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    max-width: 380px;
  }

  .about-sec-body {
    order: 1;
    /*width:58.47458%;*/
    /* width: 68.47458%; */
    width: 50%;
    padding-right: 15px
  }

  .about-sec-txt p,
  .about-summary-txt p a {
    font-size: 18px
  }

  .about-summary {
    margin-top: 100px
  }

  .about-summary-title {
    font-size: 32px
  }

  .about-summary-txt p {
    font-size: 18px;
    line-height: 1.44
  }

  .about-summary-txt p strong {
    font-size: 20px;
    line-height: 1.5s;
  }

  .about-summary-txt p a:hover {
    opacity: .5
  }

  .about-carousel .carousel-indicators li span,
  .bridge-tabs .nav-item,
  .specs-tabs .nav-item {
    font-size: 16px;
  }

  .pricing-title {
    font-size: 41px
  }

  .pricing-inner,
  .pricing-sec {
    margin-right: auto;
    margin-left: auto
  }

  .pricing-inner {
    padding-bottom: 200px;
    max-width: 944px
  }

  .pricing-sec:nth-of-type(1) {
    margin-top: 60px
  }

  .pricing-sec-title {
    font-size: 24px;
    padding-left: 0;
    margin-bottom: 40px
  }

  .pricing-sec-lead {
    font-size: 18px;
    line-height: 1.44;
    padding-left: 0;
    padding-right: 0
  }

  .pricing-tbl thead th {
    font-size: 23px
  }

  .pricing-tbl tbody td:first-child,
  .pricing-tbl tbody th:first-child,
  .pricing-tbl thead th:first-child {
    padding-left: 40px
  }

  .pricing-tbl tbody td,
  .pricing-tbl tbody th {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px
  }

  .pricing-tbl-links {
    padding-top: 25px !important;
    padding-bottom: 25px !important
  }

  .pricing-ctbl-body ul,
  .pricing-tbl-links-inner {
    display: flex
  }

  .pricing-tbl-link {
    margin-top: 0;
    width: 50%;
    text-align: right;
    padding-right: 50px
  }

  .pricing-tbl-link a {
    font-size: 20px;
    padding-left: 20px
  }

  .pricing-tbl-link a:before {
    width: 12px;
    height: 22px;
    margin-top: -11px
  }

  .pricing-ctbl {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 85px;
    width: 100%
  }

  .pricing-ctbl-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }

  .pricing-ctbl-item {
    width: 33.33%
  }

  .pricing-ctbl-item-title {
    font-size: 23px;
    padding-bottom: 15px
  }

  .pricing-ctbl-item-txt {
    font-size: 20px;
    padding: 20px 0
  }

  .pricing-ctbl-item-txt span {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }

  .pricing-calc {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px 50px
  }

  .pricing-calc-nav-btn {
    font-size: 20px;
    line-height: 46px;
    width: 318px
  }

  .pricing-calc-input {
    margin-top: 50px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
  }

  .pricing-calc-input-list {
    display: flex;
    justify-content: space-between
  }

  .pricing-calc-input-item .error {
    font-size: 13px;
    margin-top: 10px
  }

  .pricing-calc-input-item h3 .ico-help {
    width: 16px;
    height: 16px;
    font-size: 15px;
    line-height: 16px;
    margin-left: 10px
  }

  .pricing-calc-input-item input {
    width: 110px;
    margin-left: 10px;
    font-size: 20px
  }

  .pricing-calc-support {
    margin-top: 10px;
    font-size: 20px
  }

  .pricing-calc-cost {
    padding-left: 50%
  }

  .pricing-calc-cost:before {
    width: 92px;
    height: 92px;
    line-height: 92px;
    font-size: 72px;
    left: 50%;
    margin-left: -86px
  }

  .pricing-calc-cost-inner {
    padding-left: 60px
  }

  .pricing-calc-cost-item {
    margin-top: 45px
  }

  .pricing-calc-cost-item-label {
    font-size: 20px;
    white-space: nowrap
  }

  .pricing-calc-cost-item-result {
    width: 98px;
    font-size: 20px
  }

  .pricing-calc-btn {
    margin-top: 45px
  }

  .pricing-calc-btn a {
    font-size: 20px;
    line-height: 1
  }

  .pricing-calc-btn a:before {
    top: 5px
  }

  .pricing-calc-body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
  }

  .pricing-calc-form {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .pricing-calc-form-textarea {
    border-width: 2px;
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.44;
    height: 189px
  }

  .pricing-calc-form-note {
    margin-top: 25px
  }

  .pricing-calc-form-item {
    width: 43%;
    margin-top: 0
  }

  .pricing-calc-form-item:nth-of-type(n+3) {
    margin-top: 20px
  }

  .pricing-calc-form-item:nth-of-type(3) {
    width: 100%
  }
}

@media (min-width: 768px) {
  .service-container {
    max-width: 768px;
  }

  .subheading-examples .example-desc {
    border-left: 1px solid #F1F1F1;
    border-bottom: none;
  }

  .subheading-examples .example-desc:first-of-type {
    border-left: none;
  }

  .about-sec-title.alt {
    text-align: right;
  }

  .about-sec-figure.alt {
    margin-top: 0;
    order: 1;
    padding-left: 0px;
    padding-right: 30px;
  }
  .about-sec-figure.alt.linux {
    max-width: 460px;
  }

  .about-sec-body.alt {
    text-align: right;
    order: 2;
    padding-left: 15px;
    padding-right: 0px;
  }

  .about-sec-body.alt,
  .about-sec-body {
      text-align: left;
  }

  .solutions-title {
    padding-left: 5px;
  }

  .solutions-sec:nth-child(n+2) {
    margin-top: 50px;
}

  .imageContainer {
    width: 100%;
    max-height: 175px;
    overflow: hidden;
    position: relative;
  }

  .imageCenterer {
    width: 100%;
    position: absolute;
    left: 50%;
    top: -40%;
    margin-left: -50%;
  }

  .imageCenterer img {
    display: block;
    margin: 0 auto;
  }

  .header-nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home-feature .feature-intro,
  .sub-heading {
    font-size: 26px;
  }

  .home-feature h2 small {
    font-size: 28px;
  }

  .cta p {
    font-size: 20px;
  }

  .cta p.regular {
    font-size: 16px;
  }

  .cta.cta-feature p {
    font-size: 25px;
  }
}

.industry-category .industry-heading {
  color: #ffffff;
  font-size: calc(23px + 0.25vw);
  font-size: -webkit-calc (140% + 0.25vw);
  font-size: -ms-calc (23px + 0.25vw);
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 8%;
  width: 100%;
  padding: 0px 10px;
  z-index: 99;
  margin: 15px 0px;
}

.industry-category .industry-text {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 36%;
  width: 100%;
  padding: 0px 10px;
  z-index: 99;
}

.industry-section .industry-category::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #27262C;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.category-image {
  mix-blend-mode: multiply;
}

.container .industry-sections{
  max-width: 75%;
}

.industry-section .industry-category {
  position: relative;
}

@media (min-width:576px) {
  .industry-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .container.industry-section {
    max-width: 100%;
  }
  .industry-goals {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-portfolio:nth-child(1) {
    border-right: solid 1px #F1f1f1;
  }
  .service-portfolio:nth-of-type(-n+3) {
  border-bottom: solid 1px #f1f1f1;
  }
}

@media (min-width:768px) {
  .industry-section {
    grid-template-columns: repeat(2, 1fr);
    margin: 55px 0px;
  }
  .industry-goals {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-portfolio:nth-of-type(-n+3) {
    border-bottom: none;
  }
  .phase-category,
  .phase-number {
    padding-right: 15px;
    min-width: 240px;
    border-right: solid 1px #f1f1f1;
  }
  .industry-section {
    width: 75%;
  }
  .industry-category .industry-heading {
    color: #ffffff;
    font-size: calc(23px + 0.25vw);
    font-size: -webkit-calc (120% + 0.25vw);
    font-size: -ms-calc (23px + 0.25vw);
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0%;
    width: 100%;
    padding: 0px 10px;
    z-index: 99;
    margin: 15px 0px;
  }

  .industry-category .industry-text {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 29%;
    width: 100%;
    padding: 0px 10px;
    z-index: 99;
    line-height: 1.5;
  }

  .industry-section .industry-category::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #27262C;
    mix-blend-mode: multiply;
    opacity: 0.8;
  }
}



@media (min-width:992px) {
  .about-sec-title {
    font-size: 28px;
  }
  .container {
    max-width: 960px
  }
  .service-container {
    max-width: 1100px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333%
  }

  .offset-lg-2 {
    margin-left: 16.66667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333%
  }

  .offset-lg-5 {
    margin-left: 41.66667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333%
  }

  .offset-lg-8 {
    margin-left: 66.66667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333%
  }

  .offset-lg-11 {
    margin-left: 91.66667%
  }

  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .list-group-horizontal-lg,
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }

  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }

  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }

  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }

  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }

  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }

  .category-list li {
    margin-left: 4.6875%;
    margin-right: 4.6875%
  }

  .footer .container-fluid,
  .header-inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header-logo {
    margin-left: 0px;
  }

  .footer-nav ul li {
    margin-left: 90px
  }

  .footer-social-list li {
    width: 30px;
    height: 30px
  }

  .footer-copyrights,
  .footer-link li a,
  .footer-url a {
    font-size: 16px
  }

  .footer-link li {
    margin-left: 45px
  }

  .home-iot-info-list {
    width: 280px
  }

  .home-iot-info-list h3 {
    font-size: 20px
  }

  .home-iot-info-list ul li {
    margin-top: 30px;
    font-size: 16px;
    height: 64px
  }

  .home-iot-info-list ul li:nth-of-type(1) {
    margin-top: 60px
  }

  .home-news .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-news-item {
    padding-left: 100px;
    padding-right: 100px
  }

  .engine-chart-header h3,
  .engine-chart-header-txt {
    padding-left: 30px;
    padding-right: 30px
  }

  .home-mv-container {
    min-height: calc(100vh - 60px);
    padding-bottom: 0px;
  }

  .industry-category .industry-heading {
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 43%;
    width:100%;
    z-index: 99;
    transition: 0.4s ease-in;
  }

  .industry-category .industry-text {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 34%;
    width: 100%;
    opacity: 0;
    z-index: 99;
    transition: 0.3s ease-in;
  }

  .industry-section .industry-category::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #27262C;
    mix-blend-mode: multiply;
    opacity: 0.5;
  }

  .industry-section .industry-category:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #27262C;
    mix-blend-mode: multiply;
    opacity: 0.9;
    transition: ease 0.75s;
  }

  .industry-category:hover .industry-text {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.2s;
  }

  .industry-category:hover .industry-heading {
    margin-top: -50px;
    transition: 0.5s cubic-bezier(.37,.15,.65,.82);
  }

  .container .industry-section {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .industry-section {
    grid-template-columns: repeat(3, 1fr);
    width: 75%;
    margin: 55px 0px;
  }
  .industry-goals {
    grid-template-columns: repeat(3, 1fr);
  }
  .paid-support:nth-of-type(-n+2) {
    border-bottom: none;
  }

  .industry-category .industry-heading {
    color: #ffffff;
    font-size: calc(23px + 0.25vw);
    font-size: -webkit-calc (140% + 0.25vw);
    font-size: -ms-calc (23px + 0.25vw);
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 37%;
    width: 100%;
    z-index: 99;
    margin: 15px 0px;
  }

  .industry-category .industry-text {
    color: #ffffff;
    font-size: calc(23px + 0.1vw);
    font-size: -webkit-calc (100% + 0.1vw);
    font-size: -ms-calc (23px + 0.1vw);
    text-align: center;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 99;
  }
}

@media (min-width: 1300px) {
  .industry-category .industry-heading {
    font-size: calc(16px + 0.1vw);
    font-size: -webkit-calc (140% + 0.1vw);
    font-size: -ms-calc (16px + 0.1vw);
    top: 50%;
    width: 100%;
    z-index: 99;
    margin: 15px 0px;
  }

  .industry-category .industry-text {
    font-size: 16px;
    top: 44%;
    width: 100%;
    line-height: 1.4;
    z-index: 99;
  }
}

.solutions-text {
  text-align: center;
  padding-top: 10px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.container .industry-sections {
  max-width: 75%;
}

@media  (max-width: 425px) {
  .industry-section {
    padding: 0px;
  }
}

@media (min-width:1200px) {
  .breadcrumb {
    padding-top: 50px;
  }

  .container {
    max-width: 1140px
  }

  .service-container {
    max-width: 1200px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333%
  }

  .offset-xl-2 {
    margin-left: 16.66667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333%
  }

  .offset-xl-5 {
    margin-left: 41.66667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333%
  }

  .offset-xl-8 {
    margin-left: 66.66667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333%
  }

  .offset-xl-11 {
    margin-left: 91.66667%
  }

  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }

  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .list-group-horizontal-xl,
  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .modal-xl {
    max-width: 1140px
  }

  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }

  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }

  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }

  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }

  .header-nav {
    position: relative;
    min-height: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    overflow-y: visible;
    display: block;
    margin-top: auto;
  }

  .header-nav-inner {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 30px;
    position: static;
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: initial;
  }

  .header-nav-submenu {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    /* border: 1px solid #F2F2F2;
    border-top: none; */
  }
  .first-nav .header-nav-submenu {
    margin-top: 2px;
  }

  .header-nav-submenu ul {
    padding-top: 0
  }

  .header-nav-submenu ul li:first-child {
    margin-top: 0
  }

  .header-nav-submenu ul li a {
    text-align: left;
    font-size: 13px;
    padding-left: 10px
  }

  .language-links .header-nav-submenubtn:hover,
  .language-links button[aria-expanded="true"],
  .language-links a,
  .language-links a[onclick="setLang('en')"]:lang(en),
  .language-links a[onclick="setLang('ja')"]:lang(ja) {
    background-color: transparent;
  }

  .language-links a[onclick="setLang('en')"]:lang(en),
  .language-links a[onclick="setLang('ja')"]:lang(ja) {
    font-weight: 600;
  }

  .language-links.d-xl-block {
    padding: 0px;
  }

  .header-nav-submenubtn.header-nav-link {
    padding-right: 40px;
    padding-left: 20px;
  }

  .header-nav-submenubtn:after {
    right: 20px
  }

  .header-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
  }

  .second-nav .header-nav-inner .header-nav-list {
    margin-bottom: 0px;
  }

  .header-nav-item:first-child {
    margin-left: 0
  }

  .header-nav-item {
    margin-top: 0;
    /* -webkit-box-shadow:inset 0px 0px 0px 1px #2B2B2B;
    -moz-box-shadow:inset 0px 0px 0px 1px #2B2B2B;
    box-shadow:inset 0px 0px 0px 1px #2B2B2B; */
  }

  .header-nav-link {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 16px
  }

  .header-nav-link:hover:before {
    left: 0;
    right: 0
  }

  .header-nav-register {
    font-size: 16px;
    margin-left: 15px
  }

  .header-nav-register:hover,
  .header-nav-register:focus {
    background-color: #FFFFFF;
    color: #2B2B2B;
  }

  .infinitypool-startneqto {
    width: 75%;
  }
}

.custodia-diagram,
.insights-diagram,
.md-diagram {
  max-width: 300px;
}

.custodia-diagram.mp4-mobile,
.insights-diagram.mp4-mobile {
  display: block;
  min-height: 450px;
}

.custodia-diagram.mp4-desktop,
.insights-diagram.mp4-desktop {
  display: none;
}


@media (min-width: 768px) {
  .custodia-diagram,
  .insights-diagram {
    max-width: 900px;
  }

  .md-diagram {
    max-width: 500px;
  }

  .custodia-diagram.mp4-mobile,
  .insights-diagram.mp4-mobile {
    display: none;
  }

  .custodia-diagram.mp4-desktop,
  .insights-diagram.mp4-desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer-social {
    margin-top: -10px;
  }
}

.footer-social-list {
  margin-right: auto;
  margin-left: auto;
}

.wrapper-shadow-ip:hover {
  -webkit-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.9);
  color: #FF5F4A !important;
  text-decoration: none !important;
}

.wrapper-shadow-ip {
  -webkit-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.5);
  transition: 0.5s ease;
  height: 310px;
  color: #000;
  display: block;
}

.blog-contents a,
.regular-links {
  font-weight: 600;
  color: #FF5F4A;
  transition: 0.5s ease;
}

.blog-contents a:hover,
.blog-contents a:hover .link-out-icon,
.regular-links:hover,
.regular-links:hover .link-out-icon {
  transition: 0.5s ease;
  color: #212529;
  fill:#212529;
  text-decoration: none;
}

.blog-contents a.link-out-more::after,
.regular-links.link-out-more::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_blank_orange.svg) no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle
}


.dark-bg .regular-links {
  color: #FFFFFF;
  text-decoration: underline;
}

.dark-bg .regular-links:hover {
  color: #FF5F4A;
  text-decoration: underline;
}

.caution-notes td {
  vertical-align: top;
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (prefers-reduced-motion:reduce) {

  .btn,
  .collapsing,
  .custom-switch .custom-control-label::after,
  .fade,
  .form-control {
    transition: none
  }

  .custom-range::-webkit-slider-thumb {
    transition: none
  }

  .custom-range::-moz-range-thumb {
    transition: none
  }

  .custom-range::-ms-thumb {
    transition: none
  }

  .badge,
  .custom-control-label::before,
  .custom-file-label,
  .custom-select,
  .modal.fade .modal-dialog,
  .progress-bar {
    transition: none
  }

  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }

  .carousel-control-next,
  .carousel-control-prev,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right,
  .carousel-indicators li,
  .carousel-item {
    transition: none
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd
  }

  thead {
    display: table-header-group
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

.blog-item-title {
  font-family: 'Noto Sans', sans-serif;
}

blockquote {
  font-size: 1.1em;
  width: 100%;
  margin: 25px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 40px 1.2em 50px;
  border-left: 8px solid #FF5F4A;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #1e2c33;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.blockquote-custom {
  padding: 1em 20px 1em 20px;
}

.blockquote-custom::before {
  content: none;
}

.blockquote-code {
  padding-right: 10px;
  color: #FF5F4A;
  display: initial;
  font-weight: 400;
}

pre code,
.code-block-wrapper {
  position:relative;
  display: block;
  width: 100%;
  margin: 25px auto;
  display: block;
  padding: 2.5em;
  border-left: 8px solid #FF5F4A;
  line-height: 1.6;
  color: #EDEDED;
  background: #1e2c33;
  font-family: monaco, Consolas, Lucida Console, monospace;
}

.code-block-name {
  margin-bottom: -2.6rem;
  border-left: 8px solid #FF5F4A;
  margin-top: 0;
  top: 0;
  left: 0.5rem;
  color: #FFFFFF;
  background-color: #575757;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  display: block;
  font-weight: 400;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Noto Sans", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

pre {
  background-color: inherit;
  color: #EDEDED;
  margin-bottom: 0;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  word-wrap: break-word;
  font-family: monaco, Consolas, Lucida Console, monospace;
}

.code-inline {
  display: inline;
  padding: 2px 15px;
  border-left: none;
  background-color: #F2F2F2;
  color: #2b2b2b;
}


/* code span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
} */

code span.code-block-name {
  margin-bottom: -2.6rem;
  border-left: 8px solid #FF5F4A;
  margin-top: 0;
  top: 0;
  left: 0.5rem;
  color: #FFFFFF;
  background-color: #575757;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  display: block;
  font-weight: 400;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Noto Sans", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

code comment {
  color: #969696;
}

.inline-code,
code {
  color: #ff5f4a;
  padding: 0px 7px 0px 7px;
  display: inline;
  font-size: 1rem;
  background-color: #f2f2f2;
  font-family: monaco, Consolas, Lucida Console, monospace;
}

h1 code, h2 code, h3 code, h4 code, small code {
  font-size: inherit;
}

.news_list {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 0px;
}
@media (min-width: 768px) {
  .news_list{
    padding: 0px 30px 0px 30px;
  }
}

.news_list+.news_list {
  border-top: 0;
}

.blog-item-title {
  font-family: 'Noto Sans', sans-serif;
}

.category-active {
  font-weight: 700;
}

.home-mv {
  background-color: #000000;
  /* background-color: #01060a; */
  /* background: linear-gradient(180deg, rgba(1,6,10,1) 70%, rgba(20,56,56,1) 120%); */
}

.cta {
  /* background-color: #4A5051; */
  background-color: #1E1E1E;
}

.cta .cta-engine {
  padding: 50px;
  color: #FFFFFF;
}

.subheading-examples .example-desc,
.subheading-examples {
  border-bottom: 1px solid #F1F1F1;
}

.subheading-examples .example-desc:last-of-type {
  border-bottom: none;
}

.subheading-examples .example-desc {
  width: 100%;
}

@media (min-width: 1000px) {
  .imageContainer {
    width: 100%;
    max-height: 375px;
    overflow: hidden;
    position: relative;
  }

  .imageCenterer {
    width: 100%;
    position: absolute;
    left: 50%;
    top: -40%;
    margin-left: -50%;
  }

  .imageCenterer img {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .news_list_item {
    padding-left: 30px;
  }
}

.engine-chart-item a,
.home-news-item p a,
.news_list a,
.blog-item-title a {
  color: inherit;
}

.blog-item-title a:hover .text-nowrap {
  text-decoration: underline;
}

.news_list a:hover span,
.home-news-item p a:hover span {
  text-decoration: underline;
}

.engine-chart-item-txt a {
  border-bottom: 2px solid #FF5F4A;
}

.engine-chart-item-txt a:hover {
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #FF5F4A;
}


.pricing-collapse[aria-expanded=true]:after {
  width: 100%;
}

.pricing-collapse:after {
  left: 0px;
}

.footer-logo a {
  color: #e0e0e0;
}

.footer-logo a:visited {
  color: #e0e0e0;
}

.blog-gallery {
  width: 100%;
}

.twitter-tweet.twitter-tweet-rendered {
  margin: 20px auto;
}

.home-mv-figurecaption {
    font-size: 21px;
}

.btn-gray {
    font-size: 16px;
    border-radius: 0px;
}

.home-feature-item-body h3 {
    color: white;
}

a.header-nav-link {
    padding-left: 20px;
    padding-right: 20px;
}


.breadcrumb-item a:hover {
  color: #3c424c;
}

.dark-banner .breadcrumb-item a:hover {
  color: #F1F1F1;
}

.arrow-lists ul li,
.solutions-sec-txt ul li {
position: relative;
padding-bottom: 10px;
}

.arrow-lists ul,
.solutions-sec-txt ul {
list-style: none;
}

.arrow-lists ul li:before,
.solutions-sec-txt ul li:before{
 content: '';
 position: absolute;
 border-right:2px solid #FF5F4A;
 border-bottom:2px solid #FF5F4A;
 width:10px;
 height:10px;
 top: calc(50% - 4px);
 left: -20px;
 transform: translateY(-50%) rotate(-45deg);
}

/* the following section is totally a hack but if you know
 * a better way to fix it please feel free.  */

@media (min-width:1200px) {
    .about-sec-title.alt {
        position:relative;
        left:-46.5%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .about-sec-title.alt {
        position:relative;
        left:-43.25%;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .about-sec-title.alt {
        position:relative;
        left:-37%;
    }
}

/* okay, re-entering a hack-free zone */


a.bold-link {
  border-bottom: 2px solid #FF5F4A;
  color: inherit;
}

a.bold-link {
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #FF5F4A;
}

.language-switcher {
  /* position: absolute;
  bottom: 20px;
  left: 30px; */
}

.language-icon {
  display: inline;
  fill: #76838F;
  width: 26.4px;
  height: 24px;
  transition: 0.5s ease;
}

#lang-toggle-mobile {
  z-index: 999;
}

.header-nav-link:hover .language-icon {
  fill: #3c424c;
}

.header-nav-link:hover.category-btn:after,
.header-nav-link:hover.header-nav-submenubtn:after {
  border-top: 2px solid #3c424c;
  border-right: 2px solid #3c424c;
}
.second-nav .header-nav-link:hover.header-nav-submenubtn:after {
  border-top: 2px solid #FF5F4A;
  border-right: 2px solid #FF5F4A;
}

.language-switcher .dropdown-menu {
  padding: .5em 1em;
  min-width: 11rem;
  text-align: center;
}

.language-switcher .dropdown-menu a:nth-child(n+2) {
  border-left: 1px solid #999;
  padding-left: 5px;
  margin-left: 5px;
}

.language-switcher .dropdown-menu a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

a[role=button] {
cursor:pointer;
}


.link-out-icon {
  display: inline!important;
  fill: #9aa6af;
  width: 18px;
  height: 18px;
  transition: 0.5s ease; }

@media (min-width: 1400px) {
  .service-container {
    max-width: 1500px
  }

  .d-xxl-block {
    display: block !important;
  }
}

/* CUSTODIA PAGE */
.custodia-intervals {
  border-right: 1.5px solid #FFFFFF;
  border-top: 1.5px solid #FFFFFF;
  border-bottom: 1.5px solid #FFFFFF;
  padding: 10px 15px;
}

.custodia-intervals:first-of-type {
  border-left: 1.5px solid #FFFFFF;
}


/* New Homepage */
/* Home Container */
.home-mv-title {
  color: #cbcbca;
  padding-top: 70px;
  font-weight: 700;
  font-size: calc(26px + 1vw);
  font-size: -webkit-calc (162.5% + 1vw);
  font-size: -ms-calc (26px + 1vw);
}
@media (min-width: 992px) {
  .home-mv-title {
    padding-top: 0px;
  }
}
.home-mv-title .title-highlight {
  color: #FFFFFF;
}

.home-mv-subtitle {
  color: #cbcbca;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: calc(12px + 1vw);
  font-size: -webkit-calc (75% + 1vw);
  font-size: -ms-calc (12px + 1vw);
}
@media (min-width: 992px) {
  .home-mv-subtitle {
    font-size: calc(16px + 0.25vw);
    font-size: -webkit-calc (100% + 0.25vw);
    font-size: -ms-calc (16px + 0.25vw);
  }
}

.home-mv-title,
.home-mv-subtitle {
  z-index: 2;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home-sub {
  text-align: center;
  font-size: calc(16px + 0.25vw);
  font-size: -webkit-calc (100% + 0.25vw);
  font-size: -ms-calc (16px + 0.25vw);
}

/*Animation*/
.home-animation {
  position: relative;
  z-index: 2;
}

.home-animation-wrapper .bg-tiles {
  position: absolute;
  overflow: hidden;
  top: -10%;
  right: -100%;
  width: 300%;
}
@media (min-width: 576px) {
  .home-animation-wrapper .bg-tiles {
    top: -33px;
    right: -402px;
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .home-animation-wrapper .bg-tiles {
    top: -58px;
    right: -517px;
    width: 1500px;
  }
}
@media (min-width: 992px) {
  .home-animation-wrapper .bg-tiles {
    top: -43px;
    right: -405px;
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .home-animation-wrapper .bg-tiles {
    top: -58px;
    right: -517px;
    width: 1500px;
  }
}

.home-animation-wrapper {
  width: 100%;
}

.home-animation .bg-circle {
  fill: url(#BG_circle);
}

.home-animation .org-sq-1 {
  fill:url(#ORNG_1);
}
.home-animation .org-sq-2 {
  fill:url(#ORNG_2);
}
.home-animation .blk-sq-1 {
  opacity:0.95;
  fill:url(#BLK_1);
}
.home-animation .blk-sq-2 {
  fill:#333333;
}
.home-animation .animation-text {
  fill: #FFFFFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Home Partners */
.home-partners {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.partners-scroll {
  display: flex;
  transform: translate3d(0, 0, 0);
  animation: partnersSlide 25s linear infinite;
}
.partners-scroll img {
  width: auto;
  height: 100px;
}

@keyframes partnersSlide {
  100% {
    transform: translateX(-2640px);
  }
}

@keyframes cursorBlink {
  50% {
    border-color: transparent;
  }
}

/* Home Fonts */
.home h2 {
  color: #000000;
  font-weight: 700;
  font-size: calc(20px + 1vw);
  font-size: -webkit-calc (125% + 1vw);
  font-size: -ms-calc (20px + 1vw);
}

.dark-bg h2 {
  color: #FFFFFF;
}

.home-mv-title a,
.home-mv-title a:hover {
  cursor: auto;
  text-decoration: none;
}


/* Home Features */
.features-img {
  width: 71px;
  margin: 0 auto;
}

.features-heading,
p.features-heading {
  font-size: calc(18px + 0.25vw);
  font-size: -webkit-calc (113% + 0.25vw);
  font-size: -ms-calc (18px + 0.25vw);
  font-weight: 700;
}

.features-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  max-width: 230px;
}

@media (min-width: 768px) {
  .features-list {
    max-width: 526px;
  }
}

@media (min-width: 992px) {
  .features-list {
    max-width: 230px;
  }
}

@media (min-width: 1200px) {
  .features-list {
    /* max-width: 270px; */
    max-width: 302px;
  }
}

/* Home Portfolio */
.dark-bg .left-gradient {
  background: rgb(77,78,78);
  background: linear-gradient(90deg, rgba(77,78,78,1) 0%, rgba(51,51,51,1) 50%);
}

.dark-bg .right-gradient {
  background: rgb(26,26,26);
  background: linear-gradient(90deg, rgba(26,26,26,1) 0%, rgba(51,51,51,1) 100%);
}


@media (min-width: 992px) {
  .dark-bg .left-gradient,
  .dark-bg .right-gradient {
    width: 50%;
  }
  .portfolio-item {
    max-width: 600px;
  }
}

.news-partner {
  width: 175px;
}

.ie-error-msg p {
  font-size: 14px;
}

.ie-warning,
.cookie-warning {
  background-color: rgba(255,95,74,.2);
}

.ie-warning p,
.cookie-warning p {
  color: #546e7a;
}

img.niagara-blog-img {
  width: 300px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  img.niagara-blog-img {
    width: 700px;
    padding-top: 100px;
  }
}

.text-last-center {
  -moz-text-align-last: center; /* Code for Firefox */
  text-align-last: center;
}

/*Pressio Use Case Page*/

.pressio-header {
  position: relative;
}

.pressio-logo {
  width: 40%;
}

.pressio-headerimg img{
  width: 100%;
}

.pressio-header .breadcrumb {
  position: absolute;
  top: 0px;
  left: 0px;
}

.pressio-machine {
  position: relative;
}

.pressio-headertxt h2 {
  font-size: calc(16px + 0.25vw);
  font-size: -webkit-calc (100% + 0.25vw);
  font-size: -ms-calc (16px + 0.25vw);
  font-weight: 600;
  color: #ffffff;
}

.pressio-headertxt p {
  font-size: calc(16px + 0.25vw);
  font-size: -webkit-calc (100% + 0.25vw);
  font-size: -ms-calc (16px + 0.25vw);
  color: #ffffff;
  max-width: 450px;
}

.usecase-quote {
  max-width: 700px;
  color: #000000;
  font-weight: 600;
  font-size: 26px;
}

.pressio-headertxt {
  position: absolute;
  top: 14%;
  left: 0px;
}

.pressio-efficiency {
  position: relative;
  background: #f1f1f1;
}

.link-out-icon-w {
  display: inline!important;
  fill: #ffffff;
  width: 15px;
  height: 15px;
}

.pressio-downloadbtn {
  display: inline-flex;
  background-color: #ff5f4a;
  color: #fff;
  font-size: 16px;
  padding: 7px 12px 7px 12px;
  border: 1px solid #ffffff;
}

.pressio-downloadbtn svg{
  position: relative;
  top: 0em;
  align-self: center;
  display: inline;
  width: 0.75em;
  height: 0.75em;
  overflow: visible;
  padding-right: 5px;
}

.pressio-downloadbtn:hover {
  color: #ffffff;
  background-color: #000000;
  transition: 0.5s ease;
}

.pressio-downloadbtn:visited,
.pressio-downloadbtn:focus,
.pressio-downloadbtn:hover {
  text-decoration: none;
}

.pressio-profile table {
  width: 100%;
}

.pressio-profile h3{
  font-weight: 600;
  font-size: 16px;
}

.pressio-profile th{
  font-weight: 600;
  font-size: 16px;
  padding-right: 10px;
  vertical-align: top;
}

.pressio-profile td{
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
  word-break: break-word;
}

.pressio-newspaper {
  max-width: 100%;
}

.pressio-link img:first-child {
  opacity: 0.5;
  width: 100%;
}

.pressio-link {
  padding: 0 !important;
}

.pressio-link {
  position: relative;
}

.pressio-link h3{
  font-size: 14px;
  color: #fff;
  width: 80%;
}

.pressio-linktext {
  position: absolute;
  left: 15%;
  top: 20%;
  transform: translateY(-30%);
}

.pressio-linktext a:active,
.pressio-linktext a:hover,
.pressio-linktext a:visited,
.pressio-linktext a:focus {
  text-decoration: none;
}

.pressio-linktext a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 5px;
  transition: 0.5s ease;
}
.pressio-linktext a:hover,
.pressio-linktext a:focus {
  background-color: #fff;
  color: #000;
}

.pressio-linktext h2 {
  font-size: calc(16px + 0.25vw);
  font-size: -webkit-calc (100% + 0.25vw);
  font-size: -ms-calc (16px + 0.25vw);
  font-weight: 600;
  color: #ffffff;
}

.pressiolink-sp {
  max-width: 100%;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .pressio-headerimg img{
    width: 100%;
    opacity: 0.3;
    left: 0px;
    padding-top: 300px;
  }

  .pressio-logo {
    width: 70%;
  }

  .pressio-efficiency .printer1 {
    display: none;
  }

  .pressio-efficiency .printer2 {
    display: none;
  }

  .pressio-efficiency h2 {
    font-size: calc(20px + 1vw);
    font-size: -webkit-calc (140% + 1vw);
    font-size: -ms-calc (20px + 1vw);
    color: #000000;
    font-weight: 700;
  }

  .pressio-efficiency p {
    color: #000000;
  }

  .pressio-profile {
    display: block !important;
  }

  .pressio-linktext {
    position: absolute;
    left: 10%;
    top: 28%;
    transform: translateY(-30%);
  }

  .pressio-link .pressio-logo {
    width: 50%;
  }

  .pressio-link{
    margin-right: 0;
    margin-left: 0;
  }

  .pressiolink-pc {
    display: none;
  }

  .pressio-link h1 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .pressio-desktopimg {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pressio-efficiency .printer1 {
    display: none;
  }

  .pressio-efficiency .printer2 {
    display: none;
  }

  .pressio-machine {
    display: block;
  }

  .container.pressio-link {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .pressio-headertxt {
    position: absolute;
    top: 8%;
    left: 10%;
  }

  .pressio-efficiency {
    position: relative;
    background: rgb(241,241,241);
    background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 20%, rgba(103,103,103,1) 40%, rgba(39,39,39,1) 71%, rgba(0,0,0,1) 100%);
  }

  .pressio-efficiency h2 {
    font-size: calc(20px + 1vw);
    font-size: -webkit-calc (140% + 1vw);
    font-size: -ms-calc (20px + 1vw);
    color: #ffffff;
    font-weight: 700;
  }

  .pressio-linktext {
    position: absolute;
    left: 10%;
    top: 23%;
  }

  .pressio-efficiency p {
    color: #ffffff;
  }

  .pressio-newspaper {
    width: 700px;
  }

  .pressio-profile ul{
    width: 80%;
  }

  .pressio-profile h3 {
    text-align: left;
  }

  .pressiolink-sp {
    display: none;
  }

  .pressio-link h3{
    font-size: 16px;
    color: #fff;
    width: 60%;
  }
}

@media (min-width: 992px) {
  .pressio-newspaper {
    width: 700px;
    position: absolute;
    left: -25%;
    top: 50%;
    transform: translateY(-50%);
  }

  .pressio-mobileimg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pressio-header .breadcrumb {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .pressio-headertxt {
    position: absolute;
    top: -2%;
    left: 17%;
    padding-bottom: 0 !important;
  }

  .pressio-headerimg img{
    width: 90%;
  }

  .pressio-headertxt h2 {
    font-size: calc(20px + 0.25vw);
    font-size: -webkit-calc (110% + 0.25vw);
    font-size: -ms-calc (20px + 0.25vw);
    font-weight: 600;
    color: #ffffff;
  }

  .pressio-headertxt p {
    font-size: calc(18px + 0.25vw);
    font-size: -webkit-calc (105% + 0.25vw);
    font-size: -ms-calc (18px + 0.25vw);
    color: #ffffff;
  }

  .pressio-efficiency .printer1 {
    width: 40%;
    position: absolute;
    right: -37%;
    top: -15%;
  }

  .pressio-efficiency .printer2 {
    width: 50%;
    opacity: 0.8;
    position: absolute;
    left: -45%;
    bottom: 0;
  }

  .pressio-link h3{
    color: #fff;
    width: 60%;
  }

  .pressio-link img:first-child {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .pressio-headertxt {
    position: absolute;
    top: 10%;
    left: 15%;
  }

  .pressio-efficiency .printer1 {
    width: 40%;
    position: absolute;
    right: -37%;
    top: -16%;
  }

  .pressio-efficiency .printer2 {
    width: 50%;
    opacity: 0.8;
    position: absolute;
    left: -45%;
    bottom: 0;
  }

  .pressio-newspaper {
    width: 700px;
    position: absolute;
    left: -13%;
    top: 50%;
    transform: translateY(-50%);
  }

  .pressio-linktext {
    position: absolute;
    left: 15%;
    top: 24%;
    transform: translateY(-30%);
  }

  .pressio-link img:first-child {
    width: 80%;
  }

  .pressio-link h3{
    color: #fff;
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .pressio-header .breadcrumb {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .pressio-headertxt {
    position: absolute;
    top: 9%;
    left: 20%;
  }

  .pressio-headerimg img{
    width: 70%;
  }

  .pressio-headertxt p {
    max-width: 500px;
  }

  .pressio-efficiency .printer1 {
    width: 40%;
    position: absolute;
    right: -50%;
    top: -16%;
  }

  .pressio-efficiency .printer2 {
    width: 50%;
    opacity: 0.8;
    position: absolute;
    left: -50%;
    bottom: 0;
  }

  .pressio-newspaper {
    width: 820px;
    position: absolute;
    left: -25%;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* Downloads Page */
.blue-header-btn {
  border: 1px solid #5B8BF4;
  color: #5B8BF4;
  border-radius: 30px;
  padding: 5px 16px;
  transition: 0.5s ease;
}

.blue-header-btn:hover,
.blue-header-btn:focus {
  color: #FFFFFF;
  background-color: #5B8BF4;
  text-decoration: none;
}

.downloads-secondary {
  font-size: 20px;
  font-weight: 600;
}

.category-subtitle {
  font-size: 16px;
}

.download-multiple-wrapper {
  background-image: url("/ja/assets/img/downloads/banner-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.download-multiple-wrapper .neqto-logo {
  height: 18px;
}

.download-multiple-wrapper p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  padding-top: 5px;
}

.download-card-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-row-gap: 35px;
  -webkit-row-gap: 35px;
  row-gap: 35px;
}

.download-card-wrapper {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}

.download-card-wrapper .preview-wrapper,
.download-preview-wrapper .preview-wrapper {
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  transition: 0.5s ease;
}

.download-preview-wrapper .preview-wrapper {
  border-radius: 0px;
}

.download-card-wrapper .preview-img {
  /* width: 100%; */
  width: 80%;
  height: 190px;
  object-fit: cover;
  object-position: top;
}

.download-preview-wrapper .preview-img {
  margin-left: 30px;
  margin-right: 30px;
  max-width: 270px;
  width: 80%;
}

.downloads-form .download-preview-wrapper .preview-img {
  border-radius: 0px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 300px;
  margin-top: 0px;
}

.downloads-form .download-preview-wrapper .preview-wrapper {
  background-color: transparent;
}

.preview-wrapper .preview-img {
  margin-top: 50px;
  border: 1px solid #cacac9;
  border-bottom: none;
  /* border-radius: 10px 10px 0px 0px; */
}

.download-preview-wrapper .page-total {
  color: #4d4e4e;
}

.download-card-desc {
  padding: 20px;
}

.download-desc-title {
  font-size: 16px;
}

.download-select {
  display: block;
  background-color: #76838f;
  text-align: center;
  color: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  padding: 5px;
  transition: 0.5s ease;
}

.download-card-wrapper:hover {
  cursor: pointer;
}

.download-card-wrapper:hover .preview-wrapper,
.download-card-wrapper:focus .preview-wrapper {
  background-color: rgba(91, 139, 244, 0.3);
}

.download-card-wrapper:hover .download-select,
.download-card-wrapper:focus .download-select {
  background-color: #5b8bf4;
}

.download-select {
  position: relative;
}

.download-select .download-btn::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background: url(../img/common/download.svg) no-repeat;
  background-size: contain;
  left: 15px;
  top: 8px;
}

.category-btn-wrapper {
  padding: 12px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.category-btn-wrapper .btn-scroll-org {
  padding: 10px;
}

.category-btn-wrapper:last-of-type {
  border: none;
}

.category-btn-wrapper .btn-scroll-org,
.support-link-wrapper .btn-scroll-org {
  font-weight: 400;
}

.category-btn-wrapper .btn-scroll-org::after,
.support-link-wrapper .btn-scroll-org::after {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.category-btn-wrapper .btn-scroll-org:hover::after,
.support-link-wrapper .btn-scroll-org:hover::after {
  opacity: 1;
}

.download-form.contact-form {
  border: 3px solid #f1f1f1;
  margin-top: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0px;
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}


/* Downloads Queries */
@media (min-width: 768px) {
  .category-btn-wrapper {
    padding: 8px 4%;
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }
  .category-btn-wrapper .btn-scroll-org {
    padding: 0px;
  }
  .download-card-grid {
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .download-card-wrapper {
    margin: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .category-subtitle {
    font-size: 20px;
  }
  .download-desc-title {
    font-size: 18px;
  }
  .downloads-secondary {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .download-multiple-wrapper {
    background-image: url("/ja/assets/img/downloads/banner.png");
  }
  .download-multiple-wrapper p {
    font-size: 30px;
  }
  .download-preview-wrapper .preview-img {
    width: auto;
  }
}


/* NEW HARDWARE PAGES */

.hardware-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 30px;
  row-gap: 30px;
}

.product-banner-img {
  max-width: 190px;
}

.product-banner-img.stm,
.product-banner-img.spre-cam,
.product-banner-img.smk {
  max-width: 300px;
  padding-bottom: 20px;
}

.product-banner-img.spre-main {
  max-width: 230px;
  padding-bottom: 20px;
}

.filter-banner-heading {
  font-size: 14px;
}

.filter-banner {
  padding: 7px 15px;
  background-color: #dbdcdd;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}

.hardware-detail .hardware-dark-bg {
  background-image: url('../img/product/hardware/detail-bg-mobile.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.hardware-detail .hardware-dark-bg .btn-linkout-dark {
  min-width: 200px;
}

.hardware-detail .wifi-board {
  max-width: 250px;
}

.hardware-partner-sec {
  -webkit-box-shadow: 0px 3px 10px -3px #c9c9c9;
  box-shadow: 0px 3px 10px -3px #c9c9c9;
}

.hardware-partner-desc {
  border-top: 1px solid #dbdcdd;
}

.hardware-partner-sec img {
  max-width: 190px;
}

.hardware-more {
  background-color: #f2f6f9;
  padding-top: 30px;
  padding: 30px 20px 0px 20px;
  border-radius: 10px;
  position: relative;
  transition: 0.3s ease-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hardware-more:hover {
  cursor: pointer;
}

.hardware-more:hover,
.hardware-more:focus {
  background-color: #a1a5ac;
}

.hardware-more:hover .hardware-more-desc,
.hardware-more:focus .hardware-more-desc,
.hardware-more:hover .hardware-more-elem,
.hardware-more:focus .hardware-more-elem {
  opacity: 0;
}

.hardware-more-img {
  max-width: 146px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: 0.5s ease;
}

.hardware-other-wrapper .hardware-more-img {
  position: relative;
  top: 0px;
}

.hardware-more-img-wrapper {
  height: 182px;
}

.hardware-more-img-wrapper .hardware-more-img.stm,
.hardware-more-img-wrapper .hardware-more-img.spre-main {
  padding-top: 15px;
}

.hardware-more-img.stm,
.hardware-more-img.spre-cam {
  max-width: 200px;
}

.hardware-more-img.smk {
  max-width: 150px;
}

.hardware-more-img.spre-ext {
  max-width: 125px;
}

.hardware-grid .hardware-more-img {
  position: absolute;
  right: 0px;
  left: 0px;
}

.hardware-grid .hardware-more-img.stm {
  top: 50px;
}

.hardware-grid .hardware-more-img.spre-cam {
  top: 35px;
}

.hardware-grid .hardware-more-img.smk {
  top: 20px;
}

.hardware-grid .hardware-more-desc {
  padding-top: 192px;
  position: relative;
  bottom: 0px;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hardware-grid .hardware-more:hover .hardware-more-desc,
.hardware-grid .hardware-more:focus .hardware-more-desc {
  bottom: -100px;
}

.hardware-grid .hardware-more:hover .hardware-more-desc p,
.hardware-grid .hardware-more:hover .hardware-more-desc .hardware-more-filters,
.hardware-grid .hardware-more:focus .hardware-more-desc p,
.hardware-grid .hardware-more:focus .hardware-more-desc .hardware-more-filters {
  opacity: 0;
}

.hardware-more:hover .hardware-more-img,
.hardware-more:focus .hardware-more-img {
  /* opacity: 0.8; */
}

.hardware-other-wrapper .hardware-more:hover .hardware-more-img,
.hardware-other-wrapper .hardware-more:focus .hardware-more-img {
  top: 45px;
}

.hardware-grid .hardware-more:hover .hardware-more-img,
.hardware-grid .hardware-more:focus .hardware-more-img {
  max-width: 220px;
  position: absolute;
  right: 0px;
  left: 0px;
}

.hardware-grid .hardware-more:hover .hardware-more-img.stm,
.hardware-grid .hardware-more:focus .hardware-more-img.stm {
  top: 100px;
  max-width: 250px;
}

.hardware-grid .hardware-more:hover .hardware-more-img.spre-cam,
.hardware-grid .hardware-more:focus .hardware-more-img.spre-cam {
  top: 86px;
  max-width: 250px;
}

.hardware-grid .hardware-more:hover .hardware-more-img.smk,
.hardware-grid .hardware-more:focus .hardware-more-img.smk {
  top: 50px;
  max-width: 185px;
}

.hardware-grid .hardware-more:hover .hardware-more-img.spre-main,
.hardware-grid .hardware-more:focus .hardware-more-img.spre-main {
  top: 70px;
}

.hardware-more-title {
  font-size: 22px;
  font-weight: 600;
}

.hardware-more:hover .hardware-more-title,
.hardware-more:focus .hardware-more-title {
  color: #FFFFFF;
}

.hardware-more-hov {
  display: none;
  padding: 0px 10px;
}

.hardware-more:hover .hardware-more-hov,
.hardware-more:focus .hardware-more-hov {
  display: block;
  position: absolute;
  bottom: 2rem;
  text-align: center;
  width: 100%;
  left: 0px;
}

.hardware-more-filters {
  border-top: 1px solid #dbdcdd;
  padding-top: 1rem;
  margin-top: auto;
}

.hardware-filter-toggle,
.hardware-filter-reset {
  padding-left: 0px;
  color: #FF5F4A;
  transition: 0.5s ease;
  display: flex;
  position: relative;
  font-size: 16px;
}

.hardware-filter-toggle:focus,
.hardware-filter-toggle:hover {
  box-shadow: none;
  color: #FF5F4A;
}

.hardware-filter-reset:focus,
.hardware-filter-reset:hover {
  box-shadow: none;
  color: #000000;
}


.hardware-filter-toggle.collapsed {
  color:#000000;
}

.hardware-filter-toggle::after {
  content: url("../img/product/hardware/triangle.svg");
  width: 8px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: filter 0.5s ease;
}

.hardware-filter-toggle.collapsed::after {
  transform: rotate(180deg);
  top: 10px;
  filter: brightness(0);
}

.hardware-filter-wrapper {
  display: grid;
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 30px;
  row-gap: 30px;
}
.filter-second-column {
  margin-top: -30px;
}

.hardware-filter-heading {
  color: #676767;
  margin-bottom: 0px;
}

.hardware-filter-btn {
  display: inline-block;
  background-color: #ebeef2;
  border-radius: 20px;
  padding: 3px 10px 5px 5px;
  margin-top: 5px;
  transition: 0.5s ease;
}

.hardware-filter-btn:hover,
.hardware-filter-btn:focus {
  background-color: #d5dae2;
  cursor: pointer;
}

.hardware-filter-btn:hover label,
.hardware-filter-btn:hover input[type=checkbox] {
  cursor: pointer;
}

.hardware-filter-btn label {
  margin-bottom: 0px;
  padding-left: 2px;
  font-size: 14px;
}

.hardware-filter-btn input[type=checkbox] {
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  vertical-align: bottom;
  transition: 0.5s ease;
  margin-bottom: 1px;
}

.hardware-filter-btn input[type=checkbox]:checked {
  background-color: #FF5F4A;
}

.hardware-filter-btn input[type=checkbox]:checked::after {
  content: url('../img/common/checkmark-white.svg');
  width: 13px;
  display: block;
  position: relative;
  left: 4px;
  bottom: 3px;
}

.hardware-more-title .detail {
  font-size: 14px;
}

.hardware-title-detail {
  font-size: 16px;
}

/* ELIMINATE FILTER STYLES */
.filter-button-wrapper {
  flex-wrap: wrap;
}

.eliminate-filter-wrapper {
  order: 3;
}

.eliminate-filter {
  font-size: 14px;
  margin-top: 2px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.eliminate-filter::before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  vertical-align: bottom;
  transition: 0.5s ease;
  content: "";
  display: inline-block;
  margin-right: 7px;
  transition: 0.5s ease;
}

.eliminate-filter::after {
  content: "\2715";
  color: #FF5F4A;
  position: absolute;
  left: 9px;
  font-weight: bold;
  transition: 0.5s ease;
  top: 3px;
}

.eliminate-filter:focus {
  outline: none;
}

.hardware-filter-btn.eliminate-filter:hover::before,
.hardware-filter-btn.eliminate-filter:focus::before {
  background-color: #FF5F4A;
}

.hardware-filter-btn.eliminate-filter:hover::after,
.hardware-filter-btn.eliminate-filter:focus::after {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .filter-button-wrapper {
    flex-wrap: nowrap;
  }
  .eliminate-filter-wrapper {
    order: 0;
  }
  .eliminate-filter {
    margin-right: 0px;
  }
}

/* END OF ELIMINATE FILTER STYLES */

/*** Filter Styles ***/
.hardware-more-item {
  display: none;
}

.show-item {
  display: block;
}
/***  ***/

/*** Multiple Filter Accordion Styles ***/
#multipleFilterAccordion .hardware-filter-toggle {
  margin-right: 50px;
}

#multipleFilterAccordion .hardware-filter-btn {
  margin-right: 15px;
}

#multipleFilterAccordion .hardware-filter-btn:last-of-type {
  margin-right: 0px;
}


.multiple-filter-accordion {
  position: absolute;
  display: flex;
  left: 0px;
}
/***  ***/

.light-blue-bg,
.hardware-spec-wrapper {
  background-color: #F2F6F9;
}

.hardware-spec-grid {
  display: grid;
  grid-template-columns: repeat(2,125px);
  grid-row-gap: 30px;
  row-gap: 30px;
  justify-content: center;
}

@media(min-width: 375px) {
  .hardware-filter-wrapper {
    grid-template-columns: repeat(2,auto);
  }
  .filter-second-column {
    margin-top: 23px;
  }
}

@media (min-width: 576px) {
  .hardware-filter-wrapper {
    grid-template-columns: repeat(3,auto);
  }
  .hardware-spec-grid {
    grid-column-gap: 15%;
    -webkit-column-gap: 15%;
    column-gap: 15%;
    grid-template-columns: repeat(2,177px);
  }
}

@media (min-width: 768px) {
  .hardware-detail .hardware-dark-bg {
    background-image: url('../img/product/hardware/detail-bg.png');
    background-position: center right;
  }
  .hardware-partner-desc {
    border-left: 1px solid #dbdcdd;
    border-top: none;
  }
  .hardware-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .hardware-filter-btn {
    padding: 3px 15px 5px 5px;
  }
  .hardware-filter-wrapper {
    grid-template-columns: repeat(4,auto);
  }
  .hardware-more-title .detail {
    font-size: 16px;
  }
  .hardware-title-detail {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .hardware-filter-wrapper {
    grid-template-columns: repeat(5,auto);
  }
  .hardware-other-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .hardware-filter-toggle,
  .hardware-filter-reset {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .hardware-grid,
  .hardware-other-wrapper {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (min-width: 1300px) {
  .hardware-filter-wrapper {
    grid-template-columns: repeat(8,auto);
    max-width: 1200px;
    grid-row-gap: 0px;
    row-gap: 0px;
  }
}

@media (min-width: 2000px) {
  .hardware-grid {
    grid-template-columns: repeat(4,1fr);
  }
}

/* OTHER ERROR PAGES */
.other-error-page {
  height: calc(100vh - 60px);
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.other-error-page .neqto-logo {
  width: 100%;
  max-width: 300px;
}

.other-error-page .error-top {
  color: #3c424c;
  transition: 0.5s ease;
}

.other-error-page .error-top::after {
  content: '';
  display: block;
  width: 100%;
  border-top: 2px solid #FF5F4A;
  margin-top: 3px;
  bottom: -5px;
  left: 0;
}

.other-error-page .error-top:hover,
.other-error-page .error-top:focus {
  color: #FF5F4A;
  text-decoration: none;
}

@media (min-width: 992px) {
  .other-error-page {
    height: calc(100vh - 100px);
    margin-top: 100px;
  }
}
/* END OF OTHER ERROR PAGES */

/* USECASE PAGE */
.transparent {
  opacity: 0;
  visibility: hidden;
}

.usecase-filters {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem;
}

.usecase-filters .btn-light-gray {
  padding-left: 10px;
  padding-right: 10px;
  min-width: auto;
}

.filter-obj {
  display: none;
  background-color: #FFFFFF;
}

.filter-obj.filter-obj-show {
  display: block;
}


.usecase-container {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-column-gap: 38px;
  grid-row-gap: 55px;
}

#showMoreUsecase.btn-show-more,
#hideMoreUsecase.btn-show-more {
  margin-top: 55px;
}

.usecase-img-container {
  position: relative;
  padding: 0px 15px 10px 15px;
  background-color: #F5F7F7;
}

.usecase-company {
  font-size: 21px;
  font-weight: bold;
  color: #515153;
  background-color: #F5F7F7;
  margin-bottom: 0px;
  padding-bottom: 1rem;
}

.usecase-tag {
  background-color: rgba(41,103,238, 0.7);
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  margin-bottom: 0px;
  min-width: 130px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
}

.usecase-text {
  padding: 15px;
}

.usecase-title,
.bolded-heading {
  font-size: 16px;
  font-weight: bold;
  color: #515153;
}

.usecase-subtitle {
  font-weight: bold;
  color: #5B8BF4;
}

.usecase-desc {
  color: #515153;
}

.usecase-divider {
  background-color: #5B8BF4;
  height: 2px;
  width: 20px;
}

@media (min-width: 576px) {
  .usecase-filters {
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media (min-width: 768px) {
  .usecase-container {
    grid-template-columns: repeat(2,1fr);
  }
  .usecase-company {
    /* font-size: 24px; */
  }
  .usecase-title,
  .bolded-heading {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .usecase-filters {
    grid-template-columns: repeat(6,1fr);
  }
  .usecase-container {
    grid-template-columns: repeat(3,1fr);
  }
}


/* END OF USECASE PAGE */




/* PARTNER PAGES */
.dark-grey {
  color: #515153;
}
.join .dark-banner {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, #0D0D0D 60%, #313131 85%);
  -webkit-print-color-adjust: exact;
}
.gradient-text {
  background-color: #F05844;
  background: linear-gradient(116deg, #5B8BF4 -6.46%, #F05844 98.93%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-size: 100%;
}

.slant-blue-bg,
.slant-dark-bg {
  background: rgba(242,246,249,1);
  /* background: linear-gradient(5deg, #ffffff 10%, #f2f6f9 10%); */
  width: 100%;
  height: 100px;
  transform: skew(0deg, 5deg);
  position: absolute;
  z-index: -1;
  bottom: -50px;
}

.slant-dark-bg {
  background-color: #313131;
}

.light-blue-bg .container.with-slant,
.dark-banner .container.with-slant {
  margin-bottom: 80px;
}

.dark-banner .container.with-slant .secondary-title {
  color: #F5F7F7;
}

.dark-banner .container.with-slant p {
  color: #FFFFFF;
}

.grey-border {
  border-top: 1px solid #D5DBDF;
}

.dark-banner.swirl-bg {
  background-image: url("../img/partner/bg-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.join .swirl-bg {
  background-image: url("../img/partner/join/bg-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-headings {
  display: grid;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.partner-icon {
  width: 44px;
  height: 44px;
}

.partner-heading-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
}

.partner-logo {
  width: 125px;
  height: 125px;
}

.partner-grid {
  display: grid;
  grid-row-gap: 30px;
}


/* Partner Join Page */
.partner-merit-grid {
  display: grid;
  grid-row-gap: 2.25rem;
}
.partner-merit-heading {
  font-size: 20px;
  margin-bottom: 1rem;
}
.partner-type-heading {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 1rem;
}
.partner-merit-img {
  margin-bottom: 1rem;
}
.partner-tab-wrapper {
  display: grid;
  grid-row-gap: 1rem;
}
.partner-tab-content {
  box-shadow: 0px 2px 20px rgba(242, 242, 242, 0.7);
  padding: 1.75rem;
}
.partner-tab-content hr {
  border-top: 1px solid #f1f1f1;
  margin: 1.25rem 0;
}
.partner-tab-pills {
  order: -1;
}
.partner-tab-pills.nav-pills .nav-link {
  border-bottom: 1px solid #F1F1F1;
  padding: 1.25rem;
  font-weight: 700;
  transition: 0.3s ease;
}
.partner-tab-pills.nav-pills .nav-link:hover {
  color: #515153;
  background-color: rgba(242,246,249,0.5);
}
.partner-tab-pills.nav-pills .nav-link.active,
.partner-tab-pills.nav-pills .show>.nav-link {
  background-color: #F2F6F9;
  color: #515153;
}
.partner-tab-pills.nav-pills .partner-more-link {
  text-align: right;
  border-bottom: 1px solid #F1F1F1;
}
.partner-tab-pills.nav-pills .btn-more {
  margin-top: 0px;
  padding: 1.25rem;
  margin-right: 1.25rem;
}
.partner-flow-wrapper {
  display: grid;
  grid-template-columns: repeat(2, min-content auto);
}
.partner-flow-num-wrapper {
  padding-right: 1.25rem;
  display: grid;
  grid-template-rows: repeat(3, min-content auto);
  align-items: center;
}
.partner-flow-num {
  padding: 1.25rem 0px 1.25rem 0px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.partner-flow-num:nth-of-type(1) {
  color: #FF5F4A;
  padding-top: 0px;
}
.partner-flow-num:nth-of-type(2) {
  color: #806ABE;
}
.partner-flow-num:nth-of-type(3) {
  color: #5B8BF4;
}
.partner-flow-line {
  width: 5px;
  height: 100%;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}
.partner-flow-line:nth-of-type(1) {
  background: #FF5F4A;
  background: linear-gradient(180deg, #FF5F4A 50%, #806ABE 100%);
}
.partner-flow-line:nth-of-type(2) {
  background: #806ABE;
  background: linear-gradient(180deg, #806ABE 50%, #5B8BF4 100%);
}
.partner-flow-line:nth-of-type(3) {
  background: #806ABE;
  background: linear-gradient(180deg, #5B8BF4 50%, #000000 100%);
}
.partner-flow-steps-wrapper {
  display: grid;
  grid-row-gap: 3.75rem;
}
.partner-step {
  border: 3px solid #FFFFFF;
  padding: 1.5rem 1.875rem;
}
.join-cta .btn-orange,
.join-cta .btn-orange-ghost {
  min-width: 164px;
}
/* End of Partner Join Page */

@media (min-width: 576px) {
  .light-blue-bg .container.with-slant,
  .dark-banner .container.with-slant {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .dark-banner.swirl-bg {
    background-image: url("../img/partner/bg.png");
  }
  .join .swirl-bg {
    background-image: url("../img/partner/join/bg.png");
  }
  .partner-headings {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .partner-logo {
    width: 180px;
    height: 180px;
  }
  .partner-grid {
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 28px;
  }
  .slant-blue-bg,
  .slant-dark-bg {
    transform: skew(0deg, 5deg);
  }
}

@media (min-width: 992px) {
  .join .dark-banner {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, #0D0D0D 60%, #313131 100%);
    -webkit-print-color-adjust: exact;
  }
  .slant-dark-bg {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, #0D0D0D 60%, #313131 100%);
    -webkit-print-color-adjust: exact;
  }
  .partner-headings {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .partner-logo {
    width: 220px;
    height: 220px;
  }
  .partner-grid {
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 40px;
  }
  .slant-blue-bg,
  .slant-dark-bg {
    transform: skew(0deg, 4deg);
  }
  .partner-merit-grid {
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 2.25rem;
  }
  .partner-tab-wrapper {
    grid-template-columns: auto 30%;
    grid-column-gap: 2.25rem;
  }
  .partner-tab-content {
    padding: 3rem;
  }
  .partner-tab-content hr {
    width: 90%;
  }
  .partner-tab-pills {
    order: 0;
  }
  .partner-flow-wrapper {
    grid-template-columns: auto;
  }
  .partner-flow-num {
    padding: 1.875rem;
  }
  .partner-flow-num:nth-of-type(1) {
    padding-left: 0px;
    padding-top: inherit;
  }
  .partner-flow-num-wrapper {
    grid-template-columns: repeat(3, min-content auto);
    grid-template-rows: auto;
  }
  .partner-flow-line {
    height: 5px;
    width: 100%;
  }
  .partner-flow-line:nth-of-type(1) {
    background: linear-gradient(90deg, #FF5F4A 50%, #806ABE 100%);
  }
  .partner-flow-line:nth-of-type(2) {
    background: linear-gradient(90deg, #806ABE 50%, #5B8BF4 100%);
  }
  .partner-flow-line:nth-of-type(3) {
    background: linear-gradient(90deg, #5B8BF4 50%, #000000 100%);
  }
  .partner-flow-steps-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .slant-blue-bg,
  .slant-dark-bg {
    transform: skew(0deg, 3deg);
  }
  .partner-tab-content hr {
    width: 70%;
  }
}

@media (min-width: 1600px) {
  .slant-blue-bg,
  .slant-dark-bg {
    transform: skew(0deg, 2deg);
  }
}
/* END OF PARTNER PAGES */

/* News Styling 08.2022 */
.news-image {
  margin: 1.5rem 0;
}
.news-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .news-image.medium {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin: 0 auto;
  }
}
/* End of News Styling 08.2022 */

/* News Styling 04.2024 */

.new-update {
  display: flex;
  justify-content: center;
}

.new-update p {
  font-size: 14px;
  color: #FF5F4A;
  margin: 0 0 10px 5px;
}

/* End of News Styling 04.2024 */