body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.info-page {
  display: flex;
  justify-content: center; }
  .info-page .info-container {
    width: 65%;
    padding-top: 25px; }
    @media (max-width: 1400px) {
      .info-page .info-container {
        width: 80%; } }
    @media (max-width: 1024px) {
      .info-page .info-container {
        width: 90%; } }
    .info-page .info-container .info-title {
      width: 100%;
      display: flex;
      justify-content: center;
      padding-bottom: 50px;
      color: #253029; }
    .info-page .info-container .info-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%; }
      .info-page .info-container .info-content .text-block {
        text-align: justify;
        color: #253029; }
      .info-page .info-container .info-content [class*='block'] {
        width: 50%;
        padding-bottom: 80px; }
      .info-page .info-container .info-content [class*='block'].full {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px; }

body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.privacy-policy .head {
  text-align: center; }
  .privacy-policy .head-title {
    color: #ffffff;
    margin: 15px 0; }
    @media (max-width: 1024px) {
      .privacy-policy .head-title h1 {
        font-size: 70px; } }

.privacy-policy .content {
  margin-bottom: 100px; }
  .privacy-policy .content .privacy-row {
    padding: 15px 0px;
    font-family: "Lato";
    color: #929894;
    display: flex;
    justify-content: space-between; }
    .privacy-policy .content .privacy-row div {
      width: 48%; }
    .privacy-policy .content .privacy-row .privacy-row-header {
      font-family: "Raleway";
      font-weight: bold;
      color: #253029;
      font-size: 20px;
      margin: 20px 0;
      display: flex;
      justify-content: center;
      font-size: 1.5rem; }
      @media (max-width: 1200px) {
        .privacy-policy .content .privacy-row .privacy-row-header {
          font-size: 18px; } }
  .privacy-policy .content .privacy-row:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #929894; }
  .privacy-policy .content a {
    text-decoration: underline;
    color: #929894; }
  .privacy-policy .content p,
  .privacy-policy .content li {
    font-family: "Lato";
    color: #929894;
    font-size: 18px; }
    @media (max-width: 1200px) {
      .privacy-policy .content p,
      .privacy-policy .content li {
        font-size: 16px; } }
  .privacy-policy .content ul {
    padding-left: 20px; }
  .privacy-policy .content h4 {
    font-family: "Raleway";
    font-weight: bold;
    color: #253029;
    font-size: 25px;
    margin: 80px 0; }
    @media (max-width: 1200px) {
      .privacy-policy .content h4 {
        font-size: 20px; } }
  .privacy-policy .content h6 {
    font-family: "Raleway";
    font-weight: bold;
    color: #253029;
    font-size: 20px;
    margin: 30px 0; }
    @media (max-width: 1200px) {
      .privacy-policy .content h6 {
        font-size: 18px; } }

